2023-10-16T20:28:36.108 INFO:root:teuthology version: 0.0.1.dev197+g8cdab07 2023-10-16T20:28:36.109 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm:smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --archive /home/teuthworker/archive/dparmar-2023-10-16_20:12:41-orch:cephadm:smoke-roleless-main-distro-default-smithi/7430132 --owner scheduled_dparmar@teuthology --name dparmar-2023-10-16_20:12:41-orch:cephadm:smoke-roleless-main-distro-default-smithi --verbose -- /home/teuthworker/archive/dparmar-2023-10-16_20:12:41-orch:cephadm:smoke-roleless-main-distro-default-smithi/7430132/orig.config.yaml 2023-10-16T20:28:36.151 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-16T20:28:36.236 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/dparmar-2023-10-16_20:12:41-orch:cephadm:smoke-roleless-main-distro-default-smithi/7430132 branch: main description: orch:cephadm:smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: null first_in_suite: false job_id: '7430132' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: dparmar-2023-10-16_20:12:41-orch:cephadm:smoke-roleless-main-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: main ceph: conf: 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 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: bcf5b23faa7fe51d364c0e949f01773ae6822e01 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: bcf5b23faa7fe51d364c0e949f01773ae6822e01 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: bcf5b23faa7fe51d364c0e949f01773ae6822e01 owner: scheduled_dparmar@teuthology priority: 60 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 8834 sha1: bcf5b23faa7fe51d364c0e949f01773ae6822e01 sleep_before_teardown: 0 suite: orch:cephadm:smoke-roleless suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_bcf5b23faa7fe51d364c0e949f01773ae6822e01/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: bcf5b23faa7fe51d364c0e949f01773ae6822e01 targets: smithi016.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= 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:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 8cdab074dcca9a68965bc5a50e9c30b691949723 timestamp: 2023-10-16_20:12:41 tube: smithi user: dparmar verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-10-16T20:28:36.237 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_bcf5b23faa7fe51d364c0e949f01773ae6822e01/qa; will attempt to use it 2023-10-16T20:28:36.238 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_bcf5b23faa7fe51d364c0e949f01773ae6822e01/qa/tasks 2023-10-16T20:28:36.238 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-16T20:28:36.240 INFO:teuthology.task.internal:Checking packages... 2023-10-16T20:28:36.272 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'bcf5b23faa7fe51d364c0e949f01773ae6822e01' 2023-10-16T20:28:36.272 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-16T20:28:36.273 INFO:teuthology.packaging:ref: None 2023-10-16T20:28:36.273 INFO:teuthology.packaging:tag: None 2023-10-16T20:28:36.274 INFO:teuthology.packaging:branch: main 2023-10-16T20:28:36.275 INFO:teuthology.packaging:sha1: bcf5b23faa7fe51d364c0e949f01773ae6822e01 2023-10-16T20:28:36.275 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-10-16T20:28:36.589 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6734.g4a426ea8 2023-10-16T20:28:36.589 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-16T20:28:36.597 INFO:teuthology.task.internal:no buildpackages task found 2023-10-16T20:28:36.597 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-16T20:28:36.642 INFO:teuthology.task.internal:Saving configuration 2023-10-16T20:28:36.656 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-16T20:28:36.674 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-16T20:28:36.700 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dparmar-2023-10-16_20:12:41-orch:cephadm:smoke-roleless-main-distro-default-smithi/7430132', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-16 20:23:31.425620', 'locked_by': 'scheduled_dparmar@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-16T20:28:36.722 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dparmar-2023-10-16_20:12:41-orch:cephadm:smoke-roleless-main-distro-default-smithi/7430132', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-16 20:23:31.422890', 'locked_by': 'scheduled_dparmar@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-16T20:28:36.722 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-16T20:28:36.728 INFO:teuthology.task.internal:roles: ubuntu@smithi016.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-10-16T20:28:36.728 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-10-16T20:28:36.729 INFO:teuthology.run_tasks:Running task console_log... 2023-10-16T20:28:36.832 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7efe445f8c10>, signals=[15]) 2023-10-16T20:28:36.834 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-16T20:28:36.840 INFO:teuthology.task.internal:Opening connections... 2023-10-16T20:28:36.840 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi016.front.sepia.ceph.com 2023-10-16T20:28:36.842 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T20:28:36.911 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2023-10-16T20:28:36.912 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T20:28:36.979 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-16T20:28:36.986 DEBUG:teuthology.orchestra.run.smithi016:> uname -m 2023-10-16T20:28:37.008 INFO:teuthology.orchestra.run.smithi016.stdout:x86_64 2023-10-16T20:28:37.008 DEBUG:teuthology.orchestra.run.smithi016:> cat /etc/os-release 2023-10-16T20:28:37.068 INFO:teuthology.orchestra.run.smithi016.stdout:NAME="Red Hat Enterprise Linux" 2023-10-16T20:28:37.069 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION="8.6 (Ootpa)" 2023-10-16T20:28:37.069 INFO:teuthology.orchestra.run.smithi016.stdout:ID="rhel" 2023-10-16T20:28:37.069 INFO:teuthology.orchestra.run.smithi016.stdout:ID_LIKE="fedora" 2023-10-16T20:28:37.069 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_ID="8.6" 2023-10-16T20:28:37.069 INFO:teuthology.orchestra.run.smithi016.stdout:PLATFORM_ID="platform:el8" 2023-10-16T20:28:37.070 INFO:teuthology.orchestra.run.smithi016.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-16T20:28:37.070 INFO:teuthology.orchestra.run.smithi016.stdout:ANSI_COLOR="0;31" 2023-10-16T20:28:37.070 INFO:teuthology.orchestra.run.smithi016.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-16T20:28:37.070 INFO:teuthology.orchestra.run.smithi016.stdout:HOME_URL="https://www.redhat.com/" 2023-10-16T20:28:37.070 INFO:teuthology.orchestra.run.smithi016.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-16T20:28:37.071 INFO:teuthology.orchestra.run.smithi016.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-16T20:28:37.071 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:28:37.071 INFO:teuthology.orchestra.run.smithi016.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-16T20:28:37.071 INFO:teuthology.orchestra.run.smithi016.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-16T20:28:37.071 INFO:teuthology.orchestra.run.smithi016.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-16T20:28:37.072 INFO:teuthology.orchestra.run.smithi016.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-16T20:28:37.072 INFO:teuthology.lock.ops:Updating smithi016.front.sepia.ceph.com on lock server 2023-10-16T20:28:37.098 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2023-10-16T20:28:37.118 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2023-10-16T20:28:37.119 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2023-10-16T20:28:37.177 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="Red Hat Enterprise Linux" 2023-10-16T20:28:37.178 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="8.6 (Ootpa)" 2023-10-16T20:28:37.178 INFO:teuthology.orchestra.run.smithi098.stdout:ID="rhel" 2023-10-16T20:28:37.178 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE="fedora" 2023-10-16T20:28:37.178 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="8.6" 2023-10-16T20:28:37.178 INFO:teuthology.orchestra.run.smithi098.stdout:PLATFORM_ID="platform:el8" 2023-10-16T20:28:37.179 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-16T20:28:37.179 INFO:teuthology.orchestra.run.smithi098.stdout:ANSI_COLOR="0;31" 2023-10-16T20:28:37.179 INFO:teuthology.orchestra.run.smithi098.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-16T20:28:37.179 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://www.redhat.com/" 2023-10-16T20:28:37.179 INFO:teuthology.orchestra.run.smithi098.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-16T20:28:37.180 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-16T20:28:37.180 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:28:37.180 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-16T20:28:37.180 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-16T20:28:37.180 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-16T20:28:37.181 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-16T20:28:37.181 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2023-10-16T20:28:37.196 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-16T20:28:37.204 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-16T20:28:37.241 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-16T20:28:37.242 DEBUG:teuthology.orchestra.run.smithi016:> test '!' -e /home/ubuntu/cephtest 2023-10-16T20:28:37.245 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2023-10-16T20:28:37.262 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-16T20:28:37.276 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-16T20:28:37.276 DEBUG:teuthology.orchestra.run.smithi016:> test -z $(ls -A /var/lib/ceph) 2023-10-16T20:28:37.305 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2023-10-16T20:28:37.334 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-16T20:28:37.387 INFO:teuthology.run_tasks:Running task kernel... 2023-10-16T20:28:37.403 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-16T20:28:37.403 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-16T20:28:37.404 DEBUG:teuthology.orchestra.run.smithi016:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-16T20:28:37.405 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-16T20:28:37.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T20:28:37.423 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2023-10-16T20:28:37.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T20:28:37.424 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2023-10-16T20:28:37.480 INFO:teuthology.orchestra.run.smithi098.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-16T20:28:37.481 INFO:teuthology.task.kernel:Running kernel on smithi098: 4.18.0-372.9.1.el8.x86_64 2023-10-16T20:28:37.481 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum install -y kernel 2023-10-16T20:28:37.484 INFO:teuthology.orchestra.run.smithi016.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-16T20:28:37.484 INFO:teuthology.task.kernel:Running kernel on smithi016: 4.18.0-372.9.1.el8.x86_64 2023-10-16T20:28:37.484 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum install -y kernel 2023-10-16T20:28:38.724 INFO:teuthology.orchestra.run.smithi016.stdout:Updating Subscription Management repositories. 2023-10-16T20:28:38.725 INFO:teuthology.orchestra.run.smithi016.stdout:Unable to read consumer identity 2023-10-16T20:28:38.740 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-16T20:28:38.741 INFO:teuthology.orchestra.run.smithi098.stdout:Unable to read consumer identity 2023-10-16T20:28:40.137 INFO:teuthology.orchestra.run.smithi016.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-10-16T20:28:40.230 INFO:teuthology.orchestra.run.smithi098.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-10-16T20:28:41.198 INFO:teuthology.orchestra.run.smithi016.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-10-16T20:28:41.347 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-10-16T20:28:44.839 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 421 kB/s | 24 kB 00:00 2023-10-16T20:28:45.063 INFO:teuthology.orchestra.run.smithi016.stdout:lab-extras 563 kB/s | 24 kB 00:00 2023-10-16T20:28:45.567 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-16T20:28:45.623 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-16T20:28:45.624 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2023-10-16T20:28:45.624 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-16T20:28:45.740 DEBUG:teuthology.orchestra.run.smithi098:> echo no | sudo yum reinstall kernel || true 2023-10-16T20:28:45.800 INFO:teuthology.orchestra.run.smithi016.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-16T20:28:45.854 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2023-10-16T20:28:45.856 INFO:teuthology.orchestra.run.smithi016.stdout:Nothing to do. 2023-10-16T20:28:45.856 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2023-10-16T20:28:45.974 DEBUG:teuthology.orchestra.run.smithi016:> echo no | sudo yum reinstall kernel || true 2023-10-16T20:28:46.112 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-16T20:28:46.113 INFO:teuthology.orchestra.run.smithi098.stdout:Unable to read consumer identity 2023-10-16T20:28:46.366 INFO:teuthology.orchestra.run.smithi016.stdout:Updating Subscription Management repositories. 2023-10-16T20:28:46.366 INFO:teuthology.orchestra.run.smithi016.stdout:Unable to read consumer identity 2023-10-16T20:28:46.373 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:02 ago on Mon 16 Oct 2023 08:28:44 PM UTC. 2023-10-16T20:28:46.414 INFO:teuthology.orchestra.run.smithi098.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-16T20:28:46.461 INFO:teuthology.orchestra.run.smithi098.stderr:Error: No packages marked for reinstall. 2023-10-16T20:28:46.506 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum reinstall -y kernel || true 2023-10-16T20:28:46.645 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:00:01 ago on Mon 16 Oct 2023 08:28:45 PM UTC. 2023-10-16T20:28:46.691 INFO:teuthology.orchestra.run.smithi016.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-16T20:28:46.726 INFO:teuthology.orchestra.run.smithi016.stderr:Error: No packages marked for reinstall. 2023-10-16T20:28:46.775 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum reinstall -y kernel || true 2023-10-16T20:28:46.836 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-16T20:28:46.837 INFO:teuthology.orchestra.run.smithi098.stdout:Unable to read consumer identity 2023-10-16T20:28:47.092 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:03 ago on Mon 16 Oct 2023 08:28:44 PM UTC. 2023-10-16T20:28:47.128 INFO:teuthology.orchestra.run.smithi016.stdout:Updating Subscription Management repositories. 2023-10-16T20:28:47.129 INFO:teuthology.orchestra.run.smithi016.stdout:Unable to read consumer identity 2023-10-16T20:28:47.131 INFO:teuthology.orchestra.run.smithi098.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-16T20:28:47.165 INFO:teuthology.orchestra.run.smithi098.stderr:Error: No packages marked for reinstall. 2023-10-16T20:28:47.211 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2023-10-16T20:28:47.291 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-16T20:28:47.291 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-16T20:28:47.291 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-16T20:28:47.292 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-16T20:28:47.292 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-16T20:28:47.318 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2023-10-16T20:28:47.328 DEBUG:teuthology.parallel:result is None 2023-10-16T20:28:47.396 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:00:02 ago on Mon 16 Oct 2023 08:28:45 PM UTC. 2023-10-16T20:28:47.438 INFO:teuthology.orchestra.run.smithi016.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-16T20:28:47.496 INFO:teuthology.orchestra.run.smithi016.stderr:Error: No packages marked for reinstall. 2023-10-16T20:28:47.543 DEBUG:teuthology.orchestra.run.smithi016:> rpm -q kernel | sort -rV | head -n 1 2023-10-16T20:28:47.628 INFO:teuthology.orchestra.run.smithi016.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-16T20:28:47.628 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-16T20:28:47.629 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-16T20:28:47.629 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-16T20:28:47.629 DEBUG:teuthology.orchestra.run.smithi016:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-16T20:28:47.663 INFO:teuthology.orchestra.run.smithi016.stdout:ttyS1 2023-10-16T20:28:47.676 DEBUG:teuthology.parallel:result is None 2023-10-16T20:28:47.677 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-16T20:28:47.684 INFO:teuthology.task.internal:Creating test directory... 2023-10-16T20:28:47.685 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-16T20:28:47.718 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-16T20:28:47.735 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-16T20:28:47.744 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-16T20:28:47.785 INFO:teuthology.task.internal:Creating archive directory... 2023-10-16T20:28:47.785 DEBUG:teuthology.orchestra.run.smithi016:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-16T20:28:47.788 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-16T20:28:47.808 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-16T20:28:47.817 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-16T20:28:47.818 DEBUG:teuthology.orchestra.run.smithi016:> 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-16T20:28:47.846 DEBUG:teuthology.orchestra.run.smithi098:> 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-16T20:28:47.872 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-16T20:28:47.882 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-16T20:28:47.895 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-16T20:28:47.905 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-16T20:28:47.906 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-16T20:28:47.915 INFO:teuthology.task.internal:Configuring sudo... 2023-10-16T20:28:47.915 DEBUG:teuthology.orchestra.run.smithi016:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-16T20:28:47.926 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-16T20:28:47.953 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-16T20:28:47.963 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-16T20:28:47.963 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-16T20:28:47.994 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-16T20:28:48.010 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-16T20:28:48.095 DEBUG:teuthology.orchestra.run.smithi016:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-16T20:28:48.149 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-16T20:28:48.235 DEBUG:teuthology.orchestra.run.smithi016:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-16T20:28:48.275 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-10-16T20:28:48.276 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-16T20:28:48.343 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-16T20:28:48.388 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-16T20:28:48.435 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-16T20:28:48.520 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-16T20:28:48.560 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-16T20:28:48.560 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-16T20:28:48.627 DEBUG:teuthology.orchestra.run.smithi016:> sudo service rsyslog restart 2023-10-16T20:28:48.629 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2023-10-16T20:28:48.679 INFO:teuthology.orchestra.run.smithi016.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-16T20:28:48.724 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-16T20:28:49.042 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-16T20:28:49.052 INFO:teuthology.task.internal:Starting timer... 2023-10-16T20:28:49.052 INFO:teuthology.run_tasks:Running task pcp... 2023-10-16T20:28:49.095 INFO:teuthology.run_tasks:Running task selinux... 2023-10-16T20:28:49.127 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-16T20:28:49.128 DEBUG:teuthology.orchestra.run.smithi016:> sudo service auditd rotate 2023-10-16T20:28:49.187 INFO:teuthology.orchestra.run.smithi016.stdout:Rotating logs: 2023-10-16T20:28:49.189 DEBUG:teuthology.orchestra.run.smithi098:> sudo service auditd rotate 2023-10-16T20:28:49.258 INFO:teuthology.orchestra.run.smithi098.stdout:Rotating logs: 2023-10-16T20:28:49.260 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-16T20:28:49.260 DEBUG:teuthology.orchestra.run.smithi016:> /usr/sbin/getenforce 2023-10-16T20:28:49.288 INFO:teuthology.orchestra.run.smithi016.stdout:Permissive 2023-10-16T20:28:49.289 DEBUG:teuthology.orchestra.run.smithi098:> /usr/sbin/getenforce 2023-10-16T20:28:49.307 INFO:teuthology.orchestra.run.smithi098.stdout:Permissive 2023-10-16T20:28:49.307 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi016.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi098.front.sepia.ceph.com': 'permissive'} 2023-10-16T20:28:49.308 DEBUG:teuthology.orchestra.run.smithi016:> 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-16T20:28:49.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T20:28:49.358 DEBUG:teuthology.orchestra.run.smithi098:> 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-16T20:28:49.384 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T20:28:49.385 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-16T20:28:49.385 DEBUG:teuthology.orchestra.run.smithi016:> sudo /usr/sbin/setenforce permissive 2023-10-16T20:28:49.442 DEBUG:teuthology.orchestra.run.smithi098:> sudo /usr/sbin/setenforce permissive 2023-10-16T20:28:49.485 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-16T20:28:49.494 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-10-16T20:28:49.494 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-16T20:28:49.510 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-16T20:28:49.511 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi016.front.sepia.ceph.com,smithi098.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-16T20:37:53.224 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi016.front.sepia.ceph.com'), Remote(name='ubuntu@smithi098.front.sepia.ceph.com')] 2023-10-16T20:37:53.226 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2023-10-16T20:37:53.227 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T20:37:53.296 DEBUG:teuthology.orchestra.run.smithi016:> true 2023-10-16T20:37:53.366 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2023-10-16T20:37:53.367 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-10-16T20:37:53.368 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T20:37:53.437 DEBUG:teuthology.orchestra.run.smithi098:> true 2023-10-16T20:37:53.508 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-10-16T20:37:53.509 INFO:teuthology.run_tasks:Running task clock... 2023-10-16T20:37:53.519 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-16T20:37:53.520 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-16T20:37:53.520 DEBUG:teuthology.orchestra.run.smithi016:> 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-16T20:37:53.523 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-16T20:37:53.523 DEBUG:teuthology.orchestra.run.smithi098:> 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-16T20:37:53.555 INFO:teuthology.orchestra.run.smithi016.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-16T20:37:53.571 INFO:teuthology.orchestra.run.smithi016.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-16T20:37:53.581 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-16T20:37:53.597 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-16T20:37:53.646 INFO:teuthology.orchestra.run.smithi016.stderr:sudo: ntpd: command not found 2023-10-16T20:37:53.658 INFO:teuthology.orchestra.run.smithi016.stdout:506 Cannot talk to daemon 2023-10-16T20:37:53.673 INFO:teuthology.orchestra.run.smithi016.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-16T20:37:53.676 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: ntpd: command not found 2023-10-16T20:37:53.688 INFO:teuthology.orchestra.run.smithi016.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-16T20:37:53.688 INFO:teuthology.orchestra.run.smithi098.stdout:506 Cannot talk to daemon 2023-10-16T20:37:53.702 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-16T20:37:53.716 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-16T20:37:53.752 INFO:teuthology.orchestra.run.smithi016.stderr:bash: ntpq: command not found 2023-10-16T20:37:53.757 INFO:teuthology.orchestra.run.smithi016.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-16T20:37:53.758 INFO:teuthology.orchestra.run.smithi016.stdout:=============================================================================== 2023-10-16T20:37:53.758 INFO:teuthology.orchestra.run.smithi016.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T20:37:53.758 INFO:teuthology.orchestra.run.smithi016.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T20:37:53.758 INFO:teuthology.orchestra.run.smithi016.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T20:37:53.758 INFO:teuthology.orchestra.run.smithi016.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T20:37:53.795 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2023-10-16T20:37:53.799 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-16T20:37:53.799 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2023-10-16T20:37:53.799 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T20:37:53.799 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T20:37:53.800 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T20:37:53.800 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T20:37:53.801 INFO:teuthology.run_tasks:Running task pexec... 2023-10-16T20:37:53.810 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-16T20:37:53.811 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi016.front.sepia.ceph.com 2023-10-16T20:37:53.811 DEBUG:teuthology.orchestra.run.smithi016:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-16T20:37:53.811 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi098.front.sepia.ceph.com 2023-10-16T20:37:53.812 DEBUG:teuthology.orchestra.run.smithi098:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-16T20:37:54.204 INFO:teuthology.orchestra.run.smithi016.stdout:Updating Subscription Management repositories. 2023-10-16T20:37:54.212 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-16T20:37:55.015 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:45 ago on Mon 16 Oct 2023 08:36:09 PM UTC. 2023-10-16T20:37:55.036 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:26 ago on Mon 16 Oct 2023 08:36:28 PM UTC. 2023-10-16T20:37:56.894 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-16T20:37:56.895 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-16T20:37:56.895 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2023-10-16T20:37:56.896 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-16T20:37:56.896 INFO:teuthology.orchestra.run.smithi098.stdout:Resetting modules: 2023-10-16T20:37:56.896 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools 2023-10-16T20:37:56.897 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:37:56.897 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-16T20:37:56.897 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-16T20:37:56.897 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:37:56.988 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2023-10-16T20:37:56.989 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2023-10-16T20:37:56.989 INFO:teuthology.orchestra.run.smithi016.stdout: Package Architecture Version Repository Size 2023-10-16T20:37:56.989 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2023-10-16T20:37:56.990 INFO:teuthology.orchestra.run.smithi016.stdout:Resetting modules: 2023-10-16T20:37:56.990 INFO:teuthology.orchestra.run.smithi016.stdout: container-tools 2023-10-16T20:37:56.990 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:37:56.990 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2023-10-16T20:37:56.990 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2023-10-16T20:37:56.991 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:37:57.865 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:48 ago on Mon 16 Oct 2023 08:36:09 PM UTC. 2023-10-16T20:37:58.007 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:29 ago on Mon 16 Oct 2023 08:36:28 PM UTC. 2023-10-16T20:38:00.378 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-16T20:38:00.844 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-16T20:38:00.889 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2023-10-16T20:38:01.372 INFO:teuthology.orchestra.run.smithi016.stdout:Updating Subscription Management repositories. 2023-10-16T20:38:01.618 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:52 ago on Mon 16 Oct 2023 08:36:09 PM UTC. 2023-10-16T20:38:02.227 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:33 ago on Mon 16 Oct 2023 08:36:28 PM UTC. 2023-10-16T20:38:03.330 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-16T20:38:03.423 INFO:teuthology.orchestra.run.smithi098.stdout:========================================================================================================================== 2023-10-16T20:38:03.423 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-10-16T20:38:03.423 INFO:teuthology.orchestra.run.smithi098.stdout:========================================================================================================================== 2023-10-16T20:38:03.423 INFO:teuthology.orchestra.run.smithi098.stdout:Installing group/module packages: 2023-10-16T20:38:03.423 INFO:teuthology.orchestra.run.smithi098.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-10-16T20:38:03.424 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-10-16T20:38:03.424 INFO:teuthology.orchestra.run.smithi098.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-10-16T20:38:03.424 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-10-16T20:38:03.424 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-16T20:38:03.425 INFO:teuthology.orchestra.run.smithi098.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-16T20:38:03.425 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-10-16T20:38:03.425 INFO:teuthology.orchestra.run.smithi098.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-16T20:38:03.425 INFO:teuthology.orchestra.run.smithi098.stdout:Downgrading: 2023-10-16T20:38:03.425 INFO:teuthology.orchestra.run.smithi098.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-16T20:38:03.426 INFO:teuthology.orchestra.run.smithi098.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-10-16T20:38:03.426 INFO:teuthology.orchestra.run.smithi098.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-10-16T20:38:03.426 INFO:teuthology.orchestra.run.smithi098.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-10-16T20:38:03.426 INFO:teuthology.orchestra.run.smithi098.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-10-16T20:38:03.426 INFO:teuthology.orchestra.run.smithi098.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-10-16T20:38:03.426 INFO:teuthology.orchestra.run.smithi098.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-10-16T20:38:03.427 INFO:teuthology.orchestra.run.smithi098.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-10-16T20:38:03.427 INFO:teuthology.orchestra.run.smithi098.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-10-16T20:38:03.427 INFO:teuthology.orchestra.run.smithi098.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-10-16T20:38:03.427 INFO:teuthology.orchestra.run.smithi098.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-10-16T20:38:03.427 INFO:teuthology.orchestra.run.smithi098.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-16T20:38:03.428 INFO:teuthology.orchestra.run.smithi098.stdout:Installing module profiles: 2023-10-16T20:38:03.428 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools/common 2023-10-16T20:38:03.428 INFO:teuthology.orchestra.run.smithi098.stdout:Enabling module streams: 2023-10-16T20:38:03.428 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools 3.0 2023-10-16T20:38:03.428 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:38:03.429 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-16T20:38:03.429 INFO:teuthology.orchestra.run.smithi098.stdout:========================================================================================================================== 2023-10-16T20:38:03.429 INFO:teuthology.orchestra.run.smithi098.stdout:Install 7 Packages 2023-10-16T20:38:03.429 INFO:teuthology.orchestra.run.smithi098.stdout:Downgrade 12 Packages 2023-10-16T20:38:03.429 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:38:03.430 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 51 M 2023-10-16T20:38:03.430 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-16T20:38:03.501 INFO:teuthology.orchestra.run.smithi098.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 714 kB/s | 53 kB 00:00 2023-10-16T20:38:03.518 INFO:teuthology.orchestra.run.smithi098.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 564 kB/s | 51 kB 00:00 2023-10-16T20:38:03.543 INFO:teuthology.orchestra.run.smithi098.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 781 kB/s | 91 kB 00:00 2023-10-16T20:38:03.577 INFO:teuthology.orchestra.run.smithi098.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 6.6 MB/s | 511 kB 00:00 2023-10-16T20:38:03.594 INFO:teuthology.orchestra.run.smithi098.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 918 kB/s | 69 kB 00:00 2023-10-16T20:38:03.636 INFO:teuthology.orchestra.run.smithi098.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.2 MB/s | 72 kB 00:00 2023-10-16T20:38:03.736 INFO:teuthology.orchestra.run.smithi098.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 15 MB/s | 2.9 MB 00:00 2023-10-16T20:38:03.761 INFO:teuthology.orchestra.run.smithi098.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 446 kB/s | 56 kB 00:00 2023-10-16T20:38:03.795 INFO:teuthology.orchestra.run.smithi098.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 870 kB/s | 51 kB 00:00 2023-10-16T20:38:03.854 INFO:teuthology.orchestra.run.smithi098.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 5.4 MB/s | 322 kB 00:00 2023-10-16T20:38:03.895 INFO:teuthology.orchestra.run.smithi098.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 982 kB/s | 41 kB 00:00 2023-10-16T20:38:04.076 INFO:teuthology.orchestra.run.smithi098.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 23 MB/s | 11 MB 00:00 2023-10-16T20:38:04.138 INFO:teuthology.orchestra.run.smithi098.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 9.1 MB/s | 2.2 MB 00:00 2023-10-16T20:38:04.144 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2023-10-16T20:38:04.247 INFO:teuthology.orchestra.run.smithi016.stdout:========================================================================================================================== 2023-10-16T20:38:04.247 INFO:teuthology.orchestra.run.smithi016.stdout: Package Arch Version Repository Size 2023-10-16T20:38:04.247 INFO:teuthology.orchestra.run.smithi016.stdout:========================================================================================================================== 2023-10-16T20:38:04.247 INFO:teuthology.orchestra.run.smithi016.stdout:Installing group/module packages: 2023-10-16T20:38:04.247 INFO:teuthology.orchestra.run.smithi016.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-10-16T20:38:04.248 INFO:teuthology.orchestra.run.smithi016.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-10-16T20:38:04.248 INFO:teuthology.orchestra.run.smithi016.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-10-16T20:38:04.248 INFO:teuthology.orchestra.run.smithi016.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-10-16T20:38:04.248 INFO:teuthology.orchestra.run.smithi016.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-16T20:38:04.248 INFO:teuthology.orchestra.run.smithi016.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-16T20:38:04.249 INFO:teuthology.orchestra.run.smithi016.stdout:Installing dependencies: 2023-10-16T20:38:04.249 INFO:teuthology.orchestra.run.smithi016.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-16T20:38:04.249 INFO:teuthology.orchestra.run.smithi016.stdout:Downgrading: 2023-10-16T20:38:04.249 INFO:teuthology.orchestra.run.smithi016.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-16T20:38:04.249 INFO:teuthology.orchestra.run.smithi016.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-10-16T20:38:04.250 INFO:teuthology.orchestra.run.smithi016.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-10-16T20:38:04.250 INFO:teuthology.orchestra.run.smithi016.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-10-16T20:38:04.250 INFO:teuthology.orchestra.run.smithi016.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-10-16T20:38:04.250 INFO:teuthology.orchestra.run.smithi016.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-10-16T20:38:04.250 INFO:teuthology.orchestra.run.smithi016.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-10-16T20:38:04.251 INFO:teuthology.orchestra.run.smithi016.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-10-16T20:38:04.251 INFO:teuthology.orchestra.run.smithi016.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-10-16T20:38:04.251 INFO:teuthology.orchestra.run.smithi016.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-10-16T20:38:04.251 INFO:teuthology.orchestra.run.smithi016.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-10-16T20:38:04.251 INFO:teuthology.orchestra.run.smithi016.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-16T20:38:04.251 INFO:teuthology.orchestra.run.smithi016.stdout:Installing module profiles: 2023-10-16T20:38:04.252 INFO:teuthology.orchestra.run.smithi016.stdout: container-tools/common 2023-10-16T20:38:04.252 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling module streams: 2023-10-16T20:38:04.252 INFO:teuthology.orchestra.run.smithi016.stdout: container-tools 3.0 2023-10-16T20:38:04.252 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:38:04.252 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2023-10-16T20:38:04.252 INFO:teuthology.orchestra.run.smithi016.stdout:========================================================================================================================== 2023-10-16T20:38:04.253 INFO:teuthology.orchestra.run.smithi016.stdout:Install 7 Packages 2023-10-16T20:38:04.253 INFO:teuthology.orchestra.run.smithi016.stdout:Downgrade 12 Packages 2023-10-16T20:38:04.253 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:38:04.254 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 51 M 2023-10-16T20:38:04.254 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2023-10-16T20:38:04.296 INFO:teuthology.orchestra.run.smithi098.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 29 MB/s | 6.4 MB 00:00 2023-10-16T20:38:04.310 INFO:teuthology.orchestra.run.smithi016.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.5 MB/s | 91 kB 00:00 2023-10-16T20:38:04.335 INFO:teuthology.orchestra.run.smithi016.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 628 kB/s | 53 kB 00:00 2023-10-16T20:38:04.360 INFO:teuthology.orchestra.run.smithi016.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 470 kB/s | 51 kB 00:00 2023-10-16T20:38:04.394 INFO:teuthology.orchestra.run.smithi016.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 6.0 MB/s | 511 kB 00:00 2023-10-16T20:38:04.411 INFO:teuthology.orchestra.run.smithi016.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.3 MB/s | 69 kB 00:00 2023-10-16T20:38:04.422 INFO:teuthology.orchestra.run.smithi098.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 24 MB/s | 6.8 MB 00:00 2023-10-16T20:38:04.436 INFO:teuthology.orchestra.run.smithi016.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.7 MB/s | 72 kB 00:00 2023-10-16T20:38:04.478 INFO:teuthology.orchestra.run.smithi016.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-10-16T20:38:04.545 INFO:teuthology.orchestra.run.smithi016.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 16 MB/s | 2.9 MB 00:00 2023-10-16T20:38:04.571 INFO:teuthology.orchestra.run.smithi016.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 555 kB/s | 51 kB 00:00 2023-10-16T20:38:04.621 INFO:teuthology.orchestra.run.smithi016.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 6.3 MB/s | 322 kB 00:00 2023-10-16T20:38:04.630 INFO:teuthology.orchestra.run.smithi098.stdout:(16/19): containernetworking-plugins-0.9.1-1.mo 22 MB/s | 19 MB 00:00 2023-10-16T20:38:04.654 INFO:teuthology.orchestra.run.smithi016.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 1.2 MB/s | 41 kB 00:00 2023-10-16T20:38:04.656 INFO:teuthology.orchestra.run.smithi098.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 792 kB/s | 185 kB 00:00 2023-10-16T20:38:04.689 INFO:teuthology.orchestra.run.smithi098.stdout:(18/19): cockpit-podman-29-2.module+el8.6.0+148 2.7 MB/s | 1.1 MB 00:00 2023-10-16T20:38:04.714 INFO:teuthology.orchestra.run.smithi098.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 605 kB/s | 51 kB 00:00 2023-10-16T20:38:04.715 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-16T20:38:04.715 INFO:teuthology.orchestra.run.smithi098.stdout:Total 39 MB/s | 51 MB 00:01 2023-10-16T20:38:04.746 INFO:teuthology.orchestra.run.smithi016.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 24 MB/s | 2.2 MB 00:00 2023-10-16T20:38:04.880 INFO:teuthology.orchestra.run.smithi016.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 23 MB/s | 11 MB 00:00 2023-10-16T20:38:05.064 INFO:teuthology.orchestra.run.smithi016.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 20 MB/s | 6.4 MB 00:00 2023-10-16T20:38:05.181 INFO:teuthology.orchestra.run.smithi016.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 22 MB/s | 6.8 MB 00:00 2023-10-16T20:38:05.191 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-16T20:38:05.223 INFO:teuthology.orchestra.run.smithi016.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 6.7 MB/s | 1.1 MB 00:00 2023-10-16T20:38:05.233 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-16T20:38:05.233 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-16T20:38:05.248 INFO:teuthology.orchestra.run.smithi016.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.7 MB/s | 185 kB 00:00 2023-10-16T20:38:05.273 INFO:teuthology.orchestra.run.smithi016.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-10-16T20:38:05.490 INFO:teuthology.orchestra.run.smithi016.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 20 MB/s | 19 MB 00:00 2023-10-16T20:38:05.491 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2023-10-16T20:38:05.491 INFO:teuthology.orchestra.run.smithi016.stdout:Total 41 MB/s | 51 MB 00:01 2023-10-16T20:38:05.650 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-16T20:38:05.654 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-16T20:38:05.983 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2023-10-16T20:38:06.028 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2023-10-16T20:38:06.029 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2023-10-16T20:38:06.479 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2023-10-16T20:38:06.483 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2023-10-16T20:38:06.828 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-16T20:38:06.874 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-10-16T20:38:07.098 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-16T20:38:07.107 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-16T20:38:07.123 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-16T20:38:07.297 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-16T20:38:07.653 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2023-10-16T20:38:07.700 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-10-16T20:38:07.869 INFO:teuthology.orchestra.run.smithi016.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-16T20:38:07.878 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-16T20:38:07.900 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-16T20:38:08.077 INFO:teuthology.orchestra.run.smithi016.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-16T20:38:24.213 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-16T20:38:25.994 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-10-16T20:38:26.152 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-16T20:38:26.262 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-10-16T20:38:26.462 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-10-16T20:38:26.685 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-10-16T20:38:26.945 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-10-16T20:38:26.945 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-10-16T20:38:26.945 INFO:teuthology.orchestra.run.smithi098.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-10-16T20:38:26.946 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:38:27.861 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-10-16T20:38:28.103 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-10-16T20:38:28.103 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-10-16T20:38:28.340 INFO:teuthology.orchestra.run.smithi016.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-10-16T20:38:28.527 INFO:teuthology.orchestra.run.smithi016.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-10-16T20:38:28.689 INFO:teuthology.orchestra.run.smithi016.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-10-16T20:38:28.902 INFO:teuthology.orchestra.run.smithi016.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-10-16T20:38:28.902 INFO:teuthology.orchestra.run.smithi016.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-10-16T20:38:28.902 INFO:teuthology.orchestra.run.smithi016.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-10-16T20:38:28.903 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:38:29.558 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-10-16T20:38:29.752 INFO:teuthology.orchestra.run.smithi016.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-10-16T20:38:29.888 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-10-16T20:38:29.984 INFO:teuthology.orchestra.run.smithi016.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-10-16T20:38:30.302 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-10-16T20:38:30.629 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-10-16T20:38:31.412 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-10-16T20:38:31.522 INFO:teuthology.orchestra.run.smithi016.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-10-16T20:38:31.781 INFO:teuthology.orchestra.run.smithi016.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-10-16T20:38:32.178 INFO:teuthology.orchestra.run.smithi016.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-10-16T20:38:32.198 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-10-16T20:38:32.459 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-10-16T20:38:32.469 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-10-16T20:38:32.677 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-10-16T20:38:32.878 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-10-16T20:38:32.992 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-10-16T20:38:32.992 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-16T20:38:33.239 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-10-16T20:38:33.319 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-16T20:38:33.543 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-10-16T20:38:33.544 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-16T20:38:33.787 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-16T20:38:33.945 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-16T20:38:33.993 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-10-16T20:38:34.146 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-10-16T20:38:34.224 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-10-16T20:38:34.312 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-10-16T20:38:34.407 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-10-16T20:38:34.543 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-10-16T20:38:34.624 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-10-16T20:38:34.687 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-10-16T20:38:34.749 INFO:teuthology.orchestra.run.smithi016.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-10-16T20:38:34.750 INFO:teuthology.orchestra.run.smithi016.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-16T20:38:34.853 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-10-16T20:38:35.044 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-16T20:38:35.054 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-10-16T20:38:35.055 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-16T20:38:35.218 INFO:teuthology.orchestra.run.smithi016.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-10-16T20:38:35.218 INFO:teuthology.orchestra.run.smithi016.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-16T20:38:35.253 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-16T20:38:35.408 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-16T20:38:35.533 INFO:teuthology.orchestra.run.smithi016.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-16T20:38:35.692 INFO:teuthology.orchestra.run.smithi016.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-10-16T20:38:35.791 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-10-16T20:38:35.841 INFO:teuthology.orchestra.run.smithi016.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-10-16T20:38:36.043 INFO:teuthology.orchestra.run.smithi016.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-10-16T20:38:36.173 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-16T20:38:36.174 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-10-16T20:38:36.174 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-10-16T20:38:36.174 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-10-16T20:38:36.174 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-10-16T20:38:36.174 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-10-16T20:38:36.175 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-10-16T20:38:36.175 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-10-16T20:38:36.175 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-10-16T20:38:36.175 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-10-16T20:38:36.175 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-10-16T20:38:36.176 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-10-16T20:38:36.176 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-10-16T20:38:36.176 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-10-16T20:38:36.176 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-10-16T20:38:36.176 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-10-16T20:38:36.177 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-10-16T20:38:36.177 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-10-16T20:38:36.177 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-10-16T20:38:36.177 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-10-16T20:38:36.177 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-10-16T20:38:36.178 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-10-16T20:38:36.178 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-10-16T20:38:36.178 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-10-16T20:38:36.178 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-16T20:38:36.178 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-10-16T20:38:36.178 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-10-16T20:38:36.179 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-10-16T20:38:36.179 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-10-16T20:38:36.179 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-10-16T20:38:36.180 INFO:teuthology.orchestra.run.smithi016.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-10-16T20:38:36.180 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-10-16T20:38:36.299 INFO:teuthology.orchestra.run.smithi016.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-10-16T20:38:36.453 INFO:teuthology.orchestra.run.smithi016.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-10-16T20:38:36.454 INFO:teuthology.orchestra.run.smithi016.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-16T20:38:36.590 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-16T20:38:37.126 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-10-16T20:38:37.535 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-16T20:38:37.535 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-10-16T20:38:37.535 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-10-16T20:38:37.536 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-10-16T20:38:37.536 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-10-16T20:38:37.536 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-10-16T20:38:37.536 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-10-16T20:38:37.536 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-10-16T20:38:37.537 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-10-16T20:38:37.537 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-10-16T20:38:37.537 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-10-16T20:38:37.537 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-10-16T20:38:37.537 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-10-16T20:38:37.537 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-10-16T20:38:37.538 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-10-16T20:38:37.538 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-10-16T20:38:37.538 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-10-16T20:38:37.538 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-10-16T20:38:37.538 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-10-16T20:38:37.538 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-10-16T20:38:37.539 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-10-16T20:38:37.539 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-10-16T20:38:37.539 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-10-16T20:38:37.539 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-10-16T20:38:37.539 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-16T20:38:37.539 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-10-16T20:38:37.540 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-10-16T20:38:37.540 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-10-16T20:38:37.540 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-10-16T20:38:37.541 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-10-16T20:38:37.541 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-10-16T20:38:37.550 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-10-16T20:38:37.550 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:28 ago on Mon 16 Oct 2023 08:36:09 PM UTC. 2023-10-16T20:38:38.890 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-10-16T20:38:38.891 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:02:10 ago on Mon 16 Oct 2023 08:36:28 PM UTC. 2023-10-16T20:38:39.875 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-16T20:38:40.075 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:38:40.075 INFO:teuthology.orchestra.run.smithi098.stdout:Downgraded: 2023-10-16T20:38:40.076 INFO:teuthology.orchestra.run.smithi098.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:40.076 INFO:teuthology.orchestra.run.smithi098.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-10-16T20:38:40.076 INFO:teuthology.orchestra.run.smithi098.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:40.076 INFO:teuthology.orchestra.run.smithi098.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:40.076 INFO:teuthology.orchestra.run.smithi098.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:40.077 INFO:teuthology.orchestra.run.smithi098.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:40.077 INFO:teuthology.orchestra.run.smithi098.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:40.077 INFO:teuthology.orchestra.run.smithi098.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:40.077 INFO:teuthology.orchestra.run.smithi098.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:40.077 INFO:teuthology.orchestra.run.smithi098.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-10-16T20:38:40.077 INFO:teuthology.orchestra.run.smithi098.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:40.078 INFO:teuthology.orchestra.run.smithi098.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:40.078 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-16T20:38:40.078 INFO:teuthology.orchestra.run.smithi098.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:40.078 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-10-16T20:38:40.078 INFO:teuthology.orchestra.run.smithi098.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:40.079 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:40.079 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:40.079 INFO:teuthology.orchestra.run.smithi098.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-10-16T20:38:40.079 INFO:teuthology.orchestra.run.smithi098.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-16T20:38:40.079 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:38:40.079 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-16T20:38:40.257 DEBUG:teuthology.parallel:result is None 2023-10-16T20:38:41.412 INFO:teuthology.orchestra.run.smithi016.stdout:Installed products updated. 2023-10-16T20:38:41.632 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:38:41.632 INFO:teuthology.orchestra.run.smithi016.stdout:Downgraded: 2023-10-16T20:38:41.633 INFO:teuthology.orchestra.run.smithi016.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:41.633 INFO:teuthology.orchestra.run.smithi016.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-10-16T20:38:41.633 INFO:teuthology.orchestra.run.smithi016.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:41.633 INFO:teuthology.orchestra.run.smithi016.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:41.633 INFO:teuthology.orchestra.run.smithi016.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:41.633 INFO:teuthology.orchestra.run.smithi016.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:41.634 INFO:teuthology.orchestra.run.smithi016.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:41.634 INFO:teuthology.orchestra.run.smithi016.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:41.634 INFO:teuthology.orchestra.run.smithi016.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:41.634 INFO:teuthology.orchestra.run.smithi016.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-10-16T20:38:41.634 INFO:teuthology.orchestra.run.smithi016.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:41.635 INFO:teuthology.orchestra.run.smithi016.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:41.635 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2023-10-16T20:38:41.635 INFO:teuthology.orchestra.run.smithi016.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:41.635 INFO:teuthology.orchestra.run.smithi016.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-10-16T20:38:41.635 INFO:teuthology.orchestra.run.smithi016.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:41.636 INFO:teuthology.orchestra.run.smithi016.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:41.636 INFO:teuthology.orchestra.run.smithi016.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-10-16T20:38:41.636 INFO:teuthology.orchestra.run.smithi016.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-10-16T20:38:41.636 INFO:teuthology.orchestra.run.smithi016.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-16T20:38:41.636 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:38:41.636 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2023-10-16T20:38:41.834 DEBUG:teuthology.parallel:result is None 2023-10-16T20:38:41.834 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-10-16T20:38:41.845 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-10-16T20:38:41.845 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-10-16T20:38:41.845 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/scratch_devs of=/dev/stdout 2023-10-16T20:38:41.863 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-16T20:38:41.863 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_1 2023-10-16T20:38:41.920 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-16T20:38:41.920 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T20:38:41.921 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 392862 Links: 1 2023-10-16T20:38:41.921 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T20:38:41.921 INFO:teuthology.orchestra.run.smithi016.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T20:38:41.921 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2023-10-16 20:38:37.271722329 +0000 2023-10-16T20:38:41.922 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2023-10-16 20:37:25.037701172 +0000 2023-10-16T20:38:41.922 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2023-10-16 20:37:25.037701172 +0000 2023-10-16T20:38:41.922 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2023-10-16T20:38:41.922 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-16T20:38:41.986 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2023-10-16T20:38:41.987 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2023-10-16T20:38:41.987 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000118614 s, 4.3 MB/s 2023-10-16T20:38:41.988 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-16T20:38:42.046 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_2 2023-10-16T20:38:42.104 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-16T20:38:42.105 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T20:38:42.105 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 387042 Links: 1 2023-10-16T20:38:42.105 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T20:38:42.105 INFO:teuthology.orchestra.run.smithi016.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T20:38:42.106 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2023-10-16 20:38:37.271722329 +0000 2023-10-16T20:38:42.106 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2023-10-16 20:37:25.567692690 +0000 2023-10-16T20:38:42.106 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2023-10-16 20:37:25.567692690 +0000 2023-10-16T20:38:42.106 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2023-10-16T20:38:42.107 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-16T20:38:42.171 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2023-10-16T20:38:42.171 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2023-10-16T20:38:42.172 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000100878 s, 5.1 MB/s 2023-10-16T20:38:42.173 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-16T20:38:42.231 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_3 2023-10-16T20:38:42.288 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-16T20:38:42.288 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T20:38:42.288 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 395329 Links: 1 2023-10-16T20:38:42.288 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T20:38:42.289 INFO:teuthology.orchestra.run.smithi016.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T20:38:42.289 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2023-10-16 20:38:37.271722329 +0000 2023-10-16T20:38:42.289 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2023-10-16 20:37:26.118683872 +0000 2023-10-16T20:38:42.289 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2023-10-16 20:37:26.118683872 +0000 2023-10-16T20:38:42.289 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2023-10-16T20:38:42.290 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-16T20:38:42.354 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2023-10-16T20:38:42.355 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2023-10-16T20:38:42.355 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.00011222 s, 4.6 MB/s 2023-10-16T20:38:42.356 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-16T20:38:42.414 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_4 2023-10-16T20:38:42.471 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-16T20:38:42.472 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T20:38:42.472 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 397431 Links: 1 2023-10-16T20:38:42.472 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T20:38:42.472 INFO:teuthology.orchestra.run.smithi016.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T20:38:42.473 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2023-10-16 20:38:37.271722329 +0000 2023-10-16T20:38:42.473 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2023-10-16 20:37:26.620675838 +0000 2023-10-16T20:38:42.473 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2023-10-16 20:37:26.620675838 +0000 2023-10-16T20:38:42.473 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2023-10-16T20:38:42.473 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-16T20:38:42.538 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2023-10-16T20:38:42.538 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2023-10-16T20:38:42.538 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000100297 s, 5.1 MB/s 2023-10-16T20:38:42.540 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-16T20:38:42.598 DEBUG:teuthology.orchestra.run.smithi016:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-10-16T20:38:42.740 INFO:teuthology.orchestra.run.smithi016.stdout:loop 2023-10-16T20:38:42.741 INFO:tasks.nvme_loop:Connecting nvme_loop smithi016:/dev/vg_nvme/lv_1... 2023-10-16T20:38:42.742 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-10-16T20:38:42.779 INFO:teuthology.orchestra.run.smithi016.stdout:1 2023-10-16T20:38:42.816 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/vg_nvme/lv_11 2023-10-16T20:38:42.869 INFO:tasks.nvme_loop:Connecting nvme_loop smithi016:/dev/vg_nvme/lv_2... 2023-10-16T20:38:42.869 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-10-16T20:38:42.946 INFO:teuthology.orchestra.run.smithi016.stdout:1 2023-10-16T20:38:42.982 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/vg_nvme/lv_21 2023-10-16T20:38:43.023 INFO:tasks.nvme_loop:Connecting nvme_loop smithi016:/dev/vg_nvme/lv_3... 2023-10-16T20:38:43.024 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-10-16T20:38:43.100 INFO:teuthology.orchestra.run.smithi016.stdout:1 2023-10-16T20:38:43.137 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/vg_nvme/lv_31 2023-10-16T20:38:43.177 INFO:tasks.nvme_loop:Connecting nvme_loop smithi016:/dev/vg_nvme/lv_4... 2023-10-16T20:38:43.177 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-10-16T20:38:43.251 INFO:teuthology.orchestra.run.smithi016.stdout:1 2023-10-16T20:38:43.287 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/vg_nvme/lv_41 2023-10-16T20:38:43.378 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-10-16T20:38:43.378 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/scratch_devs of=/dev/stdout 2023-10-16T20:38:43.438 DEBUG:teuthology.orchestra.run.smithi016:> sudo nvme list 2023-10-16T20:38:43.504 INFO:teuthology.orchestra.run.smithi016.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-16T20:38:43.504 INFO:teuthology.orchestra.run.smithi016.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-16T20:38:43.504 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/nvme0n1 PHMB7513002C480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-10-16T20:38:43.504 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/nvme1n1 b0ec6c0e3adfe53d9694 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-16T20:38:43.505 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/nvme2n1 053eea1fcdbece289380 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-16T20:38:43.505 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/nvme3n1 3f1fe0746f19ea2104ce Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-16T20:38:43.505 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/nvme4n1 c988cc00a189027ee0f3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-16T20:38:43.506 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-16T20:38:43.507 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-10-16T20:38:43.507 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/scratch_devs 2023-10-16T20:38:43.573 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-16T20:38:43.573 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2023-10-16T20:38:43.594 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-16T20:38:43.594 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_1 2023-10-16T20:38:43.655 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-16T20:38:43.655 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T20:38:43.655 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 391723 Links: 1 2023-10-16T20:38:43.655 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T20:38:43.656 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T20:38:43.656 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-10-16 20:38:35.925596930 +0000 2023-10-16T20:38:43.656 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-10-16 20:37:02.149240514 +0000 2023-10-16T20:38:43.656 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-10-16 20:37:02.149240514 +0000 2023-10-16T20:38:43.656 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-10-16T20:38:43.657 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-16T20:38:43.726 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-10-16T20:38:43.726 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-10-16T20:38:43.726 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.00024934 s, 2.1 MB/s 2023-10-16T20:38:43.727 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-16T20:38:43.788 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_2 2023-10-16T20:38:43.847 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-16T20:38:43.847 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T20:38:43.848 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 394395 Links: 1 2023-10-16T20:38:43.848 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T20:38:43.848 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T20:38:43.848 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-10-16 20:38:35.926596916 +0000 2023-10-16T20:38:43.848 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-10-16 20:37:02.661233738 +0000 2023-10-16T20:38:43.849 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-10-16 20:37:02.661233738 +0000 2023-10-16T20:38:43.849 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-10-16T20:38:43.849 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-16T20:38:43.917 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-10-16T20:38:43.917 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-10-16T20:38:43.917 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000235833 s, 2.2 MB/s 2023-10-16T20:38:43.918 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-16T20:38:43.978 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_3 2023-10-16T20:38:44.039 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-16T20:38:44.039 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T20:38:44.039 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 393436 Links: 1 2023-10-16T20:38:44.039 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T20:38:44.040 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T20:38:44.040 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-10-16 20:38:35.926596916 +0000 2023-10-16T20:38:44.040 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-10-16 20:37:03.166227054 +0000 2023-10-16T20:38:44.040 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-10-16 20:37:03.166227054 +0000 2023-10-16T20:38:44.040 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-10-16T20:38:44.041 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-16T20:38:44.106 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-10-16T20:38:44.107 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-10-16T20:38:44.107 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000286318 s, 1.8 MB/s 2023-10-16T20:38:44.108 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-16T20:38:44.166 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_4 2023-10-16T20:38:44.224 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-16T20:38:44.224 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T20:38:44.225 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 396453 Links: 1 2023-10-16T20:38:44.225 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T20:38:44.225 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T20:38:44.225 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-10-16 20:38:35.926596916 +0000 2023-10-16T20:38:44.225 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-10-16 20:37:03.674220331 +0000 2023-10-16T20:38:44.226 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-10-16 20:37:03.674220331 +0000 2023-10-16T20:38:44.226 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-10-16T20:38:44.226 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-16T20:38:44.290 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-10-16T20:38:44.291 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-10-16T20:38:44.291 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000202231 s, 2.5 MB/s 2023-10-16T20:38:44.292 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-16T20:38:44.349 DEBUG:teuthology.orchestra.run.smithi098:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-10-16T20:38:44.474 INFO:teuthology.orchestra.run.smithi098.stdout:loop 2023-10-16T20:38:44.475 INFO:tasks.nvme_loop:Connecting nvme_loop smithi098:/dev/vg_nvme/lv_1... 2023-10-16T20:38:44.476 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-10-16T20:38:44.511 INFO:teuthology.orchestra.run.smithi098.stdout:1 2023-10-16T20:38:44.545 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/vg_nvme/lv_11 2023-10-16T20:38:44.608 INFO:tasks.nvme_loop:Connecting nvme_loop smithi098:/dev/vg_nvme/lv_2... 2023-10-16T20:38:44.609 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-10-16T20:38:44.687 INFO:teuthology.orchestra.run.smithi098.stdout:1 2023-10-16T20:38:44.721 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/vg_nvme/lv_21 2023-10-16T20:38:44.761 INFO:tasks.nvme_loop:Connecting nvme_loop smithi098:/dev/vg_nvme/lv_3... 2023-10-16T20:38:44.761 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-10-16T20:38:44.836 INFO:teuthology.orchestra.run.smithi098.stdout:1 2023-10-16T20:38:44.870 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/vg_nvme/lv_31 2023-10-16T20:38:44.910 INFO:tasks.nvme_loop:Connecting nvme_loop smithi098:/dev/vg_nvme/lv_4... 2023-10-16T20:38:44.910 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-10-16T20:38:44.986 INFO:teuthology.orchestra.run.smithi098.stdout:1 2023-10-16T20:38:45.020 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/vg_nvme/lv_41 2023-10-16T20:38:45.111 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-16T20:38:45.112 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2023-10-16T20:38:45.168 DEBUG:teuthology.orchestra.run.smithi098:> sudo nvme list 2023-10-16T20:38:45.234 INFO:teuthology.orchestra.run.smithi098.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-16T20:38:45.234 INFO:teuthology.orchestra.run.smithi098.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-16T20:38:45.234 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme0n1 PHFT6204010H400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-16T20:38:45.235 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme1n1 d6f579abd24179324115 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-16T20:38:45.235 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme2n1 8a7772924e64592dfb32 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-16T20:38:45.235 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme3n1 f474efb8cbb671724bdc Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-16T20:38:45.235 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme4n1 ccf32ce4dc81e93fea07 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-16T20:38:45.236 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-16T20:38:45.237 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-16T20:38:45.237 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/scratch_devs 2023-10-16T20:38:45.304 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-16T20:38:45.382 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'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}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'bcf5b23faa7fe51d364c0e949f01773ae6822e01'} 2023-10-16T20:38:45.382 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 2023-10-16T20:38:45.383 INFO:tasks.cephadm:Cluster fsid is 005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:38:45.383 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-16T20:38:45.384 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-10-16T20:38:45.384 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi016': '172.21.15.16', 'mon.smithi098': '172.21.15.98'} 2023-10-16T20:38:45.384 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-16T20:38:45.385 DEBUG:teuthology.orchestra.run.smithi016:> sudo hostname $(hostname -s) 2023-10-16T20:38:45.419 DEBUG:teuthology.orchestra.run.smithi098:> sudo hostname $(hostname -s) 2023-10-16T20:38:45.446 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-10-16T20:38:45.447 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=bcf5b23faa7fe51d364c0e949f01773ae6822e01 2023-10-16T20:38:45.585 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'bcf5b23faa7fe51d364c0e949f01773ae6822e01', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/73323/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-6722-gbcf5b23f', 'node_name': '172.21.4.63+confusa01', 'job_name': 'ceph-dev-new-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-6722.gbcf5b23f'}, 'url': 'https://4.chacra.ceph.com/r/ceph/main/bcf5b23faa7fe51d364c0e949f01773ae6822e01/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-10-13 19:20:32.181657', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/main/bcf5b23faa7fe51d364c0e949f01773ae6822e01/centos/8/flavors/default/', 'archs': ['source', 'x86_64', 'arm64'], 'distro': 'centos'}] 2023-10-16T20:38:45.823 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref main, sha1 bcf5b23faa7fe51d364c0e949f01773ae6822e01 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=bcf5b23faa7fe51d364c0e949f01773ae6822e01 2023-10-16T20:38:45.824 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/main/bcf5b23faa7fe51d364c0e949f01773ae6822e01/centos/8/x86_64/flavors/default/cephadm 2023-10-16T20:38:45.824 DEBUG:teuthology.orchestra.run.smithi016:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/bcf5b23faa7fe51d364c0e949f01773ae6822e01/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-16T20:38:46.331 INFO:teuthology.orchestra.run.smithi016.stdout:-rw-rw-r--. 1 ubuntu ubuntu 789665 Oct 16 20:38 /home/ubuntu/cephtest/cephadm 2023-10-16T20:38:46.332 DEBUG:teuthology.orchestra.run.smithi098:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/bcf5b23faa7fe51d364c0e949f01773ae6822e01/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-16T20:38:47.133 INFO:teuthology.orchestra.run.smithi098.stdout:-rw-rw-r--. 1 ubuntu ubuntu 789665 Oct 16 20:38 /home/ubuntu/cephtest/cephadm 2023-10-16T20:38:47.134 DEBUG:teuthology.orchestra.run.smithi016:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-16T20:38:47.156 DEBUG:teuthology.orchestra.run.smithi098:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-16T20:38:47.186 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 on all hosts... 2023-10-16T20:38:47.186 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 pull 2023-10-16T20:38:47.200 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 pull 2023-10-16T20:38:48.776 INFO:teuthology.orchestra.run.smithi016.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01... 2023-10-16T20:38:48.829 INFO:teuthology.orchestra.run.smithi098.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01... 2023-10-16T20:39:28.536 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-10-16T20:39:28.536 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph_version": "ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev)", 2023-10-16T20:39:28.536 INFO:teuthology.orchestra.run.smithi098.stdout: "image_id": "432d8aed36d3609eeadafdeeba9979e8cec8d08251e9a7ced60ef7a963958c59", 2023-10-16T20:39:28.537 INFO:teuthology.orchestra.run.smithi098.stdout: "repo_digests": [ 2023-10-16T20:39:28.537 INFO:teuthology.orchestra.run.smithi098.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef988dbe662e953665f325a6da944894d13eba6e20b2f00e780151e248101ff1" 2023-10-16T20:39:28.537 INFO:teuthology.orchestra.run.smithi098.stdout: ] 2023-10-16T20:39:28.537 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-10-16T20:39:35.588 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-10-16T20:39:35.588 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph_version": "ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev)", 2023-10-16T20:39:35.588 INFO:teuthology.orchestra.run.smithi016.stdout: "image_id": "432d8aed36d3609eeadafdeeba9979e8cec8d08251e9a7ced60ef7a963958c59", 2023-10-16T20:39:35.589 INFO:teuthology.orchestra.run.smithi016.stdout: "repo_digests": [ 2023-10-16T20:39:35.589 INFO:teuthology.orchestra.run.smithi016.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef988dbe662e953665f325a6da944894d13eba6e20b2f00e780151e248101ff1" 2023-10-16T20:39:35.589 INFO:teuthology.orchestra.run.smithi016.stdout: ] 2023-10-16T20:39:35.589 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-10-16T20:39:35.614 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /etc/ceph 2023-10-16T20:39:35.648 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /etc/ceph 2023-10-16T20:39:35.686 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 777 /etc/ceph 2023-10-16T20:39:35.717 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 777 /etc/ceph 2023-10-16T20:39:35.756 INFO:tasks.cephadm:Writing seed config... 2023-10-16T20:39:35.757 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-16T20:39:35.758 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-16T20:39:35.758 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-16T20:39:35.758 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-16T20:39:35.759 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-16T20:39:35.759 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-16T20:39:35.759 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-16T20:39:35.760 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-10-16T20:39:35.760 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-10-16T20:39:35.761 DEBUG:teuthology.orchestra.run.smithi016:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-16T20:39:35.778 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 = 005f37f8-6c64-11ee-8db6-212e2dc638e7 [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 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-16T20:39:35.779 DEBUG:teuthology.orchestra.run.smithi016:mon.smithi016> sudo journalctl -f -n 0 -u ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7@mon.smithi016.service 2023-10-16T20:39:35.820 INFO:tasks.cephadm:Bootstrapping... 2023-10-16T20:39:35.821 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 -v bootstrap --fsid 005f37f8-6c64-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-ip 172.21.15.16 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-16T20:39:35.848 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:-- Logs begin at Mon 2023-10-16 20:27:34 UTC. -- 2023-10-16T20:39:35.994 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2023-10-16T20:39:35.994 INFO:teuthology.orchestra.run.smithi016.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01', '-v', 'bootstrap', '--fsid', '005f37f8-6c64-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-ip', '172.21.15.16', '--skip-admin-label'] 2023-10-16T20:39:36.056 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stdout 3.0.1 2023-10-16T20:39:36.057 INFO:teuthology.orchestra.run.smithi016.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-10-16T20:39:36.057 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying podman|docker is present... 2023-10-16T20:39:36.119 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stdout 3.0.1 2023-10-16T20:39:36.119 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying lvm2 is present... 2023-10-16T20:39:36.119 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying time synchronization is in place... 2023-10-16T20:39:36.126 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-16T20:39:36.126 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-16T20:39:36.132 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-16T20:39:36.132 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2023-10-16T20:39:36.138 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout enabled 2023-10-16T20:39:36.143 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout active 2023-10-16T20:39:36.144 INFO:teuthology.orchestra.run.smithi016.stdout:Unit chronyd.service is enabled and running 2023-10-16T20:39:36.144 INFO:teuthology.orchestra.run.smithi016.stdout:Repeating the final host check... 2023-10-16T20:39:36.201 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stdout 3.0.1 2023-10-16T20:39:36.201 INFO:teuthology.orchestra.run.smithi016.stdout:podman (/bin/podman) version 3.0.1 is present 2023-10-16T20:39:36.202 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl is present 2023-10-16T20:39:36.202 INFO:teuthology.orchestra.run.smithi016.stdout:lvcreate is present 2023-10-16T20:39:36.207 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-16T20:39:36.207 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-16T20:39:36.213 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-16T20:39:36.213 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2023-10-16T20:39:36.219 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout enabled 2023-10-16T20:39:36.225 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout active 2023-10-16T20:39:36.225 INFO:teuthology.orchestra.run.smithi016.stdout:Unit chronyd.service is enabled and running 2023-10-16T20:39:36.226 INFO:teuthology.orchestra.run.smithi016.stdout:Host looks OK 2023-10-16T20:39:36.226 INFO:teuthology.orchestra.run.smithi016.stdout:Cluster fsid: 005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:39:36.226 INFO:teuthology.orchestra.run.smithi016.stdout:Acquiring lock 140564476523856 on /run/cephadm/005f37f8-6c64-11ee-8db6-212e2dc638e7.lock 2023-10-16T20:39:36.227 INFO:teuthology.orchestra.run.smithi016.stdout:Lock 140564476523856 acquired on /run/cephadm/005f37f8-6c64-11ee-8db6-212e2dc638e7.lock 2023-10-16T20:39:36.227 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying IP 172.21.15.16 port 3300 ... 2023-10-16T20:39:36.227 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying IP 172.21.15.16 port 6789 ... 2023-10-16T20:39:36.227 INFO:teuthology.orchestra.run.smithi016.stdout:Base mon IP(s) is [172.21.15.16:3300, 172.21.15.16:6789], mon addrv is [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2023-10-16T20:39:36.230 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-10-16T20:39:36.230 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.16 metric 100 2023-10-16T20:39:36.232 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-10-16T20:39:36.233 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-10-16T20:39:36.233 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1796sec hoplimit 64 pref medium 2023-10-16T20:39:36.235 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-16T20:39:36.236 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-10-16T20:39:36.236 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-16T20:39:36.236 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-10-16T20:39:36.236 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1564/64 scope link 2023-10-16T20:39:36.237 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-16T20:39:36.237 INFO:teuthology.orchestra.run.smithi016.stdout:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2023-10-16T20:39:36.238 INFO:teuthology.orchestra.run.smithi016.stdout:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2023-10-16T20:39:36.238 INFO:teuthology.orchestra.run.smithi016.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-10-16T20:39:36.238 INFO:teuthology.orchestra.run.smithi016.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-16T20:39:36.238 INFO:teuthology.orchestra.run.smithi016.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01... 2023-10-16T20:39:36.625 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stdout 432d8aed36d3609eeadafdeeba9979e8cec8d08251e9a7ced60ef7a963958c59 2023-10-16T20:39:36.626 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01... 2023-10-16T20:39:36.626 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stderr Getting image source signatures 2023-10-16T20:39:36.626 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stderr Copying blob sha256:25f8560b6973af9a3daf955d9b9e6da1ff2fb3e3d3744dd7eb4b11eccba8549a 2023-10-16T20:39:36.626 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stderr Copying blob sha256:8ed15414cb45b8b895a21f106743ceee45272cee0d9e7e5b1f49bd1e877e4a11 2023-10-16T20:39:36.627 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stderr Copying config sha256:432d8aed36d3609eeadafdeeba9979e8cec8d08251e9a7ced60ef7a963958c59 2023-10-16T20:39:36.627 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stderr Writing manifest to image destination 2023-10-16T20:39:36.627 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stderr Storing signatures 2023-10-16T20:39:37.683 INFO:teuthology.orchestra.run.smithi016.stdout:ceph: stdout ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev) 2023-10-16T20:39:37.683 INFO:teuthology.orchestra.run.smithi016.stdout:Ceph version: ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev) 2023-10-16T20:39:37.683 INFO:teuthology.orchestra.run.smithi016.stdout:Extracting ceph user uid/gid from container image... 2023-10-16T20:39:38.758 INFO:teuthology.orchestra.run.smithi016.stdout:stat: stdout 167 167 2023-10-16T20:39:38.758 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial keys... 2023-10-16T20:39:39.656 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQCLny1lpMYPBxAAx2oxt/hkwE57Ju2wVyMJZA== 2023-10-16T20:39:40.622 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQCLny1ljicqOxAAm/5qf1vY/z+blTjRUoTB0A== 2023-10-16T20:39:41.594 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQCNny1lgzETABAAeeZpwaZMChaGjjQxgQJdRQ== 2023-10-16T20:39:41.595 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial monmap... 2023-10-16T20:39:42.576 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-16T20:39:42.576 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-10-16T20:39:42.576 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:39:42.577 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-16T20:39:42.577 INFO:teuthology.orchestra.run.smithi016.stdout:monmaptool for smithi016 [v2:172.21.15.16:3300,v1:172.21.15.16:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-16T20:39:42.577 INFO:teuthology.orchestra.run.smithi016.stdout:setting min_mon_release = pacific 2023-10-16T20:39:42.577 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: set fsid to 005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:39:42.577 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-16T20:39:42.578 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:39:42.578 INFO:teuthology.orchestra.run.smithi016.stdout:Creating mon... 2023-10-16T20:39:43.644 INFO:teuthology.orchestra.run.smithi016.stdout:create mon.smithi016 on 2023-10-16T20:39:43.862 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-10-16T20:39:43.986 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7.target. 2023-10-16T20:39:43.987 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7.target. 2023-10-16T20:39:44.152 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7@mon.smithi016 2023-10-16T20:39:44.152 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7@mon.smithi016.service: Unit ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7@mon.smithi016.service not loaded. 2023-10-16T20:39:44.245 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7.target.wants/ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7@mon.smithi016.service → /etc/systemd/system/ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7@.service. 2023-10-16T20:39:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:44 smithi016 systemd[1]: Starting Ceph mon.smithi016 for 005f37f8-6c64-11ee-8db6-212e2dc638e7... 2023-10-16T20:39:44.823 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-16T20:39:44.824 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout disabled 2023-10-16T20:39:44.831 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-16T20:39:44.831 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2023-10-16T20:39:44.831 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld.service is not enabled 2023-10-16T20:39:44.832 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to enable service . firewalld.service is not available 2023-10-16T20:39:44.832 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mon to start... 2023-10-16T20:39:44.832 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mon... 2023-10-16T20:39:45.086 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:44 smithi016 bash[95069]: 367a3255a20295f8172d4e355c1be656fea25b66902275abf524b52e818f0ea9 2023-10-16T20:39:45.086 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:44 smithi016 systemd[1]: Started Ceph mon.smithi016 for 005f37f8-6c64-11ee-8db6-212e2dc638e7. 2023-10-16T20:39:45.087 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:44 smithi016 ceph-mon[95134]: mkfs 005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:39:45.087 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:44 smithi016 ceph-mon[95134]: mon.smithi016 is new leader, mons smithi016 in quorum (ranks 0) 2023-10-16T20:39:46.093 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout cluster: 2023-10-16T20:39:46.093 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout id: 005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:39:46.094 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-10-16T20:39:46.094 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:46.094 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout services: 2023-10-16T20:39:46.094 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi016 (age 0.60198s) 2023-10-16T20:39:46.094 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-10-16T20:39:46.095 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-10-16T20:39:46.095 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:46.095 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout data: 2023-10-16T20:39:46.095 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-10-16T20:39:46.095 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-10-16T20:39:46.096 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-10-16T20:39:46.096 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout pgs: 2023-10-16T20:39:46.096 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:46.096 INFO:teuthology.orchestra.run.smithi016.stdout:mon is available 2023-10-16T20:39:46.096 INFO:teuthology.orchestra.run.smithi016.stdout:Assimilating anything we can from ceph.conf... 2023-10-16T20:39:46.099 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:45 smithi016 ceph-mon[95134]: mon.smithi016 is new leader, mons smithi016 in quorum (ranks 0) 2023-10-16T20:39:46.100 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:45 smithi016 ceph-mon[95134]: monmap e1: 1 mons at {smithi016=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0]} removed_ranks: {} 2023-10-16T20:39:46.100 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:45 smithi016 ceph-mon[95134]: fsmap 2023-10-16T20:39:46.100 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:45 smithi016 ceph-mon[95134]: osdmap e1: 0 total, 0 up, 0 in 2023-10-16T20:39:46.100 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:45 smithi016 ceph-mon[95134]: mgrmap e1: no daemons active 2023-10-16T20:39:46.100 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:45 smithi016 ceph-mon[95134]: from='client.? 172.21.15.16:0/493736369' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-16T20:39:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:46 smithi016 ceph-mon[95134]: from='client.? 172.21.15.16:0/2666298449' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-16T20:39:47.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:46 smithi016 ceph-mon[95134]: from='client.? 172.21.15.16:0/2666298449' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-16T20:39:47.160 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:47.160 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [global] 2023-10-16T20:39:47.160 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout fsid = 005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:39:47.160 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2023-10-16T20:39:47.160 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-16T20:39:47.161 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-16T20:39:47.161 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-16T20:39:47.161 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-16T20:39:47.161 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:47.162 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-16T20:39:47.162 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-16T20:39:47.162 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:47.162 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [osd] 2023-10-16T20:39:47.162 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-16T20:39:47.163 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-16T20:39:47.163 INFO:teuthology.orchestra.run.smithi016.stdout:Generating new minimal ceph.conf... 2023-10-16T20:39:48.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:47 smithi016 ceph-mon[95134]: from='client.? 172.21.15.16:0/2612657331' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:39:48.292 INFO:teuthology.orchestra.run.smithi016.stdout:Restarting the monitor... 2023-10-16T20:39:48.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:48 smithi016 systemd[1]: Stopping Ceph mon.smithi016 for 005f37f8-6c64-11ee-8db6-212e2dc638e7... 2023-10-16T20:39:48.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:48 smithi016 conmon[95110]: 2023-10-16T20:39:48.525+0000 7ff01c1d2700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi016 -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-16T20:39:48.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:48 smithi016 conmon[95110]: 2023-10-16T20:39:48.525+0000 7ff01c1d2700 -1 mon.smithi016@0(leader) e1 *** Got Signal Terminated *** 2023-10-16T20:39:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 bash[95696]: 367a3255a20295f8172d4e355c1be656fea25b66902275abf524b52e818f0ea9 2023-10-16T20:39:49.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 systemd[1]: ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7@mon.smithi016.service: Succeeded. 2023-10-16T20:39:49.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 systemd[1]: Stopped Ceph mon.smithi016 for 005f37f8-6c64-11ee-8db6-212e2dc638e7. 2023-10-16T20:39:49.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 systemd[1]: Starting Ceph mon.smithi016 for 005f37f8-6c64-11ee-8db6-212e2dc638e7... 2023-10-16T20:39:49.978 INFO:teuthology.orchestra.run.smithi016.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-10-16T20:39:50.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: set uid:gid to 167:167 (ceph:ceph) 2023-10-16T20:39:50.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev), process ceph-mon, pid 7 2023-10-16T20:39:50.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: pidfile_write: ignore empty --pid-file 2023-10-16T20:39:50.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: load: jerasure load: lrc 2023-10-16T20:39:50.159 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: RocksDB version: 7.9.2 2023-10-16T20:39:50.159 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Git sha 0 2023-10-16T20:39:50.159 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Compile date 2023-10-13 16:26:16 2023-10-16T20:39:50.159 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: DB SUMMARY 2023-10-16T20:39:50.159 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: DB Session ID: UUBBYOQZ8BTBWY96BYHB 2023-10-16T20:39:50.160 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: CURRENT file: CURRENT 2023-10-16T20:39:50.160 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: IDENTITY file: IDENTITY 2023-10-16T20:39:50.160 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-10-16T20:39:50.160 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi016/store.db dir, Total Num: 1, files: 000008.sst 2023-10-16T20:39:50.160 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi016/store.db: 000009.log size: 83740 ; 2023-10-16T20:39:50.161 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.error_if_exists: 0 2023-10-16T20:39:50.161 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.create_if_missing: 0 2023-10-16T20:39:50.161 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.paranoid_checks: 1 2023-10-16T20:39:50.161 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-16T20:39:50.161 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-16T20:39:50.162 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-16T20:39:50.162 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.env: 0x55ad84789da0 2023-10-16T20:39:50.162 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.fs: PosixFileSystem 2023-10-16T20:39:50.162 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.info_log: 0x55ad869794c0 2023-10-16T20:39:50.163 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_file_opening_threads: 16 2023-10-16T20:39:50.163 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.statistics: (nil) 2023-10-16T20:39:50.163 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.use_fsync: 0 2023-10-16T20:39:50.163 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_log_file_size: 0 2023-10-16T20:39:50.163 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-16T20:39:50.164 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-16T20:39:50.164 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.keep_log_file_num: 1000 2023-10-16T20:39:50.164 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.recycle_log_file_num: 0 2023-10-16T20:39:50.164 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.allow_fallocate: 1 2023-10-16T20:39:50.164 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.allow_mmap_reads: 0 2023-10-16T20:39:50.164 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.allow_mmap_writes: 0 2023-10-16T20:39:50.165 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.use_direct_reads: 0 2023-10-16T20:39:50.165 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-16T20:39:50.165 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.create_missing_column_families: 0 2023-10-16T20:39:50.165 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.db_log_dir: 2023-10-16T20:39:50.165 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.wal_dir: 2023-10-16T20:39:50.165 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-16T20:39:50.166 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-16T20:39:50.166 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-16T20:39:50.166 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-16T20:39:50.166 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-16T20:39:50.167 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-16T20:39:50.167 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.advise_random_on_open: 1 2023-10-16T20:39:50.167 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.db_write_buffer_size: 0 2023-10-16T20:39:50.167 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.write_buffer_manager: 0x55ad8692f360 2023-10-16T20:39:50.167 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-16T20:39:50.167 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-16T20:39:50.168 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-16T20:39:50.168 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.rate_limiter: (nil) 2023-10-16T20:39:50.168 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-16T20:39:50.168 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.wal_recovery_mode: 2 2023-10-16T20:39:50.168 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.enable_thread_tracking: 0 2023-10-16T20:39:50.168 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.enable_pipelined_write: 0 2023-10-16T20:39:50.169 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.unordered_write: 0 2023-10-16T20:39:50.169 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-16T20:39:50.169 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-16T20:39:50.169 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-16T20:39:50.169 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-16T20:39:50.169 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.row_cache: None 2023-10-16T20:39:50.170 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.wal_filter: None 2023-10-16T20:39:50.170 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-16T20:39:50.170 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.allow_ingest_behind: 0 2023-10-16T20:39:50.170 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.two_write_queues: 0 2023-10-16T20:39:50.170 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.manual_wal_flush: 0 2023-10-16T20:39:50.171 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.wal_compression: 0 2023-10-16T20:39:50.171 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.atomic_flush: 0 2023-10-16T20:39:50.171 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-16T20:39:50.171 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-16T20:39:50.171 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-16T20:39:50.171 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.log_readahead_size: 0 2023-10-16T20:39:50.172 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-16T20:39:50.172 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.best_efforts_recovery: 0 2023-10-16T20:39:50.172 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-16T20:39:50.172 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-16T20:39:50.172 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.allow_data_in_errors: 0 2023-10-16T20:39:50.172 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.db_host_id: __hostname__ 2023-10-16T20:39:50.173 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-16T20:39:50.173 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_background_jobs: 2 2023-10-16T20:39:50.173 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_background_compactions: -1 2023-10-16T20:39:50.173 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_subcompactions: 1 2023-10-16T20:39:50.173 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-16T20:39:50.173 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-16T20:39:50.174 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-16T20:39:50.174 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_total_wal_size: 0 2023-10-16T20:39:50.174 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-16T20:39:50.174 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-16T20:39:50.174 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-16T20:39:50.175 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-16T20:39:50.175 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_open_files: -1 2023-10-16T20:39:50.175 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.bytes_per_sync: 0 2023-10-16T20:39:50.175 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-16T20:39:50.175 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-16T20:39:50.175 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compaction_readahead_size: 0 2023-10-16T20:39:50.176 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_background_flushes: -1 2023-10-16T20:39:50.176 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Compression algorithms supported: 2023-10-16T20:39:50.176 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-16T20:39:50.176 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: kZSTD supported: 0 2023-10-16T20:39:50.176 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: kXpressCompression supported: 0 2023-10-16T20:39:50.177 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: kLZ4HCCompression supported: 1 2023-10-16T20:39:50.177 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: kZlibCompression supported: 1 2023-10-16T20:39:50.177 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: kSnappyCompression supported: 1 2023-10-16T20:39:50.177 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: kLZ4Compression supported: 1 2023-10-16T20:39:50.177 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: kBZip2Compression supported: 0 2023-10-16T20:39:50.177 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-16T20:39:50.178 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-16T20:39:50.178 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi016/store.db/MANIFEST-000010 2023-10-16T20:39:50.178 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-16T20:39:50.178 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-16T20:39:50.178 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.merge_operator: 2023-10-16T20:39:50.179 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compaction_filter: None 2023-10-16T20:39:50.179 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compaction_filter_factory: None 2023-10-16T20:39:50.179 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.sst_partitioner_factory: None 2023-10-16T20:39:50.179 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-16T20:39:50.179 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-16T20:39:50.179 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ad869795c0) 2023-10-16T20:39:50.180 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: cache_index_and_filter_blocks: 1 2023-10-16T20:39:50.180 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-16T20:39:50.180 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-16T20:39:50.180 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: pin_top_level_index_and_filter: 1 2023-10-16T20:39:50.180 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: index_type: 0 2023-10-16T20:39:50.181 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: data_block_index_type: 0 2023-10-16T20:39:50.181 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: index_shortening: 1 2023-10-16T20:39:50.181 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-16T20:39:50.181 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: checksum: 4 2023-10-16T20:39:50.181 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: no_block_cache: 0 2023-10-16T20:39:50.181 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: block_cache: 0x55ad869cf1f0 2023-10-16T20:39:50.182 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: block_cache_name: BinnedLRUCache 2023-10-16T20:39:50.182 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: block_cache_options: 2023-10-16T20:39:50.182 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: capacity : 536870912 2023-10-16T20:39:50.182 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: num_shard_bits : 4 2023-10-16T20:39:50.182 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: strict_capacity_limit : 0 2023-10-16T20:39:50.182 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: high_pri_pool_ratio: 0.000 2023-10-16T20:39:50.183 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: block_cache_compressed: (nil) 2023-10-16T20:39:50.183 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: persistent_cache: (nil) 2023-10-16T20:39:50.183 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: block_size: 4096 2023-10-16T20:39:50.183 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: block_size_deviation: 10 2023-10-16T20:39:50.183 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: block_restart_interval: 16 2023-10-16T20:39:50.183 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: index_block_restart_interval: 1 2023-10-16T20:39:50.184 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: metadata_block_size: 4096 2023-10-16T20:39:50.184 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: partition_filters: 0 2023-10-16T20:39:50.184 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: use_delta_encoding: 1 2023-10-16T20:39:50.184 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: filter_policy: bloomfilter 2023-10-16T20:39:50.184 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: whole_key_filtering: 1 2023-10-16T20:39:50.184 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: verify_compression: 0 2023-10-16T20:39:50.185 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: read_amp_bytes_per_bit: 0 2023-10-16T20:39:50.185 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: format_version: 5 2023-10-16T20:39:50.185 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: enable_index_compression: 1 2023-10-16T20:39:50.185 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: block_align: 0 2023-10-16T20:39:50.185 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: max_auto_readahead_size: 262144 2023-10-16T20:39:50.185 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: prepopulate_block_cache: 0 2023-10-16T20:39:50.186 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: initial_auto_readahead_size: 8192 2023-10-16T20:39:50.186 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: num_file_reads_for_auto_readahead: 2 2023-10-16T20:39:50.186 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.write_buffer_size: 33554432 2023-10-16T20:39:50.186 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_write_buffer_number: 2 2023-10-16T20:39:50.186 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compression: NoCompression 2023-10-16T20:39:50.187 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.bottommost_compression: Disabled 2023-10-16T20:39:50.187 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.prefix_extractor: nullptr 2023-10-16T20:39:50.187 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-16T20:39:50.187 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.num_levels: 7 2023-10-16T20:39:50.187 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-16T20:39:50.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-16T20:39:50.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-16T20:39:50.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-16T20:39:50.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-16T20:39:50.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-16T20:39:50.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-16T20:39:50.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-16T20:39:50.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-16T20:39:50.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-16T20:39:50.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-16T20:39:50.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-16T20:39:50.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-16T20:39:50.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compression_opts.level: 32767 2023-10-16T20:39:50.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compression_opts.strategy: 0 2023-10-16T20:39:50.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-16T20:39:50.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-16T20:39:50.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-16T20:39:50.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-16T20:39:50.191 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compression_opts.enabled: false 2023-10-16T20:39:50.191 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-16T20:39:50.191 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-16T20:39:50.191 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-16T20:39:50.191 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-16T20:39:50.191 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.target_file_size_base: 67108864 2023-10-16T20:39:50.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-16T20:39:50.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-16T20:39:50.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-16T20:39:50.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-16T20:39:50.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-16T20:39:50.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-16T20:39:50.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-16T20:39:50.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-16T20:39:50.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-16T20:39:50.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-16T20:39:50.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-16T20:39:50.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-16T20:39:50.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-16T20:39:50.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-16T20:39:50.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.arena_block_size: 1048576 2023-10-16T20:39:50.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-16T20:39:50.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-16T20:39:50.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.disable_auto_compactions: 0 2023-10-16T20:39:50.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-16T20:39:50.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-16T20:39:50.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-16T20:39:50.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-16T20:39:50.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-16T20:39:50.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-16T20:39:50.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-16T20:39:50.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-16T20:39:50.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-16T20:39:50.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-16T20:39:50.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.table_properties_collectors: 2023-10-16T20:39:50.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.inplace_update_support: 0 2023-10-16T20:39:50.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-16T20:39:50.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-16T20:39:50.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-16T20:39:50.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-16T20:39:50.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.bloom_locality: 0 2023-10-16T20:39:50.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.max_successive_merges: 0 2023-10-16T20:39:50.199 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-16T20:39:50.199 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.paranoid_file_checks: 0 2023-10-16T20:39:50.199 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.force_consistency_checks: 1 2023-10-16T20:39:50.199 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.report_bg_io_stats: 0 2023-10-16T20:39:50.199 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.ttl: 2592000 2023-10-16T20:39:50.199 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-16T20:39:50.200 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-16T20:39:50.200 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-16T20:39:50.200 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.enable_blob_files: false 2023-10-16T20:39:50.200 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.min_blob_size: 0 2023-10-16T20:39:50.200 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.blob_file_size: 268435456 2023-10-16T20:39:50.201 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-16T20:39:50.201 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-16T20:39:50.201 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-16T20:39:50.201 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-16T20:39:50.201 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-16T20:39:50.201 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.blob_file_starting_level: 0 2023-10-16T20:39:50.202 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-16T20:39:50.202 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi016/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2023-10-16T20:39:50.202 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-10-16T20:39:50.202 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3d49f83b-b5bb-4b1a-908c-51b4558c3587 2023-10-16T20:39:50.202 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697488789851545, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-10-16T20:39:50.203 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-10-16T20:39:50.203 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697488789852423, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80512, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 248, "table_properties": {"data_size": 78695, "index_size": 227, "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": 9753, "raw_average_key_size": 47, "raw_value_size": 73115, "raw_average_value_size": 353, "num_data_blocks": 10, "num_entries": 207, "num_filter_entries": 207, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1697488789, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3d49f83b-b5bb-4b1a-908c-51b4558c3587", "db_session_id": "UUBBYOQZ8BTBWY96BYHB", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-10-16T20:39:50.203 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697488789852494, "job": 1, "event": "recovery_finished"} 2023-10-16T20:39:50.203 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-10-16T20:39:50.203 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi016/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-16T20:39:50.203 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ad86a6a000 2023-10-16T20:39:50.204 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: DB pointer 0x55ad86a58000 2023-10-16T20:39:50.204 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-16T20:39:50.204 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-16T20:39:50.204 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: ** DB Stats ** 2023-10-16T20:39:50.204 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-16T20:39:50.204 INFO:journalctl@ceph.mon.smithi016.smithi016.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-16T20:39:50.205 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-16T20:39:50.205 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-16T20:39:50.205 INFO:journalctl@ceph.mon.smithi016.smithi016.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-16T20:39:50.205 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-16T20:39:50.205 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-16T20:39:50.205 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: 2023-10-16T20:39:50.206 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: ** Compaction Stats [default] ** 2023-10-16T20:39:50.206 INFO:journalctl@ceph.mon.smithi016.smithi016.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-16T20:39:50.206 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-16T20:39:50.206 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: L0 2/0 80.50 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-16T20:39:50.206 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: Sum 2/0 80.50 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-16T20:39:50.207 INFO:journalctl@ceph.mon.smithi016.smithi016.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 139.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-16T20:39:50.207 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: 2023-10-16T20:39:50.207 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: ** Compaction Stats [default] ** 2023-10-16T20:39:50.207 INFO:journalctl@ceph.mon.smithi016.smithi016.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-16T20:39:50.207 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-16T20:39:50.208 INFO:journalctl@ceph.mon.smithi016.smithi016.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 139.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-16T20:39:50.208 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: 2023-10-16T20:39:50.208 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-16T20:39:50.208 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: 2023-10-16T20:39:50.208 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-16T20:39:50.208 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-16T20:39:50.209 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-16T20:39:50.209 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-16T20:39:50.209 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-16T20:39:50.209 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-16T20:39:50.209 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: Cumulative compaction: 0.00 GB write, 26.14 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-16T20:39:50.210 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: Interval compaction: 0.00 GB write, 26.14 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-16T20:39:50.210 INFO:journalctl@ceph.mon.smithi016.smithi016.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-16T20:39:50.210 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: Block cache BinnedLRUCache@0x55ad869cf1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2023-10-16T20:39:50.210 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2023-10-16T20:39:50.210 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: 2023-10-16T20:39:50.210 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-16T20:39:50.211 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: starting mon.smithi016 rank 0 at public addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] at bind addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi016 fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:39:50.211 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: mon.smithi016@-1(???) e1 preinit fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:39:50.211 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: mon.smithi016@-1(???).mds e1 new map 2023-10-16T20:39:50.211 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: mon.smithi016@-1(???).mds e1 print_map 2023-10-16T20:39:50.211 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: e1 2023-10-16T20:39:50.212 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-16T20:39:50.212 INFO:journalctl@ceph.mon.smithi016.smithi016.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,11=minor log segments} 2023-10-16T20:39:50.212 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: legacy client fscid: -1 2023-10-16T20:39:50.212 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: 2023-10-16T20:39:50.212 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout: No filesystems configured 2023-10-16T20:39:50.212 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: mon.smithi016@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-16T20:39:50.213 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: mon.smithi016@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T20:39:50.213 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: mon.smithi016@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T20:39:50.213 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: mon.smithi016@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T20:39:50.213 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: mon.smithi016@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-16T20:39:50.213 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: mon.smithi016 is new leader, mons smithi016 in quorum (ranks 0) 2023-10-16T20:39:50.213 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: monmap e1: 1 mons at {smithi016=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0]} removed_ranks: {} 2023-10-16T20:39:50.214 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: fsmap 2023-10-16T20:39:50.214 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: osdmap e1: 0 total, 0 up, 0 in 2023-10-16T20:39:50.214 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 ceph-mon[96085]: mgrmap e1: no daemons active 2023-10-16T20:39:50.214 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 bash[96020]: f8eb9c4aa6ef69579adb73cae14a851ac028e9a316bbea24058556e10c1163b9 2023-10-16T20:39:50.214 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:49 smithi016 systemd[1]: Started Ceph mon.smithi016 for 005f37f8-6c64-11ee-8db6-212e2dc638e7. 2023-10-16T20:39:51.099 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote config to /etc/ceph/ceph.conf 2023-10-16T20:39:51.118 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-16T20:39:51.118 INFO:teuthology.orchestra.run.smithi016.stdout:Creating mgr... 2023-10-16T20:39:51.119 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:9283 ... 2023-10-16T20:39:51.119 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:8765 ... 2023-10-16T20:39:51.119 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:8443 ... 2023-10-16T20:39:51.299 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7@mgr.smithi016.mikunp 2023-10-16T20:39:51.300 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7@mgr.smithi016.mikunp.service: Unit ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7@mgr.smithi016.mikunp.service not loaded. 2023-10-16T20:39:51.399 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7.target.wants/ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7@mgr.smithi016.mikunp.service → /etc/systemd/system/ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7@.service. 2023-10-16T20:39:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:51 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/3750620560' entity='client.admin' 2023-10-16T20:39:52.030 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-16T20:39:52.030 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout disabled 2023-10-16T20:39:52.038 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-16T20:39:52.038 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2023-10-16T20:39:52.038 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld.service is not enabled 2023-10-16T20:39:52.038 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to enable service . firewalld.service is not available 2023-10-16T20:39:52.046 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-16T20:39:52.046 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout disabled 2023-10-16T20:39:52.054 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-16T20:39:52.054 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2023-10-16T20:39:52.054 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld.service is not enabled 2023-10-16T20:39:52.054 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2023-10-16T20:39:52.054 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr to start... 2023-10-16T20:39:52.055 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr... 2023-10-16T20:39:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:52 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/4238852529' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-16T20:39:53.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:53.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2023-10-16T20:39:53.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "005f37f8-6c64-11ee-8db6-212e2dc638e7", 2023-10-16T20:39:53.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2023-10-16T20:39:53.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-16T20:39:53.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-16T20:39:53.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-16T20:39:53.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:53.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-16T20:39:53.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-16T20:39:53.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2023-10-16T20:39:53.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:53.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-16T20:39:53.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "smithi016" 2023-10-16T20:39:53.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:53.214 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-10-16T20:39:53.214 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-16T20:39:53.214 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:53.214 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-16T20:39:53.214 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-16T20:39:53.214 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:53.215 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-16T20:39:53.215 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:53.215 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-16T20:39:53.215 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-16T20:39:53.215 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-16T20:39:53.216 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-16T20:39:53.219 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-16T20:39:53.219 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-16T20:39:53.219 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:53.219 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-16T20:39:53.219 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-16T20:39:53.220 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-16T20:39:53.220 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-16T20:39:53.220 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-16T20:39:53.220 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-16T20:39:53.220 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-16T20:39:53.220 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-16T20:39:53.221 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-16T20:39:53.221 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:53.221 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-16T20:39:53.221 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:53.222 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-16T20:39:53.222 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-16T20:39:53.222 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:53.222 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-16T20:39:53.222 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-16T20:39:53.223 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-16T20:39:53.223 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-16T20:39:53.223 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-16T20:39:53.223 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-16T20:39:53.223 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2023-10-16T20:39:53.224 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:53.224 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T20:39:53.224 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:53.224 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-16T20:39:53.224 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:53.225 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2023-10-16T20:39:44.828899+0000", 2023-10-16T20:39:53.225 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T20:39:53.225 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:53.225 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-16T20:39:53.225 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2023-10-16T20:39:53.225 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (1/15)... 2023-10-16T20:39:56.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:55 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1461551600' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-16T20:39:56.504 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:56.504 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2023-10-16T20:39:56.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "005f37f8-6c64-11ee-8db6-212e2dc638e7", 2023-10-16T20:39:56.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2023-10-16T20:39:56.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-16T20:39:56.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-16T20:39:56.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-16T20:39:56.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:56.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-16T20:39:56.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-16T20:39:56.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2023-10-16T20:39:56.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:56.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-16T20:39:56.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "smithi016" 2023-10-16T20:39:56.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:56.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2023-10-16T20:39:56.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-16T20:39:56.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:56.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-16T20:39:56.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-16T20:39:56.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:56.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-16T20:39:56.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:56.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-16T20:39:56.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-16T20:39:56.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-16T20:39:56.510 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-16T20:39:56.510 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-16T20:39:56.510 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-16T20:39:56.510 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:56.511 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-16T20:39:56.511 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-16T20:39:56.511 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-16T20:39:56.511 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-16T20:39:56.511 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-16T20:39:56.512 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-16T20:39:56.512 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-16T20:39:56.512 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-16T20:39:56.512 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-16T20:39:56.512 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:56.513 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-16T20:39:56.513 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:56.513 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-16T20:39:56.513 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-16T20:39:56.513 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:56.514 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-16T20:39:56.514 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-16T20:39:56.514 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-16T20:39:56.514 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-16T20:39:56.514 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-16T20:39:56.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-16T20:39:56.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2023-10-16T20:39:56.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:56.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T20:39:56.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:56.516 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-16T20:39:56.516 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:56.516 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2023-10-16T20:39:44.828899+0000", 2023-10-16T20:39:56.516 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T20:39:56.516 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:56.516 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-16T20:39:56.517 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2023-10-16T20:39:56.517 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (2/15)... 2023-10-16T20:39:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:39:59 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/151770225' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-16T20:39:59.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:59.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2023-10-16T20:39:59.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "005f37f8-6c64-11ee-8db6-212e2dc638e7", 2023-10-16T20:39:59.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2023-10-16T20:39:59.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-16T20:39:59.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-16T20:39:59.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-16T20:39:59.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:59.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-16T20:39:59.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-16T20:39:59.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2023-10-16T20:39:59.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:59.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-16T20:39:59.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "smithi016" 2023-10-16T20:39:59.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:59.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2023-10-16T20:39:59.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-16T20:39:59.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:59.700 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-16T20:39:59.700 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-16T20:39:59.700 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:59.700 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-16T20:39:59.700 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:59.702 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-16T20:39:59.702 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-16T20:39:59.702 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-16T20:39:59.702 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-16T20:39:59.705 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-16T20:39:59.706 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-16T20:39:59.706 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:59.706 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-16T20:39:59.706 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-16T20:39:59.707 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-16T20:39:59.707 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-16T20:39:59.707 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-16T20:39:59.707 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-16T20:39:59.707 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-16T20:39:59.707 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-16T20:39:59.708 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-16T20:39:59.708 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:59.708 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-16T20:39:59.708 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:59.708 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-16T20:39:59.709 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-16T20:39:59.709 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:59.709 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-16T20:39:59.709 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-16T20:39:59.709 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-16T20:39:59.710 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-16T20:39:59.710 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-16T20:39:59.710 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-16T20:39:59.710 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2023-10-16T20:39:59.710 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:59.710 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T20:39:59.711 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:59.711 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-16T20:39:59.711 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:59.711 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2023-10-16T20:39:44.828899+0000", 2023-10-16T20:39:59.711 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T20:39:59.712 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:59.712 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-16T20:39:59.712 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2023-10-16T20:39:59.712 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (3/15)... 2023-10-16T20:40:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:00 smithi016 ceph-mon[96085]: Activating manager daemon smithi016.mikunp 2023-10-16T20:40:01.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:00 smithi016 ceph-mon[96085]: mgrmap e2: smithi016.mikunp(active, starting, since 0.00300198s) 2023-10-16T20:40:01.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:00 smithi016 ceph-mon[96085]: from='mgr.14100 172.21.15.16:0/3639935401' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-16T20:40:01.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:00 smithi016 ceph-mon[96085]: from='mgr.14100 172.21.15.16:0/3639935401' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-16T20:40:01.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:00 smithi016 ceph-mon[96085]: from='mgr.14100 172.21.15.16:0/3639935401' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-16T20:40:01.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:00 smithi016 ceph-mon[96085]: from='mgr.14100 172.21.15.16:0/3639935401' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2023-10-16T20:40:01.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:00 smithi016 ceph-mon[96085]: from='mgr.14100 172.21.15.16:0/3639935401' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mgr metadata", "who": "smithi016.mikunp", "id": "smithi016.mikunp"}]: dispatch 2023-10-16T20:40:01.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:00 smithi016 ceph-mon[96085]: Manager daemon smithi016.mikunp is now available 2023-10-16T20:40:01.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:00 smithi016 ceph-mon[96085]: from='mgr.14100 172.21.15.16:0/3639935401' entity='mgr.smithi016.mikunp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.mikunp/mirror_snapshot_schedule"}]: dispatch 2023-10-16T20:40:01.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:00 smithi016 ceph-mon[96085]: from='mgr.14100 172.21.15.16:0/3639935401' entity='mgr.smithi016.mikunp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.mikunp/trash_purge_schedule"}]: dispatch 2023-10-16T20:40:01.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:00 smithi016 ceph-mon[96085]: from='mgr.14100 172.21.15.16:0/3639935401' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:01.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:00 smithi016 ceph-mon[96085]: from='mgr.14100 172.21.15.16:0/3639935401' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:01.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:00 smithi016 ceph-mon[96085]: from='mgr.14100 172.21.15.16:0/3639935401' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:02.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:02 smithi016 ceph-mon[96085]: mgrmap e3: smithi016.mikunp(active, since 1.00751s) 2023-10-16T20:40:03.208 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2023-10-16T20:40:03.208 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2023-10-16T20:40:03.209 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "005f37f8-6c64-11ee-8db6-212e2dc638e7", 2023-10-16T20:40:03.209 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2023-10-16T20:40:03.209 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-16T20:40:03.209 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-16T20:40:03.209 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-16T20:40:03.209 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:40:03.210 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-16T20:40:03.210 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-16T20:40:03.210 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2023-10-16T20:40:03.210 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:40:03.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-16T20:40:03.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "smithi016" 2023-10-16T20:40:03.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:40:03.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2023-10-16T20:40:03.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-16T20:40:03.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:40:03.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-16T20:40:03.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-16T20:40:03.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:40:03.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-16T20:40:03.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:40:03.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-16T20:40:03.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-16T20:40:03.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-16T20:40:03.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-16T20:40:03.217 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-16T20:40:03.217 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-16T20:40:03.217 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:40:03.217 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-16T20:40:03.217 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-16T20:40:03.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-16T20:40:03.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-16T20:40:03.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-16T20:40:03.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-16T20:40:03.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-16T20:40:03.219 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-16T20:40:03.219 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-16T20:40:03.219 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:40:03.219 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-16T20:40:03.219 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:40:03.220 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-16T20:40:03.220 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-16T20:40:03.220 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:40:03.220 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-16T20:40:03.220 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-16T20:40:03.221 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-16T20:40:03.221 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-16T20:40:03.221 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-16T20:40:03.221 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-16T20:40:03.221 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2023-10-16T20:40:03.222 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:40:03.222 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T20:40:03.222 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:40:03.222 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-16T20:40:03.222 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:40:03.222 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2023-10-16T20:39:44.828899+0000", 2023-10-16T20:40:03.223 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T20:40:03.223 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:40:03.223 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-16T20:40:03.223 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2023-10-16T20:40:03.223 INFO:teuthology.orchestra.run.smithi016.stdout:mgr is available 2023-10-16T20:40:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:03 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1553325814' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-16T20:40:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:04 smithi016 ceph-mon[96085]: mgrmap e4: smithi016.mikunp(active, since 3s) 2023-10-16T20:40:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:04 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/360882781' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-16T20:40:04.624 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2023-10-16T20:40:04.624 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [global] 2023-10-16T20:40:04.624 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout fsid = 005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:40:04.624 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-16T20:40:04.625 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-16T20:40:04.625 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-16T20:40:04.625 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-16T20:40:04.625 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2023-10-16T20:40:04.625 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-16T20:40:04.626 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-16T20:40:04.626 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2023-10-16T20:40:04.626 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [osd] 2023-10-16T20:40:04.627 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-16T20:40:04.627 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-16T20:40:04.627 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling cephadm module... 2023-10-16T20:40:06.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:05 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/2785915233' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-16T20:40:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:06 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/2785915233' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-16T20:40:07.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:06 smithi016 ceph-mon[96085]: mgrmap e5: smithi016.mikunp(active, since 5s) 2023-10-16T20:40:07.855 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2023-10-16T20:40:07.856 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-10-16T20:40:07.856 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-16T20:40:07.857 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "active_name": "smithi016.mikunp", 2023-10-16T20:40:07.857 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-16T20:40:07.857 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2023-10-16T20:40:07.857 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for the mgr to restart... 2023-10-16T20:40:07.857 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr epoch 5... 2023-10-16T20:40:08.116 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:07 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/912257263' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-16T20:40:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:14 smithi016 ceph-mon[96085]: Active manager daemon smithi016.mikunp restarted 2023-10-16T20:40:14.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:14 smithi016 ceph-mon[96085]: Activating manager daemon smithi016.mikunp 2023-10-16T20:40:14.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:14 smithi016 ceph-mon[96085]: osdmap e2: 0 total, 0 up, 0 in 2023-10-16T20:40:14.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:14 smithi016 ceph-mon[96085]: mgrmap e6: smithi016.mikunp(active, starting, since 0.00355663s) 2023-10-16T20:40:14.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:14 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2023-10-16T20:40:14.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:14 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mgr metadata", "who": "smithi016.mikunp", "id": "smithi016.mikunp"}]: dispatch 2023-10-16T20:40:14.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:14 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-16T20:40:14.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:14 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-16T20:40:14.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:14 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-16T20:40:14.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:14 smithi016 ceph-mon[96085]: Manager daemon smithi016.mikunp is now available 2023-10-16T20:40:14.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:14 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:14.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:14 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:14.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:14 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:40:14.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:14 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:40:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:15 smithi016 ceph-mon[96085]: Found migration_current of "None". Setting to last migration. 2023-10-16T20:40:15.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:15 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:40:15.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:15 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.mikunp/mirror_snapshot_schedule"}]: dispatch 2023-10-16T20:40:15.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:15 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.mikunp/trash_purge_schedule"}]: dispatch 2023-10-16T20:40:15.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:15 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:15.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:15 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:15.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:15 smithi016 ceph-mon[96085]: mgrmap e7: smithi016.mikunp(active, since 1.00503s) 2023-10-16T20:40:15.572 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2023-10-16T20:40:15.572 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-10-16T20:40:15.572 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-16T20:40:15.573 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2023-10-16T20:40:15.573 INFO:teuthology.orchestra.run.smithi016.stdout:mgr epoch 5 is available 2023-10-16T20:40:15.573 INFO:teuthology.orchestra.run.smithi016.stdout:Setting orchestrator backend to cephadm... 2023-10-16T20:40:16.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:16 smithi016 ceph-mon[96085]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-16T20:40:16.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:16 smithi016 ceph-mon[96085]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-16T20:40:16.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:16 smithi016 ceph-mon[96085]: [16/Oct/2023:20:40:15] ENGINE Bus STARTING 2023-10-16T20:40:16.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:16 smithi016 ceph-mon[96085]: [16/Oct/2023:20:40:15] ENGINE Serving on https://172.21.15.16:7150 2023-10-16T20:40:16.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:16 smithi016 ceph-mon[96085]: [16/Oct/2023:20:40:15] ENGINE Serving on http://172.21.15.16:8765 2023-10-16T20:40:16.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:16 smithi016 ceph-mon[96085]: [16/Oct/2023:20:40:15] ENGINE Bus STARTED 2023-10-16T20:40:16.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:16 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:40:17.337 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:17 smithi016 ceph-mon[96085]: mgrmap e8: smithi016.mikunp(active, since 2s) 2023-10-16T20:40:17.338 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:17 smithi016 ceph-mon[96085]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:17.338 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:17 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:17.338 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:17 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:40:18.445 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout value unchanged 2023-10-16T20:40:18.446 INFO:teuthology.orchestra.run.smithi016.stdout:Generating ssh key... 2023-10-16T20:40:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:18 smithi016 ceph-mon[96085]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:20 smithi016 ceph-mon[96085]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:20.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:20 smithi016 ceph-mon[96085]: Generating ssh key... 2023-10-16T20:40:20.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:20 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:20.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:20 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:21.446 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4PC8Y3YUa56BETX0kV/StFHnEnfBnAtcr80PGKfHvmItPHKDN5R29QKtBgADDwtoU1hynOhh8WbchxZnN3PkqACM+Xd5XBO3HDNS1tEUeBX7Q2d9DWhSjK0Ocbx2JdyRsEKxEfz9IwXTi9icnaK2izsM2XvzqTD1qvtx98pIl8U5rLVO25tU9a43UBH8Zj8WLwmD+/Al8jwMpTeSXBve0OhiMgwpXQZTnWnJsV6imK6+bSfCDlOKUqDD1CeXJQuTiKsSAn0iyrMB5sGgVcrn+cZK0hSfqLzR4Avqu1ZEnzZAMB+ChCWWcciF2fbjLmUfQoVrrOOmGNlhlQgXJhU99sOlxWH64OTCPee7WEvpdS9RJerONn6WQtj52pDjD9ak3lOvYrlTcPBfGbBcWDUB8ALjKStC0Li5yP7jj7eM9nMlVzCMd3JRAjSrPi3BSLrbv4KxazbAOF5mCza8sOaWPRrptMjGKrEa9glTZAxX58BH+cv9BCFBtXJQT/tt5KA0= ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:40:21.446 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-16T20:40:21.446 INFO:teuthology.orchestra.run.smithi016.stdout:Adding key to root@localhost authorized_keys... 2023-10-16T20:40:21.447 INFO:teuthology.orchestra.run.smithi016.stdout:Adding host smithi016... 2023-10-16T20:40:22.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:21 smithi016 ceph-mon[96085]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:23.142 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:22 smithi016 ceph-mon[96085]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi016", "addr": "172.21.15.16", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:23.142 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:22 smithi016 ceph-mon[96085]: Deploying cephadm binary to smithi016 2023-10-16T20:40:25.845 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Added host 'smithi016' with addr '172.21.15.16' 2023-10-16T20:40:25.845 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying mon service with default placement... 2023-10-16T20:40:26.493 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:26 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:26.493 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:26 smithi016 ceph-mon[96085]: Added host smithi016 2023-10-16T20:40:26.493 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:26 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:40:27.537 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-10-16T20:40:27.537 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying mgr service with default placement... 2023-10-16T20:40:27.802 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:27 smithi016 ceph-mon[96085]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:27.802 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:27 smithi016 ceph-mon[96085]: Saving service mon spec with placement count:5 2023-10-16T20:40:27.802 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:27 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:27.803 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:27 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:28 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:29.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:28 smithi016 ceph-mon[96085]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:29.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:28 smithi016 ceph-mon[96085]: Saving service mgr spec with placement count:2 2023-10-16T20:40:29.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:28 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:29.553 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-10-16T20:40:29.553 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying crash service with default placement... 2023-10-16T20:40:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:30 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:31.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:30 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:31.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:30 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:31.128 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2023-10-16T20:40:31.128 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying ceph-exporter service with default placement... 2023-10-16T20:40:31.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:31 smithi016 ceph-mon[96085]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:31.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:31 smithi016 ceph-mon[96085]: Saving service crash spec with placement * 2023-10-16T20:40:32.969 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2023-10-16T20:40:32.969 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying prometheus service with default placement... 2023-10-16T20:40:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:33 smithi016 ceph-mon[96085]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:33.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:33 smithi016 ceph-mon[96085]: Saving service ceph-exporter spec with placement * 2023-10-16T20:40:33.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:33 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:34.577 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-10-16T20:40:34.578 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying grafana service with default placement... 2023-10-16T20:40:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:34 smithi016 ceph-mon[96085]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:34 smithi016 ceph-mon[96085]: Saving service prometheus spec with placement count:1 2023-10-16T20:40:35.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:34 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:36.135 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2023-10-16T20:40:36.135 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying node-exporter service with default placement... 2023-10-16T20:40:36.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:35 smithi016 ceph-mon[96085]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:36.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:35 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:37.242 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:36 smithi016 ceph-mon[96085]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:37.242 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:36 smithi016 ceph-mon[96085]: Saving service grafana spec with placement count:1 2023-10-16T20:40:37.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-10-16T20:40:37.586 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying alertmanager service with default placement... 2023-10-16T20:40:38.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:37 smithi016 ceph-mon[96085]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:38.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:37 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:39.034 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-10-16T20:40:39.250 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:38 smithi016 ceph-mon[96085]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:39.251 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:38 smithi016 ceph-mon[96085]: Saving service node-exporter spec with placement * 2023-10-16T20:40:39.251 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:38 smithi016 ceph-mon[96085]: from='mgr.14120 172.21.15.16:0/1752988623' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:40.166 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:39 smithi016 ceph-mon[96085]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:40.167 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:39 smithi016 ceph-mon[96085]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:40.167 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:39 smithi016 ceph-mon[96085]: Saving service alertmanager spec with placement count:1 2023-10-16T20:40:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:40 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/2629852327' entity='client.admin' 2023-10-16T20:40:42.067 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling the dashboard module... 2023-10-16T20:40:42.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:41 smithi016 ceph-mon[96085]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:42.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:41 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1738272324' entity='client.admin' 2023-10-16T20:40:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:42 smithi016 ceph-mon[96085]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:44.241 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:43 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1621398820' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-16T20:40:45.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:44 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1621398820' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-16T20:40:45.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:44 smithi016 ceph-mon[96085]: mgrmap e9: smithi016.mikunp(active, since 29s) 2023-10-16T20:40:46.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:45 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/4024605265' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-16T20:40:46.420 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2023-10-16T20:40:46.420 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-10-16T20:40:46.420 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-16T20:40:46.420 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "active_name": "smithi016.mikunp", 2023-10-16T20:40:46.421 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-16T20:40:46.421 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2023-10-16T20:40:46.421 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for the mgr to restart... 2023-10-16T20:40:46.421 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr epoch 9... 2023-10-16T20:40:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:52 smithi016 ceph-mon[96085]: Active manager daemon smithi016.mikunp restarted 2023-10-16T20:40:52.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:52 smithi016 ceph-mon[96085]: Activating manager daemon smithi016.mikunp 2023-10-16T20:40:52.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:52 smithi016 ceph-mon[96085]: osdmap e3: 0 total, 0 up, 0 in 2023-10-16T20:40:52.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:52 smithi016 ceph-mon[96085]: mgrmap e10: smithi016.mikunp(active, starting, since 0.00320587s) 2023-10-16T20:40:52.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:52 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2023-10-16T20:40:52.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:52 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mgr metadata", "who": "smithi016.mikunp", "id": "smithi016.mikunp"}]: dispatch 2023-10-16T20:40:52.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:52 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-16T20:40:52.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:52 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-16T20:40:52.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:52 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-16T20:40:52.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:52 smithi016 ceph-mon[96085]: Manager daemon smithi016.mikunp is now available 2023-10-16T20:40:52.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:52 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:40:52.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:52 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:40:53.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:53 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.mikunp/mirror_snapshot_schedule"}]: dispatch 2023-10-16T20:40:53.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:53 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.mikunp/trash_purge_schedule"}]: dispatch 2023-10-16T20:40:53.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:53 smithi016 ceph-mon[96085]: [16/Oct/2023:20:40:52] ENGINE Bus STARTING 2023-10-16T20:40:53.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:53 smithi016 ceph-mon[96085]: [16/Oct/2023:20:40:52] ENGINE Serving on https://172.21.15.16:7150 2023-10-16T20:40:53.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:53 smithi016 ceph-mon[96085]: [16/Oct/2023:20:40:52] ENGINE Serving on http://172.21.15.16:8765 2023-10-16T20:40:53.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:53 smithi016 ceph-mon[96085]: [16/Oct/2023:20:40:52] ENGINE Bus STARTED 2023-10-16T20:40:53.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:53 smithi016 ceph-mon[96085]: mgrmap e11: smithi016.mikunp(active, since 1.00567s) 2023-10-16T20:40:53.733 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2023-10-16T20:40:53.733 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-10-16T20:40:53.733 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-16T20:40:53.734 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2023-10-16T20:40:53.734 INFO:teuthology.orchestra.run.smithi016.stdout:mgr epoch 9 is available 2023-10-16T20:40:53.734 INFO:teuthology.orchestra.run.smithi016.stdout:Generating a dashboard self-signed certificate... 2023-10-16T20:40:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:54 smithi016 ceph-mon[96085]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-16T20:40:55.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:54 smithi016 ceph-mon[96085]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-16T20:40:55.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:54 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:55.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:54 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:55.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:54 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:55.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:54 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:55.216 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-10-16T20:40:55.216 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial admin user... 2023-10-16T20:40:55.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:55 smithi016 ceph-mon[96085]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:55.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:55 smithi016 ceph-mon[96085]: mgrmap e12: smithi016.mikunp(active, since 2s) 2023-10-16T20:40:56.958 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$1EmDRYeI94.qyskPHyjMBuUl1O226IuypnnhNpw5O1mtfM6cahcW.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1697488856, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-16T20:40:56.958 INFO:teuthology.orchestra.run.smithi016.stdout:Fetching dashboard port number... 2023-10-16T20:40:57.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:57 smithi016 ceph-mon[96085]: from='client.14178 -' 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-16T20:40:57.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:57 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:40:58.340 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 8443 2023-10-16T20:40:58.350 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-16T20:40:58.351 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout disabled 2023-10-16T20:40:58.358 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-16T20:40:58.358 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2023-10-16T20:40:58.359 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld.service is not enabled 2023-10-16T20:40:58.359 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-16T20:40:58.360 INFO:teuthology.orchestra.run.smithi016.stdout:Ceph Dashboard is now available at: 2023-10-16T20:40:58.360 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:40:58.360 INFO:teuthology.orchestra.run.smithi016.stdout: URL: https://smithi016:8443/ 2023-10-16T20:40:58.360 INFO:teuthology.orchestra.run.smithi016.stdout: User: admin 2023-10-16T20:40:58.361 INFO:teuthology.orchestra.run.smithi016.stdout: Password: ttu0dk88of 2023-10-16T20:40:58.361 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:40:58.362 INFO:teuthology.orchestra.run.smithi016.stdout:Saving cluster configuration to /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/config directory 2023-10-16T20:40:58.362 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling autotune for osd_memory_target 2023-10-16T20:40:58.610 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:58 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1022746053' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-16T20:40:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:40:59 smithi016 ceph-mon[96085]: mgrmap e13: smithi016.mikunp(active, since 6s) 2023-10-16T20:41:01.491 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-10-16T20:41:01.491 INFO:teuthology.orchestra.run.smithi016.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-10-16T20:41:01.492 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:41:01.492 INFO:teuthology.orchestra.run.smithi016.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-16T20:41:01.492 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:41:01.492 INFO:teuthology.orchestra.run.smithi016.stdout:Or, if you are only running a single cluster on this host: 2023-10-16T20:41:01.492 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:41:01.492 INFO:teuthology.orchestra.run.smithi016.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-10-16T20:41:01.493 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:41:01.493 INFO:teuthology.orchestra.run.smithi016.stdout:Please consider enabling telemetry to help improve Ceph: 2023-10-16T20:41:01.493 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:41:01.493 INFO:teuthology.orchestra.run.smithi016.stdout: ceph telemetry on 2023-10-16T20:41:01.493 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:41:01.494 INFO:teuthology.orchestra.run.smithi016.stdout:For more information see: 2023-10-16T20:41:01.494 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:41:01.494 INFO:teuthology.orchestra.run.smithi016.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-10-16T20:41:01.494 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:41:01.494 INFO:teuthology.orchestra.run.smithi016.stdout:Bootstrap complete. 2023-10-16T20:41:01.535 INFO:tasks.cephadm:Fetching config... 2023-10-16T20:41:01.535 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-10-16T20:41:01.536 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-16T20:41:01.553 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-16T20:41:01.554 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-10-16T20:41:01.554 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-16T20:41:01.612 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-16T20:41:01.612 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-10-16T20:41:01.613 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/keyring of=/dev/stdout 2023-10-16T20:41:01.679 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-16T20:41:01.680 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-10-16T20:41:01.680 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-16T20:41:01.737 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-16T20:41:01.738 DEBUG:teuthology.orchestra.run.smithi016:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4PC8Y3YUa56BETX0kV/StFHnEnfBnAtcr80PGKfHvmItPHKDN5R29QKtBgADDwtoU1hynOhh8WbchxZnN3PkqACM+Xd5XBO3HDNS1tEUeBX7Q2d9DWhSjK0Ocbx2JdyRsEKxEfz9IwXTi9icnaK2izsM2XvzqTD1qvtx98pIl8U5rLVO25tU9a43UBH8Zj8WLwmD+/Al8jwMpTeSXBve0OhiMgwpXQZTnWnJsV6imK6+bSfCDlOKUqDD1CeXJQuTiKsSAn0iyrMB5sGgVcrn+cZK0hSfqLzR4Avqu1ZEnzZAMB+ChCWWcciF2fbjLmUfQoVrrOOmGNlhlQgXJhU99sOlxWH64OTCPee7WEvpdS9RJerONn6WQtj52pDjD9ak3lOvYrlTcPBfGbBcWDUB8ALjKStC0Li5yP7jj7eM9nMlVzCMd3JRAjSrPi3BSLrbv4KxazbAOF5mCza8sOaWPRrptMjGKrEa9glTZAxX58BH+cv9BCFBtXJQT/tt5KA0= ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-16T20:41:01.816 INFO:teuthology.orchestra.run.smithi016.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4PC8Y3YUa56BETX0kV/StFHnEnfBnAtcr80PGKfHvmItPHKDN5R29QKtBgADDwtoU1hynOhh8WbchxZnN3PkqACM+Xd5XBO3HDNS1tEUeBX7Q2d9DWhSjK0Ocbx2JdyRsEKxEfz9IwXTi9icnaK2izsM2XvzqTD1qvtx98pIl8U5rLVO25tU9a43UBH8Zj8WLwmD+/Al8jwMpTeSXBve0OhiMgwpXQZTnWnJsV6imK6+bSfCDlOKUqDD1CeXJQuTiKsSAn0iyrMB5sGgVcrn+cZK0hSfqLzR4Avqu1ZEnzZAMB+ChCWWcciF2fbjLmUfQoVrrOOmGNlhlQgXJhU99sOlxWH64OTCPee7WEvpdS9RJerONn6WQtj52pDjD9ak3lOvYrlTcPBfGbBcWDUB8ALjKStC0Li5yP7jj7eM9nMlVzCMd3JRAjSrPi3BSLrbv4KxazbAOF5mCza8sOaWPRrptMjGKrEa9glTZAxX58BH+cv9BCFBtXJQT/tt5KA0= ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:41:01.828 DEBUG:teuthology.orchestra.run.smithi098:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4PC8Y3YUa56BETX0kV/StFHnEnfBnAtcr80PGKfHvmItPHKDN5R29QKtBgADDwtoU1hynOhh8WbchxZnN3PkqACM+Xd5XBO3HDNS1tEUeBX7Q2d9DWhSjK0Ocbx2JdyRsEKxEfz9IwXTi9icnaK2izsM2XvzqTD1qvtx98pIl8U5rLVO25tU9a43UBH8Zj8WLwmD+/Al8jwMpTeSXBve0OhiMgwpXQZTnWnJsV6imK6+bSfCDlOKUqDD1CeXJQuTiKsSAn0iyrMB5sGgVcrn+cZK0hSfqLzR4Avqu1ZEnzZAMB+ChCWWcciF2fbjLmUfQoVrrOOmGNlhlQgXJhU99sOlxWH64OTCPee7WEvpdS9RJerONn6WQtj52pDjD9ak3lOvYrlTcPBfGbBcWDUB8ALjKStC0Li5yP7jj7eM9nMlVzCMd3JRAjSrPi3BSLrbv4KxazbAOF5mCza8sOaWPRrptMjGKrEa9glTZAxX58BH+cv9BCFBtXJQT/tt5KA0= ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-16T20:41:01.874 INFO:teuthology.orchestra.run.smithi098.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4PC8Y3YUa56BETX0kV/StFHnEnfBnAtcr80PGKfHvmItPHKDN5R29QKtBgADDwtoU1hynOhh8WbchxZnN3PkqACM+Xd5XBO3HDNS1tEUeBX7Q2d9DWhSjK0Ocbx2JdyRsEKxEfz9IwXTi9icnaK2izsM2XvzqTD1qvtx98pIl8U5rLVO25tU9a43UBH8Zj8WLwmD+/Al8jwMpTeSXBve0OhiMgwpXQZTnWnJsV6imK6+bSfCDlOKUqDD1CeXJQuTiKsSAn0iyrMB5sGgVcrn+cZK0hSfqLzR4Avqu1ZEnzZAMB+ChCWWcciF2fbjLmUfQoVrrOOmGNlhlQgXJhU99sOlxWH64OTCPee7WEvpdS9RJerONn6WQtj52pDjD9ak3lOvYrlTcPBfGbBcWDUB8ALjKStC0Li5yP7jj7eM9nMlVzCMd3JRAjSrPi3BSLrbv4KxazbAOF5mCza8sOaWPRrptMjGKrEa9glTZAxX58BH+cv9BCFBtXJQT/tt5KA0= ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:41:01.887 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-16T20:41:02.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:01 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/4076203586' entity='client.admin' 2023-10-16T20:41:02.199 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:41:04.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:04 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:04.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:04 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:04.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:04 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:41:04.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:04 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:04.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:04 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi016", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-16T20:41:04.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:04 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi016", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-16T20:41:04.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:04 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:04.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:04 smithi016 ceph-mon[96085]: Deploying daemon ceph-exporter.smithi016 on smithi016 2023-10-16T20:41:04.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:04 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1537857788' entity='client.admin' 2023-10-16T20:41:04.953 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-16T20:41:04.954 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-16T20:41:05.293 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:41:08.313 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi098 2023-10-16T20:41:08.314 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-16T20:41:08.314 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.conf 2023-10-16T20:41:08.335 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-16T20:41:08.335 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-16T20:41:08.394 INFO:tasks.cephadm:Adding host smithi098 to orchestrator... 2023-10-16T20:41:08.394 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch host add smithi098 2023-10-16T20:41:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:08 smithi016 ceph-mon[96085]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:41:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:08 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:08.836 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:41:10.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:10 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:10.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:10 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:10.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:10 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:10.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:10 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:10.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:10 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi016", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-16T20:41:10.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:10 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi016", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-16T20:41:10.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:10 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:10.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:10 smithi016 ceph-mon[96085]: Deploying daemon crash.smithi016 on smithi016 2023-10-16T20:41:11.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:11 smithi016 ceph-mon[96085]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:41:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:12 smithi016 ceph-mon[96085]: Deploying cephadm binary to smithi098 2023-10-16T20:41:12.686 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:12 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:13 smithi016 ceph-mon[96085]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:13 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:13 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:13 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:13 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:13.679 INFO:teuthology.orchestra.run.smithi016.stdout:Added host 'smithi098' with addr '172.21.15.98' 2023-10-16T20:41:14.278 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-16T20:41:14.600 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:41:14.992 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:14 smithi016 ceph-mon[96085]: Deploying daemon node-exporter.smithi016 on smithi016 2023-10-16T20:41:14.993 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:14 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:14.993 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:14 smithi016 ceph-mon[96085]: Added host smithi098 2023-10-16T20:41:16.270 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:41:16.271 INFO:teuthology.orchestra.run.smithi016.stdout:[{"addr": "172.21.15.16", "hostname": "smithi016", "labels": [], "status": ""}, {"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}] 2023-10-16T20:41:16.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:15 smithi016 ceph-mon[96085]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:17.311 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-16T20:41:17.312 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd crush tunables default 2023-10-16T20:41:17.772 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:41:18.161 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:17 smithi016 ceph-mon[96085]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:18.162 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:17 smithi016 ceph-mon[96085]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:41:18.162 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:17 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:19 smithi016 ceph-mon[96085]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:19 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:19.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:19 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:19.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:19 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:19.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:19 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:19.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:19 smithi016 ceph-mon[96085]: Deploying daemon alertmanager.smithi016 on smithi016 2023-10-16T20:41:20.334 INFO:teuthology.orchestra.run.smithi016.stderr:adjusted tunables profile to default 2023-10-16T20:41:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:20 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1689140265' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-16T20:41:20.937 INFO:tasks.cephadm:Adding mon.smithi016 on smithi016 2023-10-16T20:41:20.938 INFO:tasks.cephadm:Adding mon.smithi098 on smithi098 2023-10-16T20:41:20.938 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch apply mon '2;smithi016:172.21.15.16=smithi016;smithi098:172.21.15.98=smithi098' 2023-10-16T20:41:21.269 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:21.384 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:21.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:21 smithi016 ceph-mon[96085]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:21.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:21 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1689140265' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-16T20:41:21.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:21 smithi016 ceph-mon[96085]: osdmap e4: 0 total, 0 up, 0 in 2023-10-16T20:41:23.205 INFO:teuthology.orchestra.run.smithi098.stdout:Scheduled mon update... 2023-10-16T20:41:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:23 smithi016 ceph-mon[96085]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:23 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:23.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:23 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:23.844 DEBUG:teuthology.orchestra.run.smithi098:mon.smithi098> sudo journalctl -f -n 0 -u ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7@mon.smithi098.service 2023-10-16T20:41:23.847 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:23.848 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:23.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:-- Logs begin at Mon 2023-10-16 20:27:44 UTC. -- 2023-10-16T20:41:24.195 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:24.313 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:24.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:24 smithi016 ceph-mon[96085]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi016:172.21.15.16=smithi016;smithi098:172.21.15.98=smithi098", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:41:24.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:24 smithi016 ceph-mon[96085]: Saving service mon spec with placement smithi016:172.21.15.16=smithi016;smithi098:172.21.15.98=smithi098;count:2 2023-10-16T20:41:26.122 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:41:26.122 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:26.124 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:41:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:25 smithi016 ceph-mon[96085]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:26 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/684732848' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:27.779 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:27.780 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:28.111 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:28.182 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:27 smithi016 ceph-mon[96085]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:28.235 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:29.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:29 smithi016 ceph-mon[96085]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:29.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:29 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:29.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:29 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:29.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:29 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:29.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:29 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:29.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:29 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:29.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:29 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:29.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:29 smithi016 ceph-mon[96085]: Regenerating cephadm self-signed grafana TLS certificates 2023-10-16T20:41:29.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:29 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:29.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:29 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:29.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:29 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-16T20:41:29.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:29 smithi016 ceph-mon[96085]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-16T20:41:29.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:29 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:29.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:29 smithi016 ceph-mon[96085]: Deploying daemon grafana.smithi016 on smithi016 2023-10-16T20:41:30.019 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:41:30.019 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:30.021 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:41:31.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:30 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/3421747302' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:31.634 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:31.635 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:31.969 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:32.088 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:31 smithi016 ceph-mon[96085]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:33.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:33 smithi016 ceph-mon[96085]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:33.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:33 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:33.844 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:41:33.845 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:33.846 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:41:34.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:34 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/690162172' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:35.432 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:35.433 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:35.781 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:35.896 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:36.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:35 smithi016 ceph-mon[96085]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:37.656 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:41:37.656 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:37.659 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:41:38.187 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:37 smithi016 ceph-mon[96085]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:38.187 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:37 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/2425235146' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:39.300 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:39.300 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:39.644 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:39.760 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:40.142 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:39 smithi016 ceph-mon[96085]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.467 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:41:41.467 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:41.469 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:41:42.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:41 smithi016 ceph-mon[96085]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:42.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:41 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/3536808771' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:43.110 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:43.110 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:43.444 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:43.572 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:44.159 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:43 smithi016 ceph-mon[96085]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:45.332 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:41:45.332 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:45.334 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:41:46.191 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:45 smithi016 ceph-mon[96085]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:46.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:45 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/2118344272' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:46.993 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:46.993 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:47.331 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:47.451 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:48.212 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:47 smithi016 ceph-mon[96085]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:49.211 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:41:49.212 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:49.214 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:41:49.244 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:49 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:49.244 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:49 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:49.245 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:49 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:49.245 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:49 smithi016 ceph-mon[96085]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:49.245 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:49 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:49.245 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:49 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:49.246 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:49 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:49.246 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:49 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:49.246 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:49 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:49.246 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:49 smithi016 ceph-mon[96085]: Deploying daemon prometheus.smithi016 on smithi016 2023-10-16T20:41:50.370 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:50 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/580404231' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:50.915 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:50.916 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:51.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:51 smithi016 ceph-mon[96085]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:51.268 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:51.386 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:53.161 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:41:53.161 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:53.163 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:41:53.520 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:53 smithi016 ceph-mon[96085]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:53.520 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:53 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:41:53.520 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:53 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/2984789795' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:54.821 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:54.821 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:55.159 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:55.277 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:56.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:55 smithi016 ceph-mon[96085]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:56.955 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:41:56.956 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:56.957 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:41:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:57 smithi016 ceph-mon[96085]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:58.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:57 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/1483834000' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:58.616 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:58.616 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:58.945 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:59.055 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:42:00.269 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:41:59 smithi016 ceph-mon[96085]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:00.789 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:42:00.789 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:42:00.791 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:42:01.105 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:00 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/2656852363' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:42:02.139 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:01 smithi016 ceph-mon[96085]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:02.426 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:42:02.427 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:42:02.767 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:42:02.872 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:42:04.046 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:03 smithi016 ceph-mon[96085]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:04.046 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:03 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:04.046 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:03 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:04.046 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:03 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:04.047 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:03 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-16T20:42:04.677 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:42:04.677 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:42:04.679 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:42:05.357 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:05 smithi016 ceph-mon[96085]: from='mgr.14164 172.21.15.16:0/1407319068' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-16T20:42:05.357 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:05 smithi016 ceph-mon[96085]: mgrmap e14: smithi016.mikunp(active, since 72s) 2023-10-16T20:42:05.358 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:05 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/4277844757' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:42:06.320 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:42:06.321 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:42:06.650 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:42:06.771 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:42:08.544 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:42:08.545 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:42:08.547 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:42:08.815 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:08 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/1976970943' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:42:10.178 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:42:10.179 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:42:10.511 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:42:10.630 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:42:12.351 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:42:12.351 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:42:12.353 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:42:12.654 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:12 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/3688904877' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:42:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:13 smithi016 ceph-mon[96085]: Active manager daemon smithi016.mikunp restarted 2023-10-16T20:42:13.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:13 smithi016 ceph-mon[96085]: Activating manager daemon smithi016.mikunp 2023-10-16T20:42:13.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:13 smithi016 ceph-mon[96085]: osdmap e5: 0 total, 0 up, 0 in 2023-10-16T20:42:13.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:13 smithi016 ceph-mon[96085]: mgrmap e15: smithi016.mikunp(active, starting, since 0.00319245s) 2023-10-16T20:42:13.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2023-10-16T20:42:13.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mgr metadata", "who": "smithi016.mikunp", "id": "smithi016.mikunp"}]: dispatch 2023-10-16T20:42:13.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-16T20:42:13.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-16T20:42:13.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-16T20:42:13.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:13 smithi016 ceph-mon[96085]: Manager daemon smithi016.mikunp is now available 2023-10-16T20:42:13.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:42:13.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:42:13.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:13.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:42:13.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.mikunp/mirror_snapshot_schedule"}]: dispatch 2023-10-16T20:42:13.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.mikunp/trash_purge_schedule"}]: dispatch 2023-10-16T20:42:13.785 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:14.066 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:42:14.067 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:42:14.388 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:42:14.500 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:42:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:14 smithi016 ceph-mon[96085]: mgrmap e16: smithi016.mikunp(active, since 1.00542s) 2023-10-16T20:42:14.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:14.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:14 smithi016 ceph-mon[96085]: [16/Oct/2023:20:42:13] ENGINE Bus STARTING 2023-10-16T20:42:14.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:14 smithi016 ceph-mon[96085]: [16/Oct/2023:20:42:13] ENGINE Serving on https://172.21.15.16:7150 2023-10-16T20:42:14.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:14 smithi016 ceph-mon[96085]: [16/Oct/2023:20:42:13] ENGINE Serving on http://172.21.15.16:8765 2023-10-16T20:42:14.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:14 smithi016 ceph-mon[96085]: [16/Oct/2023:20:42:13] ENGINE Bus STARTED 2023-10-16T20:42:14.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:16.419 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:42:16.420 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:42:16.422 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:42:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:16 smithi016 ceph-mon[96085]: mgrmap e17: smithi016.mikunp(active, since 3s) 2023-10-16T20:42:16.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:16.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:16.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:16 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/2116463794' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:42:18.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:18.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:18.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:42:18.318 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:42:18.319 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:42:19.195 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:42:19.310 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:42:20.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:20.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:20.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:20.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:20.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:42:20.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:20.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:42:20.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:20 smithi016 ceph-mon[96085]: Updating smithi016:/etc/ceph/ceph.conf 2023-10-16T20:42:20.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:20 smithi016 ceph-mon[96085]: Updating smithi098:/etc/ceph/ceph.conf 2023-10-16T20:42:21.201 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:42:21.202 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:42:21.204 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:42:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:21 smithi016 ceph-mon[96085]: Updating smithi098:/var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:42:21.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:21 smithi016 ceph-mon[96085]: Updating smithi016:/var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:42:21.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:21 smithi016 ceph-mon[96085]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2023-10-16T20:42:21.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:21 smithi016 ceph-mon[96085]: Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2023-10-16T20:42:21.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:21 smithi016 ceph-mon[96085]: Updating smithi098:/var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-16T20:42:21.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:21 smithi016 ceph-mon[96085]: Updating smithi016:/var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-16T20:42:21.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:21.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:21.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:21.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:21.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:21.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi098", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-16T20:42:21.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi098", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-16T20:42:21.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:22 smithi016 ceph-mon[96085]: Deploying daemon ceph-exporter.smithi098 on smithi098 2023-10-16T20:42:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:22 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/2078415136' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:42:23.124 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:42:23.125 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:42:23.534 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:42:24.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:24.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:24.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:24.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:24.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-16T20:42:24.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-16T20:42:24.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:24.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:24 smithi016 ceph-mon[96085]: Deploying daemon crash.smithi098 on smithi098 2023-10-16T20:42:25.974 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:42:25.975 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:42:25.977 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:42:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:26 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/4252724094' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:42:27.618 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:42:27.619 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:42:27.998 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:42:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:28 smithi016 ceph-mon[96085]: Deploying daemon node-exporter.smithi098 on smithi098 2023-10-16T20:42:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:42:29.991 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:42:29.992 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:42:29.994 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:42:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:30 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/3451124486' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:42:32.225 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:42:32.226 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:42:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:33.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:33.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:33.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:33.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.diwrgz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-16T20:42:33.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.diwrgz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-16T20:42:33.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-16T20:42:33.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:33.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:32 smithi016 ceph-mon[96085]: Deploying daemon mgr.smithi098.diwrgz on smithi098 2023-10-16T20:42:33.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:33.119 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:42:34.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:33 smithi016 ceph-mon[96085]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:35.125 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:42:35.125 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:41.957087Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:42:35.127 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-10-16T20:42:36.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:35 smithi016 ceph-mon[96085]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:36.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:36.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:36.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:36.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:36.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T20:42:36.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:36.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:35 smithi016 ceph-mon[96085]: Deploying daemon mon.smithi098 on smithi098 2023-10-16T20:42:36.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:35 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/1032762842' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:42:37.144 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:42:37.145 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:42:37.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:37 smithi098 systemd[1]: Starting Ceph mon.smithi098 for 005f37f8-6c64-11ee-8db6-212e2dc638e7... 2023-10-16T20:42:37.540 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi098/config 2023-10-16T20:42:38.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:37 smithi016 ceph-mon[96085]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:38.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:38.413 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: set uid:gid to 167:167 (ceph:ceph) 2023-10-16T20:42:38.414 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev), process ceph-mon, pid 7 2023-10-16T20:42:38.414 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: pidfile_write: ignore empty --pid-file 2023-10-16T20:42:38.414 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: load: jerasure load: lrc 2023-10-16T20:42:38.414 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: RocksDB version: 7.9.2 2023-10-16T20:42:38.415 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Git sha 0 2023-10-16T20:42:38.415 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Compile date 2023-10-13 16:26:16 2023-10-16T20:42:38.415 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: DB SUMMARY 2023-10-16T20:42:38.415 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: DB Session ID: KF1BYCIUFPR403TX7KKL 2023-10-16T20:42:38.415 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: CURRENT file: CURRENT 2023-10-16T20:42:38.416 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: IDENTITY file: IDENTITY 2023-10-16T20:42:38.416 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-10-16T20:42:38.416 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi098/store.db dir, Total Num: 0, files: 2023-10-16T20:42:38.416 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi098/store.db: 000004.log size: 511 ; 2023-10-16T20:42:38.416 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.error_if_exists: 0 2023-10-16T20:42:38.417 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.create_if_missing: 0 2023-10-16T20:42:38.417 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.paranoid_checks: 1 2023-10-16T20:42:38.417 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-16T20:42:38.417 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-16T20:42:38.417 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-16T20:42:38.417 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.env: 0x55790b29fda0 2023-10-16T20:42:38.418 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.fs: PosixFileSystem 2023-10-16T20:42:38.418 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.info_log: 0x55790c0974c0 2023-10-16T20:42:38.418 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_file_opening_threads: 16 2023-10-16T20:42:38.418 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.statistics: (nil) 2023-10-16T20:42:38.419 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.use_fsync: 0 2023-10-16T20:42:38.419 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_log_file_size: 0 2023-10-16T20:42:38.419 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-16T20:42:38.419 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-16T20:42:38.419 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.keep_log_file_num: 1000 2023-10-16T20:42:38.419 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.recycle_log_file_num: 0 2023-10-16T20:42:38.420 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.allow_fallocate: 1 2023-10-16T20:42:38.420 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.allow_mmap_reads: 0 2023-10-16T20:42:38.420 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.allow_mmap_writes: 0 2023-10-16T20:42:38.420 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.use_direct_reads: 0 2023-10-16T20:42:38.420 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-16T20:42:38.421 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.create_missing_column_families: 0 2023-10-16T20:42:38.421 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.db_log_dir: 2023-10-16T20:42:38.421 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.wal_dir: 2023-10-16T20:42:38.421 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-16T20:42:38.421 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-16T20:42:38.421 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-16T20:42:38.422 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-16T20:42:38.422 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-16T20:42:38.422 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-16T20:42:38.422 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.advise_random_on_open: 1 2023-10-16T20:42:38.423 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.db_write_buffer_size: 0 2023-10-16T20:42:38.423 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.write_buffer_manager: 0x55790c04d360 2023-10-16T20:42:38.423 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-16T20:42:38.423 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-16T20:42:38.423 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-16T20:42:38.423 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.rate_limiter: (nil) 2023-10-16T20:42:38.424 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-16T20:42:38.424 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.wal_recovery_mode: 2 2023-10-16T20:42:38.424 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.enable_thread_tracking: 0 2023-10-16T20:42:38.424 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.enable_pipelined_write: 0 2023-10-16T20:42:38.424 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.unordered_write: 0 2023-10-16T20:42:38.425 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-16T20:42:38.425 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-16T20:42:38.425 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-16T20:42:38.425 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-16T20:42:38.425 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.row_cache: None 2023-10-16T20:42:38.426 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.wal_filter: None 2023-10-16T20:42:38.426 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-16T20:42:38.426 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.allow_ingest_behind: 0 2023-10-16T20:42:38.426 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.two_write_queues: 0 2023-10-16T20:42:38.426 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.manual_wal_flush: 0 2023-10-16T20:42:38.427 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.wal_compression: 0 2023-10-16T20:42:38.427 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.atomic_flush: 0 2023-10-16T20:42:38.427 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-16T20:42:38.427 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-16T20:42:38.427 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-16T20:42:38.428 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.log_readahead_size: 0 2023-10-16T20:42:38.428 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-16T20:42:38.428 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.best_efforts_recovery: 0 2023-10-16T20:42:38.428 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-16T20:42:38.428 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-16T20:42:38.428 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.allow_data_in_errors: 0 2023-10-16T20:42:38.429 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.db_host_id: __hostname__ 2023-10-16T20:42:38.429 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-16T20:42:38.429 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_background_jobs: 2 2023-10-16T20:42:38.429 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_background_compactions: -1 2023-10-16T20:42:38.429 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_subcompactions: 1 2023-10-16T20:42:38.430 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-16T20:42:38.430 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-16T20:42:38.430 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-16T20:42:38.430 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_total_wal_size: 0 2023-10-16T20:42:38.430 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-16T20:42:38.431 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-16T20:42:38.431 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-16T20:42:38.431 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-16T20:42:38.431 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_open_files: -1 2023-10-16T20:42:38.431 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.bytes_per_sync: 0 2023-10-16T20:42:38.432 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-16T20:42:38.432 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-16T20:42:38.432 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compaction_readahead_size: 0 2023-10-16T20:42:38.432 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_background_flushes: -1 2023-10-16T20:42:38.432 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Compression algorithms supported: 2023-10-16T20:42:38.433 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-16T20:42:38.433 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: kZSTD supported: 0 2023-10-16T20:42:38.433 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: kXpressCompression supported: 0 2023-10-16T20:42:38.433 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: kLZ4HCCompression supported: 1 2023-10-16T20:42:38.433 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: kZlibCompression supported: 1 2023-10-16T20:42:38.433 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: kSnappyCompression supported: 1 2023-10-16T20:42:38.434 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: kLZ4Compression supported: 1 2023-10-16T20:42:38.434 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: kBZip2Compression supported: 0 2023-10-16T20:42:38.434 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-16T20:42:38.434 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-16T20:42:38.434 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi098/store.db/MANIFEST-000005 2023-10-16T20:42:38.435 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-16T20:42:38.435 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-16T20:42:38.435 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.merge_operator: 2023-10-16T20:42:38.435 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compaction_filter: None 2023-10-16T20:42:38.435 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compaction_filter_factory: None 2023-10-16T20:42:38.436 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.sst_partitioner_factory: None 2023-10-16T20:42:38.436 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-16T20:42:38.436 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-16T20:42:38.436 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55790c0975c0) 2023-10-16T20:42:38.436 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: cache_index_and_filter_blocks: 1 2023-10-16T20:42:38.436 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-16T20:42:38.437 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-16T20:42:38.437 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: pin_top_level_index_and_filter: 1 2023-10-16T20:42:38.437 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: index_type: 0 2023-10-16T20:42:38.437 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: data_block_index_type: 0 2023-10-16T20:42:38.437 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: index_shortening: 1 2023-10-16T20:42:38.438 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-16T20:42:38.438 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: checksum: 4 2023-10-16T20:42:38.438 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: no_block_cache: 0 2023-10-16T20:42:38.438 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_cache: 0x55790c0ed1f0 2023-10-16T20:42:38.438 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_cache_name: BinnedLRUCache 2023-10-16T20:42:38.439 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_cache_options: 2023-10-16T20:42:38.439 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: capacity : 536870912 2023-10-16T20:42:38.439 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: num_shard_bits : 4 2023-10-16T20:42:38.439 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: strict_capacity_limit : 0 2023-10-16T20:42:38.439 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: high_pri_pool_ratio: 0.000 2023-10-16T20:42:38.440 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_cache_compressed: (nil) 2023-10-16T20:42:38.440 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: persistent_cache: (nil) 2023-10-16T20:42:38.440 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_size: 4096 2023-10-16T20:42:38.440 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_size_deviation: 10 2023-10-16T20:42:38.440 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_restart_interval: 16 2023-10-16T20:42:38.441 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: index_block_restart_interval: 1 2023-10-16T20:42:38.441 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: metadata_block_size: 4096 2023-10-16T20:42:38.441 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: partition_filters: 0 2023-10-16T20:42:38.441 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: use_delta_encoding: 1 2023-10-16T20:42:38.441 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: filter_policy: bloomfilter 2023-10-16T20:42:38.442 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: whole_key_filtering: 1 2023-10-16T20:42:38.442 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: verify_compression: 0 2023-10-16T20:42:38.442 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: read_amp_bytes_per_bit: 0 2023-10-16T20:42:38.442 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: format_version: 5 2023-10-16T20:42:38.442 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: enable_index_compression: 1 2023-10-16T20:42:38.443 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_align: 0 2023-10-16T20:42:38.443 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: max_auto_readahead_size: 262144 2023-10-16T20:42:38.443 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: prepopulate_block_cache: 0 2023-10-16T20:42:38.443 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: initial_auto_readahead_size: 8192 2023-10-16T20:42:38.443 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: num_file_reads_for_auto_readahead: 2 2023-10-16T20:42:38.443 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.write_buffer_size: 33554432 2023-10-16T20:42:38.444 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_write_buffer_number: 2 2023-10-16T20:42:38.444 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compression: NoCompression 2023-10-16T20:42:38.444 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.bottommost_compression: Disabled 2023-10-16T20:42:38.444 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.prefix_extractor: nullptr 2023-10-16T20:42:38.444 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-16T20:42:38.445 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.num_levels: 7 2023-10-16T20:42:38.445 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-16T20:42:38.445 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-16T20:42:38.445 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-16T20:42:38.445 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-16T20:42:38.446 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-16T20:42:38.446 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-16T20:42:38.446 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-16T20:42:38.447 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-16T20:42:38.448 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-16T20:42:38.448 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-16T20:42:38.448 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-16T20:42:38.448 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-16T20:42:38.448 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-16T20:42:38.449 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compression_opts.level: 32767 2023-10-16T20:42:38.449 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compression_opts.strategy: 0 2023-10-16T20:42:38.449 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-16T20:42:38.449 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-16T20:42:38.449 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-16T20:42:38.450 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-16T20:42:38.450 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compression_opts.enabled: false 2023-10-16T20:42:38.450 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-16T20:42:38.450 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-16T20:42:38.450 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-16T20:42:38.450 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-16T20:42:38.451 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.target_file_size_base: 67108864 2023-10-16T20:42:38.451 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-16T20:42:38.451 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-16T20:42:38.451 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-16T20:42:38.451 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-16T20:42:38.452 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-16T20:42:38.452 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-16T20:42:38.452 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-16T20:42:38.452 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-16T20:42:38.452 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-16T20:42:38.453 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-16T20:42:38.453 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-16T20:42:38.453 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-16T20:42:38.453 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-16T20:42:38.453 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-16T20:42:38.454 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.arena_block_size: 1048576 2023-10-16T20:42:38.454 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-16T20:42:38.454 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 bash[112468]: 20a83bc7385e25c17b83a40ffad9ee9bbccf05c3ce581f141e3a7cdd1ffdd7c4 2023-10-16T20:42:38.454 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-16T20:42:38.454 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.disable_auto_compactions: 0 2023-10-16T20:42:38.455 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-16T20:42:38.455 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-16T20:42:38.455 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-16T20:42:38.455 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-16T20:42:38.455 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-16T20:42:38.455 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-16T20:42:38.456 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-16T20:42:38.456 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-16T20:42:38.456 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-16T20:42:38.456 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-16T20:42:38.456 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.table_properties_collectors: 2023-10-16T20:42:38.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.inplace_update_support: 0 2023-10-16T20:42:38.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-16T20:42:38.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-16T20:42:38.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-16T20:42:38.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-16T20:42:38.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.bloom_locality: 0 2023-10-16T20:42:38.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.max_successive_merges: 0 2023-10-16T20:42:38.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-16T20:42:38.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.paranoid_file_checks: 0 2023-10-16T20:42:38.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.force_consistency_checks: 1 2023-10-16T20:42:38.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.report_bg_io_stats: 0 2023-10-16T20:42:38.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.ttl: 2592000 2023-10-16T20:42:38.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-16T20:42:38.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-16T20:42:38.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-16T20:42:38.459 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.enable_blob_files: false 2023-10-16T20:42:38.460 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.min_blob_size: 0 2023-10-16T20:42:38.460 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.blob_file_size: 268435456 2023-10-16T20:42:38.460 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-16T20:42:38.460 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-16T20:42:38.460 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-16T20:42:38.461 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-16T20:42:38.461 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-16T20:42:38.461 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.blob_file_starting_level: 0 2023-10-16T20:42:38.461 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-16T20:42:38.461 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi098/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-10-16T20:42:38.461 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-10-16T20:42:38.462 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7c571282-1d68-44bf-8be6-0c6ba1b9aa13 2023-10-16T20:42:38.462 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697488958143488, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-10-16T20:42:38.462 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-10-16T20:42:38.462 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697488958144039, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1697488958, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7c571282-1d68-44bf-8be6-0c6ba1b9aa13", "db_session_id": "KF1BYCIUFPR403TX7KKL", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-10-16T20:42:38.462 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697488958144128, "job": 1, "event": "recovery_finished"} 2023-10-16T20:42:38.463 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-10-16T20:42:38.463 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi098/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-16T20:42:38.463 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55790c188000 2023-10-16T20:42:38.463 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: DB pointer 0x55790c176000 2023-10-16T20:42:38.463 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-16T20:42:38.464 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-16T20:42:38.464 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ** DB Stats ** 2023-10-16T20:42:38.464 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-16T20:42:38.464 INFO:journalctl@ceph.mon.smithi098.smithi098.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-16T20:42:38.464 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-16T20:42:38.465 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-16T20:42:38.465 INFO:journalctl@ceph.mon.smithi098.smithi098.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-16T20:42:38.465 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-16T20:42:38.465 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-16T20:42:38.465 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2023-10-16T20:42:38.465 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ** Compaction Stats [default] ** 2023-10-16T20:42:38.466 INFO:journalctl@ceph.mon.smithi098.smithi098.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-16T20:42:38.466 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-16T20:42:38.466 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-16T20:42:38.466 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-16T20:42:38.466 INFO:journalctl@ceph.mon.smithi098.smithi098.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 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-16T20:42:38.467 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2023-10-16T20:42:38.467 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ** Compaction Stats [default] ** 2023-10-16T20:42:38.467 INFO:journalctl@ceph.mon.smithi098.smithi098.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-16T20:42:38.467 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-16T20:42:38.467 INFO:journalctl@ceph.mon.smithi098.smithi098.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 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-16T20:42:38.468 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2023-10-16T20:42:38.468 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-16T20:42:38.468 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2023-10-16T20:42:38.468 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-16T20:42:38.468 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-16T20:42:38.468 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-16T20:42:38.469 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-16T20:42:38.469 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-16T20:42:38.469 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-16T20:42:38.469 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Cumulative compaction: 0.00 GB write, 0.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-16T20:42:38.469 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Interval compaction: 0.00 GB write, 0.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-16T20:42:38.469 INFO:journalctl@ceph.mon.smithi098.smithi098.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-16T20:42:38.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Block cache BinnedLRUCache@0x55790c0ed1f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2023-10-16T20:42:38.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2023-10-16T20:42:38.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2023-10-16T20:42:38.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-16T20:42:38.471 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: mon.smithi098 does not exist in monmap, will attempt to join an existing cluster 2023-10-16T20:42:38.471 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: using public_addr v2:172.21.15.98:0/0 -> [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] 2023-10-16T20:42:38.471 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: starting mon.smithi098 rank -1 at public addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] at bind addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi098 fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:42:38.471 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: mon.smithi098@-1(???) e0 preinit fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:42:38.471 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 systemd[1]: Started Ceph mon.smithi098 for 005f37f8-6c64-11ee-8db6-212e2dc638e7. 2023-10-16T20:42:38.472 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: mon.smithi098@-1(synchronizing).mds e1 new map 2023-10-16T20:42:38.472 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: mon.smithi098@-1(synchronizing).mds e1 print_map 2023-10-16T20:42:38.472 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: e1 2023-10-16T20:42:38.472 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-16T20:42:38.472 INFO:journalctl@ceph.mon.smithi098.smithi098.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,11=minor log segments} 2023-10-16T20:42:38.473 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: legacy client fscid: -1 2023-10-16T20:42:38.473 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2023-10-16T20:42:38.473 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: No filesystems configured 2023-10-16T20:42:38.473 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: mon.smithi098@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-16T20:42:38.473 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: mon.smithi098@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-10-16T20:42:38.473 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: mon.smithi098@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: mon.smithi098@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: mon.smithi098@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: mon.smithi098@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: mon.smithi098@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-10-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: mon.smithi098@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-16T20:42:38.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: mon.smithi098@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T20:42:38.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: mon.smithi098@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T20:42:38.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: mon.smithi098@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T20:42:38.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:38.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:38.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:38.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:38.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: Deploying daemon node-exporter.smithi098 on smithi098 2023-10-16T20:42:38.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:38.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:42:38.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='client.? 172.21.15.98:0/3451124486' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:42:38.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:38.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:38.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:38.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:38.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.diwrgz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-16T20:42:38.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.diwrgz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-16T20:42:38.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-16T20:42:38.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:38.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: Deploying daemon mgr.smithi098.diwrgz on smithi098 2023-10-16T20:42:38.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:38.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:38.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:38.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:38.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:38.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:38.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:38.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T20:42:38.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:38.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: Deploying daemon mon.smithi098 on smithi098 2023-10-16T20:42:38.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='client.? 172.21.15.98:0/1032762842' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:42:38.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:38.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:38.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: mon.smithi098@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2023-10-16T20:42:38.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: mon.smithi098@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-10-16T20:42:38.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: expand_channel_meta expand map: {default=false} 2023-10-16T20:42:38.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: expand_channel_meta from 'false' to 'false' 2023-10-16T20:42:38.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: expand_channel_meta expanded map: {default=false} 2023-10-16T20:42:38.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: expand_channel_meta expand map: {default=info} 2023-10-16T20:42:38.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: expand_channel_meta from 'info' to 'info' 2023-10-16T20:42:38.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: expand_channel_meta expanded map: {default=info} 2023-10-16T20:42:38.483 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: expand_channel_meta expand map: {default=daemon} 2023-10-16T20:42:38.483 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-16T20:42:38.483 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: expand_channel_meta expanded map: {default=daemon} 2023-10-16T20:42:38.483 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: expand_channel_meta expand map: {default=debug} 2023-10-16T20:42:38.483 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: expand_channel_meta from 'debug' to 'debug' 2023-10-16T20:42:38.484 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:38 smithi098 ceph-mon[112578]: expand_channel_meta expanded map: {default=debug} 2023-10-16T20:42:43.598 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2023-10-16T20:42:43.599 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: mon.smithi016 calling monitor election 2023-10-16T20:42:43.599 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:42:43.599 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:43.599 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:42:43.600 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:42:43.600 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: mon.smithi098 calling monitor election 2023-10-16T20:42:43.600 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:43.600 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:42:43.600 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: from='mgr.? 172.21.15.98:0/1162578988' entity='mgr.smithi098.diwrgz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.diwrgz/crt"}]: dispatch 2023-10-16T20:42:43.601 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:42:43.601 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:43.601 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:42:43.601 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:42:43.601 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: mon.smithi016 is new leader, mons smithi016,smithi098 in quorum (ranks 0,1) 2023-10-16T20:42:43.602 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: monmap e2: 2 mons at {smithi016=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} 2023-10-16T20:42:43.602 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: fsmap 2023-10-16T20:42:43.602 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: osdmap e5: 0 total, 0 up, 0 in 2023-10-16T20:42:43.602 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: mgrmap e17: smithi016.mikunp(active, since 30s) 2023-10-16T20:42:43.602 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: Standby manager daemon smithi098.diwrgz started 2023-10-16T20:42:43.603 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: from='mgr.? 172.21.15.98:0/1162578988' entity='mgr.smithi098.diwrgz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-16T20:42:43.603 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T20:42:43.603 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: from='mgr.? 172.21.15.98:0/1162578988' entity='mgr.smithi098.diwrgz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.diwrgz/key"}]: dispatch 2023-10-16T20:42:43.603 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:43.603 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: from='mgr.? 172.21.15.98:0/1162578988' entity='mgr.smithi098.diwrgz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-16T20:42:43.604 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:43.604 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:43.604 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:43.604 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:43.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2023-10-16T20:42:43.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: mon.smithi016 calling monitor election 2023-10-16T20:42:43.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:42:43.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:43.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:42:43.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:42:43.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: mon.smithi098 calling monitor election 2023-10-16T20:42:43.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:43.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:42:43.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: from='mgr.? 172.21.15.98:0/1162578988' entity='mgr.smithi098.diwrgz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.diwrgz/crt"}]: dispatch 2023-10-16T20:42:43.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:42:43.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:43.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:42:43.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:42:43.785 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: mon.smithi016 is new leader, mons smithi016,smithi098 in quorum (ranks 0,1) 2023-10-16T20:42:43.785 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: monmap e2: 2 mons at {smithi016=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} 2023-10-16T20:42:43.785 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: fsmap 2023-10-16T20:42:43.785 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: osdmap e5: 0 total, 0 up, 0 in 2023-10-16T20:42:43.785 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: mgrmap e17: smithi016.mikunp(active, since 30s) 2023-10-16T20:42:43.786 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: Standby manager daemon smithi098.diwrgz started 2023-10-16T20:42:43.786 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: from='mgr.? 172.21.15.98:0/1162578988' entity='mgr.smithi098.diwrgz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-16T20:42:43.786 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T20:42:43.786 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: from='mgr.? 172.21.15.98:0/1162578988' entity='mgr.smithi098.diwrgz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.diwrgz/key"}]: dispatch 2023-10-16T20:42:43.786 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:43.787 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: from='mgr.? 172.21.15.98:0/1162578988' entity='mgr.smithi098.diwrgz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-16T20:42:43.787 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:43.787 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:43.787 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:43.787 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:43.888 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-16T20:42:43.889 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":2,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:42:38.179865Z","created":"2023-10-16T20:39:41.957087Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi098","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-10-16T20:42:43.891 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 2 2023-10-16T20:42:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:44 smithi016 ceph-mon[96085]: mgrmap e18: smithi016.mikunp(active, since 30s), standbys: smithi098.diwrgz 2023-10-16T20:42:44.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mgr metadata", "who": "smithi098.diwrgz", "id": "smithi098.diwrgz"}]: dispatch 2023-10-16T20:42:44.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:42:44.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:44 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/1416450125' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:42:44.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:42:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:44 smithi098 ceph-mon[112578]: mgrmap e18: smithi016.mikunp(active, since 30s), standbys: smithi098.diwrgz 2023-10-16T20:42:44.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mgr metadata", "who": "smithi098.diwrgz", "id": "smithi098.diwrgz"}]: dispatch 2023-10-16T20:42:44.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:42:44.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:44 smithi098 ceph-mon[112578]: from='client.? 172.21.15.98:0/1416450125' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:42:44.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:42:44.919 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-16T20:42:44.920 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-16T20:42:45.270 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:42:46.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:45 smithi098 ceph-mon[112578]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:46.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:46.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:46.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:46.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:42:46.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:45 smithi016 ceph-mon[96085]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:46.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:46.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:46.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:46.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:42:47.218 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:47 smithi016 ceph-mon[96085]: Updating smithi016:/etc/ceph/ceph.conf 2023-10-16T20:42:47.219 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:47 smithi016 ceph-mon[96085]: Updating smithi098:/etc/ceph/ceph.conf 2023-10-16T20:42:47.219 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:47 smithi016 ceph-mon[96085]: Updating smithi098:/var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:42:47.219 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:47 smithi016 ceph-mon[96085]: Updating smithi016:/var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:42:47.219 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:47.219 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:47.220 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:47.220 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:47.220 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:47.220 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T20:42:47.220 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-16T20:42:47.221 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:47.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:47 smithi098 ceph-mon[112578]: Updating smithi016:/etc/ceph/ceph.conf 2023-10-16T20:42:47.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:47 smithi098 ceph-mon[112578]: Updating smithi098:/etc/ceph/ceph.conf 2023-10-16T20:42:47.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:47 smithi098 ceph-mon[112578]: Updating smithi098:/var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:42:47.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:47 smithi098 ceph-mon[112578]: Updating smithi016:/var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:42:47.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:47.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:47.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:47.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:47.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:47.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T20:42:47.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-16T20:42:47.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:47.952 INFO:teuthology.orchestra.run.smithi016.stdout:# minimal ceph.conf for 005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:42:47.952 INFO:teuthology.orchestra.run.smithi016.stdout:[global] 2023-10-16T20:42:47.952 INFO:teuthology.orchestra.run.smithi016.stdout: fsid = 005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:42:47.953 INFO:teuthology.orchestra.run.smithi016.stdout: mon_host = [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] 2023-10-16T20:42:48.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:48 smithi016 ceph-mon[96085]: Reconfiguring mon.smithi016 (unknown last config time)... 2023-10-16T20:42:48.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:48 smithi016 ceph-mon[96085]: Reconfiguring daemon mon.smithi016 on smithi016 2023-10-16T20:42:48.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:48 smithi016 ceph-mon[96085]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:48.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:48.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:48.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:48.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi016.mikunp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-16T20:42:48.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-16T20:42:48.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:48.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:48 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/4062272720' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:48 smithi098 ceph-mon[112578]: Reconfiguring mon.smithi016 (unknown last config time)... 2023-10-16T20:42:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:48 smithi098 ceph-mon[112578]: Reconfiguring daemon mon.smithi016 on smithi016 2023-10-16T20:42:48.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:48 smithi098 ceph-mon[112578]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:48.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:48.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:48.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:48.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi016.mikunp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-16T20:42:48.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-16T20:42:48.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:48.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:48 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/4062272720' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:48.612 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-16T20:42:48.613 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-10-16T20:42:48.613 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.conf 2023-10-16T20:42:48.644 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-10-16T20:42:48.644 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-16T20:42:48.715 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-16T20:42:48.716 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.conf 2023-10-16T20:42:48.752 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-16T20:42:48.752 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-16T20:42:48.823 INFO:tasks.cephadm:Deploying OSDs... 2023-10-16T20:42:48.823 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-10-16T20:42:48.824 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/scratch_devs of=/dev/stdout 2023-10-16T20:42:48.843 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-16T20:42:48.843 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/nvme1n1 2023-10-16T20:42:48.901 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/nvme1n1 2023-10-16T20:42:48.901 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-16T20:42:48.901 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 433410 Links: 1 Device type: 103,1 2023-10-16T20:42:48.902 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-16T20:42:48.902 INFO:teuthology.orchestra.run.smithi016.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-16T20:42:48.902 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2023-10-16 20:41:04.669362391 +0000 2023-10-16T20:42:48.902 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2023-10-16 20:38:42.874632874 +0000 2023-10-16T20:42:48.902 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2023-10-16 20:38:42.874632874 +0000 2023-10-16T20:42:48.903 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2023-10-16T20:42:48.903 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-16T20:42:48.968 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2023-10-16T20:42:48.968 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2023-10-16T20:42:48.968 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000121073 s, 4.2 MB/s 2023-10-16T20:42:48.970 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-16T20:42:49.028 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/nvme2n1 2023-10-16T20:42:49.085 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/nvme2n1 2023-10-16T20:42:49.085 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-16T20:42:49.086 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 433479 Links: 1 Device type: 103,2 2023-10-16T20:42:49.086 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-16T20:42:49.086 INFO:teuthology.orchestra.run.smithi016.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-16T20:42:49.086 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2023-10-16 20:41:04.678362246 +0000 2023-10-16T20:42:49.086 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2023-10-16 20:38:43.028630415 +0000 2023-10-16T20:42:49.087 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2023-10-16 20:38:43.028630415 +0000 2023-10-16T20:42:49.087 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2023-10-16T20:42:49.087 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-16T20:42:49.150 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2023-10-16T20:42:49.151 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2023-10-16T20:42:49.151 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000120036 s, 4.3 MB/s 2023-10-16T20:42:49.152 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-16T20:42:49.211 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/nvme3n1 2023-10-16T20:42:49.269 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/nvme3n1 2023-10-16T20:42:49.269 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-16T20:42:49.269 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 433610 Links: 1 Device type: 103,3 2023-10-16T20:42:49.270 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-16T20:42:49.270 INFO:teuthology.orchestra.run.smithi016.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-16T20:42:49.270 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2023-10-16 20:41:04.686362117 +0000 2023-10-16T20:42:49.270 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2023-10-16 20:38:43.182627957 +0000 2023-10-16T20:42:49.271 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2023-10-16 20:38:43.182627957 +0000 2023-10-16T20:42:49.271 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2023-10-16T20:42:49.271 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-16T20:42:49.335 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2023-10-16T20:42:49.335 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2023-10-16T20:42:49.335 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000106355 s, 4.8 MB/s 2023-10-16T20:42:49.337 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-16T20:42:49.395 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/nvme4n1 2023-10-16T20:42:49.454 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/nvme4n1 2023-10-16T20:42:49.454 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-16T20:42:49.454 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 431539 Links: 1 Device type: 103,4 2023-10-16T20:42:49.455 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-16T20:42:49.455 INFO:teuthology.orchestra.run.smithi016.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-16T20:42:49.455 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2023-10-16 20:41:04.695361972 +0000 2023-10-16T20:42:49.455 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2023-10-16 20:38:43.389624651 +0000 2023-10-16T20:42:49.456 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2023-10-16 20:38:43.389624651 +0000 2023-10-16T20:42:49.456 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2023-10-16T20:42:49.456 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-16T20:42:49.468 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:49 smithi016 ceph-mon[96085]: Reconfiguring mgr.smithi016.mikunp (unknown last config time)... 2023-10-16T20:42:49.468 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:49 smithi016 ceph-mon[96085]: Reconfiguring daemon mgr.smithi016.mikunp on smithi016 2023-10-16T20:42:49.495 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2023-10-16T20:42:49.495 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2023-10-16T20:42:49.495 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000130366 s, 3.9 MB/s 2023-10-16T20:42:49.496 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-16T20:42:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:49 smithi098 ceph-mon[112578]: Reconfiguring mgr.smithi016.mikunp (unknown last config time)... 2023-10-16T20:42:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:49 smithi098 ceph-mon[112578]: Reconfiguring daemon mgr.smithi016.mikunp on smithi016 2023-10-16T20:42:49.555 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-16T20:42:49.555 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2023-10-16T20:42:49.576 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-16T20:42:49.577 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/nvme1n1 2023-10-16T20:42:49.637 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/nvme1n1 2023-10-16T20:42:49.638 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-16T20:42:49.638 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 432538 Links: 1 Device type: 103,1 2023-10-16T20:42:49.638 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-16T20:42:49.638 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-16T20:42:49.639 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-10-16 20:42:18.018646829 +0000 2023-10-16T20:42:49.639 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-10-16 20:38:44.616479707 +0000 2023-10-16T20:42:49.639 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-10-16 20:38:44.616479707 +0000 2023-10-16T20:42:49.639 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-10-16T20:42:49.640 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-16T20:42:49.707 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-10-16T20:42:49.708 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-10-16T20:42:49.708 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000279936 s, 1.8 MB/s 2023-10-16T20:42:49.709 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-16T20:42:49.770 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/nvme2n1 2023-10-16T20:42:49.829 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/nvme2n1 2023-10-16T20:42:49.829 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-16T20:42:49.830 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 432541 Links: 1 Device type: 103,2 2023-10-16T20:42:49.830 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-16T20:42:49.830 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-16T20:42:49.830 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-10-16 20:42:18.029646684 +0000 2023-10-16T20:42:49.830 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-10-16 20:38:44.768477657 +0000 2023-10-16T20:42:49.831 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-10-16 20:38:44.768477657 +0000 2023-10-16T20:42:49.831 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-10-16T20:42:49.831 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-16T20:42:49.896 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-10-16T20:42:49.897 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-10-16T20:42:49.897 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.00024876 s, 2.1 MB/s 2023-10-16T20:42:49.898 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-16T20:42:49.956 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/nvme3n1 2023-10-16T20:42:50.014 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/nvme3n1 2023-10-16T20:42:50.015 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-16T20:42:50.015 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 425817 Links: 1 Device type: 103,3 2023-10-16T20:42:50.015 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-16T20:42:50.015 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-16T20:42:50.015 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-10-16 20:42:18.040646538 +0000 2023-10-16T20:42:50.016 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-10-16 20:38:44.917475647 +0000 2023-10-16T20:42:50.016 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-10-16 20:38:44.917475647 +0000 2023-10-16T20:42:50.016 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-10-16T20:42:50.016 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-16T20:42:50.083 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-10-16T20:42:50.083 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-10-16T20:42:50.083 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.0002198 s, 2.3 MB/s 2023-10-16T20:42:50.084 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-16T20:42:50.143 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/nvme4n1 2023-10-16T20:42:50.200 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/nvme4n1 2023-10-16T20:42:50.200 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-16T20:42:50.200 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 425911 Links: 1 Device type: 103,4 2023-10-16T20:42:50.200 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-16T20:42:50.201 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-16T20:42:50.201 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-10-16 20:42:18.050646407 +0000 2023-10-16T20:42:50.201 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-10-16 20:38:45.122472882 +0000 2023-10-16T20:42:50.201 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-10-16 20:38:45.122472882 +0000 2023-10-16T20:42:50.202 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-10-16T20:42:50.202 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-16T20:42:50.265 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-10-16T20:42:50.266 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-10-16T20:42:50.266 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000209357 s, 2.4 MB/s 2023-10-16T20:42:50.267 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-16T20:42:50.324 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-10-16T20:42:50.374 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:50 smithi016 ceph-mon[96085]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:50.374 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:50.375 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:50.375 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi016", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-16T20:42:50.375 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:50.388 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:50 smithi098 ceph-mon[112578]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:50.389 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:50.389 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:50.389 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi016", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-16T20:42:50.389 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:50.660 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi098/config 2023-10-16T20:42:51.421 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:51 smithi016 ceph-mon[96085]: Reconfiguring ceph-exporter.smithi016 (monmap changed)... 2023-10-16T20:42:51.421 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:51 smithi016 ceph-mon[96085]: Reconfiguring daemon ceph-exporter.smithi016 on smithi016 2023-10-16T20:42:51.421 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:51.421 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:51.422 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi016", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-16T20:42:51.422 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:51 smithi098 ceph-mon[112578]: Reconfiguring ceph-exporter.smithi016 (monmap changed)... 2023-10-16T20:42:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:51 smithi098 ceph-mon[112578]: Reconfiguring daemon ceph-exporter.smithi016 on smithi016 2023-10-16T20:42:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:51.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi016", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-16T20:42:51.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:52.318 INFO:teuthology.orchestra.run.smithi098.stdout:Scheduled osd.all-available-devices update... 2023-10-16T20:42:52.491 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:52 smithi016 ceph-mon[96085]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:52.491 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:52 smithi016 ceph-mon[96085]: Reconfiguring crash.smithi016 (monmap changed)... 2023-10-16T20:42:52.492 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:52 smithi016 ceph-mon[96085]: Reconfiguring daemon crash.smithi016 on smithi016 2023-10-16T20:42:52.492 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:52.492 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:52.507 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:52 smithi098 ceph-mon[112578]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:52.507 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:52 smithi098 ceph-mon[112578]: Reconfiguring crash.smithi016 (monmap changed)... 2023-10-16T20:42:52.507 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:52 smithi098 ceph-mon[112578]: Reconfiguring daemon crash.smithi016 on smithi016 2023-10-16T20:42:52.507 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:52.508 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:52.921 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-10-16T20:42:52.922 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:53.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:53 smithi098 ceph-mon[112578]: Reconfiguring alertmanager.smithi016 (dependencies changed)... 2023-10-16T20:42:53.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:53 smithi098 ceph-mon[112578]: Reconfiguring daemon alertmanager.smithi016 on smithi016 2023-10-16T20:42:53.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:53.518 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:53 smithi016 ceph-mon[96085]: Reconfiguring alertmanager.smithi016 (dependencies changed)... 2023-10-16T20:42:53.518 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:53 smithi016 ceph-mon[96085]: Reconfiguring daemon alertmanager.smithi016 on smithi016 2023-10-16T20:42:53.519 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:53.719 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:42:54.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:54 smithi098 ceph-mon[112578]: from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:42:54.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:54 smithi098 ceph-mon[112578]: Marking host: smithi016 for OSDSpec preview refresh. 2023-10-16T20:42:54.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:54 smithi098 ceph-mon[112578]: Marking host: smithi098 for OSDSpec preview refresh. 2023-10-16T20:42:54.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:54 smithi098 ceph-mon[112578]: Saving service osd.all-available-devices spec with placement * 2023-10-16T20:42:54.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:54 smithi098 ceph-mon[112578]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:54 smithi016 ceph-mon[96085]: from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:42:54.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:54 smithi016 ceph-mon[96085]: Marking host: smithi016 for OSDSpec preview refresh. 2023-10-16T20:42:54.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:54 smithi016 ceph-mon[96085]: Marking host: smithi098 for OSDSpec preview refresh. 2023-10-16T20:42:54.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:54 smithi016 ceph-mon[96085]: Saving service osd.all-available-devices spec with placement * 2023-10-16T20:42:54.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:54 smithi016 ceph-mon[96085]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:56.288 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:42:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:56 smithi098 ceph-mon[112578]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:56.523 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:56 smithi016 ceph-mon[96085]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:57.148 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-10-16T20:42:57.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:57 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/3767882556' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:57.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:57.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:57 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/3767882556' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:57.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:42:58.150 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:58.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:58 smithi016 ceph-mon[96085]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:58.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:58 smithi016 ceph-mon[96085]: Reconfiguring grafana.smithi016 (dependencies changed)... 2023-10-16T20:42:58.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:58 smithi016 ceph-mon[96085]: Reconfiguring daemon grafana.smithi016 on smithi016 2023-10-16T20:42:58.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:42:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:42:58.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:58 smithi098 ceph-mon[112578]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:58.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:58 smithi098 ceph-mon[112578]: Reconfiguring grafana.smithi016 (dependencies changed)... 2023-10-16T20:42:58.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:58 smithi098 ceph-mon[112578]: Reconfiguring daemon grafana.smithi016 on smithi016 2023-10-16T20:42:58.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:42:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:42:58.683 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:43:00.342 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:00 smithi016 ceph-mon[96085]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:00 smithi098 ceph-mon[112578]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:00.822 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:43:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:01 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/2096406376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:01.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:01 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/2096406376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:01.561 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-10-16T20:43:02.302 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:02 smithi016 ceph-mon[96085]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:02.302 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:02.302 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:02 smithi098 ceph-mon[112578]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:02.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:02.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:02.561 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:43:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:03 smithi098 ceph-mon[112578]: Reconfiguring prometheus.smithi016 (dependencies changed)... 2023-10-16T20:43:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:03 smithi016 ceph-mon[96085]: Reconfiguring prometheus.smithi016 (dependencies changed)... 2023-10-16T20:43:03.705 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:43:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:04 smithi098 ceph-mon[112578]: Reconfiguring daemon prometheus.smithi016 on smithi016 2023-10-16T20:43:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:04 smithi098 ceph-mon[112578]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:04 smithi016 ceph-mon[96085]: Reconfiguring daemon prometheus.smithi016 on smithi016 2023-10-16T20:43:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:04 smithi016 ceph-mon[96085]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:06.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:05 smithi016 ceph-mon[96085]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:06.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:05 smithi098 ceph-mon[112578]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:06.552 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:43:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:06 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1880807022' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:07.133 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-10-16T20:43:07.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:06 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/1880807022' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:08.135 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:43:08.163 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:07 smithi098 ceph-mon[112578]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:08.163 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:08.164 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:08.164 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi098", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-16T20:43:08.164 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:08.169 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:07 smithi016 ceph-mon[96085]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:08.169 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:08.169 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:08.169 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi098", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-16T20:43:08.170 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:08.474 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:43:08.997 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:08 smithi016 ceph-mon[96085]: Reconfiguring ceph-exporter.smithi098 (monmap changed)... 2023-10-16T20:43:08.997 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:08 smithi016 ceph-mon[96085]: Reconfiguring daemon ceph-exporter.smithi098 on smithi098 2023-10-16T20:43:08.998 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:08.998 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:08.998 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-16T20:43:08.998 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:09.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:08 smithi098 ceph-mon[112578]: Reconfiguring ceph-exporter.smithi098 (monmap changed)... 2023-10-16T20:43:09.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:08 smithi098 ceph-mon[112578]: Reconfiguring daemon ceph-exporter.smithi098 on smithi098 2023-10-16T20:43:09.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:09.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:09.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-16T20:43:09.187 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:10.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:09 smithi098 ceph-mon[112578]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:10.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:09 smithi098 ceph-mon[112578]: Reconfiguring crash.smithi098 (monmap changed)... 2023-10-16T20:43:10.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:09 smithi098 ceph-mon[112578]: Reconfiguring daemon crash.smithi098 on smithi098 2023-10-16T20:43:10.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:10.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:10.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.diwrgz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-16T20:43:10.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-16T20:43:10.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:10.019 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:43:10.230 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:09 smithi016 ceph-mon[96085]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:10.231 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:09 smithi016 ceph-mon[96085]: Reconfiguring crash.smithi098 (monmap changed)... 2023-10-16T20:43:10.231 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:09 smithi016 ceph-mon[96085]: Reconfiguring daemon crash.smithi098 on smithi098 2023-10-16T20:43:10.231 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:10.231 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:10.232 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.diwrgz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-16T20:43:10.232 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-16T20:43:10.232 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:10.709 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-10-16T20:43:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:10 smithi016 ceph-mon[96085]: Reconfiguring mgr.smithi098.diwrgz (monmap changed)... 2023-10-16T20:43:11.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:10 smithi016 ceph-mon[96085]: Reconfiguring daemon mgr.smithi098.diwrgz on smithi098 2023-10-16T20:43:11.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:10 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/4174993191' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:10 smithi098 ceph-mon[112578]: Reconfiguring mgr.smithi098.diwrgz (monmap changed)... 2023-10-16T20:43:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:10 smithi098 ceph-mon[112578]: Reconfiguring daemon mgr.smithi098.diwrgz on smithi098 2023-10-16T20:43:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:10 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/4174993191' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:11.711 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:43:12.043 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:43:12.218 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:12 smithi098 ceph-mon[112578]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:12.218 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:12.218 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:12.218 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:12 smithi098 ceph-mon[112578]: Reconfiguring mon.smithi098 (monmap changed)... 2023-10-16T20:43:12.219 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T20:43:12.219 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-16T20:43:12.219 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:12.219 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:12 smithi098 ceph-mon[112578]: Reconfiguring daemon mon.smithi098 on smithi098 2023-10-16T20:43:12.309 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:12 smithi016 ceph-mon[96085]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:12.310 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:12.310 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:12.310 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:12 smithi016 ceph-mon[96085]: Reconfiguring mon.smithi098 (monmap changed)... 2023-10-16T20:43:12.310 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T20:43:12.311 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-16T20:43:12.311 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:12.311 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:12 smithi016 ceph-mon[96085]: Reconfiguring daemon mon.smithi098 on smithi098 2023-10-16T20:43:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:13.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-16T20:43:13.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-16T20:43:13.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016:9093"}]: dispatch 2023-10-16T20:43:13.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016:9093"}]: dispatch 2023-10-16T20:43:13.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:13.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-16T20:43:13.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-16T20:43:13.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016:3000"}]: dispatch 2023-10-16T20:43:13.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016:3000"}]: dispatch 2023-10-16T20:43:13.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:13.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-16T20:43:13.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-16T20:43:13.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi016:9095"}]: dispatch 2023-10-16T20:43:13.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi016:9095"}]: dispatch 2023-10-16T20:43:13.519 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:13.519 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:43:13.519 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:13.519 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:43:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-16T20:43:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-16T20:43:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016:9093"}]: dispatch 2023-10-16T20:43:13.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016:9093"}]: dispatch 2023-10-16T20:43:13.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:13.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-16T20:43:13.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-16T20:43:13.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016:3000"}]: dispatch 2023-10-16T20:43:13.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016:3000"}]: dispatch 2023-10-16T20:43:13.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:13.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-16T20:43:13.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-16T20:43:13.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi016:9095"}]: dispatch 2023-10-16T20:43:13.535 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi016:9095"}]: dispatch 2023-10-16T20:43:13.535 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:13.535 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:43:13.535 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:13.535 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:43:13.625 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:43:14.312 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-10-16T20:43:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:14 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/1419111654' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:14.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:14.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:14.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:14 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1419111654' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:14.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:14.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:15.314 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:43:15.749 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:43:16.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:15 smithi098 ceph-mon[112578]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:16.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:15 smithi016 ceph-mon[96085]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:17.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:17 smithi016 ceph-mon[96085]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:17.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:17.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:17.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:17.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:17.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:17.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:43:17.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:17.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:43:17.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T20:43:17.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:17.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T20:43:17.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:17.874 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:43:17.883 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:17 smithi098 ceph-mon[112578]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:17.884 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:17.884 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:17.884 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:17.884 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:17.884 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:17.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:43:17.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:17.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:43:17.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T20:43:17.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:17.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T20:43:17.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:18.620 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-10-16T20:43:18.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:18 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/3889166881' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:18 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/3889166881' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:19.621 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:43:19.947 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:43:19.973 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:19 smithi098 ceph-mon[112578]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:20.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:19 smithi016 ceph-mon[96085]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:20 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/1061463276' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "462c2142-d42a-4b89-ae9d-37cfac65de8d"}]: dispatch 2023-10-16T20:43:20.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:20 smithi016 ceph-mon[96085]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "462c2142-d42a-4b89-ae9d-37cfac65de8d"}]: dispatch 2023-10-16T20:43:20.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:20 smithi016 ceph-mon[96085]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "462c2142-d42a-4b89-ae9d-37cfac65de8d"}]': finished 2023-10-16T20:43:20.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:20 smithi016 ceph-mon[96085]: osdmap e6: 1 total, 0 up, 1 in 2023-10-16T20:43:20.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:20 smithi098 ceph-mon[112578]: from='client.? 172.21.15.98:0/1061463276' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "462c2142-d42a-4b89-ae9d-37cfac65de8d"}]: dispatch 2023-10-16T20:43:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:20 smithi098 ceph-mon[112578]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "462c2142-d42a-4b89-ae9d-37cfac65de8d"}]: dispatch 2023-10-16T20:43:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:20 smithi098 ceph-mon[112578]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "462c2142-d42a-4b89-ae9d-37cfac65de8d"}]': finished 2023-10-16T20:43:21.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:20 smithi098 ceph-mon[112578]: osdmap e6: 1 total, 0 up, 1 in 2023-10-16T20:43:21.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:21.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:21 smithi016 ceph-mon[96085]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:21.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:21 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/468930636' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a481f81a-f988-484d-9baa-26397dcbf13b"}]: dispatch 2023-10-16T20:43:21.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:21 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/468930636' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a481f81a-f988-484d-9baa-26397dcbf13b"}]': finished 2023-10-16T20:43:21.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:21 smithi016 ceph-mon[96085]: osdmap e7: 2 total, 0 up, 2 in 2023-10-16T20:43:21.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:21.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:21.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:21 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/3491117619' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:43:21.896 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:43:22.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:21 smithi098 ceph-mon[112578]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:22.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:21 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/468930636' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a481f81a-f988-484d-9baa-26397dcbf13b"}]: dispatch 2023-10-16T20:43:22.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:21 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/468930636' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a481f81a-f988-484d-9baa-26397dcbf13b"}]': finished 2023-10-16T20:43:22.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:21 smithi098 ceph-mon[112578]: osdmap e7: 2 total, 0 up, 2 in 2023-10-16T20:43:22.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:22.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:22.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:21 smithi098 ceph-mon[112578]: from='client.? 172.21.15.98:0/3491117619' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:43:22.577 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1697489000,"num_remapped_pgs":0} 2023-10-16T20:43:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:22 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/829418734' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:22 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/3077867566' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:43:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:22 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/829418734' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:23.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:22 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/3077867566' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:43:23.579 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:43:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:23 smithi098 ceph-mon[112578]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:23.909 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:43:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:23 smithi016 ceph-mon[96085]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:24 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/1671922886' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1f577e7-7407-471a-9970-4214ce38c7f9"}]: dispatch 2023-10-16T20:43:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:24 smithi016 ceph-mon[96085]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1f577e7-7407-471a-9970-4214ce38c7f9"}]: dispatch 2023-10-16T20:43:24.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:24 smithi016 ceph-mon[96085]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1f577e7-7407-471a-9970-4214ce38c7f9"}]': finished 2023-10-16T20:43:24.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:24 smithi016 ceph-mon[96085]: osdmap e8: 3 total, 0 up, 3 in 2023-10-16T20:43:24.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:24.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:24.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:25.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:24 smithi098 ceph-mon[112578]: from='client.? 172.21.15.98:0/1671922886' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1f577e7-7407-471a-9970-4214ce38c7f9"}]: dispatch 2023-10-16T20:43:25.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:24 smithi098 ceph-mon[112578]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1f577e7-7407-471a-9970-4214ce38c7f9"}]: dispatch 2023-10-16T20:43:25.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:24 smithi098 ceph-mon[112578]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1f577e7-7407-471a-9970-4214ce38c7f9"}]': finished 2023-10-16T20:43:25.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:24 smithi098 ceph-mon[112578]: osdmap e8: 3 total, 0 up, 3 in 2023-10-16T20:43:25.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:25.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:25.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:25.607 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:43:26.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:25 smithi098 ceph-mon[112578]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:26.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:25 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/1737104082' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "268121a6-099b-4aa7-a5a9-5b618457e0ee"}]: dispatch 2023-10-16T20:43:26.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:25 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/1737104082' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "268121a6-099b-4aa7-a5a9-5b618457e0ee"}]': finished 2023-10-16T20:43:26.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:25 smithi098 ceph-mon[112578]: osdmap e9: 4 total, 0 up, 4 in 2023-10-16T20:43:26.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:26.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:26.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:26.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:26.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:25 smithi098 ceph-mon[112578]: from='client.? 172.21.15.98:0/232418727' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:43:26.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:25 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/2045924192' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:26.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:25 smithi016 ceph-mon[96085]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:26.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:25 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1737104082' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "268121a6-099b-4aa7-a5a9-5b618457e0ee"}]: dispatch 2023-10-16T20:43:26.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:25 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1737104082' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "268121a6-099b-4aa7-a5a9-5b618457e0ee"}]': finished 2023-10-16T20:43:26.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:25 smithi016 ceph-mon[96085]: osdmap e9: 4 total, 0 up, 4 in 2023-10-16T20:43:26.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:26.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:26.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:26.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:26.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:25 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/232418727' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:43:26.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:25 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/2045924192' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:26.375 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1697489004,"num_remapped_pgs":0} 2023-10-16T20:43:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:26 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/3021504494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:43:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:26 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/3021504494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:43:27.376 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:43:27.702 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:43:27.952 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:27 smithi016 ceph-mon[96085]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:27.953 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:43:27.953 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:27 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/3396954662' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0f6fd876-c58a-4821-844f-4152a1758f65"}]: dispatch 2023-10-16T20:43:27.953 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:27 smithi016 ceph-mon[96085]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0f6fd876-c58a-4821-844f-4152a1758f65"}]: dispatch 2023-10-16T20:43:27.953 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:27 smithi016 ceph-mon[96085]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0f6fd876-c58a-4821-844f-4152a1758f65"}]': finished 2023-10-16T20:43:27.953 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:27 smithi016 ceph-mon[96085]: osdmap e10: 5 total, 0 up, 5 in 2023-10-16T20:43:27.954 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:27.954 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:27.954 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:27.954 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:27.955 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:27 smithi098 ceph-mon[112578]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:43:28.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:27 smithi098 ceph-mon[112578]: from='client.? 172.21.15.98:0/3396954662' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0f6fd876-c58a-4821-844f-4152a1758f65"}]: dispatch 2023-10-16T20:43:28.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:27 smithi098 ceph-mon[112578]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0f6fd876-c58a-4821-844f-4152a1758f65"}]: dispatch 2023-10-16T20:43:28.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:27 smithi098 ceph-mon[112578]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0f6fd876-c58a-4821-844f-4152a1758f65"}]': finished 2023-10-16T20:43:28.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:27 smithi098 ceph-mon[112578]: osdmap e10: 5 total, 0 up, 5 in 2023-10-16T20:43:28.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:28.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:28.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:28.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:28.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:29.315 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:43:30.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:29 smithi098 ceph-mon[112578]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:30.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:29 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/1400165464' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3221c318-3459-485b-827d-5aa674f98037"}]: dispatch 2023-10-16T20:43:30.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:29 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/1400165464' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3221c318-3459-485b-827d-5aa674f98037"}]': finished 2023-10-16T20:43:30.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:29 smithi098 ceph-mon[112578]: osdmap e11: 6 total, 0 up, 6 in 2023-10-16T20:43:30.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:30.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:30.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:30.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:30.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:30.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:30.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:29 smithi098 ceph-mon[112578]: from='client.? 172.21.15.98:0/2535434418' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:43:30.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:29 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/375517060' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:30.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:29 smithi016 ceph-mon[96085]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:30.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:29 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1400165464' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3221c318-3459-485b-827d-5aa674f98037"}]: dispatch 2023-10-16T20:43:30.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:29 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1400165464' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3221c318-3459-485b-827d-5aa674f98037"}]': finished 2023-10-16T20:43:30.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:29 smithi016 ceph-mon[96085]: osdmap e11: 6 total, 0 up, 6 in 2023-10-16T20:43:30.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:30.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:30.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:30.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:30.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:30.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:30.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:29 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/2535434418' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:43:30.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:29 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/375517060' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:30.168 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1697489008,"num_remapped_pgs":0} 2023-10-16T20:43:31.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:30 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/2712396091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:43:31.169 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:43:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:30 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/2712396091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:43:31.490 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:43:32.003 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:31 smithi016 ceph-mon[96085]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:32.003 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:31 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/493239906' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e526fdb1-770c-4f4d-8497-83fe78cbcbca"}]: dispatch 2023-10-16T20:43:32.003 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:31 smithi016 ceph-mon[96085]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e526fdb1-770c-4f4d-8497-83fe78cbcbca"}]: dispatch 2023-10-16T20:43:32.004 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:31 smithi016 ceph-mon[96085]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e526fdb1-770c-4f4d-8497-83fe78cbcbca"}]': finished 2023-10-16T20:43:32.004 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:31 smithi016 ceph-mon[96085]: osdmap e12: 7 total, 0 up, 7 in 2023-10-16T20:43:32.004 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:32.004 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:32.004 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:32.005 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:32.005 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:32.005 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:32.005 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:32.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:31 smithi098 ceph-mon[112578]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:32.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:31 smithi098 ceph-mon[112578]: from='client.? 172.21.15.98:0/493239906' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e526fdb1-770c-4f4d-8497-83fe78cbcbca"}]: dispatch 2023-10-16T20:43:32.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:31 smithi098 ceph-mon[112578]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e526fdb1-770c-4f4d-8497-83fe78cbcbca"}]: dispatch 2023-10-16T20:43:32.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:31 smithi098 ceph-mon[112578]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e526fdb1-770c-4f4d-8497-83fe78cbcbca"}]': finished 2023-10-16T20:43:32.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:31 smithi098 ceph-mon[112578]: osdmap e12: 7 total, 0 up, 7 in 2023-10-16T20:43:32.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:32.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:32.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:32.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:32.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:32.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:32.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:32 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/3150471531' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:43:33.144 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:43:33.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:32 smithi098 ceph-mon[112578]: from='client.? 172.21.15.98:0/3150471531' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:43:33.811 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1697489011,"num_remapped_pgs":0} 2023-10-16T20:43:34.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:33 smithi098 ceph-mon[112578]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:34.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:33 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/1197188871' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:34.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:33 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/2635900094' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7e87829a-dea7-46bd-a50a-9090661d604f"}]: dispatch 2023-10-16T20:43:34.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:33 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/2635900094' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e87829a-dea7-46bd-a50a-9090661d604f"}]': finished 2023-10-16T20:43:34.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:33 smithi098 ceph-mon[112578]: osdmap e13: 8 total, 0 up, 8 in 2023-10-16T20:43:34.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:34.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:34.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:34.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:34.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:34.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:34.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:34.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:34.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:33 smithi016 ceph-mon[96085]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:34.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:33 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1197188871' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:34.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:33 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/2635900094' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7e87829a-dea7-46bd-a50a-9090661d604f"}]: dispatch 2023-10-16T20:43:34.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:33 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/2635900094' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e87829a-dea7-46bd-a50a-9090661d604f"}]': finished 2023-10-16T20:43:34.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:33 smithi016 ceph-mon[96085]: osdmap e13: 8 total, 0 up, 8 in 2023-10-16T20:43:34.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:34.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:34.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:34.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:34.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:34.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:34.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:34.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:34.813 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:43:35.140 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:43:35.167 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:34 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/142323098' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:43:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:34 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/142323098' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:43:36.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:35 smithi098 ceph-mon[112578]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:36.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:35 smithi016 ceph-mon[96085]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:36.748 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:43:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:36 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/1326192023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:36 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1326192023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:37.617 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697489013,"num_remapped_pgs":0} 2023-10-16T20:43:38.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:37 smithi098 ceph-mon[112578]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:38.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:37 smithi016 ceph-mon[96085]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:38.618 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:43:39.199 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-16T20:43:39.199 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:39.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-16T20:43:39.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:39.302 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:43:40.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:39 smithi016 ceph-mon[96085]: Deploying daemon osd.0 on smithi098 2023-10-16T20:43:40.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:39 smithi016 ceph-mon[96085]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:40.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:39 smithi098 ceph-mon[112578]: Deploying daemon osd.0 on smithi098 2023-10-16T20:43:40.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:39 smithi098 ceph-mon[112578]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:41.634 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:43:42.184 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:41 smithi016 ceph-mon[96085]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:42.184 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-16T20:43:42.184 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:42.185 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:41 smithi016 ceph-mon[96085]: Deploying daemon osd.1 on smithi016 2023-10-16T20:43:42.185 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:41 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/2480082723' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:42.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:41 smithi098 ceph-mon[112578]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:42.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-16T20:43:42.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:42.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:41 smithi098 ceph-mon[112578]: Deploying daemon osd.1 on smithi016 2023-10-16T20:43:42.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:41 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/2480082723' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:42.416 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697489013,"num_remapped_pgs":0} 2023-10-16T20:43:43.179 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:43:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:43:43.417 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:43:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:43 smithi016 ceph-mon[96085]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:44.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:44.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-16T20:43:44.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:44.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:43 smithi098 ceph-mon[112578]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:44.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:44.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:44.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-16T20:43:44.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:44.266 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:43:45.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:44 smithi016 ceph-mon[96085]: Deploying daemon osd.2 on smithi098 2023-10-16T20:43:45.077 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:44 smithi098 ceph-mon[112578]: Deploying daemon osd.2 on smithi098 2023-10-16T20:43:46.208 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:45 smithi016 ceph-mon[96085]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:46.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:45 smithi098 ceph-mon[112578]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:46.336 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:43:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:46 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/841404556' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:47.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:46 smithi098 ceph-mon[112578]: from='osd.0 [v2:172.21.15.98:6800/1653256501,v1:172.21.15.98:6801/1653256501]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-16T20:43:47.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:46 smithi098 ceph-mon[112578]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-16T20:43:47.250 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:46 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/841404556' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:47.250 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:46 smithi016 ceph-mon[96085]: from='osd.0 [v2:172.21.15.98:6800/1653256501,v1:172.21.15.98:6801/1653256501]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-16T20:43:47.250 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:46 smithi016 ceph-mon[96085]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-16T20:43:47.267 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697489013,"num_remapped_pgs":0} 2023-10-16T20:43:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:47 smithi016 ceph-mon[96085]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:48.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:47 smithi016 ceph-mon[96085]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-16T20:43:48.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:47 smithi016 ceph-mon[96085]: osdmap e14: 8 total, 0 up, 8 in 2023-10-16T20:43:48.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:48.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:47 smithi016 ceph-mon[96085]: from='osd.0 [v2:172.21.15.98:6800/1653256501,v1:172.21.15.98:6801/1653256501]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-10-16T20:43:48.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:48.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:48.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:48.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:47 smithi016 ceph-mon[96085]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-10-16T20:43:48.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:48.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:48.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:48.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:48.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:48.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:48.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-16T20:43:48.035 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:48.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:47 smithi098 ceph-mon[112578]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:48.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:47 smithi098 ceph-mon[112578]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-16T20:43:48.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:47 smithi098 ceph-mon[112578]: osdmap e14: 8 total, 0 up, 8 in 2023-10-16T20:43:48.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:48.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:47 smithi098 ceph-mon[112578]: from='osd.0 [v2:172.21.15.98:6800/1653256501,v1:172.21.15.98:6801/1653256501]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-10-16T20:43:48.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:48.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:48.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:48.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:47 smithi098 ceph-mon[112578]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-10-16T20:43:48.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:48.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:48.269 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:48.269 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:48.269 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:48.269 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:48.269 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-16T20:43:48.270 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:48.270 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:43:49.198 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:43:49.208 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:48 smithi098 ceph-mon[112578]: Deploying daemon osd.3 on smithi016 2023-10-16T20:43:49.208 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:48 smithi098 ceph-mon[112578]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-10-16T20:43:49.209 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:48 smithi098 ceph-mon[112578]: osdmap e15: 8 total, 0 up, 8 in 2023-10-16T20:43:49.209 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:49.209 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:49.209 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:49.209 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:49.210 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:49.210 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:49.210 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:49.210 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:49.210 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:49.211 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:49.211 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:49.211 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-16T20:43:49.211 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:49.251 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:48 smithi016 ceph-mon[96085]: Deploying daemon osd.3 on smithi016 2023-10-16T20:43:49.251 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:48 smithi016 ceph-mon[96085]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-10-16T20:43:49.252 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:48 smithi016 ceph-mon[96085]: osdmap e15: 8 total, 0 up, 8 in 2023-10-16T20:43:49.252 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:49.252 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:49.252 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:49.253 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:49.253 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:49.253 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:49.253 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:49.253 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:49.253 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:49.254 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:49.254 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:49.254 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-16T20:43:49.254 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:50.184 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:49 smithi098 ceph-mon[112578]: purged_snaps scrub starts 2023-10-16T20:43:50.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:49 smithi098 ceph-mon[112578]: purged_snaps scrub ok 2023-10-16T20:43:50.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:49 smithi098 ceph-mon[112578]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:50.187 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:49 smithi098 ceph-mon[112578]: Deploying daemon osd.4 on smithi098 2023-10-16T20:43:50.187 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:50.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:49 smithi098 ceph-mon[112578]: osd.0 [v2:172.21.15.98:6800/1653256501,v1:172.21.15.98:6801/1653256501] boot 2023-10-16T20:43:50.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:49 smithi098 ceph-mon[112578]: osdmap e16: 8 total, 1 up, 8 in 2023-10-16T20:43:50.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:50.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:50.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:50.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:50.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:50.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:50.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:50.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:50.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:49 smithi016 ceph-mon[96085]: purged_snaps scrub starts 2023-10-16T20:43:50.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:49 smithi016 ceph-mon[96085]: purged_snaps scrub ok 2023-10-16T20:43:50.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:49 smithi016 ceph-mon[96085]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:43:50.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:49 smithi016 ceph-mon[96085]: Deploying daemon osd.4 on smithi098 2023-10-16T20:43:50.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:50.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:49 smithi016 ceph-mon[96085]: osd.0 [v2:172.21.15.98:6800/1653256501,v1:172.21.15.98:6801/1653256501] boot 2023-10-16T20:43:50.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:49 smithi016 ceph-mon[96085]: osdmap e16: 8 total, 1 up, 8 in 2023-10-16T20:43:50.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:43:50.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:50.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:50.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:50.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:50.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:50.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:50.285 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:51.131 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:50 smithi016 ceph-mon[96085]: osdmap e17: 8 total, 1 up, 8 in 2023-10-16T20:43:51.132 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:51.132 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:51.132 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:51.132 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:51.133 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:51.133 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:51.133 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:51.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:50 smithi098 ceph-mon[112578]: osdmap e17: 8 total, 1 up, 8 in 2023-10-16T20:43:51.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:51.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:51.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:51.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:51.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:51.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:51.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:51.397 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:43:51.965 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1697489028,"num_in_osds":8,"osd_in_since":1697489013,"num_remapped_pgs":0} 2023-10-16T20:43:52.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:51 smithi098 ceph-mon[112578]: pgmap v54: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-16T20:43:52.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:51 smithi098 ceph-mon[112578]: from='osd.1 [v2:172.21.15.16:6802/197431144,v1:172.21.15.16:6803/197431144]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-16T20:43:52.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:51 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/1849496788' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:52.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:51 smithi098 ceph-mon[112578]: from='osd.2 [v2:172.21.15.98:6808/2455308020,v1:172.21.15.98:6809/2455308020]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-16T20:43:52.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:51 smithi098 ceph-mon[112578]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-16T20:43:52.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:51 smithi016 ceph-mon[96085]: pgmap v54: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-16T20:43:52.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:51 smithi016 ceph-mon[96085]: from='osd.1 [v2:172.21.15.16:6802/197431144,v1:172.21.15.16:6803/197431144]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-16T20:43:52.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:51 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1849496788' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:52.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:51 smithi016 ceph-mon[96085]: from='osd.2 [v2:172.21.15.98:6808/2455308020,v1:172.21.15.98:6809/2455308020]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-16T20:43:52.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:51 smithi016 ceph-mon[96085]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-16T20:43:52.967 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:43:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:52 smithi098 ceph-mon[112578]: from='osd.1 [v2:172.21.15.16:6802/197431144,v1:172.21.15.16:6803/197431144]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-16T20:43:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:52 smithi098 ceph-mon[112578]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-16T20:43:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:52 smithi098 ceph-mon[112578]: osdmap e18: 8 total, 1 up, 8 in 2023-10-16T20:43:53.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:52 smithi098 ceph-mon[112578]: from='osd.1 [v2:172.21.15.16:6802/197431144,v1:172.21.15.16:6803/197431144]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-10-16T20:43:53.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:53.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:53.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:53.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:53.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:53.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:53.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:52 smithi098 ceph-mon[112578]: from='osd.2 [v2:172.21.15.98:6808/2455308020,v1:172.21.15.98:6809/2455308020]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-10-16T20:43:53.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:53.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:52 smithi098 ceph-mon[112578]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-10-16T20:43:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:52 smithi016 ceph-mon[96085]: from='osd.1 [v2:172.21.15.16:6802/197431144,v1:172.21.15.16:6803/197431144]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-16T20:43:53.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:52 smithi016 ceph-mon[96085]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-16T20:43:53.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:52 smithi016 ceph-mon[96085]: osdmap e18: 8 total, 1 up, 8 in 2023-10-16T20:43:53.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:52 smithi016 ceph-mon[96085]: from='osd.1 [v2:172.21.15.16:6802/197431144,v1:172.21.15.16:6803/197431144]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-10-16T20:43:53.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:53.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:53.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:53.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:53.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:53.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:53.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:52 smithi016 ceph-mon[96085]: from='osd.2 [v2:172.21.15.98:6808/2455308020,v1:172.21.15.98:6809/2455308020]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-10-16T20:43:53.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:53.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:52 smithi016 ceph-mon[96085]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-10-16T20:43:53.653 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:43:54.247 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:53 smithi098 ceph-mon[112578]: pgmap v56: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-16T20:43:54.248 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:53 smithi098 ceph-mon[112578]: from='osd.1 [v2:172.21.15.16:6802/197431144,v1:172.21.15.16:6803/197431144]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-10-16T20:43:54.248 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:53 smithi098 ceph-mon[112578]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-10-16T20:43:54.248 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:53 smithi098 ceph-mon[112578]: osdmap e19: 8 total, 1 up, 8 in 2023-10-16T20:43:54.248 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:54.249 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:54.249 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:54.249 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:54.249 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:54.249 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:54.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:54.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:54.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:54.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:54.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:54.251 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-16T20:43:54.251 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:54.277 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:53 smithi016 ceph-mon[96085]: pgmap v56: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-16T20:43:54.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:53 smithi016 ceph-mon[96085]: from='osd.1 [v2:172.21.15.16:6802/197431144,v1:172.21.15.16:6803/197431144]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-10-16T20:43:54.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:53 smithi016 ceph-mon[96085]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-10-16T20:43:54.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:53 smithi016 ceph-mon[96085]: osdmap e19: 8 total, 1 up, 8 in 2023-10-16T20:43:54.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:54.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:54.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-16T20:43:54.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:55.163 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:55 smithi016 ceph-mon[96085]: purged_snaps scrub starts 2023-10-16T20:43:55.163 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:55 smithi016 ceph-mon[96085]: purged_snaps scrub ok 2023-10-16T20:43:55.163 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:55 smithi016 ceph-mon[96085]: Deploying daemon osd.6 on smithi098 2023-10-16T20:43:55.163 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:55 smithi016 ceph-mon[96085]: osd.2 [v2:172.21.15.98:6808/2455308020,v1:172.21.15.98:6809/2455308020] boot 2023-10-16T20:43:55.164 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:55 smithi016 ceph-mon[96085]: osd.1 [v2:172.21.15.16:6802/197431144,v1:172.21.15.16:6803/197431144] boot 2023-10-16T20:43:55.164 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:55 smithi016 ceph-mon[96085]: osdmap e20: 8 total, 3 up, 8 in 2023-10-16T20:43:55.164 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:55.164 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:55.164 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:55.165 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:55.165 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:55.165 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:55.165 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:55.166 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:55.166 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:55.166 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-16T20:43:55.166 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:55.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:55 smithi098 ceph-mon[112578]: purged_snaps scrub starts 2023-10-16T20:43:55.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:55 smithi098 ceph-mon[112578]: purged_snaps scrub ok 2023-10-16T20:43:55.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:55 smithi098 ceph-mon[112578]: Deploying daemon osd.6 on smithi098 2023-10-16T20:43:55.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:55 smithi098 ceph-mon[112578]: osd.2 [v2:172.21.15.98:6808/2455308020,v1:172.21.15.98:6809/2455308020] boot 2023-10-16T20:43:55.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:55 smithi098 ceph-mon[112578]: osd.1 [v2:172.21.15.16:6802/197431144,v1:172.21.15.16:6803/197431144] boot 2023-10-16T20:43:55.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:55 smithi098 ceph-mon[112578]: osdmap e20: 8 total, 3 up, 8 in 2023-10-16T20:43:55.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:43:55.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:43:55.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:55.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:55.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:55.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:55.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:55.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:55.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:55.269 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-16T20:43:55.269 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:55.779 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:43:56.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:56 smithi098 ceph-mon[112578]: purged_snaps scrub starts 2023-10-16T20:43:56.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:56 smithi098 ceph-mon[112578]: purged_snaps scrub ok 2023-10-16T20:43:56.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:56 smithi098 ceph-mon[112578]: Deploying daemon osd.5 on smithi016 2023-10-16T20:43:56.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:56 smithi098 ceph-mon[112578]: pgmap v59: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-16T20:43:56.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-10-16T20:43:56.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-10-16T20:43:56.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:56 smithi098 ceph-mon[112578]: osdmap e21: 8 total, 3 up, 8 in 2023-10-16T20:43:56.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:56.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:56.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:56.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:56.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:56.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-16T20:43:56.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:56 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/1996190636' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:56.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:56 smithi016 ceph-mon[96085]: purged_snaps scrub starts 2023-10-16T20:43:56.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:56 smithi016 ceph-mon[96085]: purged_snaps scrub ok 2023-10-16T20:43:56.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:56 smithi016 ceph-mon[96085]: Deploying daemon osd.5 on smithi016 2023-10-16T20:43:56.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:56 smithi016 ceph-mon[96085]: pgmap v59: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-16T20:43:56.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-10-16T20:43:56.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-10-16T20:43:56.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:56 smithi016 ceph-mon[96085]: osdmap e21: 8 total, 3 up, 8 in 2023-10-16T20:43:56.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:56.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:56.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:56.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:56.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:56.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-16T20:43:56.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:56 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1996190636' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:56.581 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1697489033,"num_in_osds":8,"osd_in_since":1697489013,"num_remapped_pgs":0} 2023-10-16T20:43:57.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-16T20:43:57.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:57 smithi016 ceph-mon[96085]: osdmap e22: 8 total, 3 up, 8 in 2023-10-16T20:43:57.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:57.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:57.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:57.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:57.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:57.259 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-16T20:43:57.259 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:57 smithi098 ceph-mon[112578]: osdmap e22: 8 total, 3 up, 8 in 2023-10-16T20:43:57.260 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:57.260 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:57.260 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:57.260 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:57.260 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:57.583 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:43:57.979 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:43:58.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:58 smithi016 ceph-mon[96085]: pgmap v62: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-16T20:43:58.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:58 smithi016 ceph-mon[96085]: from='osd.4 [v2:172.21.15.98:6816/1203917544,v1:172.21.15.98:6817/1203917544]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-16T20:43:58.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:58 smithi016 ceph-mon[96085]: osdmap e23: 8 total, 3 up, 8 in 2023-10-16T20:43:58.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:58 smithi016 ceph-mon[96085]: mgrmap e19: smithi016.mikunp(active, since 104s), standbys: smithi098.diwrgz 2023-10-16T20:43:58.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:58.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:58 smithi016 ceph-mon[96085]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-16T20:43:58.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:58.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:58.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:58.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:58.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:58.285 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:43:58.285 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:58 smithi016 ceph-mon[96085]: from='osd.3 [v2:172.21.15.16:6810/4098385365,v1:172.21.15.16:6811/4098385365]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-16T20:43:58.504 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:58 smithi098 ceph-mon[112578]: pgmap v62: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-16T20:43:58.505 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:58 smithi098 ceph-mon[112578]: from='osd.4 [v2:172.21.15.98:6816/1203917544,v1:172.21.15.98:6817/1203917544]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-16T20:43:58.505 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:58 smithi098 ceph-mon[112578]: osdmap e23: 8 total, 3 up, 8 in 2023-10-16T20:43:58.505 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:58 smithi098 ceph-mon[112578]: mgrmap e19: smithi016.mikunp(active, since 104s), standbys: smithi098.diwrgz 2023-10-16T20:43:58.505 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:58.505 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:58 smithi098 ceph-mon[112578]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-16T20:43:58.506 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:58.506 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:58.506 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:58.506 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:58.507 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:58.507 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:43:58.507 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:58 smithi098 ceph-mon[112578]: from='osd.3 [v2:172.21.15.16:6810/4098385365,v1:172.21.15.16:6811/4098385365]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-16T20:43:59.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 sudo[145646]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-16T20:43:59.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 sudo[145646]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T20:43:59.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 sudo[145646]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T20:43:59.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 sudo[145646]: pam_unix(sudo:session): session closed for user root 2023-10-16T20:43:59.883 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 sudo[145764]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-16T20:43:59.883 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 sudo[145764]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T20:43:59.883 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 sudo[145764]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T20:43:59.884 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 sudo[145764]: pam_unix(sudo:session): session closed for user root 2023-10-16T20:43:59.884 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 ceph-mon[96085]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-16T20:43:59.884 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 ceph-mon[96085]: from='osd.3 [v2:172.21.15.16:6810/4098385365,v1:172.21.15.16:6811/4098385365]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-16T20:43:59.884 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 ceph-mon[96085]: osdmap e24: 8 total, 3 up, 8 in 2023-10-16T20:43:59.884 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 ceph-mon[96085]: from='osd.3 [v2:172.21.15.16:6810/4098385365,v1:172.21.15.16:6811/4098385365]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-10-16T20:43:59.885 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:43:59.885 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:43:59.885 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:59.885 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:59.885 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:59.886 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 ceph-mon[96085]: from='osd.4 [v2:172.21.15.98:6816/1203917544,v1:172.21.15.98:6817/1203917544]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-10-16T20:43:59.886 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 ceph-mon[96085]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-10-16T20:43:59.886 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:59.886 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:43:59.886 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:43:59 smithi016 ceph-mon[96085]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-16T20:44:00.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:59 smithi098 ceph-mon[112578]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-16T20:44:00.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:59 smithi098 ceph-mon[112578]: from='osd.3 [v2:172.21.15.16:6810/4098385365,v1:172.21.15.16:6811/4098385365]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-16T20:44:00.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:59 smithi098 ceph-mon[112578]: osdmap e24: 8 total, 3 up, 8 in 2023-10-16T20:44:00.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:59 smithi098 ceph-mon[112578]: from='osd.3 [v2:172.21.15.16:6810/4098385365,v1:172.21.15.16:6811/4098385365]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-10-16T20:44:00.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:44:00.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:44:00.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:00.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:44:00.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:00.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:59 smithi098 ceph-mon[112578]: from='osd.4 [v2:172.21.15.98:6816/1203917544,v1:172.21.15.98:6817/1203917544]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-10-16T20:44:00.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:59 smithi098 ceph-mon[112578]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-10-16T20:44:00.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:00.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:00.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:43:59 smithi098 ceph-mon[112578]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-16T20:44:00.082 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:44:00.939 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: purged_snaps scrub starts 2023-10-16T20:44:00.939 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: purged_snaps scrub ok 2023-10-16T20:44:00.939 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: pgmap v65: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-16T20:44:00.939 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: purged_snaps scrub starts 2023-10-16T20:44:00.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: purged_snaps scrub ok 2023-10-16T20:44:00.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-16T20:44:00.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2023-10-16T20:44:00.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:44:00.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='osd.3 [v2:172.21.15.16:6810/4098385365,v1:172.21.15.16:6811/4098385365]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-10-16T20:44:00.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-10-16T20:44:00.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: osdmap e25: 8 total, 3 up, 8 in 2023-10-16T20:44:00.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:44:00.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:44:00.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:00.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:00.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:44:00.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:00.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:44:00.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:00.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: osd.4 [v2:172.21.15.98:6816/1203917544,v1:172.21.15.98:6817/1203917544] boot 2023-10-16T20:44:00.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: osd.3 [v2:172.21.15.16:6810/4098385365,v1:172.21.15.16:6811/4098385365] boot 2023-10-16T20:44:00.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: osdmap e26: 8 total, 5 up, 8 in 2023-10-16T20:44:00.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:44:00.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:44:00.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:00.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:44:00.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:00.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:00 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/2462369744' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:44:00.956 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":26,"num_osds":8,"num_up_osds":5,"osd_up_since":1697489039,"num_in_osds":8,"osd_in_since":1697489013,"num_remapped_pgs":1} 2023-10-16T20:44:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: purged_snaps scrub starts 2023-10-16T20:44:01.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: purged_snaps scrub ok 2023-10-16T20:44:01.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: pgmap v65: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-16T20:44:01.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: purged_snaps scrub starts 2023-10-16T20:44:01.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: purged_snaps scrub ok 2023-10-16T20:44:01.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-16T20:44:01.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2023-10-16T20:44:01.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:44:01.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='osd.3 [v2:172.21.15.16:6810/4098385365,v1:172.21.15.16:6811/4098385365]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-10-16T20:44:01.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-10-16T20:44:01.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: osdmap e25: 8 total, 3 up, 8 in 2023-10-16T20:44:01.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:44:01.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:44:01.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:01.019 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:01.019 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:44:01.019 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:01.019 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:44:01.019 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:01.020 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: osd.4 [v2:172.21.15.98:6816/1203917544,v1:172.21.15.98:6817/1203917544] boot 2023-10-16T20:44:01.020 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: osd.3 [v2:172.21.15.16:6810/4098385365,v1:172.21.15.16:6811/4098385365] boot 2023-10-16T20:44:01.020 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: osdmap e26: 8 total, 5 up, 8 in 2023-10-16T20:44:01.020 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:44:01.020 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:44:01.021 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:01.021 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:44:01.021 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:01.021 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:00 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/2462369744' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:44:01.956 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:44:02.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:02 smithi098 ceph-mon[112578]: pgmap v68: 1 pgs: 1 unknown; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-10-16T20:44:02.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:02 smithi098 ceph-mon[112578]: osdmap e27: 8 total, 5 up, 8 in 2023-10-16T20:44:02.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:02.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:44:02.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:02.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:02.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:02.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-16T20:44:02.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:02.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:02 smithi016 ceph-mon[96085]: pgmap v68: 1 pgs: 1 unknown; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-10-16T20:44:02.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:02 smithi016 ceph-mon[96085]: osdmap e27: 8 total, 5 up, 8 in 2023-10-16T20:44:02.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:02.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:44:02.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:02.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:02.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:02.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-16T20:44:02.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:02.545 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:02 smithi098 sudo[127942]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-16T20:44:02.546 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:02 smithi098 sudo[127942]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T20:44:02.546 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:02 smithi098 sudo[127942]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T20:44:02.546 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:02 smithi098 sudo[127942]: pam_unix(sudo:session): session closed for user root 2023-10-16T20:44:02.921 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:03.008 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:02 smithi098 sudo[128177]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-16T20:44:03.009 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:02 smithi098 sudo[128177]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T20:44:03.009 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:02 smithi098 sudo[128177]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T20:44:03.009 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:02 smithi098 sudo[128177]: pam_unix(sudo:session): session closed for user root 2023-10-16T20:44:03.245 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:03 smithi016 ceph-mon[96085]: Deploying daemon osd.7 on smithi016 2023-10-16T20:44:03.246 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:03 smithi016 ceph-mon[96085]: osdmap e28: 8 total, 5 up, 8 in 2023-10-16T20:44:03.246 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:03.246 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:44:03.246 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:03.247 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:03.247 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:03 smithi016 ceph-mon[96085]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-16T20:44:03.247 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2023-10-16T20:44:03.247 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:44:03.247 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:03 smithi016 ceph-mon[96085]: from='osd.6 [v2:172.21.15.98:6824/1878726688,v1:172.21.15.98:6825/1878726688]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-16T20:44:03.248 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:03 smithi016 ceph-mon[96085]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-16T20:44:03.248 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:03.248 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:03.248 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:03.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:03 smithi098 ceph-mon[112578]: Deploying daemon osd.7 on smithi016 2023-10-16T20:44:03.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:03 smithi098 ceph-mon[112578]: osdmap e28: 8 total, 5 up, 8 in 2023-10-16T20:44:03.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:03.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:44:03.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:03.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:03.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:03 smithi098 ceph-mon[112578]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-16T20:44:03.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2023-10-16T20:44:03.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-16T20:44:03.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:03 smithi098 ceph-mon[112578]: from='osd.6 [v2:172.21.15.98:6824/1878726688,v1:172.21.15.98:6825/1878726688]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-16T20:44:03.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:03 smithi098 ceph-mon[112578]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-16T20:44:03.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:03.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:03.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:04.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:04 smithi098 ceph-mon[112578]: pgmap v71: 1 pgs: 1 unknown; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2023-10-16T20:44:04.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:04 smithi098 ceph-mon[112578]: from='osd.6 [v2:172.21.15.98:6824/1878726688,v1:172.21.15.98:6825/1878726688]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-16T20:44:04.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:04 smithi098 ceph-mon[112578]: osdmap e29: 8 total, 5 up, 8 in 2023-10-16T20:44:04.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:04 smithi098 ceph-mon[112578]: from='osd.6 [v2:172.21.15.98:6824/1878726688,v1:172.21.15.98:6825/1878726688]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-10-16T20:44:04.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:04.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:44:04.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:04.275 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:04 smithi016 ceph-mon[96085]: pgmap v71: 1 pgs: 1 unknown; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2023-10-16T20:44:04.275 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:04 smithi016 ceph-mon[96085]: from='osd.6 [v2:172.21.15.98:6824/1878726688,v1:172.21.15.98:6825/1878726688]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-16T20:44:04.275 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:04 smithi016 ceph-mon[96085]: osdmap e29: 8 total, 5 up, 8 in 2023-10-16T20:44:04.275 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:04 smithi016 ceph-mon[96085]: from='osd.6 [v2:172.21.15.98:6824/1878726688,v1:172.21.15.98:6825/1878726688]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-10-16T20:44:04.276 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:04.276 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:44:04.276 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:05.207 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:05 smithi016 ceph-mon[96085]: from='osd.6 [v2:172.21.15.98:6824/1878726688,v1:172.21.15.98:6825/1878726688]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-10-16T20:44:05.207 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:05 smithi016 ceph-mon[96085]: osdmap e30: 8 total, 5 up, 8 in 2023-10-16T20:44:05.207 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:05.208 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:44:05.208 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:05.208 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:44:05.208 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:05 smithi016 ceph-mon[96085]: from='osd.5 [v2:172.21.15.16:6818/3276057953,v1:172.21.15.16:6819/3276057953]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-16T20:44:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:05 smithi098 ceph-mon[112578]: from='osd.6 [v2:172.21.15.98:6824/1878726688,v1:172.21.15.98:6825/1878726688]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-10-16T20:44:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:05 smithi098 ceph-mon[112578]: osdmap e30: 8 total, 5 up, 8 in 2023-10-16T20:44:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:05.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:44:05.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:05.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:44:05.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:05 smithi098 ceph-mon[112578]: from='osd.5 [v2:172.21.15.16:6818/3276057953,v1:172.21.15.16:6819/3276057953]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-16T20:44:05.606 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:44:06.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:06 smithi016 ceph-mon[96085]: purged_snaps scrub starts 2023-10-16T20:44:06.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:06 smithi016 ceph-mon[96085]: purged_snaps scrub ok 2023-10-16T20:44:06.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:06 smithi016 ceph-mon[96085]: pgmap v74: 1 pgs: 1 unknown; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2023-10-16T20:44:06.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:06 smithi016 ceph-mon[96085]: from='osd.5 [v2:172.21.15.16:6818/3276057953,v1:172.21.15.16:6819/3276057953]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-16T20:44:06.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:06 smithi016 ceph-mon[96085]: osd.6 [v2:172.21.15.98:6824/1878726688,v1:172.21.15.98:6825/1878726688] boot 2023-10-16T20:44:06.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:06 smithi016 ceph-mon[96085]: osdmap e31: 8 total, 6 up, 8 in 2023-10-16T20:44:06.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:06 smithi016 ceph-mon[96085]: from='osd.5 [v2:172.21.15.16:6818/3276057953,v1:172.21.15.16:6819/3276057953]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-10-16T20:44:06.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:06.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:44:06.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:06.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:06 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/4231809678' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:44:06.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:06 smithi016 ceph-mon[96085]: from='osd.5 [v2:172.21.15.16:6818/3276057953,v1:172.21.15.16:6819/3276057953]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-10-16T20:44:06.468 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1697489045,"num_in_osds":8,"osd_in_since":1697489013,"num_remapped_pgs":0} 2023-10-16T20:44:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:06 smithi098 ceph-mon[112578]: purged_snaps scrub starts 2023-10-16T20:44:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:06 smithi098 ceph-mon[112578]: purged_snaps scrub ok 2023-10-16T20:44:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:06 smithi098 ceph-mon[112578]: pgmap v74: 1 pgs: 1 unknown; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2023-10-16T20:44:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:06 smithi098 ceph-mon[112578]: from='osd.5 [v2:172.21.15.16:6818/3276057953,v1:172.21.15.16:6819/3276057953]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-16T20:44:06.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:06 smithi098 ceph-mon[112578]: osd.6 [v2:172.21.15.98:6824/1878726688,v1:172.21.15.98:6825/1878726688] boot 2023-10-16T20:44:06.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:06 smithi098 ceph-mon[112578]: osdmap e31: 8 total, 6 up, 8 in 2023-10-16T20:44:06.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:06 smithi098 ceph-mon[112578]: from='osd.5 [v2:172.21.15.16:6818/3276057953,v1:172.21.15.16:6819/3276057953]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-10-16T20:44:06.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:06.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:44:06.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:06.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:06 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/4231809678' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:44:06.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:06 smithi098 ceph-mon[112578]: from='osd.5 [v2:172.21.15.16:6818/3276057953,v1:172.21.15.16:6819/3276057953]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-10-16T20:44:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:07 smithi016 ceph-mon[96085]: osdmap e32: 8 total, 6 up, 8 in 2023-10-16T20:44:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:07.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:07.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:07.469 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:44:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:07 smithi098 ceph-mon[112578]: osdmap e32: 8 total, 6 up, 8 in 2023-10-16T20:44:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:07.826 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:08.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:08 smithi016 ceph-mon[96085]: purged_snaps scrub starts 2023-10-16T20:44:08.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:08 smithi016 ceph-mon[96085]: purged_snaps scrub ok 2023-10-16T20:44:08.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:08 smithi016 ceph-mon[96085]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s; 144 KiB/s, 0 objects/s recovering 2023-10-16T20:44:08.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:08 smithi016 ceph-mon[96085]: osd.5 [v2:172.21.15.16:6818/3276057953,v1:172.21.15.16:6819/3276057953] boot 2023-10-16T20:44:08.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:08 smithi016 ceph-mon[96085]: osdmap e33: 8 total, 7 up, 8 in 2023-10-16T20:44:08.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:08.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:08.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:08.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:08 smithi098 ceph-mon[112578]: purged_snaps scrub starts 2023-10-16T20:44:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:08 smithi098 ceph-mon[112578]: purged_snaps scrub ok 2023-10-16T20:44:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:08 smithi098 ceph-mon[112578]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s; 144 KiB/s, 0 objects/s recovering 2023-10-16T20:44:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:08 smithi098 ceph-mon[112578]: osd.5 [v2:172.21.15.16:6818/3276057953,v1:172.21.15.16:6819/3276057953] boot 2023-10-16T20:44:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:08 smithi098 ceph-mon[112578]: osdmap e33: 8 total, 7 up, 8 in 2023-10-16T20:44:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:44:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:08.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:08.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:09.052 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:09 smithi016 ceph-mon[96085]: osdmap e34: 8 total, 7 up, 8 in 2023-10-16T20:44:09.052 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:09 smithi098 ceph-mon[112578]: osdmap e34: 8 total, 7 up, 8 in 2023-10-16T20:44:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:09.609 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:44:10.173 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:10 smithi016 ceph-mon[96085]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s; 144 KiB/s, 0 objects/s recovering 2023-10-16T20:44:10.173 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:10 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/3707152078' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:44:10.371 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":34,"num_osds":8,"num_up_osds":7,"osd_up_since":1697489047,"num_in_osds":8,"osd_in_since":1697489013,"num_remapped_pgs":0} 2023-10-16T20:44:10.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:10 smithi098 ceph-mon[112578]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s; 144 KiB/s, 0 objects/s recovering 2023-10-16T20:44:10.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:10 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/3707152078' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:44:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:11 smithi016 ceph-mon[96085]: from='osd.7 [v2:172.21.15.16:6826/2354821462,v1:172.21.15.16:6827/2354821462]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-16T20:44:11.373 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:44:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:11 smithi098 ceph-mon[112578]: from='osd.7 [v2:172.21.15.16:6826/2354821462,v1:172.21.15.16:6827/2354821462]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-16T20:44:11.741 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:12.239 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:12 smithi016 ceph-mon[96085]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-16T20:44:12.239 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:12 smithi016 ceph-mon[96085]: from='osd.7 [v2:172.21.15.16:6826/2354821462,v1:172.21.15.16:6827/2354821462]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-16T20:44:12.240 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:12 smithi016 ceph-mon[96085]: osdmap e35: 8 total, 7 up, 8 in 2023-10-16T20:44:12.240 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:12 smithi016 ceph-mon[96085]: from='osd.7 [v2:172.21.15.16:6826/2354821462,v1:172.21.15.16:6827/2354821462]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-10-16T20:44:12.240 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:12.240 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:12.240 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:12.241 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:44:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:12 smithi098 ceph-mon[112578]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-16T20:44:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:12 smithi098 ceph-mon[112578]: from='osd.7 [v2:172.21.15.16:6826/2354821462,v1:172.21.15.16:6827/2354821462]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-16T20:44:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:12 smithi098 ceph-mon[112578]: osdmap e35: 8 total, 7 up, 8 in 2023-10-16T20:44:12.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:12 smithi098 ceph-mon[112578]: from='osd.7 [v2:172.21.15.16:6826/2354821462,v1:172.21.15.16:6827/2354821462]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-10-16T20:44:12.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:12.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:12.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:12.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:44:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:13 smithi016 ceph-mon[96085]: from='osd.7 [v2:172.21.15.16:6826/2354821462,v1:172.21.15.16:6827/2354821462]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-10-16T20:44:13.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:13 smithi016 ceph-mon[96085]: osdmap e36: 8 total, 7 up, 8 in 2023-10-16T20:44:13.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:13.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:13.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:44:13.335 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:44:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:13 smithi098 ceph-mon[112578]: from='osd.7 [v2:172.21.15.16:6826/2354821462,v1:172.21.15.16:6827/2354821462]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-10-16T20:44:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:13 smithi098 ceph-mon[112578]: osdmap e36: 8 total, 7 up, 8 in 2023-10-16T20:44:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:13.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:13.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:44:13.912 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":37,"num_osds":8,"num_up_osds":8,"osd_up_since":1697489053,"num_in_osds":8,"osd_in_since":1697489013,"num_remapped_pgs":1} 2023-10-16T20:44:13.912 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-16T20:44:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:14 smithi098 ceph-mon[112578]: purged_snaps scrub starts 2023-10-16T20:44:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:14 smithi098 ceph-mon[112578]: purged_snaps scrub ok 2023-10-16T20:44:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:14 smithi098 ceph-mon[112578]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-16T20:44:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:14.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:14 smithi098 ceph-mon[112578]: osd.7 [v2:172.21.15.16:6826/2354821462,v1:172.21.15.16:6827/2354821462] boot 2023-10-16T20:44:14.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:14 smithi098 ceph-mon[112578]: osdmap e37: 8 total, 8 up, 8 in 2023-10-16T20:44:14.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:14.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:14 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/3842169105' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:44:14.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:14.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:14 smithi016 ceph-mon[96085]: purged_snaps scrub starts 2023-10-16T20:44:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:14 smithi016 ceph-mon[96085]: purged_snaps scrub ok 2023-10-16T20:44:14.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:14 smithi016 ceph-mon[96085]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-16T20:44:14.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:14.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:14 smithi016 ceph-mon[96085]: osd.7 [v2:172.21.15.16:6826/2354821462,v1:172.21.15.16:6827/2354821462] boot 2023-10-16T20:44:14.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:14 smithi016 ceph-mon[96085]: osdmap e37: 8 total, 8 up, 8 in 2023-10-16T20:44:14.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:44:14.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:14 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/3842169105' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:44:14.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:14.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:14.523 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:15.503 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:15 smithi098 ceph-mon[112578]: osdmap e38: 8 total, 8 up, 8 in 2023-10-16T20:44:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:15 smithi016 ceph-mon[96085]: osdmap e38: 8 total, 8 up, 8 in 2023-10-16T20:44:16.070 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:16 smithi098 ceph-mon[112578]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:16.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:16 smithi098 ceph-mon[112578]: osdmap e39: 8 total, 8 up, 8 in 2023-10-16T20:44:16.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:16 smithi016 ceph-mon[96085]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:16.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:16 smithi016 ceph-mon[96085]: osdmap e39: 8 total, 8 up, 8 in 2023-10-16T20:44:16.360 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:44:16.360 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":40,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","created":"2023-10-16T20:39:44.828014+0000","modified":"2023-10-16T20:44:16.067509+0000","last_up_change":"2023-10-16T20:44:13.050136+0000","last_in_change":"2023-10-16T20:43:33.262781+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-16T20:43:54.995716+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":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"462c2142-d42a-4b89-ae9d-37cfac65de8d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":1653256501},{"type":"v1","addr":"172.21.15.98:6801","nonce":1653256501}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":1653256501},{"type":"v1","addr":"172.21.15.98:6803","nonce":1653256501}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":1653256501},{"type":"v1","addr":"172.21.15.98:6807","nonce":1653256501}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":1653256501},{"type":"v1","addr":"172.21.15.98:6805","nonce":1653256501}]},"public_addr":"172.21.15.98:6801/1653256501","cluster_addr":"172.21.15.98:6803/1653256501","heartbeat_back_addr":"172.21.15.98:6807/1653256501","heartbeat_front_addr":"172.21.15.98:6805/1653256501","state":["exists","up"]},{"osd":1,"uuid":"a481f81a-f988-484d-9baa-26397dcbf13b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":197431144},{"type":"v1","addr":"172.21.15.16:6803","nonce":197431144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":197431144},{"type":"v1","addr":"172.21.15.16:6805","nonce":197431144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":197431144},{"type":"v1","addr":"172.21.15.16:6809","nonce":197431144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":197431144},{"type":"v1","addr":"172.21.15.16:6807","nonce":197431144}]},"public_addr":"172.21.15.16:6803/197431144","cluster_addr":"172.21.15.16:6805/197431144","heartbeat_back_addr":"172.21.15.16:6809/197431144","heartbeat_front_addr":"172.21.15.16:6807/197431144","state":["exists","up"]},{"osd":2,"uuid":"d1f577e7-7407-471a-9970-4214ce38c7f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":2455308020},{"type":"v1","addr":"172.21.15.98:6809","nonce":2455308020}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":2455308020},{"type":"v1","addr":"172.21.15.98:6811","nonce":2455308020}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":2455308020},{"type":"v1","addr":"172.21.15.98:6815","nonce":2455308020}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":2455308020},{"type":"v1","addr":"172.21.15.98:6813","nonce":2455308020}]},"public_addr":"172.21.15.98:6809/2455308020","cluster_addr":"172.21.15.98:6811/2455308020","heartbeat_back_addr":"172.21.15.98:6815/2455308020","heartbeat_front_addr":"172.21.15.98:6813/2455308020","state":["exists","up"]},{"osd":3,"uuid":"268121a6-099b-4aa7-a5a9-5b618457e0ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6810","nonce":4098385365},{"type":"v1","addr":"172.21.15.16:6811","nonce":4098385365}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":4098385365},{"type":"v1","addr":"172.21.15.16:6813","nonce":4098385365}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":4098385365},{"type":"v1","addr":"172.21.15.16:6817","nonce":4098385365}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":4098385365},{"type":"v1","addr":"172.21.15.16:6815","nonce":4098385365}]},"public_addr":"172.21.15.16:6811/4098385365","cluster_addr":"172.21.15.16:6813/4098385365","heartbeat_back_addr":"172.21.15.16:6817/4098385365","heartbeat_front_addr":"172.21.15.16:6815/4098385365","state":["exists","up"]},{"osd":4,"uuid":"0f6fd876-c58a-4821-844f-4152a1758f65","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6816","nonce":1203917544},{"type":"v1","addr":"172.21.15.98:6817","nonce":1203917544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6818","nonce":1203917544},{"type":"v1","addr":"172.21.15.98:6819","nonce":1203917544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":1203917544},{"type":"v1","addr":"172.21.15.98:6823","nonce":1203917544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":1203917544},{"type":"v1","addr":"172.21.15.98:6821","nonce":1203917544}]},"public_addr":"172.21.15.98:6817/1203917544","cluster_addr":"172.21.15.98:6819/1203917544","heartbeat_back_addr":"172.21.15.98:6823/1203917544","heartbeat_front_addr":"172.21.15.98:6821/1203917544","state":["exists","up"]},{"osd":5,"uuid":"3221c318-3459-485b-827d-5aa674f98037","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6818","nonce":3276057953},{"type":"v1","addr":"172.21.15.16:6819","nonce":3276057953}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6820","nonce":3276057953},{"type":"v1","addr":"172.21.15.16:6821","nonce":3276057953}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6824","nonce":3276057953},{"type":"v1","addr":"172.21.15.16:6825","nonce":3276057953}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6822","nonce":3276057953},{"type":"v1","addr":"172.21.15.16:6823","nonce":3276057953}]},"public_addr":"172.21.15.16:6819/3276057953","cluster_addr":"172.21.15.16:6821/3276057953","heartbeat_back_addr":"172.21.15.16:6825/3276057953","heartbeat_front_addr":"172.21.15.16:6823/3276057953","state":["exists","up"]},{"osd":6,"uuid":"e526fdb1-770c-4f4d-8497-83fe78cbcbca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6824","nonce":1878726688},{"type":"v1","addr":"172.21.15.98:6825","nonce":1878726688}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6826","nonce":1878726688},{"type":"v1","addr":"172.21.15.98:6827","nonce":1878726688}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6830","nonce":1878726688},{"type":"v1","addr":"172.21.15.98:6831","nonce":1878726688}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6828","nonce":1878726688},{"type":"v1","addr":"172.21.15.98:6829","nonce":1878726688}]},"public_addr":"172.21.15.98:6825/1878726688","cluster_addr":"172.21.15.98:6827/1878726688","heartbeat_back_addr":"172.21.15.98:6831/1878726688","heartbeat_front_addr":"172.21.15.98:6829/1878726688","state":["exists","up"]},{"osd":7,"uuid":"7e87829a-dea7-46bd-a50a-9090661d604f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6826","nonce":2354821462},{"type":"v1","addr":"172.21.15.16:6827","nonce":2354821462}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6828","nonce":2354821462},{"type":"v1","addr":"172.21.15.16:6829","nonce":2354821462}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6832","nonce":2354821462},{"type":"v1","addr":"172.21.15.16:6833","nonce":2354821462}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6830","nonce":2354821462},{"type":"v1","addr":"172.21.15.16:6831","nonce":2354821462}]},"public_addr":"172.21.15.16:6827/2354821462","cluster_addr":"172.21.15.16:6829/2354821462","heartbeat_back_addr":"172.21.15.16:6833/2354821462","heartbeat_front_addr":"172.21.15.16:6831/2354821462","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-16T20:43:47.710173+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:43:52.049982+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:43:52.849633+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:43:58.620783+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:43:58.032830+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:44:05.652076+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:44:03.311043+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:44:11.850478+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/1745718388":"2023-10-17T20:42:12.455344+0000","172.21.15.16:6800/2112848415":"2023-10-17T20:42:12.455344+0000","172.21.15.16:0/1631511191":"2023-10-17T20:40:52.149404+0000","172.21.15.16:6801/2182629264":"2023-10-17T20:40:52.149404+0000","172.21.15.16:6800/2182629264":"2023-10-17T20:40:52.149404+0000","172.21.15.16:0/597423422":"2023-10-17T20:40:52.149404+0000","172.21.15.16:0/1921583407":"2023-10-17T20:40:14.059163+0000","172.21.15.16:6801/2112848415":"2023-10-17T20:42:12.455344+0000","172.21.15.16:0/3986875408":"2023-10-17T20:40:14.059163+0000","172.21.15.16:6800/3356932737":"2023-10-17T20:40:14.059163+0000","172.21.15.16:0/2684958130":"2023-10-17T20:42:12.455344+0000","172.21.15.16:6801/3356932737":"2023-10-17T20:40:14.059163+0000","172.21.15.16:0/2979770116":"2023-10-17T20:40:52.149404+0000","172.21.15.16:0/3179801395":"2023-10-17T20:42:12.455344+0000","172.21.15.16:0/788688110":"2023-10-17T20:40:14.059163+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-16T20:44:17.080 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-16T20:43:54.995716+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': '23', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2023-10-16T20:44:17.081 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-10-16T20:44:17.412 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:17 smithi098 ceph-mon[112578]: osdmap e40: 8 total, 8 up, 8 in 2023-10-16T20:44:17.412 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:17 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/3627033471' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T20:44:17.434 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:17.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:17 smithi016 ceph-mon[96085]: osdmap e40: 8 total, 8 up, 8 in 2023-10-16T20:44:17.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:17 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/3627033471' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T20:44:18.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:18 smithi016 ceph-mon[96085]: pgmap v90: 1 pgs: 1 remapped+peering; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:18.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:18 smithi016 ceph-mon[96085]: osdmap e41: 8 total, 8 up, 8 in 2023-10-16T20:44:18.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:18.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:18.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:18.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:18.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:44:18.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:44:18.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:44:18.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:44:18.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:18 smithi098 ceph-mon[112578]: pgmap v90: 1 pgs: 1 remapped+peering; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:18 smithi098 ceph-mon[112578]: osdmap e41: 8 total, 8 up, 8 in 2023-10-16T20:44:18.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:18.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:18.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:18.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:18.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:44:18.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:44:18.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:44:18.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:44:18.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:19.187 INFO:teuthology.orchestra.run.smithi016.stdout:pg_num: 1 2023-10-16T20:44:19.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:19 smithi098 ceph-mon[112578]: Detected new or changed devices on smithi098 2023-10-16T20:44:19.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:19 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi098 to 3748M 2023-10-16T20:44:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:19 smithi016 ceph-mon[96085]: Detected new or changed devices on smithi098 2023-10-16T20:44:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:19 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi098 to 3748M 2023-10-16T20:44:20.197 INFO:tasks.cephadm:Setting up client nodes... 2023-10-16T20:44:20.198 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-16T20:44:20.401 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:20 smithi016 ceph-mon[96085]: pgmap v92: 1 pgs: 1 remapped+peering; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:20.401 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:20 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/2972212625' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-16T20:44:20.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:20 smithi098 ceph-mon[112578]: pgmap v92: 1 pgs: 1 remapped+peering; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:20.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:20 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/2972212625' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-16T20:44:20.657 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:22 smithi016 ceph-mon[96085]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-10-16T20:44:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:22 smithi098 ceph-mon[112578]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-10-16T20:44:22.560 INFO:teuthology.orchestra.run.smithi016.stdout:[client.0] 2023-10-16T20:44:22.561 INFO:teuthology.orchestra.run.smithi016.stdout: key = AQCmoC1lh8AuIRAA0KD322d7ioYqeBQAq/fOag== 2023-10-16T20:44:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:23 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1004833178' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-16T20:44:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:23 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1004833178' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-16T20:44:23.455 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-10-16T20:44:23.455 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-16T20:44:23.456 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-16T20:44:23.502 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-16T20:44:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:23 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/1004833178' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-16T20:44:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:23 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/1004833178' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-16T20:44:24.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-10-16T20:44:24.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: Detected new or changed devices on smithi016 2023-10-16T20:44:24.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:24.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:24.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:44:24.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:44:24.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:44:24.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:44:24.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 2981M 2023-10-16T20:44:24.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:24.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:24.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:44:24.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:24.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:44:24.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T20:44:24.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:24.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T20:44:24.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:24.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-10-16T20:44:24.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: Detected new or changed devices on smithi016 2023-10-16T20:44:24.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:24.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:24.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:44:24.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:44:24.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:44:24.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:44:24.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 2981M 2023-10-16T20:44:24.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:24.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:24.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:44:24.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:24.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:44:24.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T20:44:24.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:24.535 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T20:44:24.535 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:24.607 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi098/config 2023-10-16T20:44:26.411 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:26 smithi098 ceph-mon[112578]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s, 0 objects/s recovering 2023-10-16T20:44:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:26 smithi016 ceph-mon[96085]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s, 0 objects/s recovering 2023-10-16T20:44:26.600 INFO:teuthology.orchestra.run.smithi098.stdout:[client.1] 2023-10-16T20:44:26.601 INFO:teuthology.orchestra.run.smithi098.stdout: key = AQCqoC1lL1Z7IxAAdKXmaKVph9r26OYKTPdXhw== 2023-10-16T20:44:27.307 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-16T20:44:27.307 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-10-16T20:44:27.308 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-10-16T20:44:27.394 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-16T20:44:27.394 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-16T20:44:27.395 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-16T20:44:27.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:27 smithi098 ceph-mon[112578]: from='client.? 172.21.15.98:0/2588706268' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-16T20:44:27.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:27 smithi098 ceph-mon[112578]: 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-16T20:44:27.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:27 smithi098 ceph-mon[112578]: 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-16T20:44:27.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:27 smithi016 ceph-mon[96085]: from='client.? 172.21.15.98:0/2588706268' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-16T20:44:27.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:27 smithi016 ceph-mon[96085]: 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-16T20:44:27.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:27 smithi016 ceph-mon[96085]: 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-16T20:44:28.135 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:28.330 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:28 smithi016 ceph-mon[96085]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-16T20:44:28.330 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:44:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:28 smithi098 ceph-mon[112578]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-16T20:44:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:44:30.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:30 smithi016 ceph-mon[96085]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-10-16T20:44:30.509 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:30 smithi098 ceph-mon[112578]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-10-16T20:44:30.534 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:44:31.504 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:31 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/3006818707' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-16T20:44:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:31 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/3006818707' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-16T20:44:31.709 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":19,"active_gid":14219,"active_name":"smithi016.mikunp","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6800","nonce":4130743871},{"type":"v1","addr":"172.21.15.16:6801","nonce":4130743871}]},"active_addr":"172.21.15.16:6801/4130743871","active_change":"2023-10-16T20:42:12.455473+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14242,"name":"smithi098.diwrgz","mgr_features":4540138322906710015,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:0.0.3","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"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":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"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":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:0.0.3","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"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":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"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":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"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.16:8443/","prometheus":"http://172.21.15.16:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":2213914958}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":1373355323}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":1343279653}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":846196980}]}]} 2023-10-16T20:44:31.714 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-16T20:44:31.715 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-16T20:44:31.715 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-16T20:44:32.148 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:32 smithi098 ceph-mon[112578]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-16T20:44:32.518 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:32 smithi016 ceph-mon[96085]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-16T20:44:33.896 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:33 smithi016 ceph-mon[96085]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:33.896 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:33.896 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:34.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:33 smithi098 ceph-mon[112578]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:34.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:34.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:34.285 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:44:34.286 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":41,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","created":"2023-10-16T20:39:44.828014+0000","modified":"2023-10-16T20:44:17.073421+0000","last_up_change":"2023-10-16T20:44:13.050136+0000","last_in_change":"2023-10-16T20:43:33.262781+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-16T20:43:54.995716+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":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"462c2142-d42a-4b89-ae9d-37cfac65de8d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":1653256501},{"type":"v1","addr":"172.21.15.98:6801","nonce":1653256501}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":1653256501},{"type":"v1","addr":"172.21.15.98:6803","nonce":1653256501}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":1653256501},{"type":"v1","addr":"172.21.15.98:6807","nonce":1653256501}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":1653256501},{"type":"v1","addr":"172.21.15.98:6805","nonce":1653256501}]},"public_addr":"172.21.15.98:6801/1653256501","cluster_addr":"172.21.15.98:6803/1653256501","heartbeat_back_addr":"172.21.15.98:6807/1653256501","heartbeat_front_addr":"172.21.15.98:6805/1653256501","state":["exists","up"]},{"osd":1,"uuid":"a481f81a-f988-484d-9baa-26397dcbf13b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":197431144},{"type":"v1","addr":"172.21.15.16:6803","nonce":197431144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":197431144},{"type":"v1","addr":"172.21.15.16:6805","nonce":197431144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":197431144},{"type":"v1","addr":"172.21.15.16:6809","nonce":197431144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":197431144},{"type":"v1","addr":"172.21.15.16:6807","nonce":197431144}]},"public_addr":"172.21.15.16:6803/197431144","cluster_addr":"172.21.15.16:6805/197431144","heartbeat_back_addr":"172.21.15.16:6809/197431144","heartbeat_front_addr":"172.21.15.16:6807/197431144","state":["exists","up"]},{"osd":2,"uuid":"d1f577e7-7407-471a-9970-4214ce38c7f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":2455308020},{"type":"v1","addr":"172.21.15.98:6809","nonce":2455308020}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":2455308020},{"type":"v1","addr":"172.21.15.98:6811","nonce":2455308020}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":2455308020},{"type":"v1","addr":"172.21.15.98:6815","nonce":2455308020}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":2455308020},{"type":"v1","addr":"172.21.15.98:6813","nonce":2455308020}]},"public_addr":"172.21.15.98:6809/2455308020","cluster_addr":"172.21.15.98:6811/2455308020","heartbeat_back_addr":"172.21.15.98:6815/2455308020","heartbeat_front_addr":"172.21.15.98:6813/2455308020","state":["exists","up"]},{"osd":3,"uuid":"268121a6-099b-4aa7-a5a9-5b618457e0ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6810","nonce":4098385365},{"type":"v1","addr":"172.21.15.16:6811","nonce":4098385365}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":4098385365},{"type":"v1","addr":"172.21.15.16:6813","nonce":4098385365}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":4098385365},{"type":"v1","addr":"172.21.15.16:6817","nonce":4098385365}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":4098385365},{"type":"v1","addr":"172.21.15.16:6815","nonce":4098385365}]},"public_addr":"172.21.15.16:6811/4098385365","cluster_addr":"172.21.15.16:6813/4098385365","heartbeat_back_addr":"172.21.15.16:6817/4098385365","heartbeat_front_addr":"172.21.15.16:6815/4098385365","state":["exists","up"]},{"osd":4,"uuid":"0f6fd876-c58a-4821-844f-4152a1758f65","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6816","nonce":1203917544},{"type":"v1","addr":"172.21.15.98:6817","nonce":1203917544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6818","nonce":1203917544},{"type":"v1","addr":"172.21.15.98:6819","nonce":1203917544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":1203917544},{"type":"v1","addr":"172.21.15.98:6823","nonce":1203917544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":1203917544},{"type":"v1","addr":"172.21.15.98:6821","nonce":1203917544}]},"public_addr":"172.21.15.98:6817/1203917544","cluster_addr":"172.21.15.98:6819/1203917544","heartbeat_back_addr":"172.21.15.98:6823/1203917544","heartbeat_front_addr":"172.21.15.98:6821/1203917544","state":["exists","up"]},{"osd":5,"uuid":"3221c318-3459-485b-827d-5aa674f98037","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6818","nonce":3276057953},{"type":"v1","addr":"172.21.15.16:6819","nonce":3276057953}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6820","nonce":3276057953},{"type":"v1","addr":"172.21.15.16:6821","nonce":3276057953}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6824","nonce":3276057953},{"type":"v1","addr":"172.21.15.16:6825","nonce":3276057953}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6822","nonce":3276057953},{"type":"v1","addr":"172.21.15.16:6823","nonce":3276057953}]},"public_addr":"172.21.15.16:6819/3276057953","cluster_addr":"172.21.15.16:6821/3276057953","heartbeat_back_addr":"172.21.15.16:6825/3276057953","heartbeat_front_addr":"172.21.15.16:6823/3276057953","state":["exists","up"]},{"osd":6,"uuid":"e526fdb1-770c-4f4d-8497-83fe78cbcbca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6824","nonce":1878726688},{"type":"v1","addr":"172.21.15.98:6825","nonce":1878726688}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6826","nonce":1878726688},{"type":"v1","addr":"172.21.15.98:6827","nonce":1878726688}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6830","nonce":1878726688},{"type":"v1","addr":"172.21.15.98:6831","nonce":1878726688}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6828","nonce":1878726688},{"type":"v1","addr":"172.21.15.98:6829","nonce":1878726688}]},"public_addr":"172.21.15.98:6825/1878726688","cluster_addr":"172.21.15.98:6827/1878726688","heartbeat_back_addr":"172.21.15.98:6831/1878726688","heartbeat_front_addr":"172.21.15.98:6829/1878726688","state":["exists","up"]},{"osd":7,"uuid":"7e87829a-dea7-46bd-a50a-9090661d604f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6826","nonce":2354821462},{"type":"v1","addr":"172.21.15.16:6827","nonce":2354821462}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6828","nonce":2354821462},{"type":"v1","addr":"172.21.15.16:6829","nonce":2354821462}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6832","nonce":2354821462},{"type":"v1","addr":"172.21.15.16:6833","nonce":2354821462}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6830","nonce":2354821462},{"type":"v1","addr":"172.21.15.16:6831","nonce":2354821462}]},"public_addr":"172.21.15.16:6827/2354821462","cluster_addr":"172.21.15.16:6829/2354821462","heartbeat_back_addr":"172.21.15.16:6833/2354821462","heartbeat_front_addr":"172.21.15.16:6831/2354821462","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-16T20:43:47.710173+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:43:52.049982+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:43:52.849633+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:43:58.620783+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:43:58.032830+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:44:05.652076+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:44:03.311043+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:44:11.850478+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/1745718388":"2023-10-17T20:42:12.455344+0000","172.21.15.16:6800/2112848415":"2023-10-17T20:42:12.455344+0000","172.21.15.16:0/1631511191":"2023-10-17T20:40:52.149404+0000","172.21.15.16:6801/2182629264":"2023-10-17T20:40:52.149404+0000","172.21.15.16:6800/2182629264":"2023-10-17T20:40:52.149404+0000","172.21.15.16:0/597423422":"2023-10-17T20:40:52.149404+0000","172.21.15.16:0/1921583407":"2023-10-17T20:40:14.059163+0000","172.21.15.16:6801/2112848415":"2023-10-17T20:42:12.455344+0000","172.21.15.16:0/3986875408":"2023-10-17T20:40:14.059163+0000","172.21.15.16:6800/3356932737":"2023-10-17T20:40:14.059163+0000","172.21.15.16:0/2684958130":"2023-10-17T20:42:12.455344+0000","172.21.15.16:6801/3356932737":"2023-10-17T20:40:14.059163+0000","172.21.15.16:0/2979770116":"2023-10-17T20:40:52.149404+0000","172.21.15.16:0/3179801395":"2023-10-17T20:42:12.455344+0000","172.21.15.16:0/788688110":"2023-10-17T20:40:14.059163+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-16T20:44:34.952 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:34.952 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:34.953 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:34 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/2299056996' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T20:44:34.971 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-16T20:44:34.971 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-16T20:44:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:44:35.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:34 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/2299056996' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T20:44:35.305 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:36.255 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:36 smithi016 ceph-mon[96085]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:36.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:36 smithi098 ceph-mon[112578]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:36.914 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:44:36.915 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":41,"fsid":"005f37f8-6c64-11ee-8db6-212e2dc638e7","created":"2023-10-16T20:39:44.828014+0000","modified":"2023-10-16T20:44:17.073421+0000","last_up_change":"2023-10-16T20:44:13.050136+0000","last_in_change":"2023-10-16T20:43:33.262781+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-16T20:43:54.995716+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":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"462c2142-d42a-4b89-ae9d-37cfac65de8d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":1653256501},{"type":"v1","addr":"172.21.15.98:6801","nonce":1653256501}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":1653256501},{"type":"v1","addr":"172.21.15.98:6803","nonce":1653256501}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":1653256501},{"type":"v1","addr":"172.21.15.98:6807","nonce":1653256501}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":1653256501},{"type":"v1","addr":"172.21.15.98:6805","nonce":1653256501}]},"public_addr":"172.21.15.98:6801/1653256501","cluster_addr":"172.21.15.98:6803/1653256501","heartbeat_back_addr":"172.21.15.98:6807/1653256501","heartbeat_front_addr":"172.21.15.98:6805/1653256501","state":["exists","up"]},{"osd":1,"uuid":"a481f81a-f988-484d-9baa-26397dcbf13b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":197431144},{"type":"v1","addr":"172.21.15.16:6803","nonce":197431144}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":197431144},{"type":"v1","addr":"172.21.15.16:6805","nonce":197431144}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":197431144},{"type":"v1","addr":"172.21.15.16:6809","nonce":197431144}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":197431144},{"type":"v1","addr":"172.21.15.16:6807","nonce":197431144}]},"public_addr":"172.21.15.16:6803/197431144","cluster_addr":"172.21.15.16:6805/197431144","heartbeat_back_addr":"172.21.15.16:6809/197431144","heartbeat_front_addr":"172.21.15.16:6807/197431144","state":["exists","up"]},{"osd":2,"uuid":"d1f577e7-7407-471a-9970-4214ce38c7f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":2455308020},{"type":"v1","addr":"172.21.15.98:6809","nonce":2455308020}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":2455308020},{"type":"v1","addr":"172.21.15.98:6811","nonce":2455308020}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":2455308020},{"type":"v1","addr":"172.21.15.98:6815","nonce":2455308020}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":2455308020},{"type":"v1","addr":"172.21.15.98:6813","nonce":2455308020}]},"public_addr":"172.21.15.98:6809/2455308020","cluster_addr":"172.21.15.98:6811/2455308020","heartbeat_back_addr":"172.21.15.98:6815/2455308020","heartbeat_front_addr":"172.21.15.98:6813/2455308020","state":["exists","up"]},{"osd":3,"uuid":"268121a6-099b-4aa7-a5a9-5b618457e0ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6810","nonce":4098385365},{"type":"v1","addr":"172.21.15.16:6811","nonce":4098385365}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":4098385365},{"type":"v1","addr":"172.21.15.16:6813","nonce":4098385365}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":4098385365},{"type":"v1","addr":"172.21.15.16:6817","nonce":4098385365}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":4098385365},{"type":"v1","addr":"172.21.15.16:6815","nonce":4098385365}]},"public_addr":"172.21.15.16:6811/4098385365","cluster_addr":"172.21.15.16:6813/4098385365","heartbeat_back_addr":"172.21.15.16:6817/4098385365","heartbeat_front_addr":"172.21.15.16:6815/4098385365","state":["exists","up"]},{"osd":4,"uuid":"0f6fd876-c58a-4821-844f-4152a1758f65","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6816","nonce":1203917544},{"type":"v1","addr":"172.21.15.98:6817","nonce":1203917544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6818","nonce":1203917544},{"type":"v1","addr":"172.21.15.98:6819","nonce":1203917544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":1203917544},{"type":"v1","addr":"172.21.15.98:6823","nonce":1203917544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":1203917544},{"type":"v1","addr":"172.21.15.98:6821","nonce":1203917544}]},"public_addr":"172.21.15.98:6817/1203917544","cluster_addr":"172.21.15.98:6819/1203917544","heartbeat_back_addr":"172.21.15.98:6823/1203917544","heartbeat_front_addr":"172.21.15.98:6821/1203917544","state":["exists","up"]},{"osd":5,"uuid":"3221c318-3459-485b-827d-5aa674f98037","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6818","nonce":3276057953},{"type":"v1","addr":"172.21.15.16:6819","nonce":3276057953}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6820","nonce":3276057953},{"type":"v1","addr":"172.21.15.16:6821","nonce":3276057953}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6824","nonce":3276057953},{"type":"v1","addr":"172.21.15.16:6825","nonce":3276057953}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6822","nonce":3276057953},{"type":"v1","addr":"172.21.15.16:6823","nonce":3276057953}]},"public_addr":"172.21.15.16:6819/3276057953","cluster_addr":"172.21.15.16:6821/3276057953","heartbeat_back_addr":"172.21.15.16:6825/3276057953","heartbeat_front_addr":"172.21.15.16:6823/3276057953","state":["exists","up"]},{"osd":6,"uuid":"e526fdb1-770c-4f4d-8497-83fe78cbcbca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6824","nonce":1878726688},{"type":"v1","addr":"172.21.15.98:6825","nonce":1878726688}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6826","nonce":1878726688},{"type":"v1","addr":"172.21.15.98:6827","nonce":1878726688}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6830","nonce":1878726688},{"type":"v1","addr":"172.21.15.98:6831","nonce":1878726688}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6828","nonce":1878726688},{"type":"v1","addr":"172.21.15.98:6829","nonce":1878726688}]},"public_addr":"172.21.15.98:6825/1878726688","cluster_addr":"172.21.15.98:6827/1878726688","heartbeat_back_addr":"172.21.15.98:6831/1878726688","heartbeat_front_addr":"172.21.15.98:6829/1878726688","state":["exists","up"]},{"osd":7,"uuid":"7e87829a-dea7-46bd-a50a-9090661d604f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6826","nonce":2354821462},{"type":"v1","addr":"172.21.15.16:6827","nonce":2354821462}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6828","nonce":2354821462},{"type":"v1","addr":"172.21.15.16:6829","nonce":2354821462}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6832","nonce":2354821462},{"type":"v1","addr":"172.21.15.16:6833","nonce":2354821462}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6830","nonce":2354821462},{"type":"v1","addr":"172.21.15.16:6831","nonce":2354821462}]},"public_addr":"172.21.15.16:6827/2354821462","cluster_addr":"172.21.15.16:6829/2354821462","heartbeat_back_addr":"172.21.15.16:6833/2354821462","heartbeat_front_addr":"172.21.15.16:6831/2354821462","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-16T20:43:47.710173+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:43:52.049982+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:43:52.849633+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:43:58.620783+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:43:58.032830+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:44:05.652076+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:44:03.311043+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T20:44:11.850478+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/1745718388":"2023-10-17T20:42:12.455344+0000","172.21.15.16:6800/2112848415":"2023-10-17T20:42:12.455344+0000","172.21.15.16:0/1631511191":"2023-10-17T20:40:52.149404+0000","172.21.15.16:6801/2182629264":"2023-10-17T20:40:52.149404+0000","172.21.15.16:6800/2182629264":"2023-10-17T20:40:52.149404+0000","172.21.15.16:0/597423422":"2023-10-17T20:40:52.149404+0000","172.21.15.16:0/1921583407":"2023-10-17T20:40:14.059163+0000","172.21.15.16:6801/2112848415":"2023-10-17T20:42:12.455344+0000","172.21.15.16:0/3986875408":"2023-10-17T20:40:14.059163+0000","172.21.15.16:6800/3356932737":"2023-10-17T20:40:14.059163+0000","172.21.15.16:0/2684958130":"2023-10-17T20:42:12.455344+0000","172.21.15.16:6801/3356932737":"2023-10-17T20:40:14.059163+0000","172.21.15.16:0/2979770116":"2023-10-17T20:40:52.149404+0000","172.21.15.16:0/3179801395":"2023-10-17T20:42:12.455344+0000","172.21.15.16:0/788688110":"2023-10-17T20:40:14.059163+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-16T20:44:37.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:37 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/565457033' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T20:44:37.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:37 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/565457033' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T20:44:37.512 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-16T20:44:37.512 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-16T20:44:37.513 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-16T20:44:37.514 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-16T20:44:37.514 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-16T20:44:37.515 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-10-16T20:44:37.515 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-10-16T20:44:37.516 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-10-16T20:44:38.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:38 smithi016 ceph-mon[96085]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:38 smithi098 ceph-mon[112578]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:38.705 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:38.869 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:39.007 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:39.215 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:39.215 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:39.827 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:40.134 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:40 smithi016 ceph-mon[96085]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:40 smithi098 ceph-mon[112578]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:41.424 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:41.738 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:42.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:42 smithi016 ceph-mon[96085]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:42.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:42 smithi098 ceph-mon[112578]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:43.209 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:44:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:44:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:44 smithi016 ceph-mon[96085]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:44 smithi098 ceph-mon[112578]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:45.986 INFO:teuthology.orchestra.run.smithi016.stdout:85899345932 2023-10-16T20:44:45.986 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-16T20:44:46.162 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:46 smithi016 ceph-mon[96085]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:46 smithi098 ceph-mon[112578]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:46.792 INFO:teuthology.orchestra.run.smithi016.stdout:111669149706 2023-10-16T20:44:46.793 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-16T20:44:47.089 INFO:teuthology.orchestra.run.smithi016.stdout:68719476751 2023-10-16T20:44:47.089 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-16T20:44:48.425 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:48 smithi016 ceph-mon[96085]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:48.442 INFO:teuthology.orchestra.run.smithi016.stdout:158913789962 2023-10-16T20:44:48.443 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-10-16T20:44:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:48 smithi098 ceph-mon[112578]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:48.711 INFO:teuthology.orchestra.run.smithi016.stdout:85899345934 2023-10-16T20:44:48.711 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-16T20:44:49.213 INFO:teuthology.orchestra.run.smithi016.stdout:133143986186 2023-10-16T20:44:49.213 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-10-16T20:44:49.437 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:50.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:50 smithi016 ceph-mon[96085]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:50.372 INFO:teuthology.orchestra.run.smithi016.stdout:141733920779 2023-10-16T20:44:50.372 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-10-16T20:44:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:50 smithi098 ceph-mon[112578]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:50.650 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:50.929 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:51.460 INFO:teuthology.orchestra.run.smithi016.stdout:111669149708 2023-10-16T20:44:51.461 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-16T20:44:51.602 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:51.954 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:52.452 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:52 smithi098 ceph-mon[112578]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:52 smithi016 ceph-mon[96085]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:52.688 INFO:teuthology.orchestra.run.smithi016.stdout:85899345934 2023-10-16T20:44:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:53 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1066772326' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-16T20:44:53.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:53 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/1066772326' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-16T20:44:54.104 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:54 smithi016 ceph-mon[96085]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:54.106 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345932 got 85899345934 for osd.1 2023-10-16T20:44:54.106 DEBUG:teuthology.parallel:result is None 2023-10-16T20:44:54.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:54 smithi098 ceph-mon[112578]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:55.380 INFO:teuthology.orchestra.run.smithi016.stdout:158913789964 2023-10-16T20:44:56.171 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:56 smithi016 ceph-mon[96085]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:56.171 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:56 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/3843614871' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-16T20:44:56.183 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:56 smithi098 ceph-mon[112578]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:56 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/3843614871' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-16T20:44:56.876 INFO:teuthology.orchestra.run.smithi016.stdout:85899345935 2023-10-16T20:44:56.953 INFO:teuthology.orchestra.run.smithi016.stdout:111669149708 2023-10-16T20:44:57.215 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:44:57.260 INFO:teuthology.orchestra.run.smithi016.stdout:68719476753 2023-10-16T20:44:57.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:57 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/2780660490' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-16T20:44:57.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:57 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/2004030344' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-16T20:44:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:57 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/2780660490' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-16T20:44:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:57 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/2004030344' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-16T20:44:57.585 INFO:teuthology.orchestra.run.smithi016.stdout:133143986189 2023-10-16T20:44:58.370 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:58 smithi016 ceph-mon[96085]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:58.370 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:58 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1938470882' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-16T20:44:58.370 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:44:58.370 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:44:58 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1695605946' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-16T20:44:58.389 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789962 got 158913789964 for osd.7 2023-10-16T20:44:58.389 DEBUG:teuthology.parallel:result is None 2023-10-16T20:44:58.491 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986186 got 133143986189 for osd.6 2023-10-16T20:44:58.491 DEBUG:teuthology.parallel:result is None 2023-10-16T20:44:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:58 smithi098 ceph-mon[112578]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:58 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/1938470882' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-16T20:44:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:44:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:44:58 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/1695605946' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-16T20:44:59.380 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149706 got 111669149708 for osd.3 2023-10-16T20:44:59.380 DEBUG:teuthology.parallel:result is None 2023-10-16T20:44:59.525 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345934 got 85899345935 for osd.2 2023-10-16T20:44:59.525 DEBUG:teuthology.parallel:result is None 2023-10-16T20:44:59.660 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476751 got 68719476753 for osd.0 2023-10-16T20:44:59.660 DEBUG:teuthology.parallel:result is None 2023-10-16T20:45:00.346 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:00 smithi016 ceph-mon[96085]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:00 smithi098 ceph-mon[112578]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:01.354 INFO:teuthology.orchestra.run.smithi016.stdout:141733920781 2023-10-16T20:45:01.546 INFO:teuthology.orchestra.run.smithi016.stdout:111669149710 2023-10-16T20:45:02.285 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920779 got 141733920781 for osd.5 2023-10-16T20:45:02.286 DEBUG:teuthology.parallel:result is None 2023-10-16T20:45:02.489 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:02 smithi016 ceph-mon[96085]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:02.489 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:02 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/477967062' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-16T20:45:02.490 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:02 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/1531864432' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-16T20:45:02.507 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149708 got 111669149710 for osd.4 2023-10-16T20:45:02.507 DEBUG:teuthology.parallel:result is None 2023-10-16T20:45:02.507 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-16T20:45:02.508 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-16T20:45:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:02 smithi098 ceph-mon[112578]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:02 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/477967062' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-16T20:45:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:02 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/1531864432' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-16T20:45:02.836 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:45:04.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:04 smithi098 ceph-mon[112578]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:04.428 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:45:04.430 INFO:teuthology.orchestra.run.smithi016.stderr:dumped all 2023-10-16T20:45:04.450 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:04 smithi016 ceph-mon[96085]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:05.002 INFO:teuthology.orchestra.run.smithi016.stdout:{"pg_ready":true,"pg_map":{"version":114,"stamp":"2023-10-16T20:45:02.489376+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_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":177,"ondisk_log_size":177,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":221136,"kb_used_data":4932,"kb_used_omap":12,"kb_used_meta":216051,"kb_avail":749707312,"statfs":{"total":767926730752,"available":767700287488,"internally_reserved":0,"allocated":5050368,"data_stored":3098306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12743,"internal_metadata":221236793},"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.002295"},"pg_stats":[{"pgid":"1.0","version":"28'177","reported_seq":264,"reported_epoch":41,"state":"active+clean","last_fresh":"2023-10-16T20:44:17.080292+0000","last_change":"2023-10-16T20:44:17.079974+0000","last_active":"2023-10-16T20:44:17.080292+0000","last_peered":"2023-10-16T20:44:17.080292+0000","last_clean":"2023-10-16T20:44:17.080292+0000","last_became_active":"2023-10-16T20:44:17.079649+0000","last_became_peered":"2023-10-16T20:44:17.079649+0000","last_unstale":"2023-10-16T20:44:17.080292+0000","last_undegraded":"2023-10-16T20:44:17.080292+0000","last_fullsized":"2023-10-16T20:44:17.080292+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-16T20:43:54.997080+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-16T20:43:54.997080+0000","last_clean_scrub_stamp":"2023-10-16T20:43:54.997080+0000","objects_scrubbed":0,"log_size":177,"log_dups_size":0,"ondisk_log_size":177,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-17T23:26:47.218108+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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_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":177,"ondisk_log_size":177,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789965,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28000,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713056,"statfs":{"total":95990841344,"available":95962169344,"internally_reserved":0,"allocated":1003520,"data_stored":756350,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":27654603},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.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.34699999999999998}]},{"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.48899999999999999}]},{"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.32800000000000001}]},{"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.54400000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.505}]}]},{"osd":5,"up_from":33,"seq":141733920781,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713636,"statfs":{"total":95990841344,"available":95962763264,"internally_reserved":0,"allocated":409600,"data_stored":165982,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"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":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.28599999999999998}]},{"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.45600000000000002}]},{"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.51200000000000001}]},{"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.46999999999999997}]},{"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.55900000000000005}]},{"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.48899999999999999}]}]},{"osd":1,"up_from":20,"seq":85899345936,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27424,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713632,"statfs":{"total":95990841344,"available":95962759168,"internally_reserved":0,"allocated":409600,"data_stored":165982,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":"Mon Oct 16 20:44:55 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.48599999999999999}]},{"osd":2,"last update":"Mon Oct 16 20:44:55 2023","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.93000000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"last":0.61399999999999999}]},{"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.38200000000000001}]},{"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.59099999999999997}]},{"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.443}]},{"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.70199999999999996}]},{"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.40699999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476754,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28008,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713048,"statfs":{"total":95990841344,"available":95962161152,"internally_reserved":0,"allocated":1003520,"data_stored":756350,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Mon Oct 16 20:44:55 2023","interfaces":[{"interface":"back","average":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":6.5330000000000004,"5min":6.5330000000000004,"15min":6.5330000000000004},"last":0.35399999999999998},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.46400000000000002}]},{"osd":2,"last update":"Mon Oct 16 20:44:55 2023","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.317},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.27500000000000002}]},{"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.57499999999999996}]},{"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.41899999999999998}]},{"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.54300000000000004}]},{"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.48599999999999999}]},{"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.501}]}]},{"osd":2,"up_from":20,"seq":85899345937,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27424,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713632,"statfs":{"total":95990841344,"available":95962759168,"internally_reserved":0,"allocated":409600,"data_stored":165982,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Oct 16 20:44:55 2023","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.29399999999999998},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.45200000000000001}]},{"osd":1,"last update":"Mon Oct 16 20:44:55 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.88,"5min":0.88,"15min":0.88},"last":0.436}]},{"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.49099999999999999}]},{"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.34300000000000003}]},{"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.60299999999999998}]},{"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.40300000000000002}]},{"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.65300000000000002}]}]},{"osd":3,"up_from":26,"seq":111669149710,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28000,"kb_used_data":972,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713056,"statfs":{"total":95990841344,"available":95962169344,"internally_reserved":0,"allocated":995328,"data_stored":755696,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.496}]},{"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.28699999999999998}]},{"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.51200000000000001}]},{"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.627}]},{"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.36499999999999999}]},{"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.442}]},{"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.39200000000000002}]}]},{"osd":4,"up_from":26,"seq":111669149711,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27428,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713628,"statfs":{"total":95990841344,"available":95962755072,"internally_reserved":0,"allocated":409600,"data_stored":165982,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32600000000000001}]},{"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.51100000000000001}]},{"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.439}]},{"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.56599999999999995}]},{"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.59699999999999998}]},{"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.46200000000000002}]},{"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.76700000000000002}]}]},{"osd":6,"up_from":31,"seq":133143986190,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27432,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713624,"statfs":{"total":95990841344,"available":95962750976,"internally_reserved":0,"allocated":409600,"data_stored":165982,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"osd":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.39600000000000002}]},{"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.36299999999999999}]},{"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.438}]},{"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.32200000000000001}]},{"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.45100000000000001}]},{"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.46300000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":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}]}} 2023-10-16T20:45:05.003 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-16T20:45:05.332 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:45:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:06 smithi098 ceph-mon[112578]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:06 smithi098 ceph-mon[112578]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:06 smithi016 ceph-mon[96085]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:06 smithi016 ceph-mon[96085]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:06.960 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:45:06.962 INFO:teuthology.orchestra.run.smithi016.stderr:dumped all 2023-10-16T20:45:07.534 INFO:teuthology.orchestra.run.smithi016.stdout:{"pg_ready":true,"pg_map":{"version":116,"stamp":"2023-10-16T20:45:06.490164+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_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":177,"ondisk_log_size":177,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":221136,"kb_used_data":4932,"kb_used_omap":12,"kb_used_meta":216051,"kb_avail":749707312,"statfs":{"total":767926730752,"available":767700287488,"internally_reserved":0,"allocated":5050368,"data_stored":3098306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12743,"internal_metadata":221236793},"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.002285"},"pg_stats":[{"pgid":"1.0","version":"28'177","reported_seq":264,"reported_epoch":41,"state":"active+clean","last_fresh":"2023-10-16T20:44:17.080292+0000","last_change":"2023-10-16T20:44:17.079974+0000","last_active":"2023-10-16T20:44:17.080292+0000","last_peered":"2023-10-16T20:44:17.080292+0000","last_clean":"2023-10-16T20:44:17.080292+0000","last_became_active":"2023-10-16T20:44:17.079649+0000","last_became_peered":"2023-10-16T20:44:17.079649+0000","last_unstale":"2023-10-16T20:44:17.080292+0000","last_undegraded":"2023-10-16T20:44:17.080292+0000","last_fullsized":"2023-10-16T20:44:17.080292+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-16T20:43:54.997080+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-16T20:43:54.997080+0000","last_clean_scrub_stamp":"2023-10-16T20:43:54.997080+0000","objects_scrubbed":0,"log_size":177,"log_dups_size":0,"ondisk_log_size":177,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-17T23:26:47.218108+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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_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":177,"ondisk_log_size":177,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789966,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28000,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713056,"statfs":{"total":95990841344,"available":95962169344,"internally_reserved":0,"allocated":1003520,"data_stored":756350,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":27654603},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51700000000000002}]},{"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.42999999999999999}]},{"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.55800000000000005}]},{"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.30399999999999999}]},{"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.54000000000000004}]},{"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.38800000000000001}]},{"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.57999999999999996}]}]},{"osd":5,"up_from":33,"seq":141733920782,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713636,"statfs":{"total":95990841344,"available":95962763264,"internally_reserved":0,"allocated":409600,"data_stored":165982,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29099999999999998}]},{"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.32300000000000001}]},{"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.34799999999999998}]},{"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.46500000000000002}]},{"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.47899999999999998}]},{"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.55000000000000004}]},{"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.436}]}]},{"osd":1,"up_from":20,"seq":85899345937,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27424,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713632,"statfs":{"total":95990841344,"available":95962759168,"internally_reserved":0,"allocated":409600,"data_stored":165982,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":"Mon Oct 16 20:44:55 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.49299999999999999}]},{"osd":2,"last update":"Mon Oct 16 20:44:55 2023","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.93000000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"last":0.621}]},{"osd":3,"last update":"Mon Oct 16 20:45:00 2023","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.311}]},{"osd":4,"last update":"Mon Oct 16 20:45:00 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.433},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.52300000000000002}]},{"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.46200000000000002}]},{"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.505}]},{"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.56200000000000006}]}]},{"osd":0,"up_from":16,"seq":68719476755,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28008,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713048,"statfs":{"total":95990841344,"available":95962161152,"internally_reserved":0,"allocated":1003520,"data_stored":756350,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Mon Oct 16 20:44:55 2023","interfaces":[{"interface":"back","average":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":6.5330000000000004,"5min":6.5330000000000004,"15min":6.5330000000000004},"last":0.65800000000000003},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.39000000000000001}]},{"osd":2,"last update":"Mon Oct 16 20:44:55 2023","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.45500000000000002}]},{"osd":3,"last update":"Mon Oct 16 20:45:03 2023","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":1.4330000000000001,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":9.5899999999999999,"5min":9.5899999999999999,"15min":9.5899999999999999},"last":0.53500000000000003}]},{"osd":4,"last update":"Mon Oct 16 20:45:03 2023","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.61399999999999999}]},{"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.64000000000000001}]},{"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.72099999999999997}]},{"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.69899999999999995}]}]},{"osd":2,"up_from":20,"seq":85899345938,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27424,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713632,"statfs":{"total":95990841344,"available":95962759168,"internally_reserved":0,"allocated":409600,"data_stored":165982,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Oct 16 20:44:55 2023","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.42899999999999999}]},{"osd":1,"last update":"Mon Oct 16 20:44:55 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.88,"5min":0.88,"15min":0.88},"last":0.72499999999999998}]},{"osd":3,"last update":"Mon Oct 16 20:45:01 2023","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.53900000000000003}]},{"osd":4,"last update":"Mon Oct 16 20:45:01 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.56399999999999995}]},{"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.63200000000000001}]},{"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.503}]},{"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.745}]}]},{"osd":3,"up_from":26,"seq":111669149711,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28000,"kb_used_data":972,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713056,"statfs":{"total":95990841344,"available":95962169344,"internally_reserved":0,"allocated":995328,"data_stored":755696,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Oct 16 20:45:03 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":1.0169999999999999,"5min":1.0169999999999999,"15min":1.0169999999999999},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.46000000000000002}]},{"osd":1,"last update":"Mon Oct 16 20:45:03 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.98199999999999998,"5min":0.98199999999999998,"15min":0.98199999999999998},"last":0.28199999999999997},{"interface":"front","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.32000000000000001}]},{"osd":2,"last update":"Mon Oct 16 20:45:03 2023","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":8.4100000000000001,"5min":8.4100000000000001,"15min":8.4100000000000001},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.94599999999999995,"5min":0.94599999999999995,"15min":0.94599999999999995},"last":0.47799999999999998}]},{"osd":4,"last update":"Mon Oct 16 20:45:03 2023","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.87,"5min":0.87,"15min":0.87},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":8.4689999999999994,"5min":8.4689999999999994,"15min":8.4689999999999994},"last":0.64400000000000002}]},{"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.34699999999999998}]},{"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.52700000000000002}]},{"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.39400000000000002}]}]},{"osd":4,"up_from":26,"seq":111669149712,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27428,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713628,"statfs":{"total":95990841344,"available":95962755072,"internally_reserved":0,"allocated":409600,"data_stored":165982,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":"Mon Oct 16 20:45:02 2023","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.34499999999999997}]},{"osd":1,"last update":"Mon Oct 16 20:45:02 2023","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.59699999999999998}]},{"osd":2,"last update":"Mon Oct 16 20:45:02 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.60899999999999999}]},{"osd":3,"last update":"Mon Oct 16 20:45:02 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.58199999999999996}]},{"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.47299999999999998}]},{"osd":6,"last update":"Mon Oct 16 20:45:05 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.51500000000000001}]},{"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.54700000000000004}]}]},{"osd":6,"up_from":31,"seq":133143986191,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27432,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713624,"statfs":{"total":95990841344,"available":95962750976,"internally_reserved":0,"allocated":409600,"data_stored":165982,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34999999999999998}]},{"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.47199999999999998}]},{"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.38}]},{"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.50600000000000001}]},{"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.40500000000000003}]},{"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":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.54400000000000004}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":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}]}} 2023-10-16T20:45:07.535 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-16T20:45:07.535 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-16T20:45:07.536 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-16T20:45:07.536 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph health --format=json 2023-10-16T20:45:07.866 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:45:08.348 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:08 smithi016 ceph-mon[96085]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:08.348 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:08 smithi016 ceph-mon[96085]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:08 smithi098 ceph-mon[112578]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:08 smithi098 ceph-mon[112578]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:09.459 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:45:09.459 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-16T20:45:10.057 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-16T20:45:10.057 INFO:tasks.cephadm:Setup complete, yielding 2023-10-16T20:45:10.058 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-16T20:45:10.067 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi016.front.sepia.ceph.com 2023-10-16T20:45:10.068 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch status' 2023-10-16T20:45:10.395 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:45:10.451 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:10 smithi016 ceph-mon[96085]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:10.451 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:10 smithi016 ceph-mon[96085]: from='client.? 172.21.15.16:0/856593370' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-16T20:45:10.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:10 smithi098 ceph-mon[112578]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:10.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:10 smithi098 ceph-mon[112578]: from='client.? 172.21.15.16:0/856593370' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-16T20:45:12.128 INFO:teuthology.orchestra.run.smithi016.stdout:Backend: cephadm 2023-10-16T20:45:12.128 INFO:teuthology.orchestra.run.smithi016.stdout:Available: Yes 2023-10-16T20:45:12.129 INFO:teuthology.orchestra.run.smithi016.stdout:Paused: No 2023-10-16T20:45:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:12 smithi098 ceph-mon[112578]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:12 smithi016 ceph-mon[96085]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:12.688 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-10-16T20:45:13.015 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:45:13.326 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:13 smithi016 ceph-mon[96085]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:13.326 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:45:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:13 smithi098 ceph-mon[112578]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:45:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:14 smithi016 ceph-mon[96085]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:14.464 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:14 smithi098 ceph-mon[112578]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:14.711 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-16T20:45:14.712 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.smithi016 smithi016 *:9093,9094 running (2m) 57s ago 3m 26.6M - 0.25.0 c8568f914cd2 fc7fc39cfde5 2023-10-16T20:45:14.712 INFO:teuthology.orchestra.run.smithi016.stdout:ceph-exporter.smithi016 smithi016 running (4m) 57s ago 4m 7902k - 18.0.0-6722-gbcf5b23f 432d8aed36d3 1451156ec4b7 2023-10-16T20:45:14.712 INFO:teuthology.orchestra.run.smithi016.stdout:ceph-exporter.smithi098 smithi098 running (2m) 60s ago 2m 8204k - 18.0.0-6722-gbcf5b23f 432d8aed36d3 7254019bfddb 2023-10-16T20:45:14.712 INFO:teuthology.orchestra.run.smithi016.stdout:crash.smithi016 smithi016 running (4m) 57s ago 4m 7482k - 18.0.0-6722-gbcf5b23f 432d8aed36d3 324d5a53520d 2023-10-16T20:45:14.712 INFO:teuthology.orchestra.run.smithi016.stdout:crash.smithi098 smithi098 running (2m) 60s ago 2m 7440k - 18.0.0-6722-gbcf5b23f 432d8aed36d3 cc022fb627bc 2023-10-16T20:45:14.713 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.smithi016 smithi016 *:3000 running (2m) 57s ago 3m 85.8M - 9.4.7 2c41d148cca3 b3c7ff22b106 2023-10-16T20:45:14.713 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.smithi016.mikunp smithi016 *:9283,8765,8443 running (5m) 57s ago 5m 501M - 18.0.0-6722-gbcf5b23f 432d8aed36d3 cb7b166ed2a5 2023-10-16T20:45:14.713 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.smithi098.diwrgz smithi098 *:8443,9283,8765 running (2m) 60s ago 2m 450M - 18.0.0-6722-gbcf5b23f 432d8aed36d3 b3692bf82bfb 2023-10-16T20:45:14.713 INFO:teuthology.orchestra.run.smithi016.stdout:mon.smithi016 smithi016 running (5m) 57s ago 5m 69.2M 2048M 18.0.0-6722-gbcf5b23f 432d8aed36d3 f8eb9c4aa6ef 2023-10-16T20:45:14.713 INFO:teuthology.orchestra.run.smithi016.stdout:mon.smithi098 smithi098 running (2m) 60s ago 2m 53.0M 2048M 18.0.0-6722-gbcf5b23f 432d8aed36d3 20a83bc7385e 2023-10-16T20:45:14.714 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.smithi016 smithi016 *:9100 running (3m) 57s ago 3m 16.9M - 1.5.0 0da6a335fe13 4c4105051923 2023-10-16T20:45:14.714 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.smithi098 smithi098 *:9100 running (2m) 60s ago 2m 17.2M - 1.5.0 0da6a335fe13 b4af16dd2aeb 2023-10-16T20:45:14.714 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi098 running (91s) 60s ago 91s 46.0M 3748M 18.0.0-6722-gbcf5b23f 432d8aed36d3 4974320f451a 2023-10-16T20:45:14.714 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (87s) 57s ago 86s 54.8M 2981M 18.0.0-6722-gbcf5b23f 432d8aed36d3 29f36e1073db 2023-10-16T20:45:14.714 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi098 running (86s) 60s ago 86s 43.4M 3748M 18.0.0-6722-gbcf5b23f 432d8aed36d3 c0fe8f1c8a24 2023-10-16T20:45:14.714 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (80s) 57s ago 80s 40.7M 2981M 18.0.0-6722-gbcf5b23f 432d8aed36d3 c483be23868e 2023-10-16T20:45:14.715 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi098 running (81s) 60s ago 80s 34.0M 3748M 18.0.0-6722-gbcf5b23f 432d8aed36d3 0b26a2e45ff7 2023-10-16T20:45:14.715 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi016 running (73s) 57s ago 73s 34.1M 2981M 18.0.0-6722-gbcf5b23f 432d8aed36d3 361851a73d64 2023-10-16T20:45:14.715 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi098 running (75s) 60s ago 75s 33.0M 3748M 18.0.0-6722-gbcf5b23f 432d8aed36d3 86fc28938f83 2023-10-16T20:45:14.715 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi016 running (67s) 57s ago 67s 31.0M 2981M 18.0.0-6722-gbcf5b23f 432d8aed36d3 f38062129b85 2023-10-16T20:45:14.715 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.smithi016 smithi016 *:9095 running (2m) 57s ago 3m 41.5M - 2.43.0 a07b618ecd1d c202c1989419 2023-10-16T20:45:15.256 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-16T20:45:15.588 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:45:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:16 smithi098 ceph-mon[112578]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:16 smithi098 ceph-mon[112578]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:16 smithi016 ceph-mon[96085]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:16 smithi016 ceph-mon[96085]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:17.274 INFO:teuthology.orchestra.run.smithi016.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-16T20:45:17.274 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager ?:9093,9094 1/1 59s ago 4m count:1 2023-10-16T20:45:17.275 INFO:teuthology.orchestra.run.smithi016.stdout:ceph-exporter 2/2 63s ago 4m * 2023-10-16T20:45:17.275 INFO:teuthology.orchestra.run.smithi016.stdout:crash 2/2 63s ago 4m * 2023-10-16T20:45:17.275 INFO:teuthology.orchestra.run.smithi016.stdout:grafana ?:3000 1/1 59s ago 4m count:1 2023-10-16T20:45:17.275 INFO:teuthology.orchestra.run.smithi016.stdout:mgr 2/2 63s ago 4m count:2 2023-10-16T20:45:17.275 INFO:teuthology.orchestra.run.smithi016.stdout:mon 2/2 63s ago 3m smithi016:172.21.15.16=smithi016;smithi098:172.21.15.98=smithi098;count:2 2023-10-16T20:45:17.276 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter ?:9100 2/2 63s ago 4m * 2023-10-16T20:45:17.276 INFO:teuthology.orchestra.run.smithi016.stdout:osd.all-available-devices 8 63s ago 2m * 2023-10-16T20:45:17.276 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus ?:9095 1/1 59s ago 4m count:1 2023-10-16T20:45:17.863 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-10-16T20:45:18.189 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:45:18.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:18 smithi016 ceph-mon[96085]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:18 smithi098 ceph-mon[112578]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:19.399 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:19 smithi016 ceph-mon[96085]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:19.509 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:19 smithi098 ceph-mon[112578]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:19.811 INFO:teuthology.orchestra.run.smithi016.stdout:HOST ADDR LABELS STATUS 2023-10-16T20:45:19.812 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 172.21.15.16 2023-10-16T20:45:19.812 INFO:teuthology.orchestra.run.smithi016.stdout:smithi098 172.21.15.98 2023-10-16T20:45:19.812 INFO:teuthology.orchestra.run.smithi016.stdout:2 hosts in cluster 2023-10-16T20:45:20.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:20 smithi016 ceph-mon[96085]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:20.371 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-10-16T20:45:20.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:20 smithi098 ceph-mon[112578]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:20.706 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:45:21.271 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:21 smithi016 ceph-mon[96085]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:21.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:21 smithi098 ceph-mon[112578]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:22.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:22 smithi016 ceph-mon[96085]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:22.445 INFO:teuthology.orchestra.run.smithi016.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-16T20:45:22.446 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7513002C480DGN 447G No 59s ago Has a FileSystem, LVM detected 2023-10-16T20:45:22.446 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme1n1 ssd Linux_b0ec6c0e3adfe53d9694 89.4G No 59s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:45:22.446 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme2n1 ssd Linux_053eea1fcdbece289380 89.4G No 59s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:45:22.446 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme3n1 ssd Linux_3f1fe0746f19ea2104ce 89.4G No 59s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:45:22.447 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme4n1 ssd Linux_c988cc00a189027ee0f3 89.4G No 59s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:45:22.447 INFO:teuthology.orchestra.run.smithi016.stdout:smithi098 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT6204010H400BGN 372G No 64s ago Has a FileSystem, LVM detected 2023-10-16T20:45:22.447 INFO:teuthology.orchestra.run.smithi016.stdout:smithi098 /dev/nvme1n1 ssd Linux_d6f579abd24179324115 89.4G No 64s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:45:22.447 INFO:teuthology.orchestra.run.smithi016.stdout:smithi098 /dev/nvme2n1 ssd Linux_8a7772924e64592dfb32 89.4G No 64s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:45:22.448 INFO:teuthology.orchestra.run.smithi016.stdout:smithi098 /dev/nvme3n1 ssd Linux_f474efb8cbb671724bdc 89.4G No 64s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:45:22.448 INFO:teuthology.orchestra.run.smithi016.stdout:smithi098 /dev/nvme4n1 ssd Linux_ccf32ce4dc81e93fea07 89.4G No 64s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:45:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:22 smithi098 ceph-mon[112578]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:23.030 INFO:teuthology.run_tasks:Running task vip... 2023-10-16T20:45:23.041 INFO:tasks.vip:Allocating static IPs for each host... 2023-10-16T20:45:23.041 INFO:tasks.vip:peername 172.21.15.16 2023-10-16T20:45:23.045 INFO:tasks.vip:172.21.15.16 in 172.21.0.0/20, pos 3855 2023-10-16T20:45:23.050 INFO:tasks.vip:smithi016.front.sepia.ceph.com static 10.0.15.16, vnet 10.0.0.0/16 2023-10-16T20:45:23.050 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-10-16T20:45:23.051 DEBUG:teuthology.orchestra.run.smithi016:> sudo ip route ls 2023-10-16T20:45:23.080 INFO:teuthology.orchestra.run.smithi016.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-10-16T20:45:23.080 INFO:teuthology.orchestra.run.smithi016.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.16 metric 100 2023-10-16T20:45:23.081 INFO:tasks.vip:Configuring 10.0.15.16 on smithi016.front.sepia.ceph.com iface ens1f0... 2023-10-16T20:45:23.082 DEBUG:teuthology.orchestra.run.smithi016:> sudo ip addr add 10.0.15.16/16 dev ens1f0 2023-10-16T20:45:23.150 INFO:tasks.vip:peername 172.21.15.98 2023-10-16T20:45:23.153 INFO:tasks.vip:172.21.15.98 in 172.21.0.0/20, pos 3937 2023-10-16T20:45:23.156 INFO:tasks.vip:smithi098.front.sepia.ceph.com static 10.0.15.98, vnet 10.0.0.0/16 2023-10-16T20:45:23.157 DEBUG:teuthology.orchestra.run.smithi098:> sudo ip route ls 2023-10-16T20:45:23.194 INFO:teuthology.orchestra.run.smithi098.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-10-16T20:45:23.194 INFO:teuthology.orchestra.run.smithi098.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.98 metric 100 2023-10-16T20:45:23.195 INFO:tasks.vip:Configuring 10.0.15.98 on smithi098.front.sepia.ceph.com iface enp3s0f1... 2023-10-16T20:45:23.196 DEBUG:teuthology.orchestra.run.smithi098:> sudo ip addr add 10.0.15.98/16 dev enp3s0f1 2023-10-16T20:45:23.266 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-16T20:45:23.275 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi016.front.sepia.ceph.com 2023-10-16T20:45:23.276 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-10-16T20:45:23.596 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:45:24.163 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:24 smithi016 ceph-mon[96085]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:24.163 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:24 smithi016 ceph-mon[96085]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:24.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:24 smithi098 ceph-mon[112578]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:24.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:24 smithi098 ceph-mon[112578]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:25.234 INFO:teuthology.orchestra.run.smithi016.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-16T20:45:25.235 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7513002C480DGN 447G No 61s ago Has a FileSystem, LVM detected 2023-10-16T20:45:25.235 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme1n1 ssd Linux_b0ec6c0e3adfe53d9694 89.4G No 61s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:45:25.235 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme2n1 ssd Linux_053eea1fcdbece289380 89.4G No 61s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:45:25.235 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme3n1 ssd Linux_3f1fe0746f19ea2104ce 89.4G No 61s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:45:25.236 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme4n1 ssd Linux_c988cc00a189027ee0f3 89.4G No 61s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:45:25.236 INFO:teuthology.orchestra.run.smithi016.stdout:smithi098 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT6204010H400BGN 372G No 67s ago Has a FileSystem, LVM detected 2023-10-16T20:45:25.236 INFO:teuthology.orchestra.run.smithi016.stdout:smithi098 /dev/nvme1n1 ssd Linux_d6f579abd24179324115 89.4G No 67s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:45:25.236 INFO:teuthology.orchestra.run.smithi016.stdout:smithi098 /dev/nvme2n1 ssd Linux_8a7772924e64592dfb32 89.4G No 67s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:45:25.236 INFO:teuthology.orchestra.run.smithi016.stdout:smithi098 /dev/nvme3n1 ssd Linux_f474efb8cbb671724bdc 89.4G No 67s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:45:25.237 INFO:teuthology.orchestra.run.smithi016.stdout:smithi098 /dev/nvme4n1 ssd Linux_ccf32ce4dc81e93fea07 89.4G No 67s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:45:25.794 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-16T20:45:25.803 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi016.front.sepia.ceph.com 2023-10-16T20:45:25.804 DEBUG:teuthology.orchestra.run.smithi016:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-16T20:45:25.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ systemctl stop nfs-server 2023-10-16T20:45:25.843 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi098.front.sepia.ceph.com 2023-10-16T20:45:25.843 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-16T20:45:25.871 INFO:teuthology.orchestra.run.smithi098.stderr:+ systemctl stop nfs-server 2023-10-16T20:45:25.877 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-16T20:45:25.887 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi016.front.sepia.ceph.com 2023-10-16T20:45:25.887 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-10-16T20:45:26.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:26 smithi098 ceph-mon[112578]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:26.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:26 smithi098 ceph-mon[112578]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:26.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:45:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:26 smithi016 ceph-mon[96085]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:26 smithi016 ceph-mon[96085]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:26.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:45:26.450 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:45:28.392 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:28 smithi098 ceph-mon[112578]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:28.392 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:28.393 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:28.393 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:45:28.393 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:28.393 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:28 smithi016 ceph-mon[96085]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:45:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:28.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:29.413 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-16T20:45:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-16T20:45:30.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:30 smithi098 ceph-mon[112578]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:30.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:30 smithi098 ceph-mon[112578]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:30.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-16T20:45:30.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:30 smithi098 ceph-mon[112578]: osdmap e42: 8 total, 8 up, 8 in 2023-10-16T20:45:30.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-16T20:45:30.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:30.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:30.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:30 smithi016 ceph-mon[96085]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:30.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:30 smithi016 ceph-mon[96085]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:30.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-16T20:45:30.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:30 smithi016 ceph-mon[96085]: osdmap e42: 8 total, 8 up, 8 in 2023-10-16T20:45:30.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-16T20:45:30.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:30.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:30.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:30 smithi016 conmon[96061]: 2023-10-16T20:45:30.140+0000 7facf77b9700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-16T20:45:30.778 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.16/16 --port 2999' 2023-10-16T20:45:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-16T20:45:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:31 smithi098 ceph-mon[112578]: osdmap e43: 8 total, 8 up, 8 in 2023-10-16T20:45:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-16T20:45:31.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:31 smithi098 ceph-mon[112578]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-16T20:45:31.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:31 smithi098 ceph-mon[112578]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-16T20:45:31.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-16T20:45:31.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:31 smithi098 ceph-mon[112578]: osdmap e44: 8 total, 8 up, 8 in 2023-10-16T20:45:31.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:31 smithi098 ceph-mon[112578]: fsmap foofs:0 2023-10-16T20:45:31.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:31 smithi098 ceph-mon[112578]: Saving service mds.foofs spec with placement count:2 2023-10-16T20:45:31.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:31.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:31.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:31.388 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:45:31.479 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-16T20:45:31.479 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:31 smithi016 ceph-mon[96085]: osdmap e43: 8 total, 8 up, 8 in 2023-10-16T20:45:31.479 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-16T20:45:31.480 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:31 smithi016 ceph-mon[96085]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-16T20:45:31.480 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:31 smithi016 ceph-mon[96085]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-16T20:45:31.480 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-16T20:45:31.480 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:31 smithi016 ceph-mon[96085]: osdmap e44: 8 total, 8 up, 8 in 2023-10-16T20:45:31.480 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:31 smithi016 ceph-mon[96085]: fsmap foofs:0 2023-10-16T20:45:31.480 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:31 smithi016 ceph-mon[96085]: Saving service mds.foofs spec with placement count:2 2023-10-16T20:45:31.481 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:31.481 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:31.481 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:32.253 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:32 smithi016 ceph-mon[96085]: pgmap v131: 65 pgs: 8 creating+peering, 1 active+clean, 56 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:32.253 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:32 smithi016 ceph-mon[96085]: osdmap e45: 8 total, 8 up, 8 in 2023-10-16T20:45:32.254 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:32.254 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:32 smithi098 ceph-mon[112578]: pgmap v131: 65 pgs: 8 creating+peering, 1 active+clean, 56 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:32 smithi098 ceph-mon[112578]: osdmap e45: 8 total, 8 up, 8 in 2023-10-16T20:45:32.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:32.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:33.366 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:33 smithi016 ceph-mon[96085]: osdmap e46: 8 total, 8 up, 8 in 2023-10-16T20:45:33.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:33 smithi098 ceph-mon[112578]: osdmap e46: 8 total, 8 up, 8 in 2023-10-16T20:45:34.644 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:34 smithi098 ceph-mon[112578]: pgmap v134: 65 pgs: 21 creating+peering, 16 active+clean, 28 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:34.644 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-16T20:45:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:34 smithi016 ceph-mon[96085]: pgmap v134: 65 pgs: 21 creating+peering, 16 active+clean, 28 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-16T20:45:35.595 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:35 smithi016 ceph-mon[96085]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.16/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:35.595 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-16T20:45:35.596 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:35 smithi016 ceph-mon[96085]: osdmap e47: 8 total, 8 up, 8 in 2023-10-16T20:45:35.596 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-16T20:45:35.596 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:35 smithi016 ceph-mon[96085]: pgmap v136: 97 pgs: 21 creating+peering, 35 active+clean, 41 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:35.596 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:35.596 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:35.597 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:35.597 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:45:35.597 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:35.597 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:45:35.597 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.cigxxx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-16T20:45:35.597 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.cigxxx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-16T20:45:35.598 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:35.598 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:35 smithi016 ceph-mon[96085]: Deploying daemon mds.foofs.smithi098.cigxxx on smithi098 2023-10-16T20:45:35.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:35 smithi098 ceph-mon[112578]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.16/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:35.651 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-16T20:45:35.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:35 smithi098 ceph-mon[112578]: osdmap e47: 8 total, 8 up, 8 in 2023-10-16T20:45:35.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-16T20:45:35.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:35 smithi098 ceph-mon[112578]: pgmap v136: 97 pgs: 21 creating+peering, 35 active+clean, 41 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:35.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:35.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:35.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:35.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:45:35.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:35.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:45:35.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.cigxxx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-16T20:45:35.653 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.cigxxx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-16T20:45:35.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:35.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:35 smithi098 ceph-mon[112578]: Deploying daemon mds.foofs.smithi098.cigxxx on smithi098 2023-10-16T20:45:35.961 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-10-16T20:45:36.286 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:45:36.582 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:36 smithi098 ceph-mon[112578]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-16T20:45:36.582 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-16T20:45:36.583 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:36 smithi098 ceph-mon[112578]: osdmap e48: 8 total, 8 up, 8 in 2023-10-16T20:45:36.583 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:36 smithi098 ceph-mon[112578]: Saving service nfs.foo spec with placement count:1 2023-10-16T20:45:36.583 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:36.583 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:36 smithi098 ceph-mon[112578]: Saving service ingress.nfs.foo spec with placement count:2 2023-10-16T20:45:36.583 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:36.676 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:36 smithi016 ceph-mon[96085]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-16T20:45:36.676 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-16T20:45:36.677 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:36 smithi016 ceph-mon[96085]: osdmap e48: 8 total, 8 up, 8 in 2023-10-16T20:45:36.677 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:36 smithi016 ceph-mon[96085]: Saving service nfs.foo spec with placement count:1 2023-10-16T20:45:36.677 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:36.677 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:36 smithi016 ceph-mon[96085]: Saving service ingress.nfs.foo spec with placement count:2 2023-10-16T20:45:36.678 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:37.555 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:37 smithi016 ceph-mon[96085]: osdmap e49: 8 total, 8 up, 8 in 2023-10-16T20:45:37.555 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:37 smithi016 ceph-mon[96085]: pgmap v139: 97 pgs: 15 creating+peering, 79 active+clean, 3 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:37.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:37 smithi098 ceph-mon[112578]: osdmap e49: 8 total, 8 up, 8 in 2023-10-16T20:45:37.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:37 smithi098 ceph-mon[112578]: pgmap v139: 97 pgs: 15 creating+peering, 79 active+clean, 3 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:38 smithi098 ceph-mon[112578]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-16T20:45:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:38 smithi098 ceph-mon[112578]: mgrmap e20: smithi016.mikunp(active, since 3m), standbys: smithi098.diwrgz 2023-10-16T20:45:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:38.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:38.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:38.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi016.zlsqhh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-16T20:45:38.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi016.zlsqhh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-16T20:45:38.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:38.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:38 smithi098 ceph-mon[112578]: Deploying daemon mds.foofs.smithi016.zlsqhh on smithi016 2023-10-16T20:45:38.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:38 smithi098 ceph-mon[112578]: from='client.24341 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:38.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:38 smithi016 ceph-mon[96085]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-16T20:45:38.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:38 smithi016 ceph-mon[96085]: mgrmap e20: smithi016.mikunp(active, since 3m), standbys: smithi098.diwrgz 2023-10-16T20:45:38.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:38.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:38.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:38.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi016.zlsqhh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-16T20:45:38.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi016.zlsqhh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-16T20:45:38.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:38.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:38 smithi016 ceph-mon[96085]: Deploying daemon mds.foofs.smithi016.zlsqhh on smithi016 2023-10-16T20:45:38.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:38 smithi016 ceph-mon[96085]: from='client.24341 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:39.397 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-10-16T20:45:39.397 INFO:teuthology.orchestra.run.smithi016.stdout: "bind": "/fake", 2023-10-16T20:45:39.397 INFO:teuthology.orchestra.run.smithi016.stdout: "cluster": "foo", 2023-10-16T20:45:39.398 INFO:teuthology.orchestra.run.smithi016.stdout: "fs": "foofs", 2023-10-16T20:45:39.398 INFO:teuthology.orchestra.run.smithi016.stdout: "mode": "RW", 2023-10-16T20:45:39.398 INFO:teuthology.orchestra.run.smithi016.stdout: "path": "/" 2023-10-16T20:45:39.398 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-10-16T20:45:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:39 smithi016 ceph-mon[96085]: mds.? [v2:172.21.15.98:6832/1116890712,v1:172.21.15.98:6833/1116890712] up:boot 2023-10-16T20:45:39.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:39 smithi016 ceph-mon[96085]: daemon mds.foofs.smithi098.cigxxx assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-16T20:45:39.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:39 smithi016 ceph-mon[96085]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-16T20:45:39.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:39 smithi016 ceph-mon[96085]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-16T20:45:39.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:39 smithi016 ceph-mon[96085]: Cluster is now healthy 2023-10-16T20:45:39.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:39 smithi016 ceph-mon[96085]: fsmap foofs:0 1 up:standby 2023-10-16T20:45:39.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.cigxxx"}]: dispatch 2023-10-16T20:45:39.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:39 smithi016 ceph-mon[96085]: fsmap foofs:1 {0=foofs.smithi098.cigxxx=up:creating} 2023-10-16T20:45:39.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:39 smithi016 ceph-mon[96085]: daemon mds.foofs.smithi098.cigxxx is now active in filesystem foofs as rank 0 2023-10-16T20:45:39.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:39 smithi016 ceph-mon[96085]: pgmap v140: 97 pgs: 15 creating+peering, 81 active+clean, 1 unknown; 577 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:39.689 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:39 smithi098 ceph-mon[112578]: mds.? [v2:172.21.15.98:6832/1116890712,v1:172.21.15.98:6833/1116890712] up:boot 2023-10-16T20:45:39.689 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:39 smithi098 ceph-mon[112578]: daemon mds.foofs.smithi098.cigxxx assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-16T20:45:39.689 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:39 smithi098 ceph-mon[112578]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-16T20:45:39.690 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:39 smithi098 ceph-mon[112578]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-16T20:45:39.690 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:39 smithi098 ceph-mon[112578]: Cluster is now healthy 2023-10-16T20:45:39.690 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:39 smithi098 ceph-mon[112578]: fsmap foofs:0 1 up:standby 2023-10-16T20:45:39.690 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.cigxxx"}]: dispatch 2023-10-16T20:45:39.690 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:39 smithi098 ceph-mon[112578]: fsmap foofs:1 {0=foofs.smithi098.cigxxx=up:creating} 2023-10-16T20:45:39.691 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:39 smithi098 ceph-mon[112578]: daemon mds.foofs.smithi098.cigxxx is now active in filesystem foofs as rank 0 2023-10-16T20:45:39.691 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:39 smithi098 ceph-mon[112578]: pgmap v140: 97 pgs: 15 creating+peering, 81 active+clean, 1 unknown; 577 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:45:40.018 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-16T20:45:40.028 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-10-16T20:45:40.028 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:45:40.496 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:45:40.727 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:40 smithi016 ceph-mon[96085]: mds.? [v2:172.21.15.98:6832/1116890712,v1:172.21.15.98:6833/1116890712] up:active 2023-10-16T20:45:40.728 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:40 smithi016 ceph-mon[96085]: fsmap foofs:1 {0=foofs.smithi098.cigxxx=up:active} 2023-10-16T20:45:40.728 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-10-16T20:45:40.728 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-10-16T20:45:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:40 smithi098 ceph-mon[112578]: mds.? [v2:172.21.15.98:6832/1116890712,v1:172.21.15.98:6833/1116890712] up:active 2023-10-16T20:45:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:40 smithi098 ceph-mon[112578]: fsmap foofs:1 {0=foofs.smithi098.cigxxx=up:active} 2023-10-16T20:45:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-10-16T20:45:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-10-16T20:45:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:41.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:41 smithi098 ceph-mon[112578]: pgmap v141: 97 pgs: 97 active+clean; 577 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 4 op/s 2023-10-16T20:45:41.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:41.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:41.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:41.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:45:41.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:41 smithi098 ceph-mon[112578]: mds.? [v2:172.21.15.16:6834/1281233943,v1:172.21.15.16:6835/1281233943] up:boot 2023-10-16T20:45:41.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:41 smithi098 ceph-mon[112578]: fsmap foofs:1 {0=foofs.smithi098.cigxxx=up:active} 1 up:standby 2023-10-16T20:45:41.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi016.zlsqhh"}]: dispatch 2023-10-16T20:45:41.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:41 smithi098 ceph-mon[112578]: fsmap foofs:1 {0=foofs.smithi098.cigxxx=up:active} 1 up:standby 2023-10-16T20:45:41.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:41.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:41.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:41 smithi016 ceph-mon[96085]: pgmap v141: 97 pgs: 97 active+clean; 577 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 4 op/s 2023-10-16T20:45:41.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:41.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:41.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:41.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:45:41.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:41 smithi016 ceph-mon[96085]: mds.? [v2:172.21.15.16:6834/1281233943,v1:172.21.15.16:6835/1281233943] up:boot 2023-10-16T20:45:41.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:41 smithi016 ceph-mon[96085]: fsmap foofs:1 {0=foofs.smithi098.cigxxx=up:active} 1 up:standby 2023-10-16T20:45:41.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi016.zlsqhh"}]: dispatch 2023-10-16T20:45:41.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:41 smithi016 ceph-mon[96085]: fsmap foofs:1 {0=foofs.smithi098.cigxxx=up:active} 1 up:standby 2023-10-16T20:45:42.353 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:45:42.353 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:38.454906Z", "last_refresh": "2023-10-16T20:45:29.629234Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:42:23.502367Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-16T20:40:32.164981Z", "last_refresh": "2023-10-16T20:45:27.121868Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:27.139318Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:40:30.560677Z", "last_refresh": "2023-10-16T20:45:27.121995Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-16T20:40:35.507257Z", "last_refresh": "2023-10-16T20:45:29.629346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:45:35.397031Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.16/16"}, "status": {"created": "2023-10-16T20:45:35.394239Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2023-10-16T20:45:30.165058Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-16T20:45:30.160493Z", "running": 0, "size": 2}}, {"events": ["2023-10-16T20:42:34.604397Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:40:28.499083Z", "last_refresh": "2023-10-16T20:45:27.122226Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:43.249573Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:41:23.199361Z", "last_refresh": "2023-10-16T20:45:27.122365Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:45:35.392702Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-16T20:45:35.389272Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:42:31.671327Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:37.016163Z", "last_refresh": "2023-10-16T20:45:27.122106Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:52.314780Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-16T20:42:52.311148Z", "last_refresh": "2023-10-16T20:45:27.122476Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:42:43.257481Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:33.902214Z", "last_refresh": "2023-10-16T20:45:29.629453Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:45:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:42 smithi016 ceph-mon[96085]: mgrmap e21: smithi016.mikunp(active, since 3m), standbys: smithi098.diwrgz 2023-10-16T20:45:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:42 smithi098 ceph-mon[112578]: mgrmap e21: smithi016.mikunp(active, since 3m), standbys: smithi098.diwrgz 2023-10-16T20:45:43.027 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:45:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:43 smithi098 ceph-mon[112578]: from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:43 smithi098 ceph-mon[112578]: pgmap v142: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s wr, 5 op/s 2023-10-16T20:45:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:43 smithi098 ceph-mon[112578]: mds.? [v2:172.21.15.98:6832/1116890712,v1:172.21.15.98:6833/1116890712] up:active 2023-10-16T20:45:43.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:43 smithi098 ceph-mon[112578]: fsmap foofs:1 {0=foofs.smithi098.cigxxx=up:active} 1 up:standby 2023-10-16T20:45:43.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:45:43.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:43.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:43.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:43 smithi016 ceph-mon[96085]: from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:43.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:43 smithi016 ceph-mon[96085]: pgmap v142: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s wr, 5 op/s 2023-10-16T20:45:43.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:43 smithi016 ceph-mon[96085]: mds.? [v2:172.21.15.98:6832/1116890712,v1:172.21.15.98:6833/1116890712] up:active 2023-10-16T20:45:43.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:43 smithi016 ceph-mon[96085]: fsmap foofs:1 {0=foofs.smithi098.cigxxx=up:active} 1 up:standby 2023-10-16T20:45:43.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:45:43.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:43.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:43.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:44.028 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:45:44.418 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:45:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:45 smithi016 ceph-mon[96085]: pgmap v143: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 5 op/s 2023-10-16T20:45:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:45 smithi016 ceph-mon[96085]: mds.? [v2:172.21.15.16:6834/1281233943,v1:172.21.15.16:6835/1281233943] up:standby 2023-10-16T20:45:45.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:45 smithi016 ceph-mon[96085]: fsmap foofs:1 {0=foofs.smithi098.cigxxx=up:active} 1 up:standby 2023-10-16T20:45:46.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:45 smithi098 ceph-mon[112578]: pgmap v143: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 5 op/s 2023-10-16T20:45:46.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:45 smithi098 ceph-mon[112578]: mds.? [v2:172.21.15.16:6834/1281233943,v1:172.21.15.16:6835/1281233943] up:standby 2023-10-16T20:45:46.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:45 smithi098 ceph-mon[112578]: fsmap foofs:1 {0=foofs.smithi098.cigxxx=up:active} 1 up:standby 2023-10-16T20:45:46.489 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:45:46.489 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:38.454906Z", "last_refresh": "2023-10-16T20:45:46.268298Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:42:23.502367Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-16T20:40:32.164981Z", "last_refresh": "2023-10-16T20:45:42.559096Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:27.139318Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:40:30.560677Z", "last_refresh": "2023-10-16T20:45:42.559227Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-16T20:40:35.507257Z", "last_refresh": "2023-10-16T20:45:46.268407Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:45:35.397031Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.16/16"}, "status": {"created": "2023-10-16T20:45:35.394239Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2023-10-16T20:45:30.165058Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-16T20:45:30.160493Z", "last_refresh": "2023-10-16T20:45:42.560089Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:34.604397Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:40:28.499083Z", "last_refresh": "2023-10-16T20:45:42.559448Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:43.249573Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:41:23.199361Z", "last_refresh": "2023-10-16T20:45:42.559555Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:45:35.392702Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-16T20:45:35.389272Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:42:31.671327Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:37.016163Z", "last_refresh": "2023-10-16T20:45:42.559340Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:52.314780Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-16T20:42:52.311148Z", "last_refresh": "2023-10-16T20:45:42.559661Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:42:43.257481Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:33.902214Z", "last_refresh": "2023-10-16T20:45:46.268514Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:45:47.215 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:45:47.469 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:47.469 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:47.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:47.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:45:47.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:47.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:45:47.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:47.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: Creating key for client.nfs.foo.0.0.smithi016.isepoc 2023-10-16T20:45:47.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi016.isepoc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-16T20:45:47.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi016.isepoc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-16T20:45:47.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-16T20:45:47.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-16T20:45:47.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-16T20:45:47.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:47.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-16T20:45:47.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-16T20:45:47.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: Rados config object exists: conf-nfs.foo 2023-10-16T20:45:47.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: Creating key for client.nfs.foo.0.0.smithi016.isepoc-rgw 2023-10-16T20:45:47.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi016.isepoc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-16T20:45:47.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi016.isepoc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-16T20:45:47.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: Bind address in nfs.foo.0.0.smithi016.isepoc's ganesha conf is defaulting to empty 2023-10-16T20:45:47.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:47.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: Deploying daemon nfs.foo.0.0.smithi016.isepoc on smithi016 2023-10-16T20:45:47.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:47.474 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:47 smithi016 ceph-mon[96085]: pgmap v144: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 4 op/s 2023-10-16T20:45:47.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:47.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:47.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:47.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:45:47.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:47.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:45:47.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:47.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: Creating key for client.nfs.foo.0.0.smithi016.isepoc 2023-10-16T20:45:47.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi016.isepoc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-16T20:45:47.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi016.isepoc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-16T20:45:47.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-16T20:45:47.768 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-16T20:45:47.768 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-16T20:45:47.768 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:47.768 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-16T20:45:47.768 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-16T20:45:47.769 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: Rados config object exists: conf-nfs.foo 2023-10-16T20:45:47.769 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: Creating key for client.nfs.foo.0.0.smithi016.isepoc-rgw 2023-10-16T20:45:47.769 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi016.isepoc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-16T20:45:47.769 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi016.isepoc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-16T20:45:47.769 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: Bind address in nfs.foo.0.0.smithi016.isepoc's ganesha conf is defaulting to empty 2023-10-16T20:45:47.770 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:47.770 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: Deploying daemon nfs.foo.0.0.smithi016.isepoc on smithi016 2023-10-16T20:45:47.770 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:47.770 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:47 smithi098 ceph-mon[112578]: pgmap v144: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 4 op/s 2023-10-16T20:45:48.216 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:45:48.751 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:45:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:49.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:49 smithi016 ceph-mon[96085]: pgmap v145: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-10-16T20:45:49.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:50.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:49 smithi098 ceph-mon[112578]: pgmap v145: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-10-16T20:45:50.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:50.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:50.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:50.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:50.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:50 smithi016 ceph-mon[96085]: Deploying daemon haproxy.nfs.foo.smithi016.hxpbni on smithi016 2023-10-16T20:45:50.878 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:45:50.878 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:38.454906Z", "last_refresh": "2023-10-16T20:45:46.268298Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:42:23.502367Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-16T20:40:32.164981Z", "last_refresh": "2023-10-16T20:45:42.559096Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:27.139318Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:40:30.560677Z", "last_refresh": "2023-10-16T20:45:42.559227Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-16T20:40:35.507257Z", "last_refresh": "2023-10-16T20:45:46.268407Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:45:35.397031Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.16/16"}, "status": {"created": "2023-10-16T20:45:35.394239Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2023-10-16T20:45:30.165058Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-16T20:45:30.160493Z", "last_refresh": "2023-10-16T20:45:42.560089Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:34.604397Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:40:28.499083Z", "last_refresh": "2023-10-16T20:45:42.559448Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:43.249573Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:41:23.199361Z", "last_refresh": "2023-10-16T20:45:42.559555Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:45:35.392702Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-16T20:45:35.389272Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:42:31.671327Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:37.016163Z", "last_refresh": "2023-10-16T20:45:42.559340Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:52.314780Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-16T20:42:52.311148Z", "last_refresh": "2023-10-16T20:45:42.559661Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:42:43.257481Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:33.902214Z", "last_refresh": "2023-10-16T20:45:46.268514Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:45:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:51.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:51.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:50 smithi098 ceph-mon[112578]: Deploying daemon haproxy.nfs.foo.smithi016.hxpbni on smithi016 2023-10-16T20:45:51.917 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:45:52.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:52 smithi016 ceph-mon[96085]: pgmap v146: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.4 KiB/s wr, 4 op/s 2023-10-16T20:45:52.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:52 smithi016 ceph-mon[96085]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:52 smithi098 ceph-mon[112578]: pgmap v146: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.4 KiB/s wr, 4 op/s 2023-10-16T20:45:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:52 smithi098 ceph-mon[112578]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:52.918 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:45:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:53 smithi098 ceph-mon[112578]: pgmap v147: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-10-16T20:45:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:54.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:53 smithi016 ceph-mon[96085]: pgmap v147: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-10-16T20:45:54.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:54.127 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:45:56.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:56 smithi016 ceph-mon[96085]: pgmap v148: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 682 B/s wr, 1 op/s 2023-10-16T20:45:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:56 smithi098 ceph-mon[112578]: pgmap v148: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 682 B/s wr, 1 op/s 2023-10-16T20:45:58.271 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:45:58.271 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:38.454906Z", "last_refresh": "2023-10-16T20:45:46.268298Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:42:23.502367Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-16T20:40:32.164981Z", "last_refresh": "2023-10-16T20:45:42.559096Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:27.139318Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:40:30.560677Z", "last_refresh": "2023-10-16T20:45:42.559227Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-16T20:40:35.507257Z", "last_refresh": "2023-10-16T20:45:46.268407Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:45:35.397031Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.16/16"}, "status": {"created": "2023-10-16T20:45:35.394239Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2023-10-16T20:45:30.165058Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-16T20:45:30.160493Z", "last_refresh": "2023-10-16T20:45:42.560089Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:34.604397Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:40:28.499083Z", "last_refresh": "2023-10-16T20:45:42.559448Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:43.249573Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:41:23.199361Z", "last_refresh": "2023-10-16T20:45:42.559555Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:45:35.392702Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-16T20:45:35.389272Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:42:31.671327Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:37.016163Z", "last_refresh": "2023-10-16T20:45:42.559340Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:52.314780Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-16T20:42:52.311148Z", "last_refresh": "2023-10-16T20:45:42.559661Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:42:43.257481Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:33.902214Z", "last_refresh": "2023-10-16T20:45:46.268514Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:45:58.298 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:58 smithi016 ceph-mon[96085]: pgmap v149: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-10-16T20:45:58.298 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:45:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:58 smithi098 ceph-mon[112578]: pgmap v149: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-10-16T20:45:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:45:59.065 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:59 smithi016 ceph-mon[96085]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:59.066 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:59.066 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:59.066 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:45:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:59.082 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:45:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:59 smithi098 ceph-mon[112578]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:45:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:45:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:00.084 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:46:00.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:00 smithi098 ceph-mon[112578]: pgmap v150: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-10-16T20:46:00.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:00 smithi098 ceph-mon[112578]: Deploying daemon haproxy.nfs.foo.smithi098.frngpn on smithi098 2023-10-16T20:46:00.430 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:46:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:00 smithi016 ceph-mon[96085]: pgmap v150: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-10-16T20:46:00.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:00 smithi016 ceph-mon[96085]: Deploying daemon haproxy.nfs.foo.smithi098.frngpn on smithi098 2023-10-16T20:46:02.126 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:46:02.127 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:38.454906Z", "last_refresh": "2023-10-16T20:45:46.268298Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:42:23.502367Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-16T20:40:32.164981Z", "last_refresh": "2023-10-16T20:45:42.559096Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:27.139318Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:40:30.560677Z", "last_refresh": "2023-10-16T20:45:42.559227Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-16T20:40:35.507257Z", "last_refresh": "2023-10-16T20:45:46.268407Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:45:35.397031Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.16/16"}, "status": {"created": "2023-10-16T20:45:35.394239Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2023-10-16T20:45:30.165058Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-16T20:45:30.160493Z", "last_refresh": "2023-10-16T20:45:42.560089Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:34.604397Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:40:28.499083Z", "last_refresh": "2023-10-16T20:45:42.559448Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:43.249573Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:41:23.199361Z", "last_refresh": "2023-10-16T20:45:42.559555Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:45:35.392702Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-16T20:45:35.389272Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:42:31.671327Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:37.016163Z", "last_refresh": "2023-10-16T20:45:42.559340Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:52.314780Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-16T20:42:52.311148Z", "last_refresh": "2023-10-16T20:45:42.559661Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:42:43.257481Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:33.902214Z", "last_refresh": "2023-10-16T20:45:46.268514Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:46:02.308 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:02 smithi016 ceph-mon[96085]: pgmap v151: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-10-16T20:46:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:02 smithi098 ceph-mon[112578]: pgmap v151: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-10-16T20:46:02.691 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:46:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:03 smithi098 ceph-mon[112578]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:03 smithi016 ceph-mon[96085]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:03.693 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:46:04.041 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:46:04.311 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:04 smithi016 ceph-mon[96085]: pgmap v152: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 938 B/s wr, 1 op/s 2023-10-16T20:46:04.320 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:04 smithi098 ceph-mon[112578]: pgmap v152: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 938 B/s wr, 1 op/s 2023-10-16T20:46:05.737 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:46:05.737 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:38.454906Z", "last_refresh": "2023-10-16T20:45:46.268298Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:42:23.502367Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-16T20:40:32.164981Z", "last_refresh": "2023-10-16T20:45:42.559096Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:27.139318Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:40:30.560677Z", "last_refresh": "2023-10-16T20:45:42.559227Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-16T20:40:35.507257Z", "last_refresh": "2023-10-16T20:45:46.268407Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:45:35.397031Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.16/16"}, "status": {"created": "2023-10-16T20:45:35.394239Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2023-10-16T20:45:30.165058Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-16T20:45:30.160493Z", "last_refresh": "2023-10-16T20:45:42.560089Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:34.604397Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:40:28.499083Z", "last_refresh": "2023-10-16T20:45:42.559448Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:43.249573Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:41:23.199361Z", "last_refresh": "2023-10-16T20:45:42.559555Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:45:35.392702Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-16T20:45:35.389272Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:42:31.671327Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:37.016163Z", "last_refresh": "2023-10-16T20:45:42.559340Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:52.314780Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-16T20:42:52.311148Z", "last_refresh": "2023-10-16T20:45:42.559661Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:42:43.257481Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:33.902214Z", "last_refresh": "2023-10-16T20:45:46.268514Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:46:06.341 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:06 smithi016 ceph-mon[96085]: pgmap v153: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-16T20:46:06.357 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:46:06.446 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:06 smithi098 ceph-mon[112578]: pgmap v153: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-16T20:46:07.358 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:46:07.393 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:07 smithi016 ceph-mon[96085]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:07 smithi098 ceph-mon[112578]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:07.704 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:46:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:08 smithi098 ceph-mon[112578]: pgmap v154: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-16T20:46:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:08 smithi098 ceph-mon[112578]: 10.0.31.16 is in 10.0.0.0/16 on smithi098 interface enp3s0f1 2023-10-16T20:46:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:08 smithi098 ceph-mon[112578]: 10.0.31.16 is in 10.0.0.0/16 on smithi016 interface ens1f0 2023-10-16T20:46:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:08 smithi016 ceph-mon[96085]: pgmap v154: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-16T20:46:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:08 smithi016 ceph-mon[96085]: 10.0.31.16 is in 10.0.0.0/16 on smithi098 interface enp3s0f1 2023-10-16T20:46:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:08 smithi016 ceph-mon[96085]: 10.0.31.16 is in 10.0.0.0/16 on smithi016 interface ens1f0 2023-10-16T20:46:09.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:09 smithi016 ceph-mon[96085]: Deploying daemon keepalived.nfs.foo.smithi098.kzdnlx on smithi098 2023-10-16T20:46:09.390 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:46:09.391 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:38.454906Z", "last_refresh": "2023-10-16T20:45:46.268298Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:42:23.502367Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-16T20:40:32.164981Z", "last_refresh": "2023-10-16T20:45:42.559096Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:27.139318Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:40:30.560677Z", "last_refresh": "2023-10-16T20:45:42.559227Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-16T20:40:35.507257Z", "last_refresh": "2023-10-16T20:45:46.268407Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:45:35.397031Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.16/16"}, "status": {"created": "2023-10-16T20:45:35.394239Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2023-10-16T20:45:30.165058Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-16T20:45:30.160493Z", "last_refresh": "2023-10-16T20:45:42.560089Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:34.604397Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:40:28.499083Z", "last_refresh": "2023-10-16T20:45:42.559448Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:43.249573Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:41:23.199361Z", "last_refresh": "2023-10-16T20:45:42.559555Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:45:35.392702Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-16T20:45:35.389272Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:42:31.671327Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:37.016163Z", "last_refresh": "2023-10-16T20:45:42.559340Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:52.314780Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-16T20:42:52.311148Z", "last_refresh": "2023-10-16T20:45:42.559661Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:42:43.257481Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:33.902214Z", "last_refresh": "2023-10-16T20:45:46.268514Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:46:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:09 smithi098 ceph-mon[112578]: Deploying daemon keepalived.nfs.foo.smithi098.kzdnlx on smithi098 2023-10-16T20:46:09.907 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:46:10.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:10 smithi098 ceph-mon[112578]: pgmap v155: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:10.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:10 smithi016 ceph-mon[96085]: pgmap v155: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:10.909 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:46:11.259 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:46:11.498 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:11 smithi016 ceph-mon[96085]: from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:11 smithi098 ceph-mon[112578]: from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:12 smithi098 ceph-mon[112578]: pgmap v156: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:12 smithi016 ceph-mon[96085]: pgmap v156: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:13.028 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:46:13.029 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:38.454906Z", "last_refresh": "2023-10-16T20:45:46.268298Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:42:23.502367Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-16T20:40:32.164981Z", "last_refresh": "2023-10-16T20:45:42.559096Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:27.139318Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:40:30.560677Z", "last_refresh": "2023-10-16T20:45:42.559227Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-16T20:40:35.507257Z", "last_refresh": "2023-10-16T20:45:46.268407Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:45:35.397031Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.16/16"}, "status": {"created": "2023-10-16T20:45:35.394239Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2023-10-16T20:45:30.165058Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-16T20:45:30.160493Z", "last_refresh": "2023-10-16T20:45:42.560089Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:34.604397Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:40:28.499083Z", "last_refresh": "2023-10-16T20:45:42.559448Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:43.249573Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:41:23.199361Z", "last_refresh": "2023-10-16T20:45:42.559555Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:45:35.392702Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-16T20:45:35.389272Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:42:31.671327Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:37.016163Z", "last_refresh": "2023-10-16T20:45:42.559340Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:52.314780Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-16T20:42:52.311148Z", "last_refresh": "2023-10-16T20:45:42.559661Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:42:43.257481Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:33.902214Z", "last_refresh": "2023-10-16T20:45:46.268514Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:46:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:46:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:46:13.601 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:46:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:14 smithi098 ceph-mon[112578]: pgmap v157: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:14 smithi098 ceph-mon[112578]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:14 smithi016 ceph-mon[96085]: pgmap v157: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:14 smithi016 ceph-mon[96085]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:14.602 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:46:14.945 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:46:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:16 smithi098 ceph-mon[112578]: pgmap v158: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:16 smithi016 ceph-mon[96085]: pgmap v158: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:16.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:16.641 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:46:16.641 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:38.454906Z", "last_refresh": "2023-10-16T20:45:46.268298Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:42:23.502367Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-16T20:40:32.164981Z", "last_refresh": "2023-10-16T20:45:42.559096Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:27.139318Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:40:30.560677Z", "last_refresh": "2023-10-16T20:45:42.559227Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-16T20:40:35.507257Z", "last_refresh": "2023-10-16T20:45:46.268407Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:45:35.397031Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.16/16"}, "status": {"created": "2023-10-16T20:45:35.394239Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2023-10-16T20:45:30.165058Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-16T20:45:30.160493Z", "last_refresh": "2023-10-16T20:45:42.560089Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:34.604397Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:40:28.499083Z", "last_refresh": "2023-10-16T20:45:42.559448Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:43.249573Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:41:23.199361Z", "last_refresh": "2023-10-16T20:45:42.559555Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:45:35.392702Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-16T20:45:35.389272Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:42:31.671327Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:37.016163Z", "last_refresh": "2023-10-16T20:45:42.559340Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:52.314780Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-16T20:42:52.311148Z", "last_refresh": "2023-10-16T20:45:42.559661Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:42:43.257481Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:33.902214Z", "last_refresh": "2023-10-16T20:45:46.268514Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:46:17.308 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:46:17.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:17 smithi098 ceph-mon[112578]: 10.0.31.16 is in 10.0.0.0/16 on smithi016 interface ens1f0 2023-10-16T20:46:17.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:17 smithi098 ceph-mon[112578]: 10.0.31.16 is in 10.0.0.0/16 on smithi098 interface enp3s0f1 2023-10-16T20:46:17.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:17 smithi098 ceph-mon[112578]: Deploying daemon keepalived.nfs.foo.smithi016.ogxwbp on smithi016 2023-10-16T20:46:17.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:17 smithi016 ceph-mon[96085]: 10.0.31.16 is in 10.0.0.0/16 on smithi016 interface ens1f0 2023-10-16T20:46:17.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:17 smithi016 ceph-mon[96085]: 10.0.31.16 is in 10.0.0.0/16 on smithi098 interface enp3s0f1 2023-10-16T20:46:17.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:17 smithi016 ceph-mon[96085]: Deploying daemon keepalived.nfs.foo.smithi016.ogxwbp on smithi016 2023-10-16T20:46:18.309 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:46:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:18 smithi098 ceph-mon[112578]: pgmap v159: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:46:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:18 smithi098 ceph-mon[112578]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:18 smithi016 ceph-mon[96085]: pgmap v159: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:46:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:18 smithi016 ceph-mon[96085]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:20.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:20 smithi098 ceph-mon[112578]: pgmap v160: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:20.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:20 smithi016 ceph-mon[96085]: pgmap v160: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:20.670 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:46:22.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:22 smithi016 ceph-mon[96085]: pgmap v161: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:22 smithi098 ceph-mon[112578]: pgmap v161: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:24.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:24 smithi016 ceph-mon[96085]: pgmap v162: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:24 smithi098 ceph-mon[112578]: pgmap v162: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:25.125 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:46:25.125 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:38.454906Z", "last_refresh": "2023-10-16T20:45:46.268298Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:42:23.502367Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-16T20:40:32.164981Z", "last_refresh": "2023-10-16T20:45:42.559096Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:27.139318Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:40:30.560677Z", "last_refresh": "2023-10-16T20:45:42.559227Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-16T20:40:35.507257Z", "last_refresh": "2023-10-16T20:45:46.268407Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:45:35.397031Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.16/16"}, "status": {"created": "2023-10-16T20:45:35.394239Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2023-10-16T20:45:30.165058Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-16T20:45:30.160493Z", "last_refresh": "2023-10-16T20:45:42.560089Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:34.604397Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:40:28.499083Z", "last_refresh": "2023-10-16T20:45:42.559448Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:43.249573Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:41:23.199361Z", "last_refresh": "2023-10-16T20:45:42.559555Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:45:35.392702Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-16T20:45:35.389272Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:42:31.671327Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:37.016163Z", "last_refresh": "2023-10-16T20:45:42.559340Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:52.314780Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-16T20:42:52.311148Z", "last_refresh": "2023-10-16T20:45:42.559661Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:42:43.257481Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:33.902214Z", "last_refresh": "2023-10-16T20:45:46.268514Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:46:25.879 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:46:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:26 smithi016 ceph-mon[96085]: pgmap v163: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:26 smithi016 ceph-mon[96085]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:26.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:26.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:26.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:26.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:26 smithi098 ceph-mon[112578]: pgmap v163: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:26.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:26 smithi098 ceph-mon[112578]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:26.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:26.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:26.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:26.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:26.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:26.880 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:46:27.290 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:46:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:28 smithi016 ceph-mon[96085]: pgmap v164: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:46:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:46:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:28 smithi098 ceph-mon[112578]: pgmap v164: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:46:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:46:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:29.392 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:46:29.393 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:38.454906Z", "last_refresh": "2023-10-16T20:45:46.268298Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:42:23.502367Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-16T20:40:32.164981Z", "last_refresh": "2023-10-16T20:45:46.267956Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:27.139318Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:40:30.560677Z", "last_refresh": "2023-10-16T20:45:46.268065Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-16T20:40:35.507257Z", "last_refresh": "2023-10-16T20:45:46.268407Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:45:35.397031Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.16/16"}, "status": {"created": "2023-10-16T20:45:35.394239Z", "last_refresh": "2023-10-16T20:46:28.857198Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2023-10-16T20:45:30.165058Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-16T20:45:30.160493Z", "last_refresh": "2023-10-16T20:45:46.269051Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:34.604397Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:40:28.499083Z", "last_refresh": "2023-10-16T20:45:46.267843Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:43.249573Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:41:23.199361Z", "last_refresh": "2023-10-16T20:45:46.267711Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:45:35.392702Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-16T20:45:35.389272Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:42:31.671327Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:37.016163Z", "last_refresh": "2023-10-16T20:45:46.268174Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:52.314780Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-16T20:42:52.311148Z", "last_refresh": "2023-10-16T20:45:46.268622Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:42:43.257481Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:33.902214Z", "last_refresh": "2023-10-16T20:45:46.268514Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:46:30.009 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:46:30.221 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:29 smithi098 ceph-mon[112578]: pgmap v165: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:30.222 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:30.222 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:30.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:29 smithi016 ceph-mon[96085]: pgmap v165: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:30.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:30.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:31.011 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:46:31.401 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:31 smithi016 ceph-mon[96085]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:31.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:31 smithi098 ceph-mon[112578]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:31.533 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:46:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:32 smithi016 ceph-mon[96085]: pgmap v166: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:32 smithi098 ceph-mon[112578]: pgmap v166: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:33.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:33.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:33.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:33 smithi016 ceph-mon[96085]: pgmap v167: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:33.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:33.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:33.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:33.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:33.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:33.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:33 smithi016 ceph-mon[96085]: Reconfiguring prometheus.smithi016 (dependencies changed)... 2023-10-16T20:46:33.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:33 smithi016 ceph-mon[96085]: Reconfiguring daemon prometheus.smithi016 on smithi016 2023-10-16T20:46:33.574 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:46:33.574 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:38.454906Z", "last_refresh": "2023-10-16T20:46:32.319173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:42:23.502367Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-16T20:40:32.164981Z", "last_refresh": "2023-10-16T20:46:28.855346Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:27.139318Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:40:30.560677Z", "last_refresh": "2023-10-16T20:46:28.855556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-16T20:40:35.507257Z", "last_refresh": "2023-10-16T20:46:32.319295Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:45:35.397031Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.16/16"}, "status": {"created": "2023-10-16T20:45:35.394239Z", "last_refresh": "2023-10-16T20:46:28.857198Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2023-10-16T20:45:30.165058Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-16T20:45:30.160493Z", "last_refresh": "2023-10-16T20:46:28.857013Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:34.604397Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:40:28.499083Z", "last_refresh": "2023-10-16T20:46:28.855916Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:43.249573Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:41:23.199361Z", "last_refresh": "2023-10-16T20:46:28.856093Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:45:35.392702Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-16T20:45:35.389272Z", "last_refresh": "2023-10-16T20:46:32.320095Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:42:31.671327Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:37.016163Z", "last_refresh": "2023-10-16T20:46:28.855735Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:52.314780Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-16T20:42:52.311148Z", "last_refresh": "2023-10-16T20:46:28.856281Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:42:43.257481Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:33.902214Z", "last_refresh": "2023-10-16T20:46:32.319402Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:46:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:33 smithi098 ceph-mon[112578]: pgmap v167: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:33.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:33.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:33.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:33.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:33.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:33.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:33 smithi098 ceph-mon[112578]: Reconfiguring prometheus.smithi016 (dependencies changed)... 2023-10-16T20:46:33.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:33 smithi098 ceph-mon[112578]: Reconfiguring daemon prometheus.smithi016 on smithi016 2023-10-16T20:46:34.348 INFO:tasks.cephadm:nfs.foo has 1/1 2023-10-16T20:46:34.348 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-16T20:46:34.362 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-10-16T20:46:34.362 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:46:34.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:34 smithi016 ceph-mon[96085]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:34.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:34 smithi098 ceph-mon[112578]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:35.102 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:46:36.460 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:36 smithi016 ceph-mon[96085]: pgmap v168: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:36.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:36 smithi098 ceph-mon[112578]: pgmap v168: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:37.283 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-16T20:46:37.284 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:38.454906Z", "last_refresh": "2023-10-16T20:46:32.319173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:42:23.502367Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-16T20:40:32.164981Z", "last_refresh": "2023-10-16T20:46:28.855346Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:27.139318Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:40:30.560677Z", "last_refresh": "2023-10-16T20:46:28.855556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-16T20:40:35.507257Z", "last_refresh": "2023-10-16T20:46:32.319295Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:45:35.397031Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.16/16"}, "status": {"created": "2023-10-16T20:45:35.394239Z", "last_refresh": "2023-10-16T20:46:28.857198Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2023-10-16T20:45:30.165058Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-16T20:45:30.160493Z", "last_refresh": "2023-10-16T20:46:28.857013Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:34.604397Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:40:28.499083Z", "last_refresh": "2023-10-16T20:46:28.855916Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:43.249573Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:41:23.199361Z", "last_refresh": "2023-10-16T20:46:28.856093Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:45:35.392702Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-16T20:45:35.389272Z", "last_refresh": "2023-10-16T20:46:32.320095Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:42:31.671327Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:37.016163Z", "last_refresh": "2023-10-16T20:46:28.855735Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:42:52.314780Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-16T20:42:52.311148Z", "last_refresh": "2023-10-16T20:46:28.856281Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:42:43.257481Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:33.902214Z", "last_refresh": "2023-10-16T20:46:32.319402Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:46:38.045 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2023-10-16T20:46:38.045 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-16T20:46:38.056 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi016.front.sepia.ceph.com 2023-10-16T20:46:38.056 DEBUG:teuthology.orchestra.run.smithi016:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-10-16T20:46:38.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ mkdir /mnt/foo 2023-10-16T20:46:38.098 DEBUG:teuthology.orchestra.run.smithi016:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2023-10-16T20:46:38.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ sleep 5 2023-10-16T20:46:38.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:38 smithi016 ceph-mon[96085]: pgmap v169: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:46:38.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:38 smithi016 ceph-mon[96085]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:38 smithi098 ceph-mon[112578]: pgmap v169: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:46:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:38 smithi098 ceph-mon[112578]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:46:40.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:39 smithi098 ceph-mon[112578]: pgmap v170: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:40.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:40.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:40.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-16T20:46:40.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:39 smithi098 ceph-mon[112578]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-16T20:46:40.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:39 smithi016 ceph-mon[96085]: pgmap v170: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:40.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-16T20:46:40.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:39 smithi016 ceph-mon[96085]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-16T20:46:40.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:42.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:42 smithi098 ceph-mon[112578]: pgmap v171: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:42.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:42.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:42 smithi016 ceph-mon[96085]: pgmap v171: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:43.170 DEBUG:teuthology.orchestra.run.smithi016:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.16:/fake /mnt/foo -o port=2999' 2023-10-16T20:46:43.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ mount -t nfs 10.0.31.16:/fake /mnt/foo -o port=2999 2023-10-16T20:46:43.345 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:46:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:46:43.698 DEBUG:teuthology.orchestra.run.smithi016:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-10-16T20:46:43.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ echo test 2023-10-16T20:46:43.785 DEBUG:teuthology.orchestra.run.smithi016:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-10-16T20:46:43.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ sync 2023-10-16T20:46:44.100 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-16T20:46:44.110 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi016.front.sepia.ceph.com 2023-10-16T20:46:44.111 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2023-10-16T20:46:44.111 DEBUG:teuthology.orchestra.run.smithi016:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2023-10-16T20:46:44.111 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch daemon stop $haproxy 2023-10-16T20:46:44.111 DEBUG:teuthology.orchestra.run.smithi016:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2023-10-16T20:46:44.112 DEBUG:teuthology.orchestra.run.smithi016:> cat /mnt/foo/testfile 2023-10-16T20:46:44.112 DEBUG:teuthology.orchestra.run.smithi016:> echo $haproxy > /mnt/foo/testfile 2023-10-16T20:46:44.112 DEBUG:teuthology.orchestra.run.smithi016:> sync 2023-10-16T20:46:44.113 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch daemon start $haproxy 2023-10-16T20:46:44.113 DEBUG:teuthology.orchestra.run.smithi016:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2023-10-16T20:46:44.113 DEBUG:teuthology.orchestra.run.smithi016:> done 2023-10-16T20:46:44.113 DEBUG:teuthology.orchestra.run.smithi016:> ' 2023-10-16T20:46:44.166 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:44 smithi016 ceph-mon[96085]: pgmap v172: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:44.167 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:44.167 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:44.167 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:44.167 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:44.168 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:44.168 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:44.168 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:44.468 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:46:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:44 smithi098 ceph-mon[112578]: pgmap v172: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:44.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:44.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:44.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:44.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:44.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:44.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:44.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:45.784 INFO:teuthology.orchestra.run.smithi016.stdout:Check with each haproxy down in turn... 2023-10-16T20:46:46.452 INFO:teuthology.orchestra.run.smithi016.stdout:Scheduled to stop haproxy.nfs.foo.smithi016.hxpbni on host 'smithi016' 2023-10-16T20:46:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:46 smithi098 ceph-mon[112578]: pgmap v173: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2023-10-16T20:46:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:46 smithi016 ceph-mon[96085]: pgmap v173: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2023-10-16T20:46:47.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:47 smithi098 ceph-mon[112578]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:47.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:47.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:47.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:47.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:47 smithi016 ceph-mon[96085]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:47.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:47.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:47.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:48 smithi098 ceph-mon[112578]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi016.hxpbni", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:48 smithi098 ceph-mon[112578]: Schedule stop daemon haproxy.nfs.foo.smithi016.hxpbni 2023-10-16T20:46:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:48 smithi098 ceph-mon[112578]: pgmap v174: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2023-10-16T20:46:48.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:48 smithi098 ceph-mon[112578]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:48 smithi016 ceph-mon[96085]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi016.hxpbni", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:48 smithi016 ceph-mon[96085]: Schedule stop daemon haproxy.nfs.foo.smithi016.hxpbni 2023-10-16T20:46:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:48 smithi016 ceph-mon[96085]: pgmap v174: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2023-10-16T20:46:48.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:48 smithi016 ceph-mon[96085]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:49 smithi098 ceph-mon[112578]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:49 smithi016 ceph-mon[96085]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:50.436 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:50 smithi098 ceph-mon[112578]: pgmap v175: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2023-10-16T20:46:50.437 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:50.437 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:50 smithi016 ceph-mon[96085]: pgmap v175: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2023-10-16T20:46:50.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:50.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:51 smithi098 ceph-mon[112578]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:51 smithi016 ceph-mon[96085]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:52.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:52 smithi016 ceph-mon[96085]: pgmap v176: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-16T20:46:52.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:52 smithi016 ceph-mon[96085]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:52.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:52.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:52.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:52.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:52.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:52.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:52.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:52 smithi098 ceph-mon[112578]: pgmap v176: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-16T20:46:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:52 smithi098 ceph-mon[112578]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:52.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:52.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:52.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:52.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:52.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:52.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:53 smithi098 ceph-mon[112578]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:53 smithi098 ceph-mon[112578]: pgmap v177: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-16T20:46:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:54.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:54.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:53 smithi016 ceph-mon[96085]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:54.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:53 smithi016 ceph-mon[96085]: pgmap v177: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-16T20:46:54.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:54.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:54.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:54 smithi098 ceph-mon[112578]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:54 smithi016 ceph-mon[96085]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:56.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:56 smithi098 ceph-mon[112578]: pgmap v178: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-16T20:46:56.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:56 smithi098 ceph-mon[112578]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:56.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:56.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:56 smithi016 ceph-mon[96085]: pgmap v178: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-16T20:46:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:56 smithi016 ceph-mon[96085]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:56.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:56.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:57.833 INFO:teuthology.orchestra.run.smithi016.stdout:haproxy.nfs.foo.smithi016.hxpbni smithi016 *:2999,9999 stopped 0s ago 58s - - 2023-10-16T20:46:58.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:58 smithi098 ceph-mon[112578]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:58.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:58 smithi098 ceph-mon[112578]: pgmap v179: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-10-16T20:46:58.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:58.351 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:58.351 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:58.351 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:58.351 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:58.351 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:58.352 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:58.352 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:46:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:58 smithi016 ceph-mon[96085]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:58 smithi016 ceph-mon[96085]: pgmap v179: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-10-16T20:46:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:58.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:58.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:46:58.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:46:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:46:59 smithi098 ceph-mon[112578]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:46:59 smithi016 ceph-mon[96085]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:00 smithi098 ceph-mon[112578]: pgmap v180: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-16T20:47:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:00 smithi016 ceph-mon[96085]: pgmap v180: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-16T20:47:00.886 INFO:teuthology.orchestra.run.smithi016.stdout:test 2023-10-16T20:47:01.477 INFO:teuthology.orchestra.run.smithi016.stdout:Scheduled to start haproxy.nfs.foo.smithi016.hxpbni on host 'smithi016' 2023-10-16T20:47:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:02 smithi098 ceph-mon[112578]: pgmap v181: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-16T20:47:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:02.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:02 smithi016 ceph-mon[96085]: pgmap v181: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-16T20:47:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:02.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:03 smithi098 ceph-mon[112578]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi016.hxpbni", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:03 smithi098 ceph-mon[112578]: Schedule start daemon haproxy.nfs.foo.smithi016.hxpbni 2023-10-16T20:47:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:03 smithi098 ceph-mon[112578]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:03 smithi016 ceph-mon[96085]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi016.hxpbni", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:03 smithi016 ceph-mon[96085]: Schedule start daemon haproxy.nfs.foo.smithi016.hxpbni 2023-10-16T20:47:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:03 smithi016 ceph-mon[96085]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:04 smithi098 ceph-mon[112578]: pgmap v182: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-16T20:47:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:04 smithi098 ceph-mon[112578]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:04 smithi016 ceph-mon[96085]: pgmap v182: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-16T20:47:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:04 smithi016 ceph-mon[96085]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:05.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:05.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:05 smithi098 ceph-mon[112578]: pgmap v183: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-16T20:47:05.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:05 smithi098 ceph-mon[112578]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:05.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:05 smithi016 ceph-mon[96085]: pgmap v183: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-16T20:47:05.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:05 smithi016 ceph-mon[96085]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:07.285 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:07 smithi016 ceph-mon[96085]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:07.285 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:07.285 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:07.286 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:07.286 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:07.286 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:07.286 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:07.286 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:07 smithi098 ceph-mon[112578]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:07.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:07.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:07.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:07.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:07.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:08 smithi098 ceph-mon[112578]: pgmap v184: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-16T20:47:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:08 smithi016 ceph-mon[96085]: pgmap v184: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-16T20:47:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:09 smithi098 ceph-mon[112578]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:09 smithi016 ceph-mon[96085]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:10.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:10 smithi016 ceph-mon[96085]: pgmap v185: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-16T20:47:10.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:10 smithi016 ceph-mon[96085]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:10.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:10 smithi098 ceph-mon[112578]: pgmap v185: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-16T20:47:10.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:10 smithi098 ceph-mon[112578]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:11.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:11 smithi016 ceph-mon[96085]: mgrmap e22: smithi016.mikunp(active, since 4m), standbys: smithi098.diwrgz 2023-10-16T20:47:11.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:11 smithi016 ceph-mon[96085]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:11.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:11.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:11 smithi098 ceph-mon[112578]: mgrmap e22: smithi016.mikunp(active, since 4m), standbys: smithi098.diwrgz 2023-10-16T20:47:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:11 smithi098 ceph-mon[112578]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:11.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:12.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:12 smithi016 ceph-mon[96085]: pgmap v186: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-10-16T20:47:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:12 smithi098 ceph-mon[112578]: pgmap v186: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-10-16T20:47:12.917 INFO:teuthology.orchestra.run.smithi016.stdout:haproxy.nfs.foo.smithi016.hxpbni smithi016 *:2999,9999 running (5s) 0s ago 73s 4902k - 2.3.17-d1c9119 e85424b0d443 6c28e09b3646 2023-10-16T20:47:13.249 INFO:teuthology.orchestra.run.smithi016.stdout:Scheduled to stop haproxy.nfs.foo.smithi098.frngpn on host 'smithi098' 2023-10-16T20:47:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:13 smithi098 ceph-mon[112578]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:13.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:13.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:13.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:13.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:13.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:13.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:47:13.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:13.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:13 smithi016 ceph-mon[96085]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:13.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:13.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:47:13.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:13.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:14 smithi098 ceph-mon[112578]: pgmap v187: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-10-16T20:47:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:14 smithi098 ceph-mon[112578]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:14 smithi098 ceph-mon[112578]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi098.frngpn", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:14.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:14 smithi098 ceph-mon[112578]: Schedule stop daemon haproxy.nfs.foo.smithi098.frngpn 2023-10-16T20:47:14.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:14 smithi016 ceph-mon[96085]: pgmap v187: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-10-16T20:47:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:14 smithi016 ceph-mon[96085]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:14 smithi016 ceph-mon[96085]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi098.frngpn", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:14.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:14 smithi016 ceph-mon[96085]: Schedule stop daemon haproxy.nfs.foo.smithi098.frngpn 2023-10-16T20:47:14.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:15 smithi016 ceph-mon[96085]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:15.692 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:15 smithi098 ceph-mon[112578]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:16 smithi016 ceph-mon[96085]: pgmap v188: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-10-16T20:47:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:16 smithi016 ceph-mon[96085]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:16 smithi098 ceph-mon[112578]: pgmap v188: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-10-16T20:47:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:16 smithi098 ceph-mon[112578]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:18.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:17 smithi098 ceph-mon[112578]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:18.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:17 smithi098 ceph-mon[112578]: pgmap v189: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-16T20:47:18.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:18.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:18.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:17 smithi016 ceph-mon[96085]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:18.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:17 smithi016 ceph-mon[96085]: pgmap v189: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-16T20:47:18.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:18.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:18 smithi098 ceph-mon[112578]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:19.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:19.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:19.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:19.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:19.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:19.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:18 smithi016 ceph-mon[96085]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:19.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:19.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:19.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:19.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:19.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:19.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:19.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:20.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:19 smithi098 ceph-mon[112578]: pgmap v190: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-16T20:47:20.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:19 smithi098 ceph-mon[112578]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:20.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:20.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:20.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:20.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:19 smithi016 ceph-mon[96085]: pgmap v190: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-16T20:47:20.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:19 smithi016 ceph-mon[96085]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:20.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:20.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:20.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:22.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:22 smithi016 ceph-mon[96085]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:22.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:22 smithi016 ceph-mon[96085]: pgmap v191: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-16T20:47:22.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:22.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:22 smithi098 ceph-mon[112578]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:22 smithi098 ceph-mon[112578]: pgmap v191: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-16T20:47:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:22.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:23.341 INFO:teuthology.orchestra.run.smithi016.stdout:haproxy.nfs.foo.smithi098.frngpn smithi098 *:2999,9999 stopped 1s ago 76s - - 2023-10-16T20:47:23.343 INFO:teuthology.orchestra.run.smithi016.stdout:haproxy.nfs.foo.smithi016.hxpbni 2023-10-16T20:47:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:23 smithi098 ceph-mon[112578]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:23 smithi016 ceph-mon[96085]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:24.084 INFO:teuthology.orchestra.run.smithi016.stdout:Scheduled to start haproxy.nfs.foo.smithi098.frngpn on host 'smithi098' 2023-10-16T20:47:24.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:24 smithi098 ceph-mon[112578]: pgmap v192: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-16T20:47:24.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:24 smithi016 ceph-mon[96085]: pgmap v192: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-16T20:47:25.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:25 smithi098 ceph-mon[112578]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:25.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:25 smithi098 ceph-mon[112578]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi098.frngpn", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:25.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:25 smithi098 ceph-mon[112578]: Schedule start daemon haproxy.nfs.foo.smithi098.frngpn 2023-10-16T20:47:25.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:25.519 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:25.519 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:25.519 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:25.519 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:25.519 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:25.520 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:25.520 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:25.520 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:25.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:25 smithi016 ceph-mon[96085]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:25.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:25 smithi016 ceph-mon[96085]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi098.frngpn", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:25.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:25 smithi016 ceph-mon[96085]: Schedule start daemon haproxy.nfs.foo.smithi098.frngpn 2023-10-16T20:47:25.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:25.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:25.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:25.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:25.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:25.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:25.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:25.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:25.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:26 smithi098 ceph-mon[112578]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:26 smithi098 ceph-mon[112578]: pgmap v193: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2023-10-16T20:47:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:26.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:26 smithi016 ceph-mon[96085]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:26 smithi016 ceph-mon[96085]: pgmap v193: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2023-10-16T20:47:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:26.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:26.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:27.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:27 smithi098 ceph-mon[112578]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:27.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:27 smithi016 ceph-mon[96085]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:28 smithi098 ceph-mon[112578]: pgmap v194: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-10-16T20:47:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:28 smithi098 ceph-mon[112578]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:47:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:28 smithi016 ceph-mon[96085]: pgmap v194: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-10-16T20:47:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:28 smithi016 ceph-mon[96085]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:47:29.954 INFO:teuthology.orchestra.run.smithi016.stdout:haproxy.nfs.foo.smithi098.frngpn smithi098 *:2999,9999 running (4s) 1s ago 82s 6979k - 2.3.17-d1c9119 e85424b0d443 e4f159c5eaac 2023-10-16T20:47:30.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:29 smithi016 ceph-mon[96085]: pgmap v195: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-10-16T20:47:30.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:29 smithi016 ceph-mon[96085]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:30.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:30.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:30.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:29 smithi098 ceph-mon[112578]: pgmap v195: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-10-16T20:47:30.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:29 smithi098 ceph-mon[112578]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:30.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:30.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:30.871 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-16T20:47:30.881 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi016.front.sepia.ceph.com 2023-10-16T20:47:30.882 DEBUG:teuthology.orchestra.run.smithi016:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2023-10-16T20:47:30.882 DEBUG:teuthology.orchestra.run.smithi016:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2023-10-16T20:47:30.882 DEBUG:teuthology.orchestra.run.smithi016:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2023-10-16T20:47:30.883 DEBUG:teuthology.orchestra.run.smithi016:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2023-10-16T20:47:30.883 DEBUG:teuthology.orchestra.run.smithi016:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2023-10-16T20:47:30.883 DEBUG:teuthology.orchestra.run.smithi016:> echo "Removing daemon $id fsid $fsid..." 2023-10-16T20:47:30.883 DEBUG:teuthology.orchestra.run.smithi016:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2023-10-16T20:47:30.883 DEBUG:teuthology.orchestra.run.smithi016:> 2023-10-16T20:47:30.884 DEBUG:teuthology.orchestra.run.smithi016:> echo "Waking up cephadm..." 2023-10-16T20:47:30.884 DEBUG:teuthology.orchestra.run.smithi016:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2023-10-16T20:47:30.884 DEBUG:teuthology.orchestra.run.smithi016:> 2023-10-16T20:47:30.884 DEBUG:teuthology.orchestra.run.smithi016:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2023-10-16T20:47:30.885 DEBUG:teuthology.orchestra.run.smithi016:> echo "Mount is back!" 2023-10-16T20:47:30.885 DEBUG:teuthology.orchestra.run.smithi016:> done 2023-10-16T20:47:30.885 DEBUG:teuthology.orchestra.run.smithi016:> ' 2023-10-16T20:47:30.940 INFO:teuthology.orchestra.run.smithi016.stderr:++ hostname 2023-10-16T20:47:30.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ echo 'Check with smithi016 ganesha(s) down...' 2023-10-16T20:47:30.941 INFO:teuthology.orchestra.run.smithi016.stdout:Check with smithi016 ganesha(s) down... 2023-10-16T20:47:30.942 INFO:teuthology.orchestra.run.smithi016.stderr:++ systemctl 2023-10-16T20:47:30.942 INFO:teuthology.orchestra.run.smithi016.stderr:++ grep ceph- 2023-10-16T20:47:30.942 INFO:teuthology.orchestra.run.smithi016.stderr:++ grep @nfs 2023-10-16T20:47:30.942 INFO:teuthology.orchestra.run.smithi016.stderr:++ awk '{print $1}' 2023-10-16T20:47:30.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2023-10-16T20:47:30.949 INFO:teuthology.orchestra.run.smithi016.stderr:++ echo ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7@nfs.foo.0.0.smithi016.isepoc.service 2023-10-16T20:47:30.949 INFO:teuthology.orchestra.run.smithi016.stderr:++ sed s/@/-/ 2023-10-16T20:47:30.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ cid=ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7-nfs.foo.0.0.smithi016.isepoc.service 2023-10-16T20:47:30.950 INFO:teuthology.orchestra.run.smithi016.stderr:++ echo ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7@nfs.foo.0.0.smithi016.isepoc.service 2023-10-16T20:47:30.951 INFO:teuthology.orchestra.run.smithi016.stderr:++ cut -d @ -f 2 2023-10-16T20:47:30.951 INFO:teuthology.orchestra.run.smithi016.stderr:++ sed 's/.service$//' 2023-10-16T20:47:30.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ id=nfs.foo.0.0.smithi016.isepoc 2023-10-16T20:47:30.952 INFO:teuthology.orchestra.run.smithi016.stderr:++ echo ceph-005f37f8-6c64-11ee-8db6-212e2dc638e7@nfs.foo.0.0.smithi016.isepoc.service 2023-10-16T20:47:30.952 INFO:teuthology.orchestra.run.smithi016.stderr:++ cut -d @ -f 1 2023-10-16T20:47:30.952 INFO:teuthology.orchestra.run.smithi016.stderr:++ cut -d - -f 2- 2023-10-16T20:47:30.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ fsid=005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:47:30.953 INFO:teuthology.orchestra.run.smithi016.stdout:Removing daemon nfs.foo.0.0.smithi016.isepoc fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7... 2023-10-16T20:47:30.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ echo 'Removing daemon nfs.foo.0.0.smithi016.isepoc fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7...' 2023-10-16T20:47:30.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 --name nfs.foo.0.0.smithi016.isepoc 2023-10-16T20:47:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:31 smithi016 ceph-mon[96085]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:31.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:31.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:31.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:31.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:31.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:31.159 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:31.159 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:31 smithi098 ceph-mon[112578]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:31.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:31.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:31.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:31.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:31.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:32 smithi016 ceph-mon[96085]: pgmap v196: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-16T20:47:32.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ echo 'Waking up cephadm...' 2023-10-16T20:47:32.342 INFO:teuthology.orchestra.run.smithi016.stdout:Waking up cephadm... 2023-10-16T20:47:32.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2023-10-16T20:47:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:32 smithi098 ceph-mon[112578]: pgmap v196: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-16T20:47:32.662 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring fsid 005f37f8-6c64-11ee-8db6-212e2dc638e7 2023-10-16T20:47:32.785 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/005f37f8-6c64-11ee-8db6-212e2dc638e7/mon.smithi016/config 2023-10-16T20:47:33.017 INFO:teuthology.orchestra.run.smithi016.stderr:Using ceph image with id '432d8aed36d3' and tag 'bcf5b23faa7fe51d364c0e949f01773ae6822e01' created on 2023-10-13 17:45:28 +0000 UTC 2023-10-16T20:47:33.017 INFO:teuthology.orchestra.run.smithi016.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef988dbe662e953665f325a6da944894d13eba6e20b2f00e780151e248101ff1 2023-10-16T20:47:34.219 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:34 smithi016 ceph-mon[96085]: pgmap v197: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-16T20:47:34.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:34 smithi098 ceph-mon[112578]: pgmap v197: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-16T20:47:34.640 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-16T20:47:34.640 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.smithi016 smithi016 *:9093,9094 running (4m) 3s ago 6m 26.7M - 0.25.0 c8568f914cd2 fc7fc39cfde5 2023-10-16T20:47:34.640 INFO:teuthology.orchestra.run.smithi016.stdout:ceph-exporter.smithi016 smithi016 running (6m) 3s ago 6m 8396k - 18.0.0-6722-gbcf5b23f 432d8aed36d3 1451156ec4b7 2023-10-16T20:47:34.641 INFO:teuthology.orchestra.run.smithi016.stdout:ceph-exporter.smithi098 smithi098 running (5m) 5s ago 5m 8850k - 18.0.0-6722-gbcf5b23f 432d8aed36d3 7254019bfddb 2023-10-16T20:47:34.641 INFO:teuthology.orchestra.run.smithi016.stdout:crash.smithi016 smithi016 running (6m) 3s ago 6m 7482k - 18.0.0-6722-gbcf5b23f 432d8aed36d3 324d5a53520d 2023-10-16T20:47:34.641 INFO:teuthology.orchestra.run.smithi016.stdout:crash.smithi098 smithi098 running (5m) 5s ago 5m 7440k - 18.0.0-6722-gbcf5b23f 432d8aed36d3 cc022fb627bc 2023-10-16T20:47:34.641 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.smithi016 smithi016 *:3000 running (4m) 3s ago 5m 94.1M - 9.4.7 2c41d148cca3 b3c7ff22b106 2023-10-16T20:47:34.642 INFO:teuthology.orchestra.run.smithi016.stdout:haproxy.nfs.foo.smithi016.hxpbni smithi016 *:2999,9999 running (27s) 3s ago 95s 5288k - 2.3.17-d1c9119 e85424b0d443 6c28e09b3646 2023-10-16T20:47:34.642 INFO:teuthology.orchestra.run.smithi016.stdout:haproxy.nfs.foo.smithi098.frngpn smithi098 *:2999,9999 running (9s) 5s ago 87s 6979k - 2.3.17-d1c9119 e85424b0d443 e4f159c5eaac 2023-10-16T20:47:34.642 INFO:teuthology.orchestra.run.smithi016.stdout:keepalived.nfs.foo.smithi016.ogxwbp smithi016 running (69s) 3s ago 68s 2617k - 2.2.4 4a3a1ff181d9 8cb62c08174d 2023-10-16T20:47:34.642 INFO:teuthology.orchestra.run.smithi016.stdout:keepalived.nfs.foo.smithi098.kzdnlx smithi098 running (78s) 5s ago 78s 2621k - 2.2.4 4a3a1ff181d9 b8d306afe1f0 2023-10-16T20:47:34.643 INFO:teuthology.orchestra.run.smithi016.stdout:mds.foofs.smithi016.zlsqhh smithi016 running (114s) 3s ago 114s 15.2M - 18.0.0-6722-gbcf5b23f 432d8aed36d3 7648a5626bbc 2023-10-16T20:47:34.643 INFO:teuthology.orchestra.run.smithi016.stdout:mds.foofs.smithi098.cigxxx smithi098 running (117s) 5s ago 117s 16.9M - 18.0.0-6722-gbcf5b23f 432d8aed36d3 776bb9dfdb4f 2023-10-16T20:47:34.644 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.smithi016.mikunp smithi016 *:9283,8765,8443 running (7m) 3s ago 7m 525M - 18.0.0-6722-gbcf5b23f 432d8aed36d3 cb7b166ed2a5 2023-10-16T20:47:34.644 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.smithi098.diwrgz smithi098 *:8443,9283,8765 running (5m) 5s ago 5m 452M - 18.0.0-6722-gbcf5b23f 432d8aed36d3 b3692bf82bfb 2023-10-16T20:47:34.644 INFO:teuthology.orchestra.run.smithi016.stdout:mon.smithi016 smithi016 running (7m) 3s ago 7m 89.6M 2048M 18.0.0-6722-gbcf5b23f 432d8aed36d3 f8eb9c4aa6ef 2023-10-16T20:47:34.645 INFO:teuthology.orchestra.run.smithi016.stdout:mon.smithi098 smithi098 running (4m) 5s ago 4m 56.9M 2048M 18.0.0-6722-gbcf5b23f 432d8aed36d3 20a83bc7385e 2023-10-16T20:47:34.645 INFO:teuthology.orchestra.run.smithi016.stdout:nfs.foo.0.0.smithi016.isepoc smithi016 *:12999 running (105s) 3s ago 105s 77.3M - 5.5 432d8aed36d3 0118324bc33f 2023-10-16T20:47:34.646 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.smithi016 smithi016 *:9100 running (6m) 3s ago 6m 16.9M - 1.5.0 0da6a335fe13 4c4105051923 2023-10-16T20:47:34.646 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.smithi098 smithi098 *:9100 running (5m) 5s ago 5m 18.4M - 1.5.0 0da6a335fe13 b4af16dd2aeb 2023-10-16T20:47:34.646 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi098 running (3m) 5s ago 3m 64.4M 3748M 18.0.0-6722-gbcf5b23f 432d8aed36d3 4974320f451a 2023-10-16T20:47:34.647 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (3m) 3s ago 3m 69.8M 2981M 18.0.0-6722-gbcf5b23f 432d8aed36d3 29f36e1073db 2023-10-16T20:47:34.647 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi098 running (3m) 5s ago 3m 59.3M 3748M 18.0.0-6722-gbcf5b23f 432d8aed36d3 c0fe8f1c8a24 2023-10-16T20:47:34.648 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (3m) 3s ago 3m 62.0M 2981M 18.0.0-6722-gbcf5b23f 432d8aed36d3 c483be23868e 2023-10-16T20:47:34.648 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi098 running (3m) 5s ago 3m 55.5M 3748M 18.0.0-6722-gbcf5b23f 432d8aed36d3 0b26a2e45ff7 2023-10-16T20:47:34.648 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi016 running (3m) 3s ago 3m 57.2M 2981M 18.0.0-6722-gbcf5b23f 432d8aed36d3 361851a73d64 2023-10-16T20:47:34.648 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi098 running (3m) 5s ago 3m 57.3M 3748M 18.0.0-6722-gbcf5b23f 432d8aed36d3 86fc28938f83 2023-10-16T20:47:34.649 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi016 running (3m) 3s ago 3m 58.7M 2981M 18.0.0-6722-gbcf5b23f 432d8aed36d3 f38062129b85 2023-10-16T20:47:34.649 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.smithi016 smithi016 *:9095 running (56s) 3s ago 5m 48.0M - 2.43.0 a07b618ecd1d a63a89ca579f 2023-10-16T20:47:35.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:35.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:35.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:36.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:36.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:36.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:36 smithi098 ceph-mon[112578]: pgmap v198: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-16T20:47:36.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:36 smithi098 ceph-mon[112578]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:36 smithi016 ceph-mon[96085]: pgmap v198: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-16T20:47:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:36 smithi016 ceph-mon[96085]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:47:37.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:37.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:38.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:38.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:38 smithi098 ceph-mon[112578]: pgmap v199: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-10-16T20:47:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:38 smithi016 ceph-mon[96085]: pgmap v199: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-10-16T20:47:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:39.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:39.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:40.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:40.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:40.508 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: pgmap v200: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-10-16T20:47:40.509 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:40.509 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:40.509 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:40.510 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:40.510 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:40.510 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:40.511 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:40.511 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi016.isepoc"}]: dispatch 2023-10-16T20:47:40.512 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi016.isepoc"}]': finished 2023-10-16T20:47:40.512 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:40.512 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi016.iqctgg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-16T20:47:40.512 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi016.iqctgg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-16T20:47:40.512 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-16T20:47:40.513 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-16T20:47:40.513 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:40.513 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-16T20:47:40.513 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-16T20:47:40.513 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi016.iqctgg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-16T20:47:40.514 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi016.iqctgg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-16T20:47:40.514 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: pgmap v200: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-10-16T20:47:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:40.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:40.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:40.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:40.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:40.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:40.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi016.isepoc"}]: dispatch 2023-10-16T20:47:40.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi016.isepoc"}]': finished 2023-10-16T20:47:40.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:40.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi016.iqctgg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-16T20:47:40.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi016.iqctgg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-16T20:47:40.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-16T20:47:40.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-16T20:47:40.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:40.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-16T20:47:40.519 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-16T20:47:40.519 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi016.iqctgg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-16T20:47:40.519 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi016.iqctgg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-16T20:47:40.519 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:41.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:41.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:41 smithi098 ceph-mon[112578]: Fencing old nfs.foo.0.0.smithi016.isepoc 2023-10-16T20:47:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:41 smithi098 ceph-mon[112578]: Creating key for client.nfs.foo.0.1.smithi016.iqctgg 2023-10-16T20:47:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:41 smithi098 ceph-mon[112578]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-16T20:47:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:41 smithi098 ceph-mon[112578]: Rados config object exists: conf-nfs.foo 2023-10-16T20:47:41.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:41 smithi098 ceph-mon[112578]: Creating key for client.nfs.foo.0.1.smithi016.iqctgg-rgw 2023-10-16T20:47:41.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:41 smithi098 ceph-mon[112578]: Bind address in nfs.foo.0.1.smithi016.iqctgg's ganesha conf is defaulting to empty 2023-10-16T20:47:41.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:41 smithi098 ceph-mon[112578]: Deploying daemon nfs.foo.0.1.smithi016.iqctgg on smithi016 2023-10-16T20:47:41.493 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:41 smithi016 ceph-mon[96085]: Fencing old nfs.foo.0.0.smithi016.isepoc 2023-10-16T20:47:41.493 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:41 smithi016 ceph-mon[96085]: Creating key for client.nfs.foo.0.1.smithi016.iqctgg 2023-10-16T20:47:41.494 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:41 smithi016 ceph-mon[96085]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-16T20:47:41.494 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:41 smithi016 ceph-mon[96085]: Rados config object exists: conf-nfs.foo 2023-10-16T20:47:41.494 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:41 smithi016 ceph-mon[96085]: Creating key for client.nfs.foo.0.1.smithi016.iqctgg-rgw 2023-10-16T20:47:41.494 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:41 smithi016 ceph-mon[96085]: Bind address in nfs.foo.0.1.smithi016.iqctgg's ganesha conf is defaulting to empty 2023-10-16T20:47:41.494 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:41 smithi016 ceph-mon[96085]: Deploying daemon nfs.foo.0.1.smithi016.iqctgg on smithi016 2023-10-16T20:47:42.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:42.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:42.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:42 smithi098 ceph-mon[112578]: pgmap v201: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 426 B/s wr, 0 op/s 2023-10-16T20:47:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:42 smithi016 ceph-mon[96085]: pgmap v201: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 426 B/s wr, 0 op/s 2023-10-16T20:47:43.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:43.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:43 smithi098 ceph-mon[112578]: Evicting (and blocklisting) client session 14632 (172.21.15.16:0/2864902623) 2023-10-16T20:47:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:43 smithi098 ceph-mon[112578]: from='mds.? [v2:172.21.15.98:6832/1116890712,v1:172.21.15.98:6833/1116890712]' entity='mds.foofs.smithi098.cigxxx' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.16:0/2864902623"}]: dispatch 2023-10-16T20:47:43.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:43 smithi098 ceph-mon[112578]: from='mds.? ' entity='mds.foofs.smithi098.cigxxx' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.16:0/2864902623"}]: dispatch 2023-10-16T20:47:43.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:43.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:43.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:43.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:43.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:43.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:47:43.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:43 smithi016 ceph-mon[96085]: Evicting (and blocklisting) client session 14632 (172.21.15.16:0/2864902623) 2023-10-16T20:47:43.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:43 smithi016 ceph-mon[96085]: from='mds.? [v2:172.21.15.98:6832/1116890712,v1:172.21.15.98:6833/1116890712]' entity='mds.foofs.smithi098.cigxxx' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.16:0/2864902623"}]: dispatch 2023-10-16T20:47:43.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:43 smithi016 ceph-mon[96085]: from='mds.? ' entity='mds.foofs.smithi098.cigxxx' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.16:0/2864902623"}]: dispatch 2023-10-16T20:47:43.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:43.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:43.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:43.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:43.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:43.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:47:43.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:44.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:44.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:44 smithi098 ceph-mon[112578]: pgmap v202: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 0 op/s 2023-10-16T20:47:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:44 smithi098 ceph-mon[112578]: from='mds.? ' entity='mds.foofs.smithi098.cigxxx' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.16:0/2864902623"}]': finished 2023-10-16T20:47:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:44 smithi098 ceph-mon[112578]: osdmap e50: 8 total, 8 up, 8 in 2023-10-16T20:47:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:44 smithi016 ceph-mon[96085]: pgmap v202: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 0 op/s 2023-10-16T20:47:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:44 smithi016 ceph-mon[96085]: from='mds.? ' entity='mds.foofs.smithi098.cigxxx' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.16:0/2864902623"}]': finished 2023-10-16T20:47:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:44 smithi016 ceph-mon[96085]: osdmap e50: 8 total, 8 up, 8 in 2023-10-16T20:47:45.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:45.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:46.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:46.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:46.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:46 smithi098 ceph-mon[112578]: pgmap v204: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 614 B/s rd, 409 B/s wr, 1 op/s 2023-10-16T20:47:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:46 smithi016 ceph-mon[96085]: pgmap v204: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 614 B/s rd, 409 B/s wr, 1 op/s 2023-10-16T20:47:47.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:47.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:48.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:48.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:48 smithi098 ceph-mon[112578]: pgmap v205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 818 B/s wr, 2 op/s 2023-10-16T20:47:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:48.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:48.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:48.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:48.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:48 smithi016 ceph-mon[96085]: pgmap v205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 818 B/s wr, 2 op/s 2023-10-16T20:47:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:48.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:48.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:48.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:48.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:48.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:48.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:49.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:49.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:49 smithi098 ceph-mon[112578]: Reconfiguring haproxy.nfs.foo.smithi016.hxpbni (dependencies changed)... 2023-10-16T20:47:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:49 smithi098 ceph-mon[112578]: Reconfiguring daemon haproxy.nfs.foo.smithi016.hxpbni on smithi016 2023-10-16T20:47:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:49 smithi016 ceph-mon[96085]: Reconfiguring haproxy.nfs.foo.smithi016.hxpbni (dependencies changed)... 2023-10-16T20:47:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:49 smithi016 ceph-mon[96085]: Reconfiguring daemon haproxy.nfs.foo.smithi016.hxpbni on smithi016 2023-10-16T20:47:50.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:50.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:50 smithi098 ceph-mon[112578]: pgmap v206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 818 B/s wr, 2 op/s 2023-10-16T20:47:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:50 smithi016 ceph-mon[96085]: pgmap v206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 818 B/s wr, 2 op/s 2023-10-16T20:47:51.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:51.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:51 smithi098 ceph-mon[112578]: Reconfiguring haproxy.nfs.foo.smithi098.frngpn (dependencies changed)... 2023-10-16T20:47:51.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:51 smithi098 ceph-mon[112578]: Reconfiguring daemon haproxy.nfs.foo.smithi098.frngpn on smithi098 2023-10-16T20:47:51.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:51 smithi098 ceph-mon[112578]: pgmap v207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 921 B/s wr, 2 op/s 2023-10-16T20:47:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:51.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:51 smithi016 ceph-mon[96085]: Reconfiguring haproxy.nfs.foo.smithi098.frngpn (dependencies changed)... 2023-10-16T20:47:51.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:51 smithi016 ceph-mon[96085]: Reconfiguring daemon haproxy.nfs.foo.smithi098.frngpn on smithi098 2023-10-16T20:47:51.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:51 smithi016 ceph-mon[96085]: pgmap v207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 921 B/s wr, 2 op/s 2023-10-16T20:47:52.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:52.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:53.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:53.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:54.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:54.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:54.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:54 smithi098 ceph-mon[112578]: pgmap v208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2023-10-16T20:47:54.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:54.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:54.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:54 smithi016 ceph-mon[96085]: pgmap v208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2023-10-16T20:47:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:54.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:55.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:55.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:56.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:56.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:56 smithi098 ceph-mon[112578]: pgmap v209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 902 B/s rd, 811 B/s wr, 2 op/s 2023-10-16T20:47:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:56 smithi016 ceph-mon[96085]: pgmap v209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 902 B/s rd, 811 B/s wr, 2 op/s 2023-10-16T20:47:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:57.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:57.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:58.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:58.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:58 smithi098 ceph-mon[112578]: pgmap v210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2023-10-16T20:47:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:47:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:58.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:58.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:58.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:58.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:58.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:58.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:47:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:58 smithi016 ceph-mon[96085]: pgmap v210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2023-10-16T20:47:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:47:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:58.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:58.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:47:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:47:59.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:47:59.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:00.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:00.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:00 smithi098 ceph-mon[112578]: pgmap v211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-16T20:48:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:00 smithi016 ceph-mon[96085]: pgmap v211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-16T20:48:01.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:01.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:02.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:02.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:02.505 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:02 smithi016 ceph-mon[96085]: pgmap v212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 426 B/s wr, 1 op/s 2023-10-16T20:48:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:02 smithi098 ceph-mon[112578]: pgmap v212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 426 B/s wr, 1 op/s 2023-10-16T20:48:03.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:03.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:04.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:04.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:04 smithi098 ceph-mon[112578]: pgmap v213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-16T20:48:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:04 smithi016 ceph-mon[96085]: pgmap v213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-16T20:48:05.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:05.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:06.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:06.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:06 smithi098 ceph-mon[112578]: pgmap v214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-16T20:48:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:06 smithi016 ceph-mon[96085]: pgmap v214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-16T20:48:07.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:07.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:08.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:08.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:08.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:08 smithi098 ceph-mon[112578]: pgmap v215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-16T20:48:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:08 smithi016 ceph-mon[96085]: pgmap v215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-16T20:48:09.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:09.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:10.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:10.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:10.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:10 smithi098 ceph-mon[112578]: pgmap v216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2023-10-16T20:48:10.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:10 smithi016 ceph-mon[96085]: pgmap v216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2023-10-16T20:48:11.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:11.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:12.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:12.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:12 smithi098 ceph-mon[112578]: pgmap v217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2023-10-16T20:48:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:12 smithi016 ceph-mon[96085]: pgmap v217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2023-10-16T20:48:13.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:13.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:48:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:48:14.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:14.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:14 smithi098 ceph-mon[112578]: pgmap v218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:14 smithi016 ceph-mon[96085]: pgmap v218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:15.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:15.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:16.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:16.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:16 smithi098 ceph-mon[112578]: pgmap v219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:16 smithi016 ceph-mon[96085]: pgmap v219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:17.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:17.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:18.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:18.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:18 smithi098 ceph-mon[112578]: pgmap v220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:48:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:18 smithi016 ceph-mon[96085]: pgmap v220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:48:19.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:19.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:20.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:20.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:20.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:20 smithi098 ceph-mon[112578]: pgmap v221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:20.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:20 smithi016 ceph-mon[96085]: pgmap v221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:21.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:21.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:22.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:22.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:22 smithi098 ceph-mon[112578]: pgmap v222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:22 smithi016 ceph-mon[96085]: pgmap v222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:23.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:23.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:24.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:24.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:24.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:24 smithi098 ceph-mon[112578]: pgmap v223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:24.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:24 smithi016 ceph-mon[96085]: pgmap v223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:25.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:25.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:26.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:26.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:26 smithi098 ceph-mon[112578]: pgmap v224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:26 smithi016 ceph-mon[96085]: pgmap v224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:27.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:27.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:28.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:28.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:28 smithi098 ceph-mon[112578]: pgmap v225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:48:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:48:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:28 smithi016 ceph-mon[96085]: pgmap v225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:48:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:48:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:29.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:30.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:30.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:30.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:30 smithi098 ceph-mon[112578]: pgmap v226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:30.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:30 smithi016 ceph-mon[96085]: pgmap v226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:31.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:31.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:32.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:32.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:32 smithi098 ceph-mon[112578]: pgmap v227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:32 smithi016 ceph-mon[96085]: pgmap v227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:33.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:33.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:34.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:34.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:34.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:34 smithi098 ceph-mon[112578]: pgmap v228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:34.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:34 smithi016 ceph-mon[96085]: pgmap v228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:35.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:35.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:36.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:36.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:36.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:36 smithi098 ceph-mon[112578]: pgmap v229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:36 smithi016 ceph-mon[96085]: pgmap v229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:37.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:37.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:38.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:38.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:38 smithi098 ceph-mon[112578]: pgmap v230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:48:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:38 smithi016 ceph-mon[96085]: pgmap v230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:48:39.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:39.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:40.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:40.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:40 smithi098 ceph-mon[112578]: pgmap v231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:40.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:40 smithi016 ceph-mon[96085]: pgmap v231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:41.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:41.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:42.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:42.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:42.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:42 smithi098 ceph-mon[112578]: pgmap v232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:42.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:42 smithi016 ceph-mon[96085]: pgmap v232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:43.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:43.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:48:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:48:44.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:44.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:44 smithi098 ceph-mon[112578]: pgmap v233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:44 smithi016 ceph-mon[96085]: pgmap v233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:45.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:45.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:46.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:46.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:46 smithi098 ceph-mon[112578]: pgmap v234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:46 smithi016 ceph-mon[96085]: pgmap v234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:47.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:47.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:48.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:48 smithi016 ceph-mon[96085]: pgmap v235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:48:48.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:48.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:48.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:48 smithi098 ceph-mon[112578]: pgmap v235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:48:49.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:49.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:50.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:50.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:50 smithi016 ceph-mon[96085]: pgmap v236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:50 smithi098 ceph-mon[112578]: pgmap v236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:51.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:51.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:52.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:52.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:52 smithi016 ceph-mon[96085]: pgmap v237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:52 smithi098 ceph-mon[112578]: pgmap v237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:53.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:53.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:54.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:54.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:54 smithi016 ceph-mon[96085]: pgmap v238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:54 smithi098 ceph-mon[112578]: pgmap v238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:55.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:55.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:56.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:56.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:56 smithi016 ceph-mon[96085]: pgmap v239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:56.750 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:56 smithi098 ceph-mon[112578]: pgmap v239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:48:57.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:57.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:58.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:58.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:58 smithi016 ceph-mon[96085]: pgmap v240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:48:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:48:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:48:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:48:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:58 smithi098 ceph-mon[112578]: pgmap v240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:48:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:48:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:48:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:48:59.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:48:59.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:00.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:00.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:00 smithi098 ceph-mon[112578]: pgmap v241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:00 smithi016 ceph-mon[96085]: pgmap v241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:01.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:01.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:02.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:02.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:02 smithi098 ceph-mon[112578]: pgmap v242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:02 smithi016 ceph-mon[96085]: pgmap v242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:03.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:03.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:03 smithi098 ceph-mon[112578]: pgmap v243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:49:04.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:49:04.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:49:04.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:49:04.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:49:04.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:49:04.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:49:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:03 smithi016 ceph-mon[96085]: pgmap v243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:49:04.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:49:04.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:49:04.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:49:04.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:49:04.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:49:04.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:49:04.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:04.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:05.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:05.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:06.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:06.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:06 smithi098 ceph-mon[112578]: pgmap v244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:06 smithi016 ceph-mon[96085]: pgmap v244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:07.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:07.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:08.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:08.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:08 smithi098 ceph-mon[112578]: pgmap v245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:49:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:08 smithi016 ceph-mon[96085]: pgmap v245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:49:09.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:09.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:10.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:10.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:10.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:10 smithi098 ceph-mon[112578]: pgmap v246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:10.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:10 smithi016 ceph-mon[96085]: pgmap v246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:11.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:11.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:12.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:12 smithi098 ceph-mon[112578]: pgmap v247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:12.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:12.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:12 smithi016 ceph-mon[96085]: pgmap v247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:13.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:13.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:49:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:49:14.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:14.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:14 smithi098 ceph-mon[112578]: pgmap v248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:14 smithi016 ceph-mon[96085]: pgmap v248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:15.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:15.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:16.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:16.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:16 smithi098 ceph-mon[112578]: pgmap v249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:16 smithi016 ceph-mon[96085]: pgmap v249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:17.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:17.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:18.378 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:18 smithi016 ceph-mon[96085]: pgmap v250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:49:18.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:18.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:18 smithi098 ceph-mon[112578]: pgmap v250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:49:19.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:19.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:20.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:20.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:20.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:20 smithi098 ceph-mon[112578]: pgmap v251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:20.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:20 smithi016 ceph-mon[96085]: pgmap v251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:21.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:21.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:22.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:22 smithi098 ceph-mon[112578]: pgmap v252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:22.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:22.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:22 smithi016 ceph-mon[96085]: pgmap v252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:23.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:23.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:24.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:24.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:24.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:24 smithi098 ceph-mon[112578]: pgmap v253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:24.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:24 smithi016 ceph-mon[96085]: pgmap v253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:25.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:25.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:26.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:26.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:26 smithi098 ceph-mon[112578]: pgmap v254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:26 smithi016 ceph-mon[96085]: pgmap v254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:27.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:27.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:28.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:28.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:28.497 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:28 smithi016 ceph-mon[96085]: pgmap v255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:49:28.497 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:49:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:28 smithi098 ceph-mon[112578]: pgmap v255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:49:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:49:29.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:29.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:30.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:30.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:30.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:30 smithi098 ceph-mon[112578]: pgmap v256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:30.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:30 smithi016 ceph-mon[96085]: pgmap v256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:31.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:31.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:32.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:32.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:32 smithi098 ceph-mon[112578]: pgmap v257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:32 smithi016 ceph-mon[96085]: pgmap v257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:33.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:33.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:34.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:34.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:34.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:34 smithi098 ceph-mon[112578]: pgmap v258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:34.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:34 smithi016 ceph-mon[96085]: pgmap v258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:35.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:35.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:36.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:36.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:36.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:36 smithi098 ceph-mon[112578]: pgmap v259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:36 smithi016 ceph-mon[96085]: pgmap v259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:37.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:37.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:38.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:38.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:38 smithi098 ceph-mon[112578]: pgmap v260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:49:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:38 smithi016 ceph-mon[96085]: pgmap v260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:49:39.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:39.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:40.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:40.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:40 smithi098 ceph-mon[112578]: pgmap v261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:40.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:40 smithi016 ceph-mon[96085]: pgmap v261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:41.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:41.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:42.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:42.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:42.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:42 smithi098 ceph-mon[112578]: pgmap v262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:42 smithi016 ceph-mon[96085]: pgmap v262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:43.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:43.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:49:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:49:44.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:44.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:44 smithi098 ceph-mon[112578]: pgmap v263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:44 smithi016 ceph-mon[96085]: pgmap v263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:45.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:45.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:46.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:46.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:46 smithi098 ceph-mon[112578]: pgmap v264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:46 smithi016 ceph-mon[96085]: pgmap v264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:47.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:47.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:48.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:48.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:48 smithi098 ceph-mon[112578]: pgmap v265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:49:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:48 smithi016 ceph-mon[96085]: pgmap v265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:49:49.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:49.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:50.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:50.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:50 smithi098 ceph-mon[112578]: pgmap v266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:50 smithi016 ceph-mon[96085]: pgmap v266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:51.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:51.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:52.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:52.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:52 smithi098 ceph-mon[112578]: pgmap v267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:52 smithi016 ceph-mon[96085]: pgmap v267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:53.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:53.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:54.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:54.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:54.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:54 smithi098 ceph-mon[112578]: pgmap v268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:54 smithi016 ceph-mon[96085]: pgmap v268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:55.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:55.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:56.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:56.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:56 smithi098 ceph-mon[112578]: pgmap v269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:56 smithi016 ceph-mon[96085]: pgmap v269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:49:57.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:57.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:58.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:58.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:58 smithi098 ceph-mon[112578]: pgmap v270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:49:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:49:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:49:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:58 smithi016 ceph-mon[96085]: pgmap v270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:49:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:49:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:49:59.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:49:59.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:00.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:00.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:00 smithi098 ceph-mon[112578]: pgmap v271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T20:50:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:00 smithi016 ceph-mon[96085]: pgmap v271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T20:50:01.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:01.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:02.435 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:02 smithi098 ceph-mon[112578]: pgmap v272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:02.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:02.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:02 smithi016 ceph-mon[96085]: pgmap v272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:03.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:03.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:50:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:50:04.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:04.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:04 smithi098 ceph-mon[112578]: pgmap v273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:50:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:50:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:50:04.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:50:04.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:50:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:04 smithi016 ceph-mon[96085]: pgmap v273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:50:04.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:50:04.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:50:04.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:50:04.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:50:05.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:05.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:06.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:06.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:06 smithi098 ceph-mon[112578]: pgmap v274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:06 smithi016 ceph-mon[96085]: pgmap v274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:07.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:07.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:08.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:08.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:08 smithi098 ceph-mon[112578]: pgmap v275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:50:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:08 smithi016 ceph-mon[96085]: pgmap v275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:50:09.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:09.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:10.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:10.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:10 smithi098 ceph-mon[112578]: pgmap v276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:10.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:10 smithi016 ceph-mon[96085]: pgmap v276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:11.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:11.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:12.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:12.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:12 smithi098 ceph-mon[112578]: pgmap v277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:12 smithi016 ceph-mon[96085]: pgmap v277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:13.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:13.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:50:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:50:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:14 smithi016 ceph-mon[96085]: pgmap v278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:14.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:14.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:14 smithi098 ceph-mon[112578]: pgmap v278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:15.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:15.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:16.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:16.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:16 smithi098 ceph-mon[112578]: pgmap v279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:16 smithi016 ceph-mon[96085]: pgmap v279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:17.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:17.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:18.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:18.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:18 smithi098 ceph-mon[112578]: pgmap v280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:50:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:18 smithi016 ceph-mon[96085]: pgmap v280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:50:19.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:19.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:20.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:20.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:20 smithi098 ceph-mon[112578]: pgmap v281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:20.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:20 smithi016 ceph-mon[96085]: pgmap v281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:21.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:21.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:22.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:22.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:22 smithi098 ceph-mon[112578]: pgmap v282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:22 smithi016 ceph-mon[96085]: pgmap v282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:23.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:23.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:24.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:24.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:24 smithi098 ceph-mon[112578]: pgmap v283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:24.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:24 smithi016 ceph-mon[96085]: pgmap v283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:25.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:25.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:26.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:26.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:26 smithi098 ceph-mon[112578]: pgmap v284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:26 smithi016 ceph-mon[96085]: pgmap v284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:27.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:27.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:28.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:28.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:28 smithi098 ceph-mon[112578]: pgmap v285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:50:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:50:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:28 smithi016 ceph-mon[96085]: pgmap v285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:50:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:50:29.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:29.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:30.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:30.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:30 smithi098 ceph-mon[112578]: pgmap v286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:30.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:30 smithi016 ceph-mon[96085]: pgmap v286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:31.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:31.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:32 smithi098 ceph-mon[112578]: pgmap v287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:32.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:32.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:32 smithi016 ceph-mon[96085]: pgmap v287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:33.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:33.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:34.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:34 smithi098 ceph-mon[112578]: pgmap v288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:34.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:34.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:34.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:34 smithi016 ceph-mon[96085]: pgmap v288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:35.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:35.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:36.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:36 smithi098 ceph-mon[112578]: pgmap v289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:36.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:36.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:36 smithi016 ceph-mon[96085]: pgmap v289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:37.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:37.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:38 smithi098 ceph-mon[112578]: pgmap v290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:50:38.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:38.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:38 smithi016 ceph-mon[96085]: pgmap v290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:50:39.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:39.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:40 smithi098 ceph-mon[112578]: pgmap v291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:40.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:40.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:40.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:40 smithi016 ceph-mon[96085]: pgmap v291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:41.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:41.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:42.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:42 smithi098 ceph-mon[112578]: pgmap v292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:42 smithi016 ceph-mon[96085]: pgmap v292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:42.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:42.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:50:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:50:43.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:43.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:44 smithi098 ceph-mon[112578]: pgmap v293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:44 smithi016 ceph-mon[96085]: pgmap v293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:44.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:44.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:45.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:45.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:46 smithi098 ceph-mon[112578]: pgmap v294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:46 smithi016 ceph-mon[96085]: pgmap v294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:46.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:46.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:47.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:47.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:48 smithi098 ceph-mon[112578]: pgmap v295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:50:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:48 smithi016 ceph-mon[96085]: pgmap v295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:50:48.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:48.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:49.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:49.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:50 smithi098 ceph-mon[112578]: pgmap v296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:50 smithi016 ceph-mon[96085]: pgmap v296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:50.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:50.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:51.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:51.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:52 smithi098 ceph-mon[112578]: pgmap v297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:52 smithi016 ceph-mon[96085]: pgmap v297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:52.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:52.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:53.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:53.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:54.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:54 smithi098 ceph-mon[112578]: pgmap v298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:54 smithi016 ceph-mon[96085]: pgmap v298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:54.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:54.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:55.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:55.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:56 smithi016 ceph-mon[96085]: pgmap v299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:56.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:56.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:56 smithi098 ceph-mon[112578]: pgmap v299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:50:57.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:57.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:58 smithi016 ceph-mon[96085]: pgmap v300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:50:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:50:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:50:58.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:58.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:58 smithi098 ceph-mon[112578]: pgmap v300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:50:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:50:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:50:59.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:50:59.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:00 smithi016 ceph-mon[96085]: pgmap v301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:00.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:00.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:00 smithi098 ceph-mon[112578]: pgmap v301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:01.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:01.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:02 smithi016 ceph-mon[96085]: pgmap v302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:02.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:02.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:02 smithi098 ceph-mon[112578]: pgmap v302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:03.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:03.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:04 smithi016 ceph-mon[96085]: pgmap v303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:51:04.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:51:04.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:51:04.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:04.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:04 smithi098 ceph-mon[112578]: pgmap v303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:51:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:51:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:51:05.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:05.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:51:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:51:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:51:05.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:51:05.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:51:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:51:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:51:05.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:51:05.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:51:05.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:51:06.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:06.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:06 smithi098 ceph-mon[112578]: pgmap v304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:06 smithi016 ceph-mon[96085]: pgmap v304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:07.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:07.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:08 smithi098 ceph-mon[112578]: pgmap v305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:51:08.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:08.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:08 smithi016 ceph-mon[96085]: pgmap v305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:51:09.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:09.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:10.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:10.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:10 smithi098 ceph-mon[112578]: pgmap v306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:10 smithi016 ceph-mon[96085]: pgmap v306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:11.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:11.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:12.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:12.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:12 smithi098 ceph-mon[112578]: pgmap v307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:12 smithi016 ceph-mon[96085]: pgmap v307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:51:13.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:13.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:51:14.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:14.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:14.707 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:14 smithi016 ceph-mon[96085]: pgmap v308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:14 smithi098 ceph-mon[112578]: pgmap v308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:15.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:15.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:16.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:16.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:16 smithi098 ceph-mon[112578]: pgmap v309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:16 smithi016 ceph-mon[96085]: pgmap v309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:17.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:17.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:18 smithi098 ceph-mon[112578]: pgmap v310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:51:18.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:18.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:18 smithi016 ceph-mon[96085]: pgmap v310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:51:19.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:19.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:20.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:20.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:20 smithi098 ceph-mon[112578]: pgmap v311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:20 smithi016 ceph-mon[96085]: pgmap v311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:21.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:21.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:22.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:22.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:22 smithi098 ceph-mon[112578]: pgmap v312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:22 smithi016 ceph-mon[96085]: pgmap v312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:23.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:23.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:24.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:24.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:24 smithi098 ceph-mon[112578]: pgmap v313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:24 smithi016 ceph-mon[96085]: pgmap v313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:25.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:25.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:26.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:26.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:26 smithi098 ceph-mon[112578]: pgmap v314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:26 smithi016 ceph-mon[96085]: pgmap v314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:27.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:27.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:28.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:28.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:28 smithi098 ceph-mon[112578]: pgmap v315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:51:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:51:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:28 smithi016 ceph-mon[96085]: pgmap v315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:51:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:51:29.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:29.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:30.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:30.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:30 smithi098 ceph-mon[112578]: pgmap v316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:30 smithi016 ceph-mon[96085]: pgmap v316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:31 smithi016 ceph-mon[96085]: pgmap v317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:31.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:31.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:31.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:31 smithi098 ceph-mon[112578]: pgmap v317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:32.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:32.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:33.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:33.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:34.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:33 smithi098 ceph-mon[112578]: pgmap v318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:34.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:33 smithi016 ceph-mon[96085]: pgmap v318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:34.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:34.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:35.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:35.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:36.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:36 smithi098 ceph-mon[112578]: pgmap v319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:36 smithi016 ceph-mon[96085]: pgmap v319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:36.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:36.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:37.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:37.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:38.435 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:38 smithi098 ceph-mon[112578]: pgmap v320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:51:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:38 smithi016 ceph-mon[96085]: pgmap v320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:51:38.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:38.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:39.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:39.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:40 smithi016 ceph-mon[96085]: pgmap v321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:40 smithi098 ceph-mon[112578]: pgmap v321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:40.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:40.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:41.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:41.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:42.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:42 smithi098 ceph-mon[112578]: pgmap v322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:42 smithi016 ceph-mon[96085]: pgmap v322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:42.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:42.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:43.488 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:51:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:51:43.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:43.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:44 smithi098 ceph-mon[112578]: pgmap v323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:44 smithi016 ceph-mon[96085]: pgmap v323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:44.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:44.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:45.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:45.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:46 smithi098 ceph-mon[112578]: pgmap v324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:46 smithi016 ceph-mon[96085]: pgmap v324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:46.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:46.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:47.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:47.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:48 smithi098 ceph-mon[112578]: pgmap v325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:51:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:48 smithi016 ceph-mon[96085]: pgmap v325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:51:48.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:48.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:49.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:49.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:50 smithi098 ceph-mon[112578]: pgmap v326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:50 smithi016 ceph-mon[96085]: pgmap v326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:50.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:50.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:51.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:51.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:52 smithi098 ceph-mon[112578]: pgmap v327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:52 smithi016 ceph-mon[96085]: pgmap v327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:52.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:52.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:53.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:53.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:54.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:54 smithi098 ceph-mon[112578]: pgmap v328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:54 smithi016 ceph-mon[96085]: pgmap v328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:54.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:54.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:55.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:55.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:56 smithi098 ceph-mon[112578]: pgmap v329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:56 smithi016 ceph-mon[96085]: pgmap v329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:51:56.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:56.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:57.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:57.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:58 smithi098 ceph-mon[112578]: pgmap v330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:51:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:51:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:51:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:58 smithi016 ceph-mon[96085]: pgmap v330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:51:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:51:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:51:58.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:58.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:59.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:51:59.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:00 smithi098 ceph-mon[112578]: pgmap v331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:00 smithi016 ceph-mon[96085]: pgmap v331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:00.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:00.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:01.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:01.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:02 smithi098 ceph-mon[112578]: pgmap v332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:02 smithi016 ceph-mon[96085]: pgmap v332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:02.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:02.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:03.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:03.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:04 smithi098 ceph-mon[112578]: pgmap v333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:04 smithi016 ceph-mon[96085]: pgmap v333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:04.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:04.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:52:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:52:05.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:05.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:06 smithi098 ceph-mon[112578]: pgmap v334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:52:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:52:06.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:52:06.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:52:06.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:52:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:06 smithi016 ceph-mon[96085]: pgmap v334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:52:06.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:52:06.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:52:06.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:52:06.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:52:06.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:06.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:07.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:07.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:08 smithi098 ceph-mon[112578]: pgmap v335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:52:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:08 smithi016 ceph-mon[96085]: pgmap v335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:52:08.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:08.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:09.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:09.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:10.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:10 smithi098 ceph-mon[112578]: pgmap v336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:10.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:10 smithi016 ceph-mon[96085]: pgmap v336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:10.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:10.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:11.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:11.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:12 smithi098 ceph-mon[112578]: pgmap v337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:12 smithi016 ceph-mon[96085]: pgmap v337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:12.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:12.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:52:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:52:13.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:13.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:14 smithi098 ceph-mon[112578]: pgmap v338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:14 smithi016 ceph-mon[96085]: pgmap v338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:14.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:14.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:15.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:15.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:16 smithi098 ceph-mon[112578]: pgmap v339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:16 smithi016 ceph-mon[96085]: pgmap v339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:16.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:16.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:17.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:17.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:18 smithi098 ceph-mon[112578]: pgmap v340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:52:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:18 smithi016 ceph-mon[96085]: pgmap v340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:52:18.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:18.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:19.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:19.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:20.465 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:20 smithi016 ceph-mon[96085]: pgmap v341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:20.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:20 smithi098 ceph-mon[112578]: pgmap v341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:20.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:20.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:21.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:21.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:22 smithi098 ceph-mon[112578]: pgmap v342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:22.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:22 smithi016 ceph-mon[96085]: pgmap v342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:22.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:22.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:23.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:23.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:24.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:24 smithi098 ceph-mon[112578]: pgmap v343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:24.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:24 smithi016 ceph-mon[96085]: pgmap v343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:24.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:24.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:25.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:25.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:26 smithi098 ceph-mon[112578]: pgmap v344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:26 smithi016 ceph-mon[96085]: pgmap v344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:26.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:26.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:27.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:27.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:28 smithi098 ceph-mon[112578]: pgmap v345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:52:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:52:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:28 smithi016 ceph-mon[96085]: pgmap v345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:52:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:52:28.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:28.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:29.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:29.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:30.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:30 smithi098 ceph-mon[112578]: pgmap v346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:30.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:30 smithi016 ceph-mon[96085]: pgmap v346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:30.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:30.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:31.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:31.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:32 smithi098 ceph-mon[112578]: pgmap v347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:32 smithi016 ceph-mon[96085]: pgmap v347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:32.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:32.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:33.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:33.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:34.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:34 smithi098 ceph-mon[112578]: pgmap v348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:34.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:34 smithi016 ceph-mon[96085]: pgmap v348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:34.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:34.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:35.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:35.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:36.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:36 smithi098 ceph-mon[112578]: pgmap v349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:36 smithi016 ceph-mon[96085]: pgmap v349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:36.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:36.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:37.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:37.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:38 smithi098 ceph-mon[112578]: pgmap v350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:52:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:38 smithi016 ceph-mon[96085]: pgmap v350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:52:38.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:38.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:39.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:39.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:40 smithi098 ceph-mon[112578]: pgmap v351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:40.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:40 smithi016 ceph-mon[96085]: pgmap v351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:40.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:40.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:41.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:41.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:42.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:42 smithi098 ceph-mon[112578]: pgmap v352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:42 smithi016 ceph-mon[96085]: pgmap v352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:42.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:42.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:52:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:52:43.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:43.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:44 smithi098 ceph-mon[112578]: pgmap v353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:44 smithi016 ceph-mon[96085]: pgmap v353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:44.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:44.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:45.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:45.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:46 smithi098 ceph-mon[112578]: pgmap v354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:46 smithi016 ceph-mon[96085]: pgmap v354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:46.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:46.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:47.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:47.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:48.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:48 smithi098 ceph-mon[112578]: pgmap v355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:52:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:48 smithi016 ceph-mon[96085]: pgmap v355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:52:48.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:48.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:49.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:49.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:50 smithi098 ceph-mon[112578]: pgmap v356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:50 smithi016 ceph-mon[96085]: pgmap v356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:50.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:50.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:51.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:51.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:52 smithi098 ceph-mon[112578]: pgmap v357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:52 smithi016 ceph-mon[96085]: pgmap v357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:52.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:52.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:53.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:53.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:54.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:54 smithi098 ceph-mon[112578]: pgmap v358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:54 smithi016 ceph-mon[96085]: pgmap v358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:54.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:54.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:55.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:55.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:56 smithi098 ceph-mon[112578]: pgmap v359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:56 smithi016 ceph-mon[96085]: pgmap v359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:52:56.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:56.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:57.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:57.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:58 smithi098 ceph-mon[112578]: pgmap v360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:52:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:58 smithi098 ceph-mon[112578]: evicting unresponsive client smithi016:nfs.foo.1 (14842), after 314.277 seconds 2023-10-16T20:52:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:58 smithi098 ceph-mon[112578]: Evicting (and blocklisting) client session 14842 (172.21.15.16:0/250477112) 2023-10-16T20:52:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:58 smithi098 ceph-mon[112578]: from='mds.? [v2:172.21.15.98:6832/1116890712,v1:172.21.15.98:6833/1116890712]' entity='mds.foofs.smithi098.cigxxx' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.16:0/250477112"}]: dispatch 2023-10-16T20:52:58.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:58 smithi098 ceph-mon[112578]: from='mds.? ' entity='mds.foofs.smithi098.cigxxx' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.16:0/250477112"}]: dispatch 2023-10-16T20:52:58.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:52:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:58 smithi016 ceph-mon[96085]: pgmap v360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:52:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:58 smithi016 ceph-mon[96085]: evicting unresponsive client smithi016:nfs.foo.1 (14842), after 314.277 seconds 2023-10-16T20:52:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:58 smithi016 ceph-mon[96085]: Evicting (and blocklisting) client session 14842 (172.21.15.16:0/250477112) 2023-10-16T20:52:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:58 smithi016 ceph-mon[96085]: from='mds.? [v2:172.21.15.98:6832/1116890712,v1:172.21.15.98:6833/1116890712]' entity='mds.foofs.smithi098.cigxxx' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.16:0/250477112"}]: dispatch 2023-10-16T20:52:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:58 smithi016 ceph-mon[96085]: from='mds.? ' entity='mds.foofs.smithi098.cigxxx' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.16:0/250477112"}]: dispatch 2023-10-16T20:52:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:52:58.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:58.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:59 smithi098 ceph-mon[112578]: from='mds.? ' entity='mds.foofs.smithi098.cigxxx' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.16:0/250477112"}]': finished 2023-10-16T20:52:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:52:59 smithi098 ceph-mon[112578]: osdmap e51: 8 total, 8 up, 8 in 2023-10-16T20:52:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:59 smithi016 ceph-mon[96085]: from='mds.? ' entity='mds.foofs.smithi098.cigxxx' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.16:0/250477112"}]': finished 2023-10-16T20:52:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:52:59 smithi016 ceph-mon[96085]: osdmap e51: 8 total, 8 up, 8 in 2023-10-16T20:52:59.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:52:59.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:00 smithi098 ceph-mon[112578]: pgmap v362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T20:53:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:00 smithi098 ceph-mon[112578]: Health check failed: 1 client(s) laggy due to laggy OSDs (MDS_CLIENTS_LAGGY) 2023-10-16T20:53:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:00 smithi098 ceph-mon[112578]: mds.? [v2:172.21.15.98:6832/1116890712,v1:172.21.15.98:6833/1116890712] up:active 2023-10-16T20:53:00.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:00 smithi098 ceph-mon[112578]: fsmap foofs:1 {0=foofs.smithi098.cigxxx=up:active} 1 up:standby 2023-10-16T20:53:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:00 smithi016 ceph-mon[96085]: pgmap v362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T20:53:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:00 smithi016 ceph-mon[96085]: Health check failed: 1 client(s) laggy due to laggy OSDs (MDS_CLIENTS_LAGGY) 2023-10-16T20:53:00.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:00 smithi016 ceph-mon[96085]: mds.? [v2:172.21.15.98:6832/1116890712,v1:172.21.15.98:6833/1116890712] up:active 2023-10-16T20:53:00.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:00 smithi016 ceph-mon[96085]: fsmap foofs:1 {0=foofs.smithi098.cigxxx=up:active} 1 up:standby 2023-10-16T20:53:00.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:00.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:01.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:01.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:02 smithi016 ceph-mon[96085]: pgmap v363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T20:53:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:02 smithi098 ceph-mon[112578]: pgmap v363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T20:53:02.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:02.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:03.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:03.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:04 smithi016 ceph-mon[96085]: pgmap v364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-16T20:53:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:04 smithi098 ceph-mon[112578]: pgmap v364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-16T20:53:04.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:04.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:05.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:05.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:06 smithi016 ceph-mon[96085]: pgmap v365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-16T20:53:06.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:53:06.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:53:06.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:53:06.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:53:06.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:53:06.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:53:06.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:53:06.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:53:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:06 smithi098 ceph-mon[112578]: pgmap v365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-16T20:53:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:53:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:53:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:53:06.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:53:06.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:53:06.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:53:06.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:53:06.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:53:06.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:06.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:07.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:07 smithi016 ceph-mon[96085]: MDS health message cleared (mds.?): Client 14842 is laggy; not evicted because some OSD(s) is/are laggy 2023-10-16T20:53:07.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:07 smithi098 ceph-mon[112578]: MDS health message cleared (mds.?): Client 14842 is laggy; not evicted because some OSD(s) is/are laggy 2023-10-16T20:53:07.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:07.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:08 smithi016 ceph-mon[96085]: pgmap v366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-16T20:53:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:08 smithi016 ceph-mon[96085]: Health check cleared: MDS_CLIENTS_LAGGY (was: 1 client(s) laggy due to laggy OSDs) 2023-10-16T20:53:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:08 smithi016 ceph-mon[96085]: Cluster is now healthy 2023-10-16T20:53:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:08 smithi016 ceph-mon[96085]: mds.? [v2:172.21.15.98:6832/1116890712,v1:172.21.15.98:6833/1116890712] up:active 2023-10-16T20:53:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:08 smithi016 ceph-mon[96085]: fsmap foofs:1 {0=foofs.smithi098.cigxxx=up:active} 1 up:standby 2023-10-16T20:53:08.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:08 smithi098 ceph-mon[112578]: pgmap v366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-16T20:53:08.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:08 smithi098 ceph-mon[112578]: Health check cleared: MDS_CLIENTS_LAGGY (was: 1 client(s) laggy due to laggy OSDs) 2023-10-16T20:53:08.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:08 smithi098 ceph-mon[112578]: Cluster is now healthy 2023-10-16T20:53:08.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:08 smithi098 ceph-mon[112578]: mds.? [v2:172.21.15.98:6832/1116890712,v1:172.21.15.98:6833/1116890712] up:active 2023-10-16T20:53:08.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:08 smithi098 ceph-mon[112578]: fsmap foofs:1 {0=foofs.smithi098.cigxxx=up:active} 1 up:standby 2023-10-16T20:53:08.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:08.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:09.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:09.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:10.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:10 smithi016 ceph-mon[96085]: pgmap v367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 98 B/s rd, 196 B/s wr, 0 op/s 2023-10-16T20:53:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:10 smithi098 ceph-mon[112578]: pgmap v367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 98 B/s rd, 196 B/s wr, 0 op/s 2023-10-16T20:53:10.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:10.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:11.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:11.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:12 smithi016 ceph-mon[96085]: pgmap v368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-16T20:53:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:12 smithi098 ceph-mon[112578]: pgmap v368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-16T20:53:12.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:12.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:53:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:53:13.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:13.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:14 smithi098 ceph-mon[112578]: pgmap v369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-16T20:53:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:14 smithi016 ceph-mon[96085]: pgmap v369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-16T20:53:14.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:14.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:15.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:15.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:16 smithi016 ceph-mon[96085]: pgmap v370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2023-10-16T20:53:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:16 smithi098 ceph-mon[112578]: pgmap v370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2023-10-16T20:53:16.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:16.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:17.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:17.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:18 smithi098 ceph-mon[112578]: pgmap v371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-10-16T20:53:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:18 smithi016 ceph-mon[96085]: pgmap v371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-10-16T20:53:18.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:18.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:19.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:19.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:20 smithi098 ceph-mon[112578]: pgmap v372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:20 smithi016 ceph-mon[96085]: pgmap v372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:20.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:20.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:21.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:21.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:22 smithi098 ceph-mon[112578]: pgmap v373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:22 smithi016 ceph-mon[96085]: pgmap v373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:22.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:22.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:23.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:23.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:24 smithi098 ceph-mon[112578]: pgmap v374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:24 smithi016 ceph-mon[96085]: pgmap v374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:24.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:24.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:25.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:25.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:26 smithi016 ceph-mon[96085]: pgmap v375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:26 smithi098 ceph-mon[112578]: pgmap v375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:26.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:26.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:27.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:27.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:28 smithi098 ceph-mon[112578]: pgmap v376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:53:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:53:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:28 smithi016 ceph-mon[96085]: pgmap v376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:53:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:53:28.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:28.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:29.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:29.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:30 smithi098 ceph-mon[112578]: pgmap v377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:30 smithi016 ceph-mon[96085]: pgmap v377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:30.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:30.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:31.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:31.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:32 smithi098 ceph-mon[112578]: pgmap v378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:32 smithi016 ceph-mon[96085]: pgmap v378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:32.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:32.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:33.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:33.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:34.642 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:34 smithi098 ceph-mon[112578]: pgmap v379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:34.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:34 smithi016 ceph-mon[96085]: pgmap v379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:34.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:34.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:35.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:35.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:36 smithi098 ceph-mon[112578]: pgmap v380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:36 smithi016 ceph-mon[96085]: pgmap v380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:36.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:36.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:37.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:37.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:38 smithi098 ceph-mon[112578]: pgmap v381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:53:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:38 smithi016 ceph-mon[96085]: pgmap v381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:53:38.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:38.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:39.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:39.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:40 smithi098 ceph-mon[112578]: pgmap v382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:40 smithi016 ceph-mon[96085]: pgmap v382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:40.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:40.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:41.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:41.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:42 smithi098 ceph-mon[112578]: pgmap v383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:42 smithi016 ceph-mon[96085]: pgmap v383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:42.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:42.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:53:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:53:43.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:43.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:44.747 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:44 smithi098 ceph-mon[112578]: pgmap v384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:44.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:44 smithi016 ceph-mon[96085]: pgmap v384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:44.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:44.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:45.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:45.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:46 smithi098 ceph-mon[112578]: pgmap v385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:46 smithi016 ceph-mon[96085]: pgmap v385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:46.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:46.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:47.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:47.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:48.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:48 smithi098 ceph-mon[112578]: pgmap v386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:53:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:48 smithi016 ceph-mon[96085]: pgmap v386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:53:48.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:48.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:49.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:49.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:50 smithi098 ceph-mon[112578]: pgmap v387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:50 smithi016 ceph-mon[96085]: pgmap v387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:50.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:50.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:51.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:51.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:52 smithi098 ceph-mon[112578]: pgmap v388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:52 smithi016 ceph-mon[96085]: pgmap v388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:52.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:52.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:53.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:53.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:54 smithi098 ceph-mon[112578]: pgmap v389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:54 smithi016 ceph-mon[96085]: pgmap v389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:54.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:54.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:55.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:55.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:56 smithi098 ceph-mon[112578]: pgmap v390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:56 smithi016 ceph-mon[96085]: pgmap v390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:56.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:56.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:57.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:57 smithi098 ceph-mon[112578]: pgmap v391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:53:57.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:57 smithi016 ceph-mon[96085]: pgmap v391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:53:57.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:57.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:53:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:53:58.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:58.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:59.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:53:59 smithi098 ceph-mon[112578]: pgmap v392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:59.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:53:59 smithi016 ceph-mon[96085]: pgmap v392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:53:59.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:53:59.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:00.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:00.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:01.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:01.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:02 smithi098 ceph-mon[112578]: pgmap v393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:02 smithi016 ceph-mon[96085]: pgmap v393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:02.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:02.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:03.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:03.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:04 smithi098 ceph-mon[112578]: pgmap v394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:04 smithi016 ceph-mon[96085]: pgmap v394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:04.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:04.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:05.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:05.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:06 smithi098 ceph-mon[112578]: pgmap v395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:06 smithi016 ceph-mon[96085]: pgmap v395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:06.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:06.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:54:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:54:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:54:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:54:07.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:54:07.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:54:07.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:54:07.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:54:07.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:54:07.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:54:07.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:54:07.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:54:07.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:07.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:08 smithi098 ceph-mon[112578]: pgmap v396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:54:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:08 smithi016 ceph-mon[96085]: pgmap v396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:54:08.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:08.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:09.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:09.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:10.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:10 smithi098 ceph-mon[112578]: pgmap v397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:10.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:10 smithi016 ceph-mon[96085]: pgmap v397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:10.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:10.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:11.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:11.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:12 smithi098 ceph-mon[112578]: pgmap v398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:12 smithi016 ceph-mon[96085]: pgmap v398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:12.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:12.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:54:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:54:13.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:13.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:14 smithi098 ceph-mon[112578]: pgmap v399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:14 smithi016 ceph-mon[96085]: pgmap v399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:14.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:14.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:15.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:15.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:16 smithi098 ceph-mon[112578]: pgmap v400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:16 smithi016 ceph-mon[96085]: pgmap v400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:16.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:16.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:17.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:17.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:18 smithi098 ceph-mon[112578]: pgmap v401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:54:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:18 smithi016 ceph-mon[96085]: pgmap v401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:54:18.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:18.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:19.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:19.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:20.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:20 smithi098 ceph-mon[112578]: pgmap v402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:20.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:20 smithi016 ceph-mon[96085]: pgmap v402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:20.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:20.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:21.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:21.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:22 smithi098 ceph-mon[112578]: pgmap v403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:22 smithi016 ceph-mon[96085]: pgmap v403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:22.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:22.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:23.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:23.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:24.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:24 smithi098 ceph-mon[112578]: pgmap v404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:24.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:24 smithi016 ceph-mon[96085]: pgmap v404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:24.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:24.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:25.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:25.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:26.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:26 smithi098 ceph-mon[112578]: pgmap v405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:26 smithi016 ceph-mon[96085]: pgmap v405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:26.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:26.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:27.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:27.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:28 smithi098 ceph-mon[112578]: pgmap v406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:54:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:54:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:28 smithi016 ceph-mon[96085]: pgmap v406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:54:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:54:28.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:28.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:29.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:29.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:30.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:30 smithi098 ceph-mon[112578]: pgmap v407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:30.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:30 smithi016 ceph-mon[96085]: pgmap v407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:30.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:30.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:31.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:31.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:32 smithi016 ceph-mon[96085]: pgmap v408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:32 smithi098 ceph-mon[112578]: pgmap v408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:32.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:32.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:33.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:33.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:34.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:34 smithi098 ceph-mon[112578]: pgmap v409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:34.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:34 smithi016 ceph-mon[96085]: pgmap v409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:34.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:34.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:35.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:35.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:36.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:36 smithi098 ceph-mon[112578]: pgmap v410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:36 smithi016 ceph-mon[96085]: pgmap v410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:36.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:36.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:37.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:37.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:38 smithi098 ceph-mon[112578]: pgmap v411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:54:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:38 smithi016 ceph-mon[96085]: pgmap v411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:54:38.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:38.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:39.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:39.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:40 smithi098 ceph-mon[112578]: pgmap v412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:40.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:40 smithi016 ceph-mon[96085]: pgmap v412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:40.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:40.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:41.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:41.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:42.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:42 smithi098 ceph-mon[112578]: pgmap v413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:42 smithi016 ceph-mon[96085]: pgmap v413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:42.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:42.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:54:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:54:43.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:43.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:44 smithi098 ceph-mon[112578]: pgmap v414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:44 smithi016 ceph-mon[96085]: pgmap v414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:44.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:44.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:45.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:45.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:46 smithi098 ceph-mon[112578]: pgmap v415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:46 smithi016 ceph-mon[96085]: pgmap v415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:46.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:46.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:47.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:47.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:48 smithi098 ceph-mon[112578]: pgmap v416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:54:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:48 smithi016 ceph-mon[96085]: pgmap v416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:54:48.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:48.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:49.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:49.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:50 smithi098 ceph-mon[112578]: pgmap v417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:50 smithi016 ceph-mon[96085]: pgmap v417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:50.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:50.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:51.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:51.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:52 smithi098 ceph-mon[112578]: pgmap v418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:52 smithi016 ceph-mon[96085]: pgmap v418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:52.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:52.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:53.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:53.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:54 smithi098 ceph-mon[112578]: pgmap v419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:54 smithi016 ceph-mon[96085]: pgmap v419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:54.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:54.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:55.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:55.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:56 smithi098 ceph-mon[112578]: pgmap v420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:56 smithi016 ceph-mon[96085]: pgmap v420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:54:56.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:56.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:57.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:57.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:58 smithi098 ceph-mon[112578]: pgmap v421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:54:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:54:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:54:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:58 smithi016 ceph-mon[96085]: pgmap v421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:54:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:54:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:54:58.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:58.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:59.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:54:59.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:00 smithi098 ceph-mon[112578]: pgmap v422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:00 smithi016 ceph-mon[96085]: pgmap v422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:00.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:00.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:01.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:01.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:02 smithi098 ceph-mon[112578]: pgmap v423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:02 smithi016 ceph-mon[96085]: pgmap v423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:02.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:02.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:03.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:03.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:04 smithi098 ceph-mon[112578]: pgmap v424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:04 smithi016 ceph-mon[96085]: pgmap v424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:04.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:04.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:05.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:05.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:06 smithi098 ceph-mon[112578]: pgmap v425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:06 smithi016 ceph-mon[96085]: pgmap v425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:06.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:06.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:55:07.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:55:07.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:08.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:08 smithi098 ceph-mon[112578]: pgmap v426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:55:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:55:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:55:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:55:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:55:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:55:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:55:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:55:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:55:08.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:55:08.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:55:08.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:55:08.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:55:08.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:55:08.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:55:08.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:55:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:08 smithi016 ceph-mon[96085]: pgmap v426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:55:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:55:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:55:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:55:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:55:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:55:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:55:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:55:08.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:55:08.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:55:08.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:55:08.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:55:08.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:55:08.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:55:08.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:55:08.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:55:08.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:08.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:09 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1637M 2023-10-16T20:55:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:09 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi098 to 2660M 2023-10-16T20:55:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:09 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1637M 2023-10-16T20:55:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:09 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi098 to 2660M 2023-10-16T20:55:09.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:09.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:10.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:10 smithi016 ceph-mon[96085]: pgmap v427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:10.642 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:10 smithi098 ceph-mon[112578]: pgmap v427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:10.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:10.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:11.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:11.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:12 smithi016 ceph-mon[96085]: pgmap v428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:12 smithi098 ceph-mon[112578]: pgmap v428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:12.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:12.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:55:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:55:13.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:13.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:14 smithi016 ceph-mon[96085]: pgmap v429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:14 smithi098 ceph-mon[112578]: pgmap v429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:14.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:14.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:15.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:15.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:16 smithi016 ceph-mon[96085]: pgmap v430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:16 smithi098 ceph-mon[112578]: pgmap v430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:16.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:16.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:17.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:17.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:18 smithi098 ceph-mon[112578]: pgmap v431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:55:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:18 smithi016 ceph-mon[96085]: pgmap v431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:55:18.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:18.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:19.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:19.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:20.747 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:20 smithi098 ceph-mon[112578]: pgmap v432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:20 smithi016 ceph-mon[96085]: pgmap v432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:20.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:20.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:21.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:21.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:22.568 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:22 smithi016 ceph-mon[96085]: pgmap v433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:22 smithi098 ceph-mon[112578]: pgmap v433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:23.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:23.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:24.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:24.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:24 smithi098 ceph-mon[112578]: pgmap v434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:24 smithi016 ceph-mon[96085]: pgmap v434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:25.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:25.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:26.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:26.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:26 smithi098 ceph-mon[112578]: pgmap v435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:26 smithi016 ceph-mon[96085]: pgmap v435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:27.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:27.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:28.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:28.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:28 smithi098 ceph-mon[112578]: pgmap v436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:55:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:55:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:28 smithi016 ceph-mon[96085]: pgmap v436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:55:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:55:29.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:29.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:30.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:30.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:30 smithi098 ceph-mon[112578]: pgmap v437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:30 smithi016 ceph-mon[96085]: pgmap v437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:31.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:31.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:32.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:32.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:32.685 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:32 smithi016 ceph-mon[96085]: pgmap v438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:32 smithi098 ceph-mon[112578]: pgmap v438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:33.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:33.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:34.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:34.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:34.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:34 smithi098 ceph-mon[112578]: pgmap v439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:34 smithi016 ceph-mon[96085]: pgmap v439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:35.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:35.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:36.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:36.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:36 smithi098 ceph-mon[112578]: pgmap v440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:36 smithi016 ceph-mon[96085]: pgmap v440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:37.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:37.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:38.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:38.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:38 smithi098 ceph-mon[112578]: pgmap v441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:55:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:38 smithi016 ceph-mon[96085]: pgmap v441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:55:39.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:39.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:40.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:40.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:40 smithi098 ceph-mon[112578]: pgmap v442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:40 smithi016 ceph-mon[96085]: pgmap v442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:41.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:41.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:42.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:42.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:42 smithi098 ceph-mon[112578]: pgmap v443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:42 smithi016 ceph-mon[96085]: pgmap v443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:43.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:43.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:55:43.798 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:55:44.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:44.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:44 smithi098 ceph-mon[112578]: pgmap v444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:44 smithi016 ceph-mon[96085]: pgmap v444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:45.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:45.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:46.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:46.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:46 smithi098 ceph-mon[112578]: pgmap v445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:46 smithi016 ceph-mon[96085]: pgmap v445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:47.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:47.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:48.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:48.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:48.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:48 smithi098 ceph-mon[112578]: pgmap v446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:55:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:48 smithi016 ceph-mon[96085]: pgmap v446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:55:49.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:49.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:50.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:50.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:50 smithi098 ceph-mon[112578]: pgmap v447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:50 smithi016 ceph-mon[96085]: pgmap v447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:51.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:51.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:52.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:52.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:52 smithi098 ceph-mon[112578]: pgmap v448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:52 smithi016 ceph-mon[96085]: pgmap v448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:53.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:53.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:54.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:54.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:54 smithi098 ceph-mon[112578]: pgmap v449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:54 smithi016 ceph-mon[96085]: pgmap v449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:55.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:55.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:56.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:56.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:56 smithi098 ceph-mon[112578]: pgmap v450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:56 smithi016 ceph-mon[96085]: pgmap v450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:55:57.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:57.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:58.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:58.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:58 smithi098 ceph-mon[112578]: pgmap v451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:55:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:55:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:55:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:58 smithi016 ceph-mon[96085]: pgmap v451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:55:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:55:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:55:59.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:55:59.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:00.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:00.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:00 smithi098 ceph-mon[112578]: pgmap v452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:00 smithi016 ceph-mon[96085]: pgmap v452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:01.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:01.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:02.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:02.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:02 smithi098 ceph-mon[112578]: pgmap v453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:02 smithi016 ceph-mon[96085]: pgmap v453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:03.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:03.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:04.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:04.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:04 smithi098 ceph-mon[112578]: pgmap v454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:04 smithi016 ceph-mon[96085]: pgmap v454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:05.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:05.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:06.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:06.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:06 smithi098 ceph-mon[112578]: pgmap v455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:06 smithi016 ceph-mon[96085]: pgmap v455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:07.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:07.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:08.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:08.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:08.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:08 smithi098 ceph-mon[112578]: pgmap v456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:56:08.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:56:08.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:56:08.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:56:08.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:56:08.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:56:08.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:56:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:08 smithi016 ceph-mon[96085]: pgmap v456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:56:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:56:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:56:08.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:56:08.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:56:08.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:56:08.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:56:09.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:09.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:10.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:10.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:10 smithi098 ceph-mon[112578]: pgmap v457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:10 smithi016 ceph-mon[96085]: pgmap v457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:11.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:11.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:12.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:12.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:12 smithi098 ceph-mon[112578]: pgmap v458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:12 smithi016 ceph-mon[96085]: pgmap v458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:13.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:13.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:56:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:56:14.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:14.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:14 smithi098 ceph-mon[112578]: pgmap v459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:14 smithi016 ceph-mon[96085]: pgmap v459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:15.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:15.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:16.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:16.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:16 smithi098 ceph-mon[112578]: pgmap v460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:16 smithi016 ceph-mon[96085]: pgmap v460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:17.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:17.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:18.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:18.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:18 smithi016 ceph-mon[96085]: pgmap v461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:56:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:18 smithi098 ceph-mon[112578]: pgmap v461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:56:19.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:19.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:20.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:20.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:20 smithi098 ceph-mon[112578]: pgmap v462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:20 smithi016 ceph-mon[96085]: pgmap v462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:21.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:21.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:22.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:22.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:22 smithi098 ceph-mon[112578]: pgmap v463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:22 smithi016 ceph-mon[96085]: pgmap v463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:23.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:23.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:23 smithi016 ceph-mon[96085]: pgmap v464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:23 smithi098 ceph-mon[112578]: pgmap v464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:24.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:24.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:25.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:25.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:26.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:26.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:26 smithi098 ceph-mon[112578]: pgmap v465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:26 smithi016 ceph-mon[96085]: pgmap v465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:27.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:27.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:28.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:28.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:28 smithi098 ceph-mon[112578]: pgmap v466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:56:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:56:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:28 smithi016 ceph-mon[96085]: pgmap v466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:56:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:56:29.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:29.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:30.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:30.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:30 smithi098 ceph-mon[112578]: pgmap v467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:30.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:30 smithi016 ceph-mon[96085]: pgmap v467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:31.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:31.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:32.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:32.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:32 smithi098 ceph-mon[112578]: pgmap v468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:32 smithi016 ceph-mon[96085]: pgmap v468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:33.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:33.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:34.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:34.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:34.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:34 smithi098 ceph-mon[112578]: pgmap v469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:34.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:34 smithi016 ceph-mon[96085]: pgmap v469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:35.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:35.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:36.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:36.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:36.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:36 smithi098 ceph-mon[112578]: pgmap v470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:36 smithi016 ceph-mon[96085]: pgmap v470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:37.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:37.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:38.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:38.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:38 smithi098 ceph-mon[112578]: pgmap v471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:56:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:38 smithi016 ceph-mon[96085]: pgmap v471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:56:39.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:39.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:40.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:40.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:40 smithi098 ceph-mon[112578]: pgmap v472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:40.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:40 smithi016 ceph-mon[96085]: pgmap v472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:41.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:41.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:42.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:42.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:42 smithi098 ceph-mon[112578]: pgmap v473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:42.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:42 smithi016 ceph-mon[96085]: pgmap v473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:43.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:43.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:43.493 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:56:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:56:44.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:44.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:44 smithi098 ceph-mon[112578]: pgmap v474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:44 smithi016 ceph-mon[96085]: pgmap v474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:45.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:45.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:46.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:46.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:46 smithi098 ceph-mon[112578]: pgmap v475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:46 smithi016 ceph-mon[96085]: pgmap v475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:47.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:47.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:48.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:48.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:48 smithi098 ceph-mon[112578]: pgmap v476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:56:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:48 smithi016 ceph-mon[96085]: pgmap v476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:56:49.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:49.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:50.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:50.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:50 smithi098 ceph-mon[112578]: pgmap v477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:50 smithi016 ceph-mon[96085]: pgmap v477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:51.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:51.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:52.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:52.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:52 smithi098 ceph-mon[112578]: pgmap v478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:52 smithi016 ceph-mon[96085]: pgmap v478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:53.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:53.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:54.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:54.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:54.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:54 smithi098 ceph-mon[112578]: pgmap v479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:54 smithi016 ceph-mon[96085]: pgmap v479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:55.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:55.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:56.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:56.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:56 smithi098 ceph-mon[112578]: pgmap v480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:56 smithi016 ceph-mon[96085]: pgmap v480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:56:57.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:57.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:58.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:58.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:58 smithi098 ceph-mon[112578]: pgmap v481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:56:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:56:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:56:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:58 smithi016 ceph-mon[96085]: pgmap v481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:56:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:56:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:56:59.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:56:59.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:00.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:00.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:00 smithi098 ceph-mon[112578]: pgmap v482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:00 smithi016 ceph-mon[96085]: pgmap v482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:01.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:01.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:02.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:02.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:02 smithi098 ceph-mon[112578]: pgmap v483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:02 smithi016 ceph-mon[96085]: pgmap v483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:03.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:03.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:04.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:04.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:04 smithi098 ceph-mon[112578]: pgmap v484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:04 smithi016 ceph-mon[96085]: pgmap v484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:05.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:05.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:06.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:06.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:06 smithi098 ceph-mon[112578]: pgmap v485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:06 smithi016 ceph-mon[96085]: pgmap v485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:07.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:07.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:08.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:08.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:08 smithi098 ceph-mon[112578]: pgmap v486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:57:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:08 smithi016 ceph-mon[96085]: pgmap v486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:57:09.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:09.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:57:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:57:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:57:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:57:09.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:57:09.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:57:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:57:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:57:09.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:57:09.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:57:09.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:57:09.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:57:10.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:10.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:10.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:10 smithi098 ceph-mon[112578]: pgmap v487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:10.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:10 smithi016 ceph-mon[96085]: pgmap v487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:11.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:11.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:12.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:12.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:12 smithi098 ceph-mon[112578]: pgmap v488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:12 smithi016 ceph-mon[96085]: pgmap v488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:13.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:13.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:57:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:57:14.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:14.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:14 smithi016 ceph-mon[96085]: pgmap v489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:14 smithi098 ceph-mon[112578]: pgmap v489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:15.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:15.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:16.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:16.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:16 smithi016 ceph-mon[96085]: pgmap v490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:16 smithi098 ceph-mon[112578]: pgmap v490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:17.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:17.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:18.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:18.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:18 smithi016 ceph-mon[96085]: pgmap v491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:57:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:18 smithi098 ceph-mon[112578]: pgmap v491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:57:19.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:19.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:20.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:20.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:20.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:20 smithi016 ceph-mon[96085]: pgmap v492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:20 smithi098 ceph-mon[112578]: pgmap v492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:21.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:21.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:22.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:22.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:22 smithi016 ceph-mon[96085]: pgmap v493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:22 smithi098 ceph-mon[112578]: pgmap v493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:23.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:23.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:24.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:24.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:24 smithi098 ceph-mon[112578]: pgmap v494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:24 smithi016 ceph-mon[96085]: pgmap v494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:25.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:25.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:26.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:26.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:26 smithi098 ceph-mon[112578]: pgmap v495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:26 smithi016 ceph-mon[96085]: pgmap v495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:27.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:27.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:28.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:28.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:28 smithi098 ceph-mon[112578]: pgmap v496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:57:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:57:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:28 smithi016 ceph-mon[96085]: pgmap v496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:57:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:57:29.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:29.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:30.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:30.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:30 smithi098 ceph-mon[112578]: pgmap v497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:30 smithi016 ceph-mon[96085]: pgmap v497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:31.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:31.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:32.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:32.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:32 smithi098 ceph-mon[112578]: pgmap v498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:32 smithi016 ceph-mon[96085]: pgmap v498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:33.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:33.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:34.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:34.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:34.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:34 smithi016 ceph-mon[96085]: pgmap v499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:34.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:34 smithi098 ceph-mon[112578]: pgmap v499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:35.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:35.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:36.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:36.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:36 smithi098 ceph-mon[112578]: pgmap v500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:36 smithi016 ceph-mon[96085]: pgmap v500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:37.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:37.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:38.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:38.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:38 smithi098 ceph-mon[112578]: pgmap v501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:57:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:38 smithi016 ceph-mon[96085]: pgmap v501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:57:39.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:39.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:40.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:40.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:40 smithi098 ceph-mon[112578]: pgmap v502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:40 smithi016 ceph-mon[96085]: pgmap v502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:41.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:41.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:42.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:42.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:42.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:42 smithi098 ceph-mon[112578]: pgmap v503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:42 smithi016 ceph-mon[96085]: pgmap v503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:43.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:43.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:57:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:57:44.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:44.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:44 smithi016 ceph-mon[96085]: pgmap v504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:44 smithi098 ceph-mon[112578]: pgmap v504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:45.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:45.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:46.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:46.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:46 smithi098 ceph-mon[112578]: pgmap v505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:46 smithi016 ceph-mon[96085]: pgmap v505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:47.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:47.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:48.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:48.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:48.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:48 smithi098 ceph-mon[112578]: pgmap v506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:57:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:48 smithi016 ceph-mon[96085]: pgmap v506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:57:49.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:49.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:50.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:50.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:50 smithi098 ceph-mon[112578]: pgmap v507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:50 smithi016 ceph-mon[96085]: pgmap v507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:51.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:51.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:52.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:52.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:52 smithi098 ceph-mon[112578]: pgmap v508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:52 smithi016 ceph-mon[96085]: pgmap v508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:53.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:53.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:54.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:54.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:54 smithi098 ceph-mon[112578]: pgmap v509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:54 smithi016 ceph-mon[96085]: pgmap v509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:55.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:55.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:56.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:56.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:56 smithi098 ceph-mon[112578]: pgmap v510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:56 smithi016 ceph-mon[96085]: pgmap v510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:57:57.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:57.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:58.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:58.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:58 smithi098 ceph-mon[112578]: pgmap v511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:57:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:57:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:57:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:58 smithi016 ceph-mon[96085]: pgmap v511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:57:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:57:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:57:59.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:57:59.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:00.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:00.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:00 smithi098 ceph-mon[112578]: pgmap v512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:00 smithi016 ceph-mon[96085]: pgmap v512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:01.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:01.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:02.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:02.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:02 smithi098 ceph-mon[112578]: pgmap v513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:02 smithi016 ceph-mon[96085]: pgmap v513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:03.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:03.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:04.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:04.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:04 smithi098 ceph-mon[112578]: pgmap v514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:04 smithi016 ceph-mon[96085]: pgmap v514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:05.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:05.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:06.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:06.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:06 smithi098 ceph-mon[112578]: pgmap v515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:06 smithi016 ceph-mon[96085]: pgmap v515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:07.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:07.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:08.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:08.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:08.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:08 smithi098 ceph-mon[112578]: pgmap v516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:58:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:08 smithi016 ceph-mon[96085]: pgmap v516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:58:09.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:09.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:58:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:58:10.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:10.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:10 smithi098 ceph-mon[112578]: pgmap v517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:10 smithi016 ceph-mon[96085]: pgmap v517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:11.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:11.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:12.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:12.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:12 smithi098 ceph-mon[112578]: pgmap v518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:58:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:58:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:58:12.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:58:12.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:58:12.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:58:12.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:58:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:12 smithi016 ceph-mon[96085]: pgmap v518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:58:12.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:58:12.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:58:12.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:58:12.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:58:12.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:58:12.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:58:13.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:13.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:58:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:58:14.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:14.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:14 smithi098 ceph-mon[112578]: pgmap v519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:14 smithi016 ceph-mon[96085]: pgmap v519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:15.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:15.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:16.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:16.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:16 smithi098 ceph-mon[112578]: pgmap v520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:16 smithi016 ceph-mon[96085]: pgmap v520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:17.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:17.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:18.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:18.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:18 smithi098 ceph-mon[112578]: pgmap v521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:58:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:18 smithi016 ceph-mon[96085]: pgmap v521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:58:19.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:19.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:20.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:20.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:20 smithi098 ceph-mon[112578]: pgmap v522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:20 smithi016 ceph-mon[96085]: pgmap v522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:21.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:21.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:22.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:22.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:22 smithi098 ceph-mon[112578]: pgmap v523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:22 smithi016 ceph-mon[96085]: pgmap v523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:23.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:23.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:24.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:24.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:24.640 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:24 smithi016 ceph-mon[96085]: pgmap v524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:24 smithi098 ceph-mon[112578]: pgmap v524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:25.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:25.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:26.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:26.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:26 smithi098 ceph-mon[112578]: pgmap v525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:26 smithi016 ceph-mon[96085]: pgmap v525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:27.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:27.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:28.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:28.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:28 smithi098 ceph-mon[112578]: pgmap v526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:58:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:58:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:28 smithi016 ceph-mon[96085]: pgmap v526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:58:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:58:29.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:29.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:30.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:30.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:30 smithi098 ceph-mon[112578]: pgmap v527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:30 smithi016 ceph-mon[96085]: pgmap v527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:31.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:31.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:32.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:32.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:32.729 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:32 smithi098 ceph-mon[112578]: pgmap v528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:32 smithi016 ceph-mon[96085]: pgmap v528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:33.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:33.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:34.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:34.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:34.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:34 smithi016 ceph-mon[96085]: pgmap v529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:34.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:34 smithi098 ceph-mon[112578]: pgmap v529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:35.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:35.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:36.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:36.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:36 smithi098 ceph-mon[112578]: pgmap v530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:36 smithi016 ceph-mon[96085]: pgmap v530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:37.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:37.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:38.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:38.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:38 smithi098 ceph-mon[112578]: pgmap v531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:58:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:38 smithi016 ceph-mon[96085]: pgmap v531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:58:39.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:39.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:40.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:40.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:40 smithi098 ceph-mon[112578]: pgmap v532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:40 smithi016 ceph-mon[96085]: pgmap v532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:41.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:41.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:42.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:42.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:42 smithi098 ceph-mon[112578]: pgmap v533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:42 smithi016 ceph-mon[96085]: pgmap v533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:43.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:43.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:58:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:58:44.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:44.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:44 smithi098 ceph-mon[112578]: pgmap v534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:44 smithi016 ceph-mon[96085]: pgmap v534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:45.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:45.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:46.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:46.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:46 smithi098 ceph-mon[112578]: pgmap v535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:46 smithi016 ceph-mon[96085]: pgmap v535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:47.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:47.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:48.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:48.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:48 smithi098 ceph-mon[112578]: pgmap v536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:58:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:48 smithi016 ceph-mon[96085]: pgmap v536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:58:49.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:49.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:50.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:50.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:50 smithi098 ceph-mon[112578]: pgmap v537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:50 smithi016 ceph-mon[96085]: pgmap v537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:51.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:51.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:52.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:52.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:52 smithi098 ceph-mon[112578]: pgmap v538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:52 smithi016 ceph-mon[96085]: pgmap v538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:53.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:53.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:54.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:54.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:54.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:54 smithi098 ceph-mon[112578]: pgmap v539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:54 smithi016 ceph-mon[96085]: pgmap v539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:55.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:55.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:56.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:56.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:56 smithi098 ceph-mon[112578]: pgmap v540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:56 smithi016 ceph-mon[96085]: pgmap v540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:58:57.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:57.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:58.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:58 smithi098 ceph-mon[112578]: pgmap v541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:58:58.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:58:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:58:58.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:58.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:58 smithi016 ceph-mon[96085]: pgmap v541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:58:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:58:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:58:59.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:58:59.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:00.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:00.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:00 smithi098 ceph-mon[112578]: pgmap v542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:00 smithi016 ceph-mon[96085]: pgmap v542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:01.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:01.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:02.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:02.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:02 smithi098 ceph-mon[112578]: pgmap v543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:02 smithi016 ceph-mon[96085]: pgmap v543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:03.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:03.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:04.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:04.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:04 smithi098 ceph-mon[112578]: pgmap v544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:04 smithi016 ceph-mon[96085]: pgmap v544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:05.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:05.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:06.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:06.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:06 smithi098 ceph-mon[112578]: pgmap v545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:06.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:06 smithi016 ceph-mon[96085]: pgmap v545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:07.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:07.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:08.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:08.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:08 smithi098 ceph-mon[112578]: pgmap v546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:59:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:08 smithi016 ceph-mon[96085]: pgmap v546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:59:09.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:09.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:10.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:10.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:10 smithi098 ceph-mon[112578]: pgmap v547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:10.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:10 smithi016 ceph-mon[96085]: pgmap v547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:11.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:11.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:12.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:12.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:12 smithi098 ceph-mon[112578]: pgmap v548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:12 smithi016 ceph-mon[96085]: pgmap v548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:13.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:13.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:59:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:59:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:59:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:59:14.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:14.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:14 smithi098 ceph-mon[112578]: pgmap v549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:14 smithi016 ceph-mon[96085]: pgmap v549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:15.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:15.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:16.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:16.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:16 smithi098 ceph-mon[112578]: pgmap v550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:16 smithi016 ceph-mon[96085]: pgmap v550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:17.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:17.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:18.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:18.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:18 smithi098 ceph-mon[112578]: pgmap v551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:59:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:59:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:59:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:59:18.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:59:18.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:59:18.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:59:18.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:59:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:18 smithi016 ceph-mon[96085]: pgmap v551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:59:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:59:18.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:59:18.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:59:18.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:59:18.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:59:18.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:59:18.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T20:59:19.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:19.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:20.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:20.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:20 smithi098 ceph-mon[112578]: pgmap v552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:20 smithi016 ceph-mon[96085]: pgmap v552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:21.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:21.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:22.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:22.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:22 smithi098 ceph-mon[112578]: pgmap v553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:22 smithi016 ceph-mon[96085]: pgmap v553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:23.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:23.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:24.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:24.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:24 smithi098 ceph-mon[112578]: pgmap v554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:24 smithi016 ceph-mon[96085]: pgmap v554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:25.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:25.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:26.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:26.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:26 smithi098 ceph-mon[112578]: pgmap v555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:26 smithi016 ceph-mon[96085]: pgmap v555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:27.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:27.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:28.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:28.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:28 smithi098 ceph-mon[112578]: pgmap v556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:59:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:59:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:28 smithi016 ceph-mon[96085]: pgmap v556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:59:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:59:29.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:29.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:30.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:30.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:30 smithi098 ceph-mon[112578]: pgmap v557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:30 smithi016 ceph-mon[96085]: pgmap v557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:31.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:31.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:32.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:32.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:32 smithi098 ceph-mon[112578]: pgmap v558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:32 smithi016 ceph-mon[96085]: pgmap v558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:33.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:33.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:34.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:34.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:34.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:34 smithi098 ceph-mon[112578]: pgmap v559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:34 smithi016 ceph-mon[96085]: pgmap v559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:35.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:35.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:36.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:36.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:36 smithi098 ceph-mon[112578]: pgmap v560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:36 smithi016 ceph-mon[96085]: pgmap v560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:37.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:37.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:38.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:38.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:38 smithi098 ceph-mon[112578]: pgmap v561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:59:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:38 smithi016 ceph-mon[96085]: pgmap v561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:59:39.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:39.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:40.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:40.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:40 smithi098 ceph-mon[112578]: pgmap v562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:40 smithi016 ceph-mon[96085]: pgmap v562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:41.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:41.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:42.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:42.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:42 smithi098 ceph-mon[112578]: pgmap v563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:42 smithi016 ceph-mon[96085]: pgmap v563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:43.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:43.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:59:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:59:44.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:44.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:44 smithi098 ceph-mon[112578]: pgmap v564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:44 smithi016 ceph-mon[96085]: pgmap v564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:45.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:45.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:46.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:46.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:46 smithi098 ceph-mon[112578]: pgmap v565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:46 smithi016 ceph-mon[96085]: pgmap v565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:47.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:47.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:48.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:48.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:48.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:48 smithi098 ceph-mon[112578]: pgmap v566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:59:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:48 smithi016 ceph-mon[96085]: pgmap v566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:59:49.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:49.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:50.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:50.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:50.627 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:50 smithi016 ceph-mon[96085]: pgmap v567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:50 smithi098 ceph-mon[112578]: pgmap v567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:51.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:51.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:52.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:52.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:52 smithi098 ceph-mon[112578]: pgmap v568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:52 smithi016 ceph-mon[96085]: pgmap v568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:53.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:53.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:54.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:54.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:54 smithi098 ceph-mon[112578]: pgmap v569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:54 smithi016 ceph-mon[96085]: pgmap v569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:55.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:55.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:56.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:56.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:56 smithi098 ceph-mon[112578]: pgmap v570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:56 smithi016 ceph-mon[96085]: pgmap v570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:59:57.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:57.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:58.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:58.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:58.615 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:58 smithi098 ceph-mon[112578]: pgmap v571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:59:58.616 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 20:59:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:59:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:58 smithi016 ceph-mon[96085]: pgmap v571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:59:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 20:59:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:59:59.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T20:59:59.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:00.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:00.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:00.743 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:00 smithi016 ceph-mon[96085]: pgmap v572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:00.743 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T21:00:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:00 smithi098 ceph-mon[112578]: pgmap v572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T21:00:01.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:01.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:02.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:02.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:02 smithi098 ceph-mon[112578]: pgmap v573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:02 smithi016 ceph-mon[96085]: pgmap v573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:03.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:03.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:04.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:04.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:04 smithi098 ceph-mon[112578]: pgmap v574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:04 smithi016 ceph-mon[96085]: pgmap v574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:05.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:05.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:06.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:06.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:06 smithi098 ceph-mon[112578]: pgmap v575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:06 smithi016 ceph-mon[96085]: pgmap v575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:07.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:07.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:08.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:08.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:08.720 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:08 smithi098 ceph-mon[112578]: pgmap v576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:00:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:08 smithi016 ceph-mon[96085]: pgmap v576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:00:09.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:09.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:10.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:10.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:10 smithi098 ceph-mon[112578]: pgmap v577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:10 smithi016 ceph-mon[96085]: pgmap v577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:11.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:11.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:12.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:12.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:12 smithi098 ceph-mon[112578]: pgmap v578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:12 smithi016 ceph-mon[96085]: pgmap v578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:13.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:13.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:00:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:00:14.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:14.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:14 smithi098 ceph-mon[112578]: pgmap v579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:14 smithi016 ceph-mon[96085]: pgmap v579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:15.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:15.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:16.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:16.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:16 smithi098 ceph-mon[112578]: pgmap v580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:16 smithi016 ceph-mon[96085]: pgmap v580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:17.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:17.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:18.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:18.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:18 smithi098 ceph-mon[112578]: pgmap v581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:00:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:00:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:18 smithi016 ceph-mon[96085]: pgmap v581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:00:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:00:19.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:19.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:00:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:00:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:00:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:00:19.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:00:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:00:19.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:00:19.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:00:19.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:00:19.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:00:20.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:20.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:20 smithi098 ceph-mon[112578]: pgmap v582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:20 smithi016 ceph-mon[96085]: pgmap v582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:21.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:21.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:22.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:22.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:22 smithi098 ceph-mon[112578]: pgmap v583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:22 smithi016 ceph-mon[96085]: pgmap v583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:23.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:23.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:24.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:24.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:24 smithi098 ceph-mon[112578]: pgmap v584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:24 smithi016 ceph-mon[96085]: pgmap v584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:25.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:25.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:26.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:26.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:26 smithi098 ceph-mon[112578]: pgmap v585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:26 smithi016 ceph-mon[96085]: pgmap v585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:27.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:27.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:28.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:28.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:28 smithi098 ceph-mon[112578]: pgmap v586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:00:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:00:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:28 smithi016 ceph-mon[96085]: pgmap v586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:00:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:00:29.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:29.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:30.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:30.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:30 smithi098 ceph-mon[112578]: pgmap v587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:30 smithi016 ceph-mon[96085]: pgmap v587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:31.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:31.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:32.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:32.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:32 smithi098 ceph-mon[112578]: pgmap v588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:32 smithi016 ceph-mon[96085]: pgmap v588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:33.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:33.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:33 smithi098 ceph-mon[112578]: pgmap v589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:33 smithi016 ceph-mon[96085]: pgmap v589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:34.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:34.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:35.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:35.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:36 smithi098 ceph-mon[112578]: pgmap v590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:36.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:36.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:36 smithi016 ceph-mon[96085]: pgmap v590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:37.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:37.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:38 smithi098 ceph-mon[112578]: pgmap v591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:00:38.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:38.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:38 smithi016 ceph-mon[96085]: pgmap v591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:00:39.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:39.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:40 smithi098 ceph-mon[112578]: pgmap v592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:40.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:40 smithi016 ceph-mon[96085]: pgmap v592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:40.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:40.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:41.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:41.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:42 smithi098 ceph-mon[112578]: pgmap v593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:42 smithi016 ceph-mon[96085]: pgmap v593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:42.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:42.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:00:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:00:43.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:43.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:44 smithi098 ceph-mon[112578]: pgmap v594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:44 smithi016 ceph-mon[96085]: pgmap v594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:44.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:44.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:45.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:45.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:46 smithi098 ceph-mon[112578]: pgmap v595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:46 smithi016 ceph-mon[96085]: pgmap v595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:46.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:46.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:47.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:47.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:48 smithi016 ceph-mon[96085]: pgmap v596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:00:48.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:48.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:48.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:48 smithi098 ceph-mon[112578]: pgmap v596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:00:49.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:49.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:50 smithi016 ceph-mon[96085]: pgmap v597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:50.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:50.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:50 smithi098 ceph-mon[112578]: pgmap v597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:51.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:51.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:52 smithi016 ceph-mon[96085]: pgmap v598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:52.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:52.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:52 smithi098 ceph-mon[112578]: pgmap v598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:53.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:53.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:54.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:54 smithi098 ceph-mon[112578]: pgmap v599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:54 smithi016 ceph-mon[96085]: pgmap v599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:54.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:54.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:55.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:55.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:56 smithi016 ceph-mon[96085]: pgmap v600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:56.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:56.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:56 smithi098 ceph-mon[112578]: pgmap v600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:00:57.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:57.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:58 smithi016 ceph-mon[96085]: pgmap v601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:00:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:00:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:00:58.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:58.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:58 smithi098 ceph-mon[112578]: pgmap v601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:00:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:00:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:00:59.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:00:59.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:00.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:00.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:00 smithi098 ceph-mon[112578]: pgmap v602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:00 smithi016 ceph-mon[96085]: pgmap v602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:01.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:01.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:02.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:02.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:02 smithi098 ceph-mon[112578]: pgmap v603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:02 smithi016 ceph-mon[96085]: pgmap v603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:03.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:03.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:04.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:04.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:04 smithi098 ceph-mon[112578]: pgmap v604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:04 smithi016 ceph-mon[96085]: pgmap v604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:05.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:05.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:06.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:06.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:06 smithi098 ceph-mon[112578]: pgmap v605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:06 smithi016 ceph-mon[96085]: pgmap v605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:07.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:07.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:08.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:08.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:08 smithi098 ceph-mon[112578]: pgmap v606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:01:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:08 smithi016 ceph-mon[96085]: pgmap v606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:01:09.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:09.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:10.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:10.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:10 smithi098 ceph-mon[112578]: pgmap v607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:10 smithi016 ceph-mon[96085]: pgmap v607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:11.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:11.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:12.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:12.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:12 smithi098 ceph-mon[112578]: pgmap v608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:12 smithi016 ceph-mon[96085]: pgmap v608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:13.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:13.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:01:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:01:14.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:14.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:14 smithi098 ceph-mon[112578]: pgmap v609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:14 smithi016 ceph-mon[96085]: pgmap v609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:15.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:15.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:16.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:16.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:16.622 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:16 smithi016 ceph-mon[96085]: pgmap v610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:16 smithi098 ceph-mon[112578]: pgmap v610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:17.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:17.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:18.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:18.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:18 smithi098 ceph-mon[112578]: pgmap v611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:01:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:18 smithi016 ceph-mon[96085]: pgmap v611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:01:19.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:19.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:01:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:01:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:01:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:01:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:01:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:01:20.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:20.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:20 smithi098 ceph-mon[112578]: pgmap v612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:01:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:01:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:01:20.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:01:20.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:01:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:20 smithi016 ceph-mon[96085]: pgmap v612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:01:20.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:01:20.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:01:20.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:01:20.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:01:21.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:21.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:22.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:22.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:22 smithi098 ceph-mon[112578]: pgmap v613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:22 smithi016 ceph-mon[96085]: pgmap v613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:23.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:23.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:24.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:24.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:24 smithi098 ceph-mon[112578]: pgmap v614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:24 smithi016 ceph-mon[96085]: pgmap v614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:25.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:25.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:26.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:26.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:26.723 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:26 smithi016 ceph-mon[96085]: pgmap v615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:26 smithi098 ceph-mon[112578]: pgmap v615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:27.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:27.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:28.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:28.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:28 smithi098 ceph-mon[112578]: pgmap v616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:01:28.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:01:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:28 smithi016 ceph-mon[96085]: pgmap v616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:01:28.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:01:29.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:29.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:30.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:30.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:30 smithi098 ceph-mon[112578]: pgmap v617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:30 smithi016 ceph-mon[96085]: pgmap v617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:31.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:31.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:32.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:32.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:32 smithi098 ceph-mon[112578]: pgmap v618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:32 smithi016 ceph-mon[96085]: pgmap v618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:33.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:33.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:34.606 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:34 smithi098 ceph-mon[112578]: pgmap v619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:34.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:34.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:34 smithi016 ceph-mon[96085]: pgmap v619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:35.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:35.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:36.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:36.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:36 smithi098 ceph-mon[112578]: pgmap v620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:36 smithi016 ceph-mon[96085]: pgmap v620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:37.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:37.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:38.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:38.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:38 smithi098 ceph-mon[112578]: pgmap v621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:01:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:38 smithi016 ceph-mon[96085]: pgmap v621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:01:39.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:39.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:40.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:40.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:40 smithi098 ceph-mon[112578]: pgmap v622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:40 smithi016 ceph-mon[96085]: pgmap v622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:41.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:41.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:42.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:42.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:42 smithi098 ceph-mon[112578]: pgmap v623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:42 smithi016 ceph-mon[96085]: pgmap v623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:43.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:43.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:01:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:01:44.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:44.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:44.712 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:44 smithi098 ceph-mon[112578]: pgmap v624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:44 smithi016 ceph-mon[96085]: pgmap v624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:45.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:45.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:46.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:46.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:46 smithi098 ceph-mon[112578]: pgmap v625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:46 smithi016 ceph-mon[96085]: pgmap v625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:47.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:47.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:48.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:48.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:48 smithi098 ceph-mon[112578]: pgmap v626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:01:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:48 smithi016 ceph-mon[96085]: pgmap v626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:01:49.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:49.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:50.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:50.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:50 smithi098 ceph-mon[112578]: pgmap v627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:50 smithi016 ceph-mon[96085]: pgmap v627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:51.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:51.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:52.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:52.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:52 smithi098 ceph-mon[112578]: pgmap v628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:52 smithi016 ceph-mon[96085]: pgmap v628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:53.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:53.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:54.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:54.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:54 smithi098 ceph-mon[112578]: pgmap v629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:54 smithi016 ceph-mon[96085]: pgmap v629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:55.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:55.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:56.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:56.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:56 smithi098 ceph-mon[112578]: pgmap v630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:56 smithi016 ceph-mon[96085]: pgmap v630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:01:57.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:57.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:58.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:58.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:58 smithi098 ceph-mon[112578]: pgmap v631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:01:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:01:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:01:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:58 smithi016 ceph-mon[96085]: pgmap v631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:01:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:01:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:01:59.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:01:59.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:00.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:00.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:00 smithi098 ceph-mon[112578]: pgmap v632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:00 smithi016 ceph-mon[96085]: pgmap v632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:01.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:01.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:02.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:02.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:02 smithi098 ceph-mon[112578]: pgmap v633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:02 smithi016 ceph-mon[96085]: pgmap v633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:03.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:03.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:04.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:04.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:04 smithi098 ceph-mon[112578]: pgmap v634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:04 smithi016 ceph-mon[96085]: pgmap v634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:05.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:05.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:06.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:06.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:06 smithi098 ceph-mon[112578]: pgmap v635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:06 smithi016 ceph-mon[96085]: pgmap v635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:07.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:07.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:08.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:08.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:08 smithi098 ceph-mon[112578]: pgmap v636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:02:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:08 smithi016 ceph-mon[96085]: pgmap v636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:02:09.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:09.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:10.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:10.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:10 smithi098 ceph-mon[112578]: pgmap v637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:10 smithi016 ceph-mon[96085]: pgmap v637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:11.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:11.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:12 smithi016 ceph-mon[96085]: pgmap v638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:12.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:12.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:12 smithi098 ceph-mon[112578]: pgmap v638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:13.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:13.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:02:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:02:14.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:14.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:14 smithi098 ceph-mon[112578]: pgmap v639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:14 smithi016 ceph-mon[96085]: pgmap v639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:15.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:15.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:16.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:16.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:16 smithi098 ceph-mon[112578]: pgmap v640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:16 smithi016 ceph-mon[96085]: pgmap v640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:17.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:17.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:18.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:18.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:18 smithi098 ceph-mon[112578]: pgmap v641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:02:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:18 smithi016 ceph-mon[96085]: pgmap v641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:02:19.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:19.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:20.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:20.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:20 smithi098 ceph-mon[112578]: pgmap v642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:02:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:02:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:02:20.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:02:20.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:02:20.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:02:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:20 smithi016 ceph-mon[96085]: pgmap v642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:02:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:02:20.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:02:20.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:02:20.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:02:20.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:02:21.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:21.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:22.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:22.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:22 smithi098 ceph-mon[112578]: pgmap v643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:22 smithi016 ceph-mon[96085]: pgmap v643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:23.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:23.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:24.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:24.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:24 smithi098 ceph-mon[112578]: pgmap v644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:24 smithi016 ceph-mon[96085]: pgmap v644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:25.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:25.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:26.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:26.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:26 smithi098 ceph-mon[112578]: pgmap v645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:26 smithi016 ceph-mon[96085]: pgmap v645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:27.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:27.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:28.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:28.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:28 smithi098 ceph-mon[112578]: pgmap v646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:02:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:02:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:28 smithi016 ceph-mon[96085]: pgmap v646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:02:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:02:29.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:29.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:30.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:30 smithi098 ceph-mon[112578]: pgmap v647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:30.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:30.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:30 smithi016 ceph-mon[96085]: pgmap v647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:31.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:31.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:32.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:32.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:32 smithi098 ceph-mon[112578]: pgmap v648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:32 smithi016 ceph-mon[96085]: pgmap v648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:33.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:33.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:34.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:34.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:34.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:34 smithi098 ceph-mon[112578]: pgmap v649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:34 smithi016 ceph-mon[96085]: pgmap v649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:35.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:35.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:36.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:36.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:36 smithi098 ceph-mon[112578]: pgmap v650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:36 smithi016 ceph-mon[96085]: pgmap v650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:37.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:37.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:38.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:38.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:38 smithi098 ceph-mon[112578]: pgmap v651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:02:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:38 smithi016 ceph-mon[96085]: pgmap v651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:02:39.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:39.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:40.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:40.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:40 smithi098 ceph-mon[112578]: pgmap v652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:40 smithi016 ceph-mon[96085]: pgmap v652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:41.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:41.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:42.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:42.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:42 smithi098 ceph-mon[112578]: pgmap v653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:42 smithi016 ceph-mon[96085]: pgmap v653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:43.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:43.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:02:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:02:44.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:44.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:44 smithi098 ceph-mon[112578]: pgmap v654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:44 smithi016 ceph-mon[96085]: pgmap v654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:45.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:45.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:46.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:46.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:46 smithi098 ceph-mon[112578]: pgmap v655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:46 smithi016 ceph-mon[96085]: pgmap v655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:47.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:47.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:47 smithi098 ceph-mon[112578]: pgmap v656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:02:47.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:47 smithi016 ceph-mon[96085]: pgmap v656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:02:48.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:48.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:49.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:49.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:50.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:49 smithi098 ceph-mon[112578]: pgmap v657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:50.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:49 smithi016 ceph-mon[96085]: pgmap v657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:50.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:50.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:51.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:51.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:52 smithi016 ceph-mon[96085]: pgmap v658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:52.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:52.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:52 smithi098 ceph-mon[112578]: pgmap v658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:53.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:53.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:54 smithi016 ceph-mon[96085]: pgmap v659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:54.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:54.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:54 smithi098 ceph-mon[112578]: pgmap v659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:55.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:55.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:56.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:56.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:56 smithi098 ceph-mon[112578]: pgmap v660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:56 smithi016 ceph-mon[96085]: pgmap v660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:02:57.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:57.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:58 smithi098 ceph-mon[112578]: pgmap v661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:02:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:02:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:02:58.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:58.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:58 smithi016 ceph-mon[96085]: pgmap v661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:02:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:02:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:02:59.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:02:59.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:00 smithi098 ceph-mon[112578]: pgmap v662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:00.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:00.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:00 smithi016 ceph-mon[96085]: pgmap v662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:01.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:01.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:02 smithi098 ceph-mon[112578]: pgmap v663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:02.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:02.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:02 smithi016 ceph-mon[96085]: pgmap v663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:03.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:03.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:04 smithi098 ceph-mon[112578]: pgmap v664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:04.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:04.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:04 smithi016 ceph-mon[96085]: pgmap v664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:05.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:05.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:06 smithi098 ceph-mon[112578]: pgmap v665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:06.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:06.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:06 smithi016 ceph-mon[96085]: pgmap v665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:07.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:07.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:08 smithi098 ceph-mon[112578]: pgmap v666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:03:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:08 smithi016 ceph-mon[96085]: pgmap v666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:03:08.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:08.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:09.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:09.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:10.600 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:10 smithi098 ceph-mon[112578]: pgmap v667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:10 smithi016 ceph-mon[96085]: pgmap v667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:10.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:10.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:11.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:11.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:12 smithi098 ceph-mon[112578]: pgmap v668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:12 smithi016 ceph-mon[96085]: pgmap v668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:12.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:12.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:03:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:03:13.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:13.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:14 smithi098 ceph-mon[112578]: pgmap v669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:14 smithi016 ceph-mon[96085]: pgmap v669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:14.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:14.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:15.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:15.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:16 smithi098 ceph-mon[112578]: pgmap v670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:16.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:16 smithi016 ceph-mon[96085]: pgmap v670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:16.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:16.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:17.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:17.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:18 smithi098 ceph-mon[112578]: pgmap v671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:03:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:18 smithi016 ceph-mon[96085]: pgmap v671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:03:18.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:18.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:19.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:19.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:20.705 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:20 smithi098 ceph-mon[112578]: pgmap v672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:20.706 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:03:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:20 smithi016 ceph-mon[96085]: pgmap v672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:03:20.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:20.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:03:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:03:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:21 smithi098 ceph-mon[112578]: pgmap v673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:03:21.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:03:21.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:03:21.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:03:21.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:03:21.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:03:21.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:03:21.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:21 smithi016 ceph-mon[96085]: pgmap v673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:21.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:03:21.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:03:21.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:03:21.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:03:21.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:03:21.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:21.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:22.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:22.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:23.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:23.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:23 smithi098 ceph-mon[112578]: pgmap v674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:24.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:23 smithi016 ceph-mon[96085]: pgmap v674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:24.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:24.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:25.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:25.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:26 smithi098 ceph-mon[112578]: pgmap v675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:26 smithi016 ceph-mon[96085]: pgmap v675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:26.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:26.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:27.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:27.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:28 smithi016 ceph-mon[96085]: pgmap v676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:03:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:03:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:28 smithi098 ceph-mon[112578]: pgmap v676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:03:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:03:28.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:28.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:29.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:29.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:30 smithi098 ceph-mon[112578]: pgmap v677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:30 smithi016 ceph-mon[96085]: pgmap v677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:30.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:30.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:31.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:31.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:32 smithi098 ceph-mon[112578]: pgmap v678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:32 smithi016 ceph-mon[96085]: pgmap v678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:32.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:32.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:33.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:33.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:34 smithi098 ceph-mon[112578]: pgmap v679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:34 smithi016 ceph-mon[96085]: pgmap v679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:34.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:34.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:35.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:35.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:36 smithi098 ceph-mon[112578]: pgmap v680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:36 smithi016 ceph-mon[96085]: pgmap v680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:36.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:36.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:37.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:37.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:38 smithi016 ceph-mon[96085]: pgmap v681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:03:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:38 smithi098 ceph-mon[112578]: pgmap v681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:03:38.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:38.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:39.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:39.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:40 smithi098 ceph-mon[112578]: pgmap v682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:40 smithi016 ceph-mon[96085]: pgmap v682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:40.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:40.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:41.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:41.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:42 smithi098 ceph-mon[112578]: pgmap v683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:42 smithi016 ceph-mon[96085]: pgmap v683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:42.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:42.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:03:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:03:43.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:43.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:44 smithi098 ceph-mon[112578]: pgmap v684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:44 smithi016 ceph-mon[96085]: pgmap v684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:44.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:44.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:45.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:45.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:46 smithi098 ceph-mon[112578]: pgmap v685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:46 smithi016 ceph-mon[96085]: pgmap v685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:46.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:46.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:47.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:47.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:48 smithi098 ceph-mon[112578]: pgmap v686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:03:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:48 smithi016 ceph-mon[96085]: pgmap v686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:03:48.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:48.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:49.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:49.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:50 smithi098 ceph-mon[112578]: pgmap v687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:50.816 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:50 smithi016 ceph-mon[96085]: pgmap v687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:50.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:50.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:51.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:51.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:52 smithi098 ceph-mon[112578]: pgmap v688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:52 smithi016 ceph-mon[96085]: pgmap v688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:52.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:52.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:53.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:53.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:54 smithi098 ceph-mon[112578]: pgmap v689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:54 smithi016 ceph-mon[96085]: pgmap v689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:54.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:54.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:55.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:55.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:56 smithi098 ceph-mon[112578]: pgmap v690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:56 smithi016 ceph-mon[96085]: pgmap v690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:03:56.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:56.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:57.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:57.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:58 smithi098 ceph-mon[112578]: pgmap v691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:03:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:03:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:03:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:58 smithi016 ceph-mon[96085]: pgmap v691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:03:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:03:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:03:58.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:58.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:59.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:03:59.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:00 smithi098 ceph-mon[112578]: pgmap v692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:00 smithi016 ceph-mon[96085]: pgmap v692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:00.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:00.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:01.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:01.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:02 smithi098 ceph-mon[112578]: pgmap v693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:02 smithi016 ceph-mon[96085]: pgmap v693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:02.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:02.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:03.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:03.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:04 smithi098 ceph-mon[112578]: pgmap v694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:04 smithi016 ceph-mon[96085]: pgmap v694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:04.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:04.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:05.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:05.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:06 smithi098 ceph-mon[112578]: pgmap v695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:06 smithi016 ceph-mon[96085]: pgmap v695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:06.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:06.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:07.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:07.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:08 smithi098 ceph-mon[112578]: pgmap v696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:04:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:08 smithi016 ceph-mon[96085]: pgmap v696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:04:08.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:08.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:09.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:09.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:10 smithi098 ceph-mon[112578]: pgmap v697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:10 smithi016 ceph-mon[96085]: pgmap v697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:10.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:10.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:11.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:11.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:12 smithi098 ceph-mon[112578]: pgmap v698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:12 smithi016 ceph-mon[96085]: pgmap v698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:12.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:12.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:13.627 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:04:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:04:13.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:13.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:14 smithi098 ceph-mon[112578]: pgmap v699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:14 smithi016 ceph-mon[96085]: pgmap v699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:14.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:14.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:15.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:15.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:16 smithi098 ceph-mon[112578]: pgmap v700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:16 smithi016 ceph-mon[96085]: pgmap v700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:16.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:16.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:17.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:17.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:18.685 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:18 smithi016 ceph-mon[96085]: pgmap v701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:04:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:18 smithi098 ceph-mon[112578]: pgmap v701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:04:18.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:18.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:19.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:19.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:20 smithi098 ceph-mon[112578]: pgmap v702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:20 smithi016 ceph-mon[96085]: pgmap v702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:20.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:20.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:04:21.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:04:21.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:21.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:22 smithi098 ceph-mon[112578]: pgmap v703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:04:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:04:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:04:22.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:04:22.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:04:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:22 smithi016 ceph-mon[96085]: pgmap v703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:04:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:04:22.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:04:22.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:04:22.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:04:22.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:22.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:23.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:23.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:24 smithi098 ceph-mon[112578]: pgmap v704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:24 smithi016 ceph-mon[96085]: pgmap v704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:24.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:24.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:25.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:25.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:26 smithi098 ceph-mon[112578]: pgmap v705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:26 smithi016 ceph-mon[96085]: pgmap v705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:26.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:26.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:27.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:27.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:28 smithi098 ceph-mon[112578]: pgmap v706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:04:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:04:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:28 smithi016 ceph-mon[96085]: pgmap v706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:04:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:04:28.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:28.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:29.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:29.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:30 smithi098 ceph-mon[112578]: pgmap v707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:30 smithi016 ceph-mon[96085]: pgmap v707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:30.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:30.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:31.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:31.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:32 smithi098 ceph-mon[112578]: pgmap v708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:32 smithi016 ceph-mon[96085]: pgmap v708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:32.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:32.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:33.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:33.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:34 smithi098 ceph-mon[112578]: pgmap v709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:34 smithi016 ceph-mon[96085]: pgmap v709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:34.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:34.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:35.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:35.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:36 smithi098 ceph-mon[112578]: pgmap v710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:36.791 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:36 smithi016 ceph-mon[96085]: pgmap v710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:36.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:36.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:37.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:37.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:38 smithi098 ceph-mon[112578]: pgmap v711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:04:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:38 smithi016 ceph-mon[96085]: pgmap v711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:04:38.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:38.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:39.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:39.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:40 smithi098 ceph-mon[112578]: pgmap v712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:40 smithi016 ceph-mon[96085]: pgmap v712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:40.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:40.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:41.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:41.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:42 smithi098 ceph-mon[112578]: pgmap v713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:42 smithi016 ceph-mon[96085]: pgmap v713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:42.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:42.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:04:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:04:43.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:43.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:44 smithi098 ceph-mon[112578]: pgmap v714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:44 smithi016 ceph-mon[96085]: pgmap v714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:44.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:44.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:45.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:45.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:46 smithi098 ceph-mon[112578]: pgmap v715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:46 smithi016 ceph-mon[96085]: pgmap v715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:46.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:46.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:47.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:47.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:48.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:48 smithi098 ceph-mon[112578]: pgmap v716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:04:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:48 smithi016 ceph-mon[96085]: pgmap v716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:04:48.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:48.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:49.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:49.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:50 smithi098 ceph-mon[112578]: pgmap v717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:50 smithi016 ceph-mon[96085]: pgmap v717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:50.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:50.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:51.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:51.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:52 smithi098 ceph-mon[112578]: pgmap v718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:52 smithi016 ceph-mon[96085]: pgmap v718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:52.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:52.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:53.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:53.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:54 smithi098 ceph-mon[112578]: pgmap v719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:54 smithi016 ceph-mon[96085]: pgmap v719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:54.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:54.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:55.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:55.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:56.707 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:56 smithi098 ceph-mon[112578]: pgmap v720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:56 smithi016 ceph-mon[96085]: pgmap v720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:04:56.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:56.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:57.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:57.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:58 smithi098 ceph-mon[112578]: pgmap v721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:04:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:04:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:04:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:58 smithi016 ceph-mon[96085]: pgmap v721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:04:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:04:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:04:58.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:58.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:59.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:04:59.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:00 smithi098 ceph-mon[112578]: pgmap v722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:00 smithi016 ceph-mon[96085]: pgmap v722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:00.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:00.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:01.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:01.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:02 smithi098 ceph-mon[112578]: pgmap v723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:02 smithi016 ceph-mon[96085]: pgmap v723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:02.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:02.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:03.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:03.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:04 smithi016 ceph-mon[96085]: pgmap v724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:04 smithi098 ceph-mon[112578]: pgmap v724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:04.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:04.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:05.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:05.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:06 smithi098 ceph-mon[112578]: pgmap v725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:06 smithi016 ceph-mon[96085]: pgmap v725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:06.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:06.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:07.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:07.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:08.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:08 smithi098 ceph-mon[112578]: pgmap v726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:05:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:08 smithi016 ceph-mon[96085]: pgmap v726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:05:08.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:08.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:09.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:09.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:10 smithi098 ceph-mon[112578]: pgmap v727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:10 smithi016 ceph-mon[96085]: pgmap v727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:10.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:10.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:11.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:11.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:12 smithi098 ceph-mon[112578]: pgmap v728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:12 smithi016 ceph-mon[96085]: pgmap v728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:12.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:12.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:05:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:05:13.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:13.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:14 smithi098 ceph-mon[112578]: pgmap v729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:14 smithi016 ceph-mon[96085]: pgmap v729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:14.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:14.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:15.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:15.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:16 smithi098 ceph-mon[112578]: pgmap v730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:16 smithi016 ceph-mon[96085]: pgmap v730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:16.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:16.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:17.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:17.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:18 smithi098 ceph-mon[112578]: pgmap v731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:05:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:18 smithi016 ceph-mon[96085]: pgmap v731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:05:18.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:18.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:20.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:20.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:20.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:20 smithi098 ceph-mon[112578]: pgmap v732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:20 smithi016 ceph-mon[96085]: pgmap v732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:21.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:21.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:22.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:22.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:22 smithi098 ceph-mon[112578]: pgmap v733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:05:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:05:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:05:22.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:05:22.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:05:22.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:05:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:22 smithi016 ceph-mon[96085]: pgmap v733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:05:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:05:22.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:05:22.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:05:22.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:05:22.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:05:23.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:23.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:24.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:24.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:24 smithi098 ceph-mon[112578]: pgmap v734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:24 smithi016 ceph-mon[96085]: pgmap v734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:25.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:25.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:26.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:26.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:26 smithi098 ceph-mon[112578]: pgmap v735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:26 smithi016 ceph-mon[96085]: pgmap v735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:27.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:27.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:28.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:28.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:28 smithi098 ceph-mon[112578]: pgmap v736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:05:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:05:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:28 smithi016 ceph-mon[96085]: pgmap v736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:05:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:05:29.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:29.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:30.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:30.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:30 smithi098 ceph-mon[112578]: pgmap v737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:30 smithi016 ceph-mon[96085]: pgmap v737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:31.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:31.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:32.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:32.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:32 smithi098 ceph-mon[112578]: pgmap v738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:32 smithi016 ceph-mon[96085]: pgmap v738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:33.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:33.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:33.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:33 smithi098 ceph-mon[112578]: pgmap v739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:33 smithi016 ceph-mon[96085]: pgmap v739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:34.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:34.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:35.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:35.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:36.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:36.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:36 smithi098 ceph-mon[112578]: pgmap v740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:36 smithi016 ceph-mon[96085]: pgmap v740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:37.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:37.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:38.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:38.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:38 smithi098 ceph-mon[112578]: pgmap v741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:05:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:38 smithi016 ceph-mon[96085]: pgmap v741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:05:39.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:39.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:40.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:40.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:40 smithi098 ceph-mon[112578]: pgmap v742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:40 smithi016 ceph-mon[96085]: pgmap v742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:41.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:41.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:42.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:42.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:42 smithi098 ceph-mon[112578]: pgmap v743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:42 smithi016 ceph-mon[96085]: pgmap v743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:43.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:43.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:05:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:05:44.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:44.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:44.665 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:44 smithi016 ceph-mon[96085]: pgmap v744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:44 smithi098 ceph-mon[112578]: pgmap v744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:45.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:45.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:46.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:46.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:46 smithi098 ceph-mon[112578]: pgmap v745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:46 smithi016 ceph-mon[96085]: pgmap v745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:47.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:47.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:48.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:48.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:48.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:48 smithi098 ceph-mon[112578]: pgmap v746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:05:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:48 smithi016 ceph-mon[96085]: pgmap v746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:05:49.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:49.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:50.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:50.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:50 smithi098 ceph-mon[112578]: pgmap v747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:50 smithi016 ceph-mon[96085]: pgmap v747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:51.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:51.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:52.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:52.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:52 smithi098 ceph-mon[112578]: pgmap v748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:52 smithi016 ceph-mon[96085]: pgmap v748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:53.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:53.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:54.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:54.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:54 smithi098 ceph-mon[112578]: pgmap v749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:54 smithi016 ceph-mon[96085]: pgmap v749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:55.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:55.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:56.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:56.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:56 smithi098 ceph-mon[112578]: pgmap v750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:56 smithi016 ceph-mon[96085]: pgmap v750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:05:57.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:57.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:58.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:58.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:58 smithi098 ceph-mon[112578]: pgmap v751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:05:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:05:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:05:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:58 smithi016 ceph-mon[96085]: pgmap v751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:05:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:05:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:05:59.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:05:59.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:00.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:00.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:00 smithi098 ceph-mon[112578]: pgmap v752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:00 smithi016 ceph-mon[96085]: pgmap v752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:01.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:01.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:02.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:02.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:02 smithi098 ceph-mon[112578]: pgmap v753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:02 smithi016 ceph-mon[96085]: pgmap v753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:03.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:03.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:04.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:04.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:04 smithi098 ceph-mon[112578]: pgmap v754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:04 smithi016 ceph-mon[96085]: pgmap v754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:05.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:05.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:06.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:06.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:06 smithi098 ceph-mon[112578]: pgmap v755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:06 smithi016 ceph-mon[96085]: pgmap v755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:07.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:07.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:08.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:08.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:08.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:08 smithi098 ceph-mon[112578]: pgmap v756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:06:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:08 smithi016 ceph-mon[96085]: pgmap v756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:06:09.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:09.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:10.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:10.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:10 smithi098 ceph-mon[112578]: pgmap v757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:10 smithi016 ceph-mon[96085]: pgmap v757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:11.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:11.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:12.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:12.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:12 smithi098 ceph-mon[112578]: pgmap v758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:12 smithi016 ceph-mon[96085]: pgmap v758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:13.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:13.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:06:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:06:14.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:14.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:14 smithi098 ceph-mon[112578]: pgmap v759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:14 smithi016 ceph-mon[96085]: pgmap v759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:15.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:15.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:16.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:16.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:16 smithi098 ceph-mon[112578]: pgmap v760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:16 smithi016 ceph-mon[96085]: pgmap v760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:17.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:17.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:18.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:18.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:18 smithi098 ceph-mon[112578]: pgmap v761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:06:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:18 smithi016 ceph-mon[96085]: pgmap v761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:06:19.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:19.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:20.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:20.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:20 smithi098 ceph-mon[112578]: pgmap v762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:20 smithi016 ceph-mon[96085]: pgmap v762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:21.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:21.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:22.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:22.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:22 smithi098 ceph-mon[112578]: pgmap v763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:22 smithi016 ceph-mon[96085]: pgmap v763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:23.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:23.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:06:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:06:23.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:06:23.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:06:23.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:06:23.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:06:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:06:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:06:23.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:06:23.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:06:23.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:06:23.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:06:24.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:24.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:24 smithi098 ceph-mon[112578]: pgmap v764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:24 smithi016 ceph-mon[96085]: pgmap v764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:25.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:25.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:26.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:26.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:26 smithi098 ceph-mon[112578]: pgmap v765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:26 smithi016 ceph-mon[96085]: pgmap v765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:27.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:27.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:28.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:28.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:28 smithi098 ceph-mon[112578]: pgmap v766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:06:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:06:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:28 smithi016 ceph-mon[96085]: pgmap v766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:06:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:06:29.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:29.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:30.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:30.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:30.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:30 smithi016 ceph-mon[96085]: pgmap v767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:30 smithi098 ceph-mon[112578]: pgmap v767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:31.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:31.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:32.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:32.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:32.709 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:32 smithi098 ceph-mon[112578]: pgmap v768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:32 smithi016 ceph-mon[96085]: pgmap v768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:33.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:33.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:34.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:34.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:34 smithi098 ceph-mon[112578]: pgmap v769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:34 smithi016 ceph-mon[96085]: pgmap v769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:35.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:35.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:36.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:36.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:36 smithi098 ceph-mon[112578]: pgmap v770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:36 smithi016 ceph-mon[96085]: pgmap v770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:37.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:37.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:38.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:38.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:38 smithi098 ceph-mon[112578]: pgmap v771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:06:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:38 smithi016 ceph-mon[96085]: pgmap v771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:06:39.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:39.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:40.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:40.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:40 smithi098 ceph-mon[112578]: pgmap v772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:40 smithi016 ceph-mon[96085]: pgmap v772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:41.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:41.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:42.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:42.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:42 smithi098 ceph-mon[112578]: pgmap v773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:42 smithi016 ceph-mon[96085]: pgmap v773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:43.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:43.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:06:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:06:44.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:44.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:44 smithi098 ceph-mon[112578]: pgmap v774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:44 smithi016 ceph-mon[96085]: pgmap v774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:45.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:45.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:46.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:46.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:46 smithi098 ceph-mon[112578]: pgmap v775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:46 smithi016 ceph-mon[96085]: pgmap v775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:47.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:47.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:48.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:48.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:48 smithi098 ceph-mon[112578]: pgmap v776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:06:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:48 smithi016 ceph-mon[96085]: pgmap v776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:06:49.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:49.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:50.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:50.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:50 smithi098 ceph-mon[112578]: pgmap v777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:50 smithi016 ceph-mon[96085]: pgmap v777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:51.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:51.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:52.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:52.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:52 smithi098 ceph-mon[112578]: pgmap v778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:52 smithi016 ceph-mon[96085]: pgmap v778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:53.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:53.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:54.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:54.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:54 smithi098 ceph-mon[112578]: pgmap v779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:54 smithi016 ceph-mon[96085]: pgmap v779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:55.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:55.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:56.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:56.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:56 smithi098 ceph-mon[112578]: pgmap v780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:56 smithi016 ceph-mon[96085]: pgmap v780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:06:57.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:57.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:58.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:58.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:58 smithi098 ceph-mon[112578]: pgmap v781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:06:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:06:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:06:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:58 smithi016 ceph-mon[96085]: pgmap v781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:06:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:06:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:06:59.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:06:59.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:00.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:00.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:00 smithi098 ceph-mon[112578]: pgmap v782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:00 smithi016 ceph-mon[96085]: pgmap v782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:01.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:01.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:02.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:02.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:02 smithi098 ceph-mon[112578]: pgmap v783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:02 smithi016 ceph-mon[96085]: pgmap v783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:03.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:03.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:04.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:04.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:04 smithi098 ceph-mon[112578]: pgmap v784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:04 smithi016 ceph-mon[96085]: pgmap v784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:05.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:05.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:06.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:06.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:06 smithi098 ceph-mon[112578]: pgmap v785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:06 smithi016 ceph-mon[96085]: pgmap v785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:07.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:07.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:08.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:08.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:08 smithi098 ceph-mon[112578]: pgmap v786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:07:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:08 smithi016 ceph-mon[96085]: pgmap v786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:07:09.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:09.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:10.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:10.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:10 smithi098 ceph-mon[112578]: pgmap v787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:10 smithi016 ceph-mon[96085]: pgmap v787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:11.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:11.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:12.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:12.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:12 smithi098 ceph-mon[112578]: pgmap v788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:12 smithi016 ceph-mon[96085]: pgmap v788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:13.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:13.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:07:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:07:14.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:14.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:14 smithi098 ceph-mon[112578]: pgmap v789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:14 smithi016 ceph-mon[96085]: pgmap v789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:15.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:15.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:16.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:16.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:16 smithi098 ceph-mon[112578]: pgmap v790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:16 smithi016 ceph-mon[96085]: pgmap v790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:17.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:17.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:18.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:18.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:18 smithi098 ceph-mon[112578]: pgmap v791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:07:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:18 smithi016 ceph-mon[96085]: pgmap v791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:07:19.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:19.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:20.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:20.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:20.761 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:20 smithi016 ceph-mon[96085]: pgmap v792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:20 smithi098 ceph-mon[112578]: pgmap v792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:21.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:21.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:22.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:22.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:22 smithi098 ceph-mon[112578]: pgmap v793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:22 smithi016 ceph-mon[96085]: pgmap v793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:23.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:23.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:07:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:07:24.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:24.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:24 smithi098 ceph-mon[112578]: pgmap v794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:07:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:07:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:07:24.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:07:24.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:07:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:24 smithi016 ceph-mon[96085]: pgmap v794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:07:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:07:24.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:07:24.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:07:24.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:07:25.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:25.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:26.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:26.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:26 smithi098 ceph-mon[112578]: pgmap v795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:26 smithi016 ceph-mon[96085]: pgmap v795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:27.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:27.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:28.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:28.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:28 smithi098 ceph-mon[112578]: pgmap v796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:07:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:07:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:28 smithi016 ceph-mon[96085]: pgmap v796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:07:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:07:29.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:29.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:30.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:30.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:30 smithi098 ceph-mon[112578]: pgmap v797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:30 smithi016 ceph-mon[96085]: pgmap v797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:31.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:31.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:32.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:32.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:32 smithi098 ceph-mon[112578]: pgmap v798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:32 smithi016 ceph-mon[96085]: pgmap v798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:33.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:33.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:34.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:34.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:34 smithi098 ceph-mon[112578]: pgmap v799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:34 smithi016 ceph-mon[96085]: pgmap v799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:35.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:35.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:36.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:36.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:36 smithi098 ceph-mon[112578]: pgmap v800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:36 smithi016 ceph-mon[96085]: pgmap v800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:37.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:37.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:38.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:38.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:38 smithi098 ceph-mon[112578]: pgmap v801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:07:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:38 smithi016 ceph-mon[96085]: pgmap v801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:07:39.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:39.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:40.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:40.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:40 smithi098 ceph-mon[112578]: pgmap v802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:40 smithi016 ceph-mon[96085]: pgmap v802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:41.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:41.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:42.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:42.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:42 smithi098 ceph-mon[112578]: pgmap v803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:42 smithi016 ceph-mon[96085]: pgmap v803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:43.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:43.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:07:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:07:44.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:44.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:44 smithi098 ceph-mon[112578]: pgmap v804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:44 smithi016 ceph-mon[96085]: pgmap v804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:45.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:45.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:46.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:46.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:46 smithi098 ceph-mon[112578]: pgmap v805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:46 smithi016 ceph-mon[96085]: pgmap v805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:47.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:47.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:48.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:48.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:48.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:48 smithi098 ceph-mon[112578]: pgmap v806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:07:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:48 smithi016 ceph-mon[96085]: pgmap v806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:07:49.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:49.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:50.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:50.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:50 smithi098 ceph-mon[112578]: pgmap v807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:50 smithi016 ceph-mon[96085]: pgmap v807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:51.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:51.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:52.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:52.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:52 smithi098 ceph-mon[112578]: pgmap v808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:52 smithi016 ceph-mon[96085]: pgmap v808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:53.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:53.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:54.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:54.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:54 smithi098 ceph-mon[112578]: pgmap v809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:54 smithi016 ceph-mon[96085]: pgmap v809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:55.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:55.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:56.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:56.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:56 smithi016 ceph-mon[96085]: pgmap v810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:56 smithi098 ceph-mon[112578]: pgmap v810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:07:57.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:57.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:58.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:58.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:58 smithi098 ceph-mon[112578]: pgmap v811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:07:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:07:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:07:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:58 smithi016 ceph-mon[96085]: pgmap v811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:07:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:07:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:07:59.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:07:59.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:00.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:00.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:00 smithi098 ceph-mon[112578]: pgmap v812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:00 smithi016 ceph-mon[96085]: pgmap v812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:01.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:01.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:02.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:02.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:02 smithi098 ceph-mon[112578]: pgmap v813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:02 smithi016 ceph-mon[96085]: pgmap v813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:03.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:03.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:04.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:04.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:04 smithi098 ceph-mon[112578]: pgmap v814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:04 smithi016 ceph-mon[96085]: pgmap v814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:05.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:05.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:06.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:06.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:06 smithi016 ceph-mon[96085]: pgmap v815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:06 smithi098 ceph-mon[112578]: pgmap v815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:07.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:07.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:08.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:08.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:08.716 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:08 smithi098 ceph-mon[112578]: pgmap v816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:08:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:08 smithi016 ceph-mon[96085]: pgmap v816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:08:09.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:09.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:10.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:10.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:10 smithi098 ceph-mon[112578]: pgmap v817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:10 smithi016 ceph-mon[96085]: pgmap v817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:11.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:11.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:12.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:12.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:12 smithi098 ceph-mon[112578]: pgmap v818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:12 smithi016 ceph-mon[96085]: pgmap v818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:13.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:13.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:08:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:08:14.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:14.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:14 smithi098 ceph-mon[112578]: pgmap v819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:14 smithi016 ceph-mon[96085]: pgmap v819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:15.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:15.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:16.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:16.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:16 smithi098 ceph-mon[112578]: pgmap v820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:16 smithi016 ceph-mon[96085]: pgmap v820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:17.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:17.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:18.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:18.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:18 smithi098 ceph-mon[112578]: pgmap v821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:08:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:18 smithi016 ceph-mon[96085]: pgmap v821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:08:19.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:19.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:20.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:20.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:20 smithi098 ceph-mon[112578]: pgmap v822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:20.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:20 smithi016 ceph-mon[96085]: pgmap v822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:21.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:21.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:22.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:22.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:22 smithi098 ceph-mon[112578]: pgmap v823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:22 smithi016 ceph-mon[96085]: pgmap v823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:23.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:23.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:24.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:24.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:24 smithi098 ceph-mon[112578]: pgmap v824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:08:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:24 smithi016 ceph-mon[96085]: pgmap v824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:08:25.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:25.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:26.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:26.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:26 smithi098 ceph-mon[112578]: pgmap v825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:26 smithi016 ceph-mon[96085]: pgmap v825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:27.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:27.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:08:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:08:28.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:27 smithi016 ceph-mon[96085]: pgmap v826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:08:28.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:08:28.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:08:28.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:08:28.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:08:28.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:08:28.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:08:28.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:08:28.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:08:28.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:27 smithi098 ceph-mon[112578]: pgmap v826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:08:28.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:08:28.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:08:28.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:08:28.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:08:28.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:08:28.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:08:28.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:28.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:29.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:29.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:29 smithi098 ceph-mon[112578]: pgmap v827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:30.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:29 smithi016 ceph-mon[96085]: pgmap v827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:30.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:30.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:31.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:31.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:32.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:32.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:32 smithi098 ceph-mon[112578]: pgmap v828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:32 smithi016 ceph-mon[96085]: pgmap v828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:33.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:33.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:34.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:34.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:34 smithi098 ceph-mon[112578]: pgmap v829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:34 smithi016 ceph-mon[96085]: pgmap v829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:35.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:35.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:36.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:36.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:36.625 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:36 smithi016 ceph-mon[96085]: pgmap v830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:36 smithi098 ceph-mon[112578]: pgmap v830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:37.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:37.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:38.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:38.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:38 smithi098 ceph-mon[112578]: pgmap v831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:08:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:38 smithi016 ceph-mon[96085]: pgmap v831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:08:39.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:39.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:40.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:40.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:40 smithi098 ceph-mon[112578]: pgmap v832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:40 smithi016 ceph-mon[96085]: pgmap v832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:41.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:41.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:42.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:42.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:42 smithi098 ceph-mon[112578]: pgmap v833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:42 smithi016 ceph-mon[96085]: pgmap v833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:43.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:43.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:08:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:08:44.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:44.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:44 smithi098 ceph-mon[112578]: pgmap v834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:44 smithi016 ceph-mon[96085]: pgmap v834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:45.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:45.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:46.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:46.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:46.741 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:46 smithi016 ceph-mon[96085]: pgmap v835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:46 smithi098 ceph-mon[112578]: pgmap v835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:47.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:47.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:48.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:48.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:48 smithi098 ceph-mon[112578]: pgmap v836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:08:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:48 smithi016 ceph-mon[96085]: pgmap v836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:08:49.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:49.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:50.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:50.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:50 smithi098 ceph-mon[112578]: pgmap v837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:50 smithi016 ceph-mon[96085]: pgmap v837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:51.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:51.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:52.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:52.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:52 smithi098 ceph-mon[112578]: pgmap v838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:52 smithi016 ceph-mon[96085]: pgmap v838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:53.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:53.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:54.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:54.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:54 smithi098 ceph-mon[112578]: pgmap v839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:54 smithi016 ceph-mon[96085]: pgmap v839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:55.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:55.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:56.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:56.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:56 smithi098 ceph-mon[112578]: pgmap v840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:56 smithi016 ceph-mon[96085]: pgmap v840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:08:57.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:57.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:58.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:58.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:58 smithi098 ceph-mon[112578]: pgmap v841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:08:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:08:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:08:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:58 smithi016 ceph-mon[96085]: pgmap v841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:08:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:08:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:08:59.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:08:59.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:00.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:00.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:00 smithi098 ceph-mon[112578]: pgmap v842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:00 smithi016 ceph-mon[96085]: pgmap v842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:01.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:01.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:02.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:02.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:02 smithi098 ceph-mon[112578]: pgmap v843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:02 smithi016 ceph-mon[96085]: pgmap v843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:03.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:03.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:04.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:04.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:04 smithi098 ceph-mon[112578]: pgmap v844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:04 smithi016 ceph-mon[96085]: pgmap v844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:05.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:05.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:06.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:06.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:06 smithi098 ceph-mon[112578]: pgmap v845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:06 smithi016 ceph-mon[96085]: pgmap v845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:07.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:07.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:08.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:08.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:08 smithi098 ceph-mon[112578]: pgmap v846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:09:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:08 smithi016 ceph-mon[96085]: pgmap v846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:09:09.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:09.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:10.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:10.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:10 smithi098 ceph-mon[112578]: pgmap v847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:10 smithi016 ceph-mon[96085]: pgmap v847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:11.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:11.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:12.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:12.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:12 smithi098 ceph-mon[112578]: pgmap v848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:12 smithi016 ceph-mon[96085]: pgmap v848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:13.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:13.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:09:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:09:14.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:14.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:14 smithi098 ceph-mon[112578]: pgmap v849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:14 smithi016 ceph-mon[96085]: pgmap v849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:15.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:15.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:16.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:16.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:16 smithi098 ceph-mon[112578]: pgmap v850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:16 smithi016 ceph-mon[96085]: pgmap v850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:17.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:17.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:18.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:18.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:18 smithi098 ceph-mon[112578]: pgmap v851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:09:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:18 smithi016 ceph-mon[96085]: pgmap v851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:09:19.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:19.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:20.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:20.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:20 smithi098 ceph-mon[112578]: pgmap v852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:20 smithi016 ceph-mon[96085]: pgmap v852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:21.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:21.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:22.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:22.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:22 smithi098 ceph-mon[112578]: pgmap v853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:22 smithi016 ceph-mon[96085]: pgmap v853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:23.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:23.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:24.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:24.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:24 smithi098 ceph-mon[112578]: pgmap v854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:24 smithi016 ceph-mon[96085]: pgmap v854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:25.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:25.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:26.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:26.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:26 smithi098 ceph-mon[112578]: pgmap v855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:26 smithi016 ceph-mon[96085]: pgmap v855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:27.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:27.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:27.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:09:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:09:28.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:28.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:28 smithi098 ceph-mon[112578]: pgmap v856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:09:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:09:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:28 smithi016 ceph-mon[96085]: pgmap v856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:09:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:09:29.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:29.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:30.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:30.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:30 smithi098 ceph-mon[112578]: pgmap v857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:30 smithi016 ceph-mon[96085]: pgmap v857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:31.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:31.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:32.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:32.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:32 smithi016 ceph-mon[96085]: pgmap v858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:09:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:09:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:09:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:09:32.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:09:32.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:09:32.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:09:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:32 smithi098 ceph-mon[112578]: pgmap v858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:09:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:09:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:09:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:09:32.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:09:32.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:09:32.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:09:33.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:33.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:34.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:34.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:34 smithi098 ceph-mon[112578]: pgmap v859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:34 smithi016 ceph-mon[96085]: pgmap v859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:35.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:35.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:36.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:36.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:36 smithi098 ceph-mon[112578]: pgmap v860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:36 smithi016 ceph-mon[96085]: pgmap v860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:37.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:37.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:38.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:38.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:38 smithi098 ceph-mon[112578]: pgmap v861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:09:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:38 smithi016 ceph-mon[96085]: pgmap v861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:09:39.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:39.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:40.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:40.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:40 smithi098 ceph-mon[112578]: pgmap v862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:40 smithi016 ceph-mon[96085]: pgmap v862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:41.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:41.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:42.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:42.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:42 smithi098 ceph-mon[112578]: pgmap v863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:42 smithi016 ceph-mon[96085]: pgmap v863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:43.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:43.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:09:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:09:44.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:44.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:44 smithi098 ceph-mon[112578]: pgmap v864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:44.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:44 smithi016 ceph-mon[96085]: pgmap v864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:45.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:45.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:46.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:46.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:46 smithi098 ceph-mon[112578]: pgmap v865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:46 smithi016 ceph-mon[96085]: pgmap v865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:47.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:47.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:48.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:48.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:48 smithi098 ceph-mon[112578]: pgmap v866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:09:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:48 smithi016 ceph-mon[96085]: pgmap v866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:09:49.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:49.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:50.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:50.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:50 smithi098 ceph-mon[112578]: pgmap v867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:50 smithi016 ceph-mon[96085]: pgmap v867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:51.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:51.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:52.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:52.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:52 smithi098 ceph-mon[112578]: pgmap v868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:52 smithi016 ceph-mon[96085]: pgmap v868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:53.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:53.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:54.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:54.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:54 smithi098 ceph-mon[112578]: pgmap v869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:54 smithi016 ceph-mon[96085]: pgmap v869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:55.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:55.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:56.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:56.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:56 smithi098 ceph-mon[112578]: pgmap v870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:56 smithi016 ceph-mon[96085]: pgmap v870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:09:57.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:57.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:58.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:58.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:58 smithi098 ceph-mon[112578]: pgmap v871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:09:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:09:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:09:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:58 smithi016 ceph-mon[96085]: pgmap v871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:09:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:09:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:09:59.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:09:59.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:00.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:00.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:00 smithi098 ceph-mon[112578]: pgmap v872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T21:10:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:00 smithi016 ceph-mon[96085]: pgmap v872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T21:10:01.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:01.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:02.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:02.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:02 smithi098 ceph-mon[112578]: pgmap v873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:02 smithi016 ceph-mon[96085]: pgmap v873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:03.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:03.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:04.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:04.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:04 smithi098 ceph-mon[112578]: pgmap v874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:04 smithi016 ceph-mon[96085]: pgmap v874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:05.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:05.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:06.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:06.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:06 smithi098 ceph-mon[112578]: pgmap v875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:06 smithi016 ceph-mon[96085]: pgmap v875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:07.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:07.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:08.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:08.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:08 smithi016 ceph-mon[96085]: pgmap v876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:10:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:08 smithi098 ceph-mon[112578]: pgmap v876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:10:09.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:09.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:10.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:10.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:10 smithi016 ceph-mon[96085]: pgmap v877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:10 smithi098 ceph-mon[112578]: pgmap v877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:11.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:11.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:12.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:12.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:12 smithi016 ceph-mon[96085]: pgmap v878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:12 smithi098 ceph-mon[112578]: pgmap v878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:13.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:13.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:10:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:10:14.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:14.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:14 smithi016 ceph-mon[96085]: pgmap v879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:14 smithi098 ceph-mon[112578]: pgmap v879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:15.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:15.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:16.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:16.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:16 smithi016 ceph-mon[96085]: pgmap v880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:16 smithi098 ceph-mon[112578]: pgmap v880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:17.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:17.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:18.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:18.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:18 smithi098 ceph-mon[112578]: pgmap v881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:10:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:18 smithi016 ceph-mon[96085]: pgmap v881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:10:19.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:19.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:20.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:20.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:20 smithi098 ceph-mon[112578]: pgmap v882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:20 smithi016 ceph-mon[96085]: pgmap v882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:21.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:21.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:21 smithi098 ceph-mon[112578]: pgmap v883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:22.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:21 smithi016 ceph-mon[96085]: pgmap v883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:22.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:22.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:23.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:23.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:24.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:24.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:24 smithi098 ceph-mon[112578]: pgmap v884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:24.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:24 smithi016 ceph-mon[96085]: pgmap v884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:25.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:25.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:26.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:26.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:26 smithi098 ceph-mon[112578]: pgmap v885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:26 smithi016 ceph-mon[96085]: pgmap v885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:27.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:27.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:28.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:28.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:28 smithi098 ceph-mon[112578]: pgmap v886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:10:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:10:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:28 smithi016 ceph-mon[96085]: pgmap v886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:10:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:10:29.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:29.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:30 smithi098 ceph-mon[112578]: pgmap v887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:30.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:30.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:30 smithi016 ceph-mon[96085]: pgmap v887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:31.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:31.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:32.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:32.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:32 smithi098 ceph-mon[112578]: pgmap v888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:32 smithi016 ceph-mon[96085]: pgmap v888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:33.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:33.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:10:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:10:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:10:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:10:33.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:10:33.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:10:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:10:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:10:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:10:33.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:10:33.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:10:33.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:10:34.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:34.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:34 smithi098 ceph-mon[112578]: pgmap v889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:34 smithi016 ceph-mon[96085]: pgmap v889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:35.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:35.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:36.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:36.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:36 smithi098 ceph-mon[112578]: pgmap v890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:36 smithi016 ceph-mon[96085]: pgmap v890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:37.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:37.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:38.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:38.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:38 smithi098 ceph-mon[112578]: pgmap v891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:10:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:38 smithi016 ceph-mon[96085]: pgmap v891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:10:39.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:39.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:40.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:40.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:40 smithi098 ceph-mon[112578]: pgmap v892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:40 smithi016 ceph-mon[96085]: pgmap v892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:41.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:41.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:42.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:42.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:42 smithi098 ceph-mon[112578]: pgmap v893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:42 smithi016 ceph-mon[96085]: pgmap v893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:43.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:43.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:10:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:10:44.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:44.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:44 smithi098 ceph-mon[112578]: pgmap v894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:44 smithi016 ceph-mon[96085]: pgmap v894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:45.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:45.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:46.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:46.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:46 smithi098 ceph-mon[112578]: pgmap v895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:46 smithi016 ceph-mon[96085]: pgmap v895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:47.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:47.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:48.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:48.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:48 smithi098 ceph-mon[112578]: pgmap v896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:10:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:48 smithi016 ceph-mon[96085]: pgmap v896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:10:49.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:49.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:50.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:50.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:50 smithi098 ceph-mon[112578]: pgmap v897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:50 smithi016 ceph-mon[96085]: pgmap v897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:51.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:51.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:52.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:52.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:52 smithi098 ceph-mon[112578]: pgmap v898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:52 smithi016 ceph-mon[96085]: pgmap v898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:53.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:53.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:54.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:54.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:54 smithi098 ceph-mon[112578]: pgmap v899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:54 smithi016 ceph-mon[96085]: pgmap v899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:55.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:55.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:56.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:56.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:56 smithi098 ceph-mon[112578]: pgmap v900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:56 smithi016 ceph-mon[96085]: pgmap v900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:10:57.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:57.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:58 smithi016 ceph-mon[96085]: pgmap v901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:10:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:10:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:10:58.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:58.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:58 smithi098 ceph-mon[112578]: pgmap v901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:10:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:10:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:10:59.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:10:59.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:00.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:00.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:00 smithi098 ceph-mon[112578]: pgmap v902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:00.808 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:00 smithi016 ceph-mon[96085]: pgmap v902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:01.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:01.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:02.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:02.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:02 smithi098 ceph-mon[112578]: pgmap v903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:02 smithi016 ceph-mon[96085]: pgmap v903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:03.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:03.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:04.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:04.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:04 smithi098 ceph-mon[112578]: pgmap v904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:04 smithi016 ceph-mon[96085]: pgmap v904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:05.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:05.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:06.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:06.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:06 smithi098 ceph-mon[112578]: pgmap v905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:06 smithi016 ceph-mon[96085]: pgmap v905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:07.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:07.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:08.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:08.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:08 smithi098 ceph-mon[112578]: pgmap v906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:11:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:08 smithi016 ceph-mon[96085]: pgmap v906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:11:09.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:09.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:10.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:10.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:10 smithi098 ceph-mon[112578]: pgmap v907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:10 smithi016 ceph-mon[96085]: pgmap v907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:11.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:11.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:12.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:12.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:12 smithi098 ceph-mon[112578]: pgmap v908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:12 smithi016 ceph-mon[96085]: pgmap v908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:13.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:13.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:11:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:11:14.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:14.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:14 smithi098 ceph-mon[112578]: pgmap v909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:14 smithi016 ceph-mon[96085]: pgmap v909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:15.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:15.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:16.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:16.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:16 smithi098 ceph-mon[112578]: pgmap v910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:16 smithi016 ceph-mon[96085]: pgmap v910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:17.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:17.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:18.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:18.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:18 smithi098 ceph-mon[112578]: pgmap v911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:11:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:18 smithi016 ceph-mon[96085]: pgmap v911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:11:19.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:19.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:20.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:20.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:20 smithi098 ceph-mon[112578]: pgmap v912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:20 smithi016 ceph-mon[96085]: pgmap v912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:21.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:21.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:22.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:22.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:22 smithi098 ceph-mon[112578]: pgmap v913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:22 smithi016 ceph-mon[96085]: pgmap v913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:23.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:23.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:24.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:24.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:24 smithi098 ceph-mon[112578]: pgmap v914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:24 smithi016 ceph-mon[96085]: pgmap v914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:25.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:25.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:26.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:26.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:26 smithi098 ceph-mon[112578]: pgmap v915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:26 smithi016 ceph-mon[96085]: pgmap v915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:27.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:27.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:28.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:28.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:28 smithi098 ceph-mon[112578]: pgmap v916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:11:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:11:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:28 smithi016 ceph-mon[96085]: pgmap v916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:11:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:11:29.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:29.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:30.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:30.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:30 smithi098 ceph-mon[112578]: pgmap v917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:30 smithi016 ceph-mon[96085]: pgmap v917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:31.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:31.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:32.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:32.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:32 smithi098 ceph-mon[112578]: pgmap v918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:32 smithi016 ceph-mon[96085]: pgmap v918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:33.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:33.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:33.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:11:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:11:34.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:34.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:35.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:34 smithi098 ceph-mon[112578]: pgmap v919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:35.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:11:35.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:11:35.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:11:35.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:11:35.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:11:35.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:11:35.019 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:11:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:34 smithi016 ceph-mon[96085]: pgmap v919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:11:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:11:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:11:35.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:11:35.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:11:35.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:11:35.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:11:35.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:35.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:36.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:36.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:36 smithi098 ceph-mon[112578]: pgmap v920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:36 smithi016 ceph-mon[96085]: pgmap v920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:37.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:37.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:38.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:38.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:38 smithi098 ceph-mon[112578]: pgmap v921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:11:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:38 smithi016 ceph-mon[96085]: pgmap v921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:11:39.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:39.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:40.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:40.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:40.914 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:40 smithi098 ceph-mon[112578]: pgmap v922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:40 smithi016 ceph-mon[96085]: pgmap v922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:41.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:41.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:41 smithi098 ceph-mon[112578]: pgmap v923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:42.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:41 smithi016 ceph-mon[96085]: pgmap v923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:42.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:42.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:11:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:11:43.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:43.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:43 smithi098 ceph-mon[112578]: pgmap v924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:43 smithi016 ceph-mon[96085]: pgmap v924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:44.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:44.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:45.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:45.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:46.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:46.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:46 smithi098 ceph-mon[112578]: pgmap v925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:46 smithi016 ceph-mon[96085]: pgmap v925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:47.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:47.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:48.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:48.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:48 smithi098 ceph-mon[112578]: pgmap v926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:11:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:48 smithi016 ceph-mon[96085]: pgmap v926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:11:49.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:49.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:50.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:50.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:50 smithi098 ceph-mon[112578]: pgmap v927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:50 smithi016 ceph-mon[96085]: pgmap v927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:51.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:51.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:52.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:52.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:52 smithi098 ceph-mon[112578]: pgmap v928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:52 smithi016 ceph-mon[96085]: pgmap v928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:53.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:53.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:54.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:54.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:54 smithi098 ceph-mon[112578]: pgmap v929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:54 smithi016 ceph-mon[96085]: pgmap v929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:55.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:55.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:56.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:56.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:56 smithi098 ceph-mon[112578]: pgmap v930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:56 smithi016 ceph-mon[96085]: pgmap v930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:11:57.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:57.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:58.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:58.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:58 smithi098 ceph-mon[112578]: pgmap v931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:11:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:11:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:11:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:58 smithi016 ceph-mon[96085]: pgmap v931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:11:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:11:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:11:59.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:11:59.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:00.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:00.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:00 smithi098 ceph-mon[112578]: pgmap v932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:00 smithi016 ceph-mon[96085]: pgmap v932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:01.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:01.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:02.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:02.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:02 smithi098 ceph-mon[112578]: pgmap v933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:02 smithi016 ceph-mon[96085]: pgmap v933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:03.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:03.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:04.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:04.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:04 smithi098 ceph-mon[112578]: pgmap v934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:04 smithi016 ceph-mon[96085]: pgmap v934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:05.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:05.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:06.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:06.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:06 smithi098 ceph-mon[112578]: pgmap v935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:06 smithi016 ceph-mon[96085]: pgmap v935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:07.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:07.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:08.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:08.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:08 smithi098 ceph-mon[112578]: pgmap v936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:12:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:08 smithi016 ceph-mon[96085]: pgmap v936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:12:09.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:09.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:10.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:10.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:10 smithi098 ceph-mon[112578]: pgmap v937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:10 smithi016 ceph-mon[96085]: pgmap v937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:11.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:11.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:12.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:12.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:12 smithi098 ceph-mon[112578]: pgmap v938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:12 smithi016 ceph-mon[96085]: pgmap v938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:13.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:13.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:12:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:12:14.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:14.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:14 smithi098 ceph-mon[112578]: pgmap v939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:14 smithi016 ceph-mon[96085]: pgmap v939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:15.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:15.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:16.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:16.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:16 smithi098 ceph-mon[112578]: pgmap v940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:16 smithi016 ceph-mon[96085]: pgmap v940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:17.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:17.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:18.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:18.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:18 smithi098 ceph-mon[112578]: pgmap v941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:12:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:18 smithi016 ceph-mon[96085]: pgmap v941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:12:19.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:19.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:20.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:20.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:20 smithi098 ceph-mon[112578]: pgmap v942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:20 smithi016 ceph-mon[96085]: pgmap v942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:21.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:21.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:22.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:22.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:22 smithi098 ceph-mon[112578]: pgmap v943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:22 smithi016 ceph-mon[96085]: pgmap v943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:23.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:23.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:24.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:24 smithi016 ceph-mon[96085]: pgmap v944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:24.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:24.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:24 smithi098 ceph-mon[112578]: pgmap v944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:25.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:25.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:26.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:26.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:26 smithi098 ceph-mon[112578]: pgmap v945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:26 smithi016 ceph-mon[96085]: pgmap v945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:27.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:27.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:28.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:28.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:28 smithi098 ceph-mon[112578]: pgmap v946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:12:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:12:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:28 smithi016 ceph-mon[96085]: pgmap v946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:12:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:12:29.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:29.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:30.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:30.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:30 smithi098 ceph-mon[112578]: pgmap v947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:30 smithi016 ceph-mon[96085]: pgmap v947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:31.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:31.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:32.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:32.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:32 smithi098 ceph-mon[112578]: pgmap v948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:32 smithi016 ceph-mon[96085]: pgmap v948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:33.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:33.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:34.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:34.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:34 smithi098 ceph-mon[112578]: pgmap v949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:34.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:12:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:34 smithi016 ceph-mon[96085]: pgmap v949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:12:35.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:35.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:12:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:12:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:12:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:12:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:12:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:12:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:12:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:12:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:12:35.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:12:36.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:36.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:36 smithi098 ceph-mon[112578]: pgmap v950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:36 smithi016 ceph-mon[96085]: pgmap v950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:37.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:37.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:38.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:38.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:38 smithi098 ceph-mon[112578]: pgmap v951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:12:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:38 smithi016 ceph-mon[96085]: pgmap v951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:12:39.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:39.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:40.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:40.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:40 smithi098 ceph-mon[112578]: pgmap v952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:40 smithi016 ceph-mon[96085]: pgmap v952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:41.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:41.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:42.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:42.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:42 smithi098 ceph-mon[112578]: pgmap v953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:42 smithi016 ceph-mon[96085]: pgmap v953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:43.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:43.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:12:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:12:44.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:44.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:44 smithi098 ceph-mon[112578]: pgmap v954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:44 smithi016 ceph-mon[96085]: pgmap v954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:45.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:45.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:46.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:46.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:46 smithi098 ceph-mon[112578]: pgmap v955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:46 smithi016 ceph-mon[96085]: pgmap v955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:47.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:47.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:48.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:48.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:48 smithi098 ceph-mon[112578]: pgmap v956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:12:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:48 smithi016 ceph-mon[96085]: pgmap v956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:12:49.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:49.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:50.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:50.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:50 smithi098 ceph-mon[112578]: pgmap v957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:50 smithi016 ceph-mon[96085]: pgmap v957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:51.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:51.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:52.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:52.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:52 smithi098 ceph-mon[112578]: pgmap v958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:52 smithi016 ceph-mon[96085]: pgmap v958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:53.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:53.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:54.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:54.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:54 smithi016 ceph-mon[96085]: pgmap v959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:54 smithi098 ceph-mon[112578]: pgmap v959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:55.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:55.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:56.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:56.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:56 smithi016 ceph-mon[96085]: pgmap v960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:56 smithi098 ceph-mon[112578]: pgmap v960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:12:57.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:57.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:58.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:58.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:58 smithi016 ceph-mon[96085]: pgmap v961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:12:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:12:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:12:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:58 smithi098 ceph-mon[112578]: pgmap v961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:12:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:12:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:12:59.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:12:59.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:00.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:00.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:00 smithi016 ceph-mon[96085]: pgmap v962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:00 smithi098 ceph-mon[112578]: pgmap v962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:01.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:01.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:02.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:02.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:02 smithi016 ceph-mon[96085]: pgmap v963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:02 smithi098 ceph-mon[112578]: pgmap v963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:03.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:03.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:04.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:04.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:04 smithi016 ceph-mon[96085]: pgmap v964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:04 smithi098 ceph-mon[112578]: pgmap v964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:05.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:05.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:06.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:06.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:06.811 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:06 smithi098 ceph-mon[112578]: pgmap v965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:06 smithi016 ceph-mon[96085]: pgmap v965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:07.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:07.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:08.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:08.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:08 smithi098 ceph-mon[112578]: pgmap v966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:13:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:08 smithi016 ceph-mon[96085]: pgmap v966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:13:09.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:09.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:10.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:10.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:10 smithi098 ceph-mon[112578]: pgmap v967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:10 smithi016 ceph-mon[96085]: pgmap v967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:11.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:11.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:12.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:12.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:12 smithi098 ceph-mon[112578]: pgmap v968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:12 smithi016 ceph-mon[96085]: pgmap v968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:13.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:13.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:13:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:13:14.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:14.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:14.831 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:14 smithi016 ceph-mon[96085]: pgmap v969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:14 smithi098 ceph-mon[112578]: pgmap v969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:15.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:15.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:16.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:16.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:16.916 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:16 smithi098 ceph-mon[112578]: pgmap v970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:16 smithi016 ceph-mon[96085]: pgmap v970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:17.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:17.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:18.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:18.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:18 smithi098 ceph-mon[112578]: pgmap v971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:13:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:18 smithi016 ceph-mon[96085]: pgmap v971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:13:19.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:19.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:20.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:20.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:20 smithi098 ceph-mon[112578]: pgmap v972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:20 smithi016 ceph-mon[96085]: pgmap v972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:21.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:21.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:22.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:22.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:22 smithi098 ceph-mon[112578]: pgmap v973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:22 smithi016 ceph-mon[96085]: pgmap v973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:23.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:23.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:24.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:24.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:24.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:24 smithi016 ceph-mon[96085]: pgmap v974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:24 smithi098 ceph-mon[112578]: pgmap v974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:25.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:25.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:26.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:26.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:26 smithi098 ceph-mon[112578]: pgmap v975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:26 smithi016 ceph-mon[96085]: pgmap v975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:27.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:27.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:28.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:28.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:28 smithi098 ceph-mon[112578]: pgmap v976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:13:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:13:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:28 smithi016 ceph-mon[96085]: pgmap v976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:13:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:13:29.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:29.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:30.003 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:29 smithi016 ceph-mon[96085]: pgmap v977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:29 smithi098 ceph-mon[112578]: pgmap v977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:30.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:30.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:31.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:31.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:32 smithi098 ceph-mon[112578]: pgmap v978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:32 smithi016 ceph-mon[96085]: pgmap v978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:32.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:32.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:33.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:33.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:34 smithi098 ceph-mon[112578]: pgmap v979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:34 smithi016 ceph-mon[96085]: pgmap v979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:34.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:34.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:13:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:13:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:13:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:13:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:13:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:13:35.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:35.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:36 smithi098 ceph-mon[112578]: pgmap v980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:13:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:13:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:13:36.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:13:36.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:13:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:36 smithi016 ceph-mon[96085]: pgmap v980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:13:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:13:36.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:13:36.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:13:36.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:13:36.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:36.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:37.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:37.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:38 smithi098 ceph-mon[112578]: pgmap v981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:13:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:38 smithi016 ceph-mon[96085]: pgmap v981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:13:38.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:38.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:39.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:39.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:40 smithi098 ceph-mon[112578]: pgmap v982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:40 smithi016 ceph-mon[96085]: pgmap v982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:40.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:40.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:41.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:41.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:42 smithi098 ceph-mon[112578]: pgmap v983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:42 smithi016 ceph-mon[96085]: pgmap v983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:42.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:42.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:13:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:13:43.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:43.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:44 smithi098 ceph-mon[112578]: pgmap v984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:44 smithi016 ceph-mon[96085]: pgmap v984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:44.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:44.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:45.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:45.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:46 smithi098 ceph-mon[112578]: pgmap v985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:46 smithi016 ceph-mon[96085]: pgmap v985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:46.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:46.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:47.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:47.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:48 smithi098 ceph-mon[112578]: pgmap v986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:13:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:48 smithi016 ceph-mon[96085]: pgmap v986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:13:48.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:48.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:49.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:49.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:50 smithi016 ceph-mon[96085]: pgmap v987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:50 smithi098 ceph-mon[112578]: pgmap v987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:50.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:50.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:51.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:51.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:52 smithi098 ceph-mon[112578]: pgmap v988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:52 smithi016 ceph-mon[96085]: pgmap v988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:52.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:52.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:53.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:53.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:54 smithi098 ceph-mon[112578]: pgmap v989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:54 smithi016 ceph-mon[96085]: pgmap v989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:54.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:54.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:55.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:55.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:56 smithi098 ceph-mon[112578]: pgmap v990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:56 smithi016 ceph-mon[96085]: pgmap v990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:13:56.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:56.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:57.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:57.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:58 smithi098 ceph-mon[112578]: pgmap v991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:13:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:13:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:13:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:58 smithi016 ceph-mon[96085]: pgmap v991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:13:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:13:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:13:58.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:58.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:59.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:13:59.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:00 smithi098 ceph-mon[112578]: pgmap v992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:00.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:00 smithi016 ceph-mon[96085]: pgmap v992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:00.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:00.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:01.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:01.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:02 smithi098 ceph-mon[112578]: pgmap v993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:02 smithi016 ceph-mon[96085]: pgmap v993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:02.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:02.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:03.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:03.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:04 smithi098 ceph-mon[112578]: pgmap v994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:04 smithi016 ceph-mon[96085]: pgmap v994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:04.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:04.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:05.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:05.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:06 smithi098 ceph-mon[112578]: pgmap v995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:06 smithi016 ceph-mon[96085]: pgmap v995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:06.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:06.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:07.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:07.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:08 smithi098 ceph-mon[112578]: pgmap v996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:14:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:08 smithi016 ceph-mon[96085]: pgmap v996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:14:08.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:08.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:09.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:09.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:10 smithi098 ceph-mon[112578]: pgmap v997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:10 smithi016 ceph-mon[96085]: pgmap v997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:10.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:10.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:11.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:11.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:12 smithi098 ceph-mon[112578]: pgmap v998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:12 smithi016 ceph-mon[96085]: pgmap v998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:12.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:12.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:14:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:14:13.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:13.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:14 smithi098 ceph-mon[112578]: pgmap v999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:14 smithi016 ceph-mon[96085]: pgmap v999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:14.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:14.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:15.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:15.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:16 smithi098 ceph-mon[112578]: pgmap v1000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:16 smithi016 ceph-mon[96085]: pgmap v1000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:16.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:16.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:17.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:17.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:18 smithi098 ceph-mon[112578]: pgmap v1001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:14:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:18 smithi016 ceph-mon[96085]: pgmap v1001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:14:18.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:18.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:19.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:19.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:20 smithi098 ceph-mon[112578]: pgmap v1002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:20 smithi016 ceph-mon[96085]: pgmap v1002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:20.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:20.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:21.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:21.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:22 smithi098 ceph-mon[112578]: pgmap v1003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:22 smithi016 ceph-mon[96085]: pgmap v1003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:22.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:22.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:23.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:23.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:24 smithi098 ceph-mon[112578]: pgmap v1004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:24 smithi016 ceph-mon[96085]: pgmap v1004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:24.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:24.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:25.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:25.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:26 smithi016 ceph-mon[96085]: pgmap v1005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:26.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:26.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:26 smithi098 ceph-mon[112578]: pgmap v1005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:27.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:27.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:28 smithi016 ceph-mon[96085]: pgmap v1006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:14:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:14:28.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:28.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:28 smithi098 ceph-mon[112578]: pgmap v1006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:14:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:14:29.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:29.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:30 smithi016 ceph-mon[96085]: pgmap v1007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:30.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:30.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:30 smithi098 ceph-mon[112578]: pgmap v1007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:31.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:31.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:32 smithi016 ceph-mon[96085]: pgmap v1008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:32.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:32.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:32 smithi098 ceph-mon[112578]: pgmap v1008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:33.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:33.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:34 smithi016 ceph-mon[96085]: pgmap v1009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:34.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:34.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:34 smithi098 ceph-mon[112578]: pgmap v1009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:35.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:35.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:36 smithi016 ceph-mon[96085]: pgmap v1010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:14:36.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:14:36.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:14:36.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:14:36.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:14:36.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:14:36.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:36.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:36 smithi098 ceph-mon[112578]: pgmap v1010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:14:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:14:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:14:37.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:14:37.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:14:37.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:14:37.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:37.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:38.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:38.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:38 smithi098 ceph-mon[112578]: pgmap v1011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:14:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:38 smithi016 ceph-mon[96085]: pgmap v1011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:14:39.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:39.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:40.821 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:40 smithi016 ceph-mon[96085]: pgmap v1012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:40.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:40.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:40 smithi098 ceph-mon[112578]: pgmap v1012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:41.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:41.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:42.818 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:42 smithi098 ceph-mon[112578]: pgmap v1013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:42.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:42.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:42 smithi016 ceph-mon[96085]: pgmap v1013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:43.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:43.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:14:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:14:44.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:44.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:44 smithi098 ceph-mon[112578]: pgmap v1014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:44 smithi016 ceph-mon[96085]: pgmap v1014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:45.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:45.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:46.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:46.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:46 smithi098 ceph-mon[112578]: pgmap v1015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:46 smithi016 ceph-mon[96085]: pgmap v1015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:47.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:47.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:48.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:48.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:48 smithi098 ceph-mon[112578]: pgmap v1016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:14:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:48 smithi016 ceph-mon[96085]: pgmap v1016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:14:49.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:49.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:50.936 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:50 smithi016 ceph-mon[96085]: pgmap v1017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:50.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:50.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:50 smithi098 ceph-mon[112578]: pgmap v1017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:51.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:51.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:52.923 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:52 smithi098 ceph-mon[112578]: pgmap v1018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:52.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:52.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:52 smithi016 ceph-mon[96085]: pgmap v1018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:53.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:53.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:54.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:54.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:54 smithi098 ceph-mon[112578]: pgmap v1019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:54 smithi016 ceph-mon[96085]: pgmap v1019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:55.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:55.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:56.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:56.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:56 smithi098 ceph-mon[112578]: pgmap v1020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:56 smithi016 ceph-mon[96085]: pgmap v1020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:14:57.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:57.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:58.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:58.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:58 smithi098 ceph-mon[112578]: pgmap v1021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:14:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:14:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:14:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:58 smithi016 ceph-mon[96085]: pgmap v1021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:14:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:14:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:14:59.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:14:59.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:00.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:00.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:00 smithi098 ceph-mon[112578]: pgmap v1022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:00 smithi016 ceph-mon[96085]: pgmap v1022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:01.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:01.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:02.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:02.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:02 smithi098 ceph-mon[112578]: pgmap v1023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:02 smithi016 ceph-mon[96085]: pgmap v1023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:03.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:03.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:04.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:04.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:04 smithi098 ceph-mon[112578]: pgmap v1024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:04 smithi016 ceph-mon[96085]: pgmap v1024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:05.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:05.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:06.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:06.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:06 smithi098 ceph-mon[112578]: pgmap v1025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:06 smithi016 ceph-mon[96085]: pgmap v1025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:07.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:07.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:08.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:08.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:08 smithi098 ceph-mon[112578]: pgmap v1026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:15:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:08 smithi016 ceph-mon[96085]: pgmap v1026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:15:09.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:09.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:10.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:10.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:10 smithi098 ceph-mon[112578]: pgmap v1027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:10 smithi016 ceph-mon[96085]: pgmap v1027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:11.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:11.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:12.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:12.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:12 smithi098 ceph-mon[112578]: pgmap v1028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:15:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:12 smithi016 ceph-mon[96085]: pgmap v1028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:15:13.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:13.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:14.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:14.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:14 smithi098 ceph-mon[112578]: pgmap v1029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:14 smithi016 ceph-mon[96085]: pgmap v1029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:15.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:16.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:16 smithi016 ceph-mon[96085]: pgmap v1030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:16 smithi098 ceph-mon[112578]: pgmap v1030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:17.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:17.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:18.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:18.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:18 smithi098 ceph-mon[112578]: pgmap v1031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:15:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:18 smithi016 ceph-mon[96085]: pgmap v1031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:15:19.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:19.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:20.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:20.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:20 smithi098 ceph-mon[112578]: pgmap v1032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:20 smithi016 ceph-mon[96085]: pgmap v1032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:21.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:21.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:22.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:22.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:22 smithi098 ceph-mon[112578]: pgmap v1033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:22 smithi016 ceph-mon[96085]: pgmap v1033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:23.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:23.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:24.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:24.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:24 smithi098 ceph-mon[112578]: pgmap v1034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:24 smithi016 ceph-mon[96085]: pgmap v1034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:25.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:25.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:26.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:26.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:26 smithi098 ceph-mon[112578]: pgmap v1035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:26 smithi016 ceph-mon[96085]: pgmap v1035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:27.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:27.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:28.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:28.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:28 smithi098 ceph-mon[112578]: pgmap v1036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:15:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:15:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:28 smithi016 ceph-mon[96085]: pgmap v1036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:15:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:15:29.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:29.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:30.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:30.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:30 smithi098 ceph-mon[112578]: pgmap v1037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:30 smithi016 ceph-mon[96085]: pgmap v1037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:31.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:31.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:32.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:32.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:32 smithi098 ceph-mon[112578]: pgmap v1038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:32 smithi016 ceph-mon[96085]: pgmap v1038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:33.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:33.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:34.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:34.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:34 smithi098 ceph-mon[112578]: pgmap v1039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:34 smithi016 ceph-mon[96085]: pgmap v1039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:35.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:35.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:36.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:36.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:36 smithi098 ceph-mon[112578]: pgmap v1040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:15:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:36 smithi016 ceph-mon[96085]: pgmap v1040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:15:37.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:37.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:38.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:38.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:38.400 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:38 smithi098 ceph-mon[112578]: pgmap v1041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:15:38.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:38.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:38.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:38.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:38.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:38 smithi016 ceph-mon[96085]: pgmap v1041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:15:38.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:38.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:38.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:38.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:39.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:39.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:40.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:40.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:40.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:40 smithi098 ceph-mon[112578]: pgmap v1042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:40.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:40 smithi016 ceph-mon[96085]: pgmap v1042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:41.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:41.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:42.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:42.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:42.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:42.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:42.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:42 smithi016 ceph-mon[96085]: pgmap v1043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:42.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:42.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:42.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:15:42.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:15:42.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:42.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:15:42.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:42.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:42.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:42.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:42 smithi098 ceph-mon[112578]: pgmap v1043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:42.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:42.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:42.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:15:42.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:15:42.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:42.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:15:42.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:15:43.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:43.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:15:43.452 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:15:44.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:44.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:44 smithi016 ceph-mon[96085]: pgmap v1044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:44 smithi098 ceph-mon[112578]: pgmap v1044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:45.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:45.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:46.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:46.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:46 smithi098 ceph-mon[112578]: pgmap v1045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:46 smithi016 ceph-mon[96085]: pgmap v1045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:47.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:47.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:48.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:48.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:48 smithi098 ceph-mon[112578]: pgmap v1046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:15:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:48 smithi016 ceph-mon[96085]: pgmap v1046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:15:49.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:49.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:50.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:50.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:50 smithi098 ceph-mon[112578]: pgmap v1047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:50 smithi016 ceph-mon[96085]: pgmap v1047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:51.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:51.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:52.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:52.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:52 smithi098 ceph-mon[112578]: pgmap v1048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:52 smithi016 ceph-mon[96085]: pgmap v1048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:53.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:53.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:54.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:54.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:54 smithi098 ceph-mon[112578]: pgmap v1049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:54 smithi016 ceph-mon[96085]: pgmap v1049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:55.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:55.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:56.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:56.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:56 smithi098 ceph-mon[112578]: pgmap v1050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:56 smithi016 ceph-mon[96085]: pgmap v1050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:15:57.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:57.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:58.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:58.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:58 smithi098 ceph-mon[112578]: pgmap v1051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:15:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:15:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:15:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:58 smithi016 ceph-mon[96085]: pgmap v1051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:15:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:15:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:15:59.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:15:59.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:00.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:00.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:00 smithi098 ceph-mon[112578]: pgmap v1052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:00 smithi016 ceph-mon[96085]: pgmap v1052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:01.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:01.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:02.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:02.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:02 smithi098 ceph-mon[112578]: pgmap v1053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:02 smithi016 ceph-mon[96085]: pgmap v1053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:03.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:03.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:04.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:04.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:04 smithi098 ceph-mon[112578]: pgmap v1054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:04 smithi016 ceph-mon[96085]: pgmap v1054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:05.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:05.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:06.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:06.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:06 smithi098 ceph-mon[112578]: pgmap v1055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:06 smithi016 ceph-mon[96085]: pgmap v1055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:07.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:07.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:08.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:08.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:08 smithi098 ceph-mon[112578]: pgmap v1056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:16:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:08 smithi016 ceph-mon[96085]: pgmap v1056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:16:09.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:09.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:10.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:10.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:10 smithi098 ceph-mon[112578]: pgmap v1057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:10 smithi016 ceph-mon[96085]: pgmap v1057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:11.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:11.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:12.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:12.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:12 smithi098 ceph-mon[112578]: pgmap v1058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:12 smithi016 ceph-mon[96085]: pgmap v1058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:13.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:13.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:16:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:16:14.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:14.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:14 smithi098 ceph-mon[112578]: pgmap v1059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:14 smithi016 ceph-mon[96085]: pgmap v1059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:15.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:15.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:16.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:16.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:16 smithi098 ceph-mon[112578]: pgmap v1060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:16 smithi016 ceph-mon[96085]: pgmap v1060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:17.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:17.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:18.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:18.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:18 smithi098 ceph-mon[112578]: pgmap v1061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:16:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:18 smithi016 ceph-mon[96085]: pgmap v1061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:16:19.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:19.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:20.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:20.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:20 smithi016 ceph-mon[96085]: pgmap v1062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:20 smithi098 ceph-mon[112578]: pgmap v1062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:21.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:21.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:22.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:22.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:22 smithi016 ceph-mon[96085]: pgmap v1063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:22 smithi098 ceph-mon[112578]: pgmap v1063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:23.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:23.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:24.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:24.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:24 smithi016 ceph-mon[96085]: pgmap v1064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:24 smithi098 ceph-mon[112578]: pgmap v1064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:25.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:25.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:26.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:26.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:26 smithi016 ceph-mon[96085]: pgmap v1065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:26 smithi098 ceph-mon[112578]: pgmap v1065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:27.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:27.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:28.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:28.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:28 smithi016 ceph-mon[96085]: pgmap v1066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:16:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:16:28.928 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:28 smithi098 ceph-mon[112578]: pgmap v1066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:16:28.928 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:16:29.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:29.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:30.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:30.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:30 smithi016 ceph-mon[96085]: pgmap v1067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:30 smithi098 ceph-mon[112578]: pgmap v1067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:31.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:31.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:32.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:32.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:32 smithi098 ceph-mon[112578]: pgmap v1068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:32 smithi016 ceph-mon[96085]: pgmap v1068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:33.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:33.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:34.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:34.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:34 smithi098 ceph-mon[112578]: pgmap v1069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:34 smithi016 ceph-mon[96085]: pgmap v1069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:35.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:35.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:36.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:36.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:36 smithi098 ceph-mon[112578]: pgmap v1070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:36 smithi016 ceph-mon[96085]: pgmap v1070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:37.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:37.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:38.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:38.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:38 smithi098 ceph-mon[112578]: pgmap v1071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:16:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:38 smithi016 ceph-mon[96085]: pgmap v1071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:16:39.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:39.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:40.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:40.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:40 smithi098 ceph-mon[112578]: pgmap v1072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:40 smithi016 ceph-mon[96085]: pgmap v1072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:41.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:41.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:42.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:42.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:42 smithi098 ceph-mon[112578]: pgmap v1073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:16:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:16:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:16:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:16:43.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:16:43.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:16:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:42 smithi016 ceph-mon[96085]: pgmap v1073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:16:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:16:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:16:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:16:43.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:16:43.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:16:43.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:43.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:16:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:16:44.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:44.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:44 smithi098 ceph-mon[112578]: pgmap v1074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:44 smithi016 ceph-mon[96085]: pgmap v1074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:45.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:45.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:46.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:46.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:46 smithi098 ceph-mon[112578]: pgmap v1075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:46 smithi016 ceph-mon[96085]: pgmap v1075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:47.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:47.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:48.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:48.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:48 smithi098 ceph-mon[112578]: pgmap v1076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:16:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:48 smithi016 ceph-mon[96085]: pgmap v1076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:16:49.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:49.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:50.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:50.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:50 smithi098 ceph-mon[112578]: pgmap v1077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:50 smithi016 ceph-mon[96085]: pgmap v1077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:51.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:51.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:52.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:52.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:52 smithi098 ceph-mon[112578]: pgmap v1078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:52 smithi016 ceph-mon[96085]: pgmap v1078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:53.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:53.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:54.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:54.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:54 smithi098 ceph-mon[112578]: pgmap v1079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:54 smithi016 ceph-mon[96085]: pgmap v1079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:55.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:55.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:56.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:56.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:56 smithi098 ceph-mon[112578]: pgmap v1080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:56 smithi016 ceph-mon[96085]: pgmap v1080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:16:57.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:57.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:58.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:58.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:58 smithi098 ceph-mon[112578]: pgmap v1081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:16:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:16:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:16:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:58 smithi016 ceph-mon[96085]: pgmap v1081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:16:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:16:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:16:59.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:16:59.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:00.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:00.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:00 smithi098 ceph-mon[112578]: pgmap v1082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:00 smithi016 ceph-mon[96085]: pgmap v1082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:01.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:01.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:02.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:02.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:02 smithi016 ceph-mon[96085]: pgmap v1083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:02 smithi098 ceph-mon[112578]: pgmap v1083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:03.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:03.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:04.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:04.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:04 smithi098 ceph-mon[112578]: pgmap v1084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:04 smithi016 ceph-mon[96085]: pgmap v1084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:05.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:05.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:06.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:06.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:06 smithi098 ceph-mon[112578]: pgmap v1085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:06 smithi016 ceph-mon[96085]: pgmap v1085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:07.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:07.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:08.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:08.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:08 smithi098 ceph-mon[112578]: pgmap v1086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:17:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:08 smithi016 ceph-mon[96085]: pgmap v1086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:17:09.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:09.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:10.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:10.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:10 smithi098 ceph-mon[112578]: pgmap v1087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:10 smithi016 ceph-mon[96085]: pgmap v1087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:11.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:11.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:12.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:12.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:12 smithi098 ceph-mon[112578]: pgmap v1088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:17:13.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:12 smithi016 ceph-mon[96085]: pgmap v1088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:13.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:17:13.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:13.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:14.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:14.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:14 smithi098 ceph-mon[112578]: pgmap v1089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:14 smithi016 ceph-mon[96085]: pgmap v1089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:15.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:15.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:16.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:16.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:16 smithi098 ceph-mon[112578]: pgmap v1090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:16 smithi016 ceph-mon[96085]: pgmap v1090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:17.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:17.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:18.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:18.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:18 smithi098 ceph-mon[112578]: pgmap v1091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:17:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:18 smithi016 ceph-mon[96085]: pgmap v1091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:17:19.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:19.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:20.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:20.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:20 smithi098 ceph-mon[112578]: pgmap v1092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:20 smithi016 ceph-mon[96085]: pgmap v1092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:21.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:21.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:22.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:22.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:22 smithi098 ceph-mon[112578]: pgmap v1093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:22 smithi016 ceph-mon[96085]: pgmap v1093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:23.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:23.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:24.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:24.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:24 smithi098 ceph-mon[112578]: pgmap v1094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:24 smithi016 ceph-mon[96085]: pgmap v1094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:25.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:25.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:26.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:26.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:26 smithi098 ceph-mon[112578]: pgmap v1095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:26 smithi016 ceph-mon[96085]: pgmap v1095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:27.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:27.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:28.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:28.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:28 smithi098 ceph-mon[112578]: pgmap v1096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:17:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:17:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:28 smithi016 ceph-mon[96085]: pgmap v1096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:17:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:17:29.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:29.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:30.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:30.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:30 smithi098 ceph-mon[112578]: pgmap v1097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:30 smithi016 ceph-mon[96085]: pgmap v1097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:31.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:31.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:32.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:32.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:32 smithi098 ceph-mon[112578]: pgmap v1098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:32.774 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:32 smithi016 ceph-mon[96085]: pgmap v1098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:33.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:33.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:34.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:34.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:34 smithi098 ceph-mon[112578]: pgmap v1099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:34 smithi016 ceph-mon[96085]: pgmap v1099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:35.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:35.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:36.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:36.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:36 smithi098 ceph-mon[112578]: pgmap v1100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:36 smithi016 ceph-mon[96085]: pgmap v1100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:37.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:37.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:38.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:38.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:38 smithi098 ceph-mon[112578]: pgmap v1101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:17:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:38 smithi016 ceph-mon[96085]: pgmap v1101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:17:39.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:39.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:40.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:40.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:40 smithi098 ceph-mon[112578]: pgmap v1102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:40 smithi016 ceph-mon[96085]: pgmap v1102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:41.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:41.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:42.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:42.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:42 smithi098 ceph-mon[112578]: pgmap v1103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:17:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:42 smithi016 ceph-mon[96085]: pgmap v1103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:17:43.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:43.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:17:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:17:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:17:43.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:17:43.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:17:43.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:17:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:17:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:17:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:17:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:17:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:17:43.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:17:44.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:44.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:44 smithi098 ceph-mon[112578]: pgmap v1104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:44 smithi016 ceph-mon[96085]: pgmap v1104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:45.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:45.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:46.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:46.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:46 smithi098 ceph-mon[112578]: pgmap v1105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:46 smithi016 ceph-mon[96085]: pgmap v1105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:47.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:47.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:48.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:48.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:48 smithi098 ceph-mon[112578]: pgmap v1106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:17:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:48 smithi016 ceph-mon[96085]: pgmap v1106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:17:49.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:49.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:50.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:50.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:50 smithi098 ceph-mon[112578]: pgmap v1107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:50 smithi016 ceph-mon[96085]: pgmap v1107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:51.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:51.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:52.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:52.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:52 smithi016 ceph-mon[96085]: pgmap v1108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:52 smithi098 ceph-mon[112578]: pgmap v1108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:53.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:53.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:54.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:54.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:54 smithi016 ceph-mon[96085]: pgmap v1109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:54.823 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:54 smithi098 ceph-mon[112578]: pgmap v1109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:55.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:55.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:56.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:56.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:56 smithi016 ceph-mon[96085]: pgmap v1110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:56 smithi098 ceph-mon[112578]: pgmap v1110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:17:57.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:57.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:58.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:58.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:58 smithi016 ceph-mon[96085]: pgmap v1111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:17:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:17:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:17:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:58 smithi098 ceph-mon[112578]: pgmap v1111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:17:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:17:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:17:59.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:17:59.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:00.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:00.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:00 smithi016 ceph-mon[96085]: pgmap v1112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:00 smithi098 ceph-mon[112578]: pgmap v1112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:01.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:01.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:02.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:02.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:02 smithi098 ceph-mon[112578]: pgmap v1113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:02 smithi016 ceph-mon[96085]: pgmap v1113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:03.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:03.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:04.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:04.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:04.929 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:04 smithi098 ceph-mon[112578]: pgmap v1114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:04 smithi016 ceph-mon[96085]: pgmap v1114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:05.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:05.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:06.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:06.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:06 smithi098 ceph-mon[112578]: pgmap v1115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:06 smithi016 ceph-mon[96085]: pgmap v1115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:07.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:07.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:08.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:08.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:08 smithi098 ceph-mon[112578]: pgmap v1116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:18:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:08 smithi016 ceph-mon[96085]: pgmap v1116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:18:09.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:09.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:10.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:10.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:10 smithi098 ceph-mon[112578]: pgmap v1117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:10 smithi016 ceph-mon[96085]: pgmap v1117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:11.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:11.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:12.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:12.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:12 smithi098 ceph-mon[112578]: pgmap v1118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:12 smithi016 ceph-mon[96085]: pgmap v1118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:13.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:13.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:18:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:18:14.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:14.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:14 smithi098 ceph-mon[112578]: pgmap v1119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:14 smithi016 ceph-mon[96085]: pgmap v1119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:15.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:15.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:16.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:16.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:16 smithi098 ceph-mon[112578]: pgmap v1120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:16 smithi016 ceph-mon[96085]: pgmap v1120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:17.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:17.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:18.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:18.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:18 smithi098 ceph-mon[112578]: pgmap v1121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:18:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:18 smithi016 ceph-mon[96085]: pgmap v1121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:18:19.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:19.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:20.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:20.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:20 smithi098 ceph-mon[112578]: pgmap v1122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:21.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:20 smithi016 ceph-mon[96085]: pgmap v1122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:21.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:21.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:22.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:22.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:22 smithi098 ceph-mon[112578]: pgmap v1123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:22 smithi016 ceph-mon[96085]: pgmap v1123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:23.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:23.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:24.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:24.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:24 smithi098 ceph-mon[112578]: pgmap v1124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:24 smithi016 ceph-mon[96085]: pgmap v1124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:25.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:25.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:26.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:26.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:26 smithi098 ceph-mon[112578]: pgmap v1125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:26 smithi016 ceph-mon[96085]: pgmap v1125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:27.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:27.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:28.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:28.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:28 smithi016 ceph-mon[96085]: pgmap v1126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:18:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:18:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:28 smithi098 ceph-mon[112578]: pgmap v1126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:18:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:18:29.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:29.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:30.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:30.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:30 smithi098 ceph-mon[112578]: pgmap v1127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:30 smithi016 ceph-mon[96085]: pgmap v1127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:31.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:31.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:32.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:32.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:32 smithi098 ceph-mon[112578]: pgmap v1128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:32 smithi016 ceph-mon[96085]: pgmap v1128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:33.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:33.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:34.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:34.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:34 smithi098 ceph-mon[112578]: pgmap v1129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:34 smithi016 ceph-mon[96085]: pgmap v1129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:35.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:35.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:36.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:36.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:36 smithi098 ceph-mon[112578]: pgmap v1130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:36 smithi016 ceph-mon[96085]: pgmap v1130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:37.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:37.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:38.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:38.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:38 smithi016 ceph-mon[96085]: pgmap v1131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:18:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:38 smithi098 ceph-mon[112578]: pgmap v1131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:18:39.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:39.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:40.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:40.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:40 smithi098 ceph-mon[112578]: pgmap v1132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:40 smithi016 ceph-mon[96085]: pgmap v1132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:41.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:41.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:42.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:42.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:42 smithi098 ceph-mon[112578]: pgmap v1133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:18:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:42 smithi016 ceph-mon[96085]: pgmap v1133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:18:43.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:43.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:18:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:18:44.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:44.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:44 smithi098 ceph-mon[112578]: pgmap v1134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:44 smithi016 ceph-mon[96085]: pgmap v1134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:45.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:45.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:46.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:46.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:46 smithi098 ceph-mon[112578]: pgmap v1135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:18:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:18:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:18:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:18:47.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:18:47.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:18:47.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:18:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:46 smithi016 ceph-mon[96085]: pgmap v1135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:18:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:18:47.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:18:47.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:18:47.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:18:47.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:18:47.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:18:47.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:47.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:48.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:48.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:48 smithi098 ceph-mon[112578]: pgmap v1136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:18:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:48 smithi016 ceph-mon[96085]: pgmap v1136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:18:49.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:49.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:50.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:50.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:50 smithi098 ceph-mon[112578]: pgmap v1137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:50 smithi016 ceph-mon[96085]: pgmap v1137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:51.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:51.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:52.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:52.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:52 smithi098 ceph-mon[112578]: pgmap v1138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:52 smithi016 ceph-mon[96085]: pgmap v1138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:53.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:53.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:54.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:54.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:54 smithi098 ceph-mon[112578]: pgmap v1139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:54 smithi016 ceph-mon[96085]: pgmap v1139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:55.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:55.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:56.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:56.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:56 smithi098 ceph-mon[112578]: pgmap v1140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:56 smithi016 ceph-mon[96085]: pgmap v1140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:18:57.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:57.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:18:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:18:58.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:58.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:18:58 smithi098 ceph-mon[112578]: pgmap v1141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:18:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:18:58 smithi016 ceph-mon[96085]: pgmap v1141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:18:59.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:18:59.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:00.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:00.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:00 smithi098 ceph-mon[112578]: pgmap v1142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:00 smithi016 ceph-mon[96085]: pgmap v1142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:01.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:01.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:02.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:02.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:02 smithi098 ceph-mon[112578]: pgmap v1143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:02 smithi016 ceph-mon[96085]: pgmap v1143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:03.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:03.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:03 smithi098 ceph-mon[112578]: pgmap v1144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:03 smithi016 ceph-mon[96085]: pgmap v1144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:04.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:04.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:05.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:05.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:06.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:06.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:06 smithi098 ceph-mon[112578]: pgmap v1145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:06 smithi016 ceph-mon[96085]: pgmap v1145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:07.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:07.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:08.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:08.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:08 smithi098 ceph-mon[112578]: pgmap v1146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:19:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:08 smithi016 ceph-mon[96085]: pgmap v1146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:19:09.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:09.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:10.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:10.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:10 smithi098 ceph-mon[112578]: pgmap v1147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:10 smithi016 ceph-mon[96085]: pgmap v1147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:11.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:11.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:12.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:12.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:12 smithi098 ceph-mon[112578]: pgmap v1148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:12 smithi016 ceph-mon[96085]: pgmap v1148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:13.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:13.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:19:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:19:14.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:14.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:14 smithi016 ceph-mon[96085]: pgmap v1149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:14 smithi098 ceph-mon[112578]: pgmap v1149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:15.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:15.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:16.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:16.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:16 smithi016 ceph-mon[96085]: pgmap v1150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:16 smithi098 ceph-mon[112578]: pgmap v1150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:17.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:17.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:18.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:18.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:18 smithi016 ceph-mon[96085]: pgmap v1151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:19:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:18 smithi098 ceph-mon[112578]: pgmap v1151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:19:19.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:19.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:20.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:20.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:20 smithi016 ceph-mon[96085]: pgmap v1152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:20 smithi098 ceph-mon[112578]: pgmap v1152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:21.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:21.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:22.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:22.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:22 smithi016 ceph-mon[96085]: pgmap v1153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:22 smithi098 ceph-mon[112578]: pgmap v1153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:23.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:23.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:24.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:24.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:24 smithi098 ceph-mon[112578]: pgmap v1154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:24 smithi016 ceph-mon[96085]: pgmap v1154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:25.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:25.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:26.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:26.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:26 smithi098 ceph-mon[112578]: pgmap v1155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:26 smithi016 ceph-mon[96085]: pgmap v1155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:27.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:27.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:28.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:28.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:28 smithi098 ceph-mon[112578]: pgmap v1156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:19:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:19:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:28 smithi016 ceph-mon[96085]: pgmap v1156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:19:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:19:29.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:29.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:30.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:30.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:30.825 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:30 smithi098 ceph-mon[112578]: pgmap v1157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:30 smithi016 ceph-mon[96085]: pgmap v1157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:31.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:31.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:32.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:32.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:32 smithi098 ceph-mon[112578]: pgmap v1158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:32 smithi016 ceph-mon[96085]: pgmap v1158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:33.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:33.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:34.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:34.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:34 smithi098 ceph-mon[112578]: pgmap v1159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:34 smithi016 ceph-mon[96085]: pgmap v1159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:35.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:35.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:36.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:36.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:36 smithi098 ceph-mon[112578]: pgmap v1160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:36 smithi016 ceph-mon[96085]: pgmap v1160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:37.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:37.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:38.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:38.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:38 smithi098 ceph-mon[112578]: pgmap v1161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:19:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:38 smithi016 ceph-mon[96085]: pgmap v1161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:19:39.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:39.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:40.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:40.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:40.930 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:40 smithi098 ceph-mon[112578]: pgmap v1162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:40 smithi016 ceph-mon[96085]: pgmap v1162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:41.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:41.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:42.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:42.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:42 smithi098 ceph-mon[112578]: pgmap v1163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:42 smithi016 ceph-mon[96085]: pgmap v1163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:43.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:43.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:19:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:19:44.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:44.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:44 smithi098 ceph-mon[112578]: pgmap v1164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:44 smithi016 ceph-mon[96085]: pgmap v1164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:45.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:45.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:46.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:46.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:46 smithi098 ceph-mon[112578]: pgmap v1165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:19:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:46 smithi016 ceph-mon[96085]: pgmap v1165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:19:47.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:47.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:48.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:48.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:48 smithi098 ceph-mon[112578]: pgmap v1166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:19:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:48 smithi016 ceph-mon[96085]: pgmap v1166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:19:49.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:49.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:50.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:50.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:50 smithi098 ceph-mon[112578]: pgmap v1167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:50 smithi016 ceph-mon[96085]: pgmap v1167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:51.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:51.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:52.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:52.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:19:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:19:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:52 smithi098 ceph-mon[112578]: pgmap v1168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:19:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:19:52.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:19:52.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:19:52.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:19:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:19:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:19:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:52 smithi016 ceph-mon[96085]: pgmap v1168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:19:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:19:52.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:19:52.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:19:52.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:19:53.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:53.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:54.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:54.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:54.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:54 smithi098 ceph-mon[112578]: pgmap v1169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:54 smithi016 ceph-mon[96085]: pgmap v1169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:55.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:55.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:56.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:56.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:56 smithi098 ceph-mon[112578]: pgmap v1170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:56 smithi016 ceph-mon[96085]: pgmap v1170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:19:57.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:57.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:58.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:58.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:58 smithi016 ceph-mon[96085]: pgmap v1171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:19:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:19:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:19:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:58 smithi098 ceph-mon[112578]: pgmap v1171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:19:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:19:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:19:59.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:19:59.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:00.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:00.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:00 smithi016 ceph-mon[96085]: pgmap v1172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T21:20:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:00 smithi098 ceph-mon[112578]: pgmap v1172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T21:20:01.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:01.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:02.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:02.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:02 smithi016 ceph-mon[96085]: pgmap v1173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:02 smithi098 ceph-mon[112578]: pgmap v1173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:03.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:03.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:04.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:04.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:04 smithi016 ceph-mon[96085]: pgmap v1174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:04 smithi098 ceph-mon[112578]: pgmap v1174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:05.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:05.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:06.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:06.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:06 smithi016 ceph-mon[96085]: pgmap v1175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:06 smithi098 ceph-mon[112578]: pgmap v1175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:07.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:07.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:08.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:08.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:08 smithi098 ceph-mon[112578]: pgmap v1176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:20:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:08 smithi016 ceph-mon[96085]: pgmap v1176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:20:09.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:09.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:10.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:10.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:10 smithi098 ceph-mon[112578]: pgmap v1177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:10 smithi016 ceph-mon[96085]: pgmap v1177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:11.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:11.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:12.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:12.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:12 smithi098 ceph-mon[112578]: pgmap v1178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:12 smithi016 ceph-mon[96085]: pgmap v1178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:13.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:13.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:20:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:20:14.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:14.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:14 smithi098 ceph-mon[112578]: pgmap v1179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:14 smithi016 ceph-mon[96085]: pgmap v1179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:15.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:15.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:16.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:16.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:16 smithi098 ceph-mon[112578]: pgmap v1180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:16 smithi016 ceph-mon[96085]: pgmap v1180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:17.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:17.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:18.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:18.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:18 smithi098 ceph-mon[112578]: pgmap v1181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:20:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:18 smithi016 ceph-mon[96085]: pgmap v1181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:20:19.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:19.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:20.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:20.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:20 smithi098 ceph-mon[112578]: pgmap v1182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:20 smithi016 ceph-mon[96085]: pgmap v1182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:21.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:21.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:22.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:22.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:22 smithi098 ceph-mon[112578]: pgmap v1183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:22 smithi016 ceph-mon[96085]: pgmap v1183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:23.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:23.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:24.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:24.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:24 smithi098 ceph-mon[112578]: pgmap v1184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:24 smithi016 ceph-mon[96085]: pgmap v1184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:25.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:25.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:26.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:26.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:26 smithi098 ceph-mon[112578]: pgmap v1185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:26 smithi016 ceph-mon[96085]: pgmap v1185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:27.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:27.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:28.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:28.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:28 smithi098 ceph-mon[112578]: pgmap v1186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:20:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:20:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:28 smithi016 ceph-mon[96085]: pgmap v1186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:20:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:20:29.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:29.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:30.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:30.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:30 smithi098 ceph-mon[112578]: pgmap v1187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:30 smithi016 ceph-mon[96085]: pgmap v1187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:31.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:31.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:32.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:32.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:32 smithi098 ceph-mon[112578]: pgmap v1188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:32 smithi016 ceph-mon[96085]: pgmap v1188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:33.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:33.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:34.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:34.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:34.856 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:34 smithi016 ceph-mon[96085]: pgmap v1189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:34 smithi098 ceph-mon[112578]: pgmap v1189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:35.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:35.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:36.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:36.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:36 smithi098 ceph-mon[112578]: pgmap v1190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:36 smithi016 ceph-mon[96085]: pgmap v1190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:37.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:37.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:38.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:38.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:38 smithi098 ceph-mon[112578]: pgmap v1191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:20:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:38 smithi016 ceph-mon[96085]: pgmap v1191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:20:39.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:39.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:40.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:40.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:41.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:40 smithi098 ceph-mon[112578]: pgmap v1192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:40 smithi016 ceph-mon[96085]: pgmap v1192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:41.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:41.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:42.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:42.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:42 smithi098 ceph-mon[112578]: pgmap v1193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:42 smithi016 ceph-mon[96085]: pgmap v1193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:43.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:43.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:20:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:20:44.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:44.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:44.971 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:44 smithi016 ceph-mon[96085]: pgmap v1194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:44 smithi098 ceph-mon[112578]: pgmap v1194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:45.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:45.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:46.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:46.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:46 smithi098 ceph-mon[112578]: pgmap v1195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:46 smithi016 ceph-mon[96085]: pgmap v1195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:47.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:47.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:48.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:48.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:48 smithi098 ceph-mon[112578]: pgmap v1196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:20:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:48 smithi016 ceph-mon[96085]: pgmap v1196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:20:49.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:49.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:50.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:50.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:50 smithi098 ceph-mon[112578]: pgmap v1197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:50 smithi016 ceph-mon[96085]: pgmap v1197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:51.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:51.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:52.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:52.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:52 smithi098 ceph-mon[112578]: pgmap v1198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:20:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:20:53.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:20:53.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:20:53.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:20:53.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:20:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:52 smithi016 ceph-mon[96085]: pgmap v1198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:20:53.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:20:53.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:20:53.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:20:53.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:20:53.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:20:53.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:53.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:54.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:54.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:54 smithi098 ceph-mon[112578]: pgmap v1199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:54 smithi016 ceph-mon[96085]: pgmap v1199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:55.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:55.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:56.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:56.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:56 smithi098 ceph-mon[112578]: pgmap v1200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:56 smithi016 ceph-mon[96085]: pgmap v1200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:20:57.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:57.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:20:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:20:58.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:58.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:20:58 smithi098 ceph-mon[112578]: pgmap v1201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:20:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:20:58 smithi016 ceph-mon[96085]: pgmap v1201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:20:59.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:20:59.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:00.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:00.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:00 smithi098 ceph-mon[112578]: pgmap v1202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:00 smithi016 ceph-mon[96085]: pgmap v1202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:01.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:01.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:02.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:02.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:02 smithi098 ceph-mon[112578]: pgmap v1203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:02 smithi016 ceph-mon[96085]: pgmap v1203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:03.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:03.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:04.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:04.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:04 smithi098 ceph-mon[112578]: pgmap v1204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:04 smithi016 ceph-mon[96085]: pgmap v1204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:05.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:05.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:06.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:06.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:06 smithi098 ceph-mon[112578]: pgmap v1205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:06 smithi016 ceph-mon[96085]: pgmap v1205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:07.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:07.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:08.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:08.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:08 smithi098 ceph-mon[112578]: pgmap v1206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:21:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:08 smithi016 ceph-mon[96085]: pgmap v1206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:21:09.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:09.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:10.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:10.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:10 smithi098 ceph-mon[112578]: pgmap v1207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:10 smithi016 ceph-mon[96085]: pgmap v1207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:11.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:11.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:12.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:12.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:12 smithi098 ceph-mon[112578]: pgmap v1208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:21:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:12 smithi016 ceph-mon[96085]: pgmap v1208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:21:13.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:13.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:14.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:14.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:14 smithi098 ceph-mon[112578]: pgmap v1209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:14 smithi016 ceph-mon[96085]: pgmap v1209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:15.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:15.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:16.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:16.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:16.925 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:16 smithi098 ceph-mon[112578]: pgmap v1210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:16 smithi016 ceph-mon[96085]: pgmap v1210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:17.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:17.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:18.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:18.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:18 smithi098 ceph-mon[112578]: pgmap v1211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:21:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:18 smithi016 ceph-mon[96085]: pgmap v1211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:21:19.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:19.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:20.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:20.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:20 smithi098 ceph-mon[112578]: pgmap v1212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:20 smithi016 ceph-mon[96085]: pgmap v1212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:21.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:21.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:22.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:22.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:22 smithi098 ceph-mon[112578]: pgmap v1213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:22 smithi016 ceph-mon[96085]: pgmap v1213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:23.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:23.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:24.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:24.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:24 smithi098 ceph-mon[112578]: pgmap v1214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:24 smithi016 ceph-mon[96085]: pgmap v1214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:25.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:25.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:26.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:26.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:26 smithi098 ceph-mon[112578]: pgmap v1215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:26 smithi016 ceph-mon[96085]: pgmap v1215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:27.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:27.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:21:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:21:28.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:28.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:28 smithi098 ceph-mon[112578]: pgmap v1216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:21:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:28 smithi016 ceph-mon[96085]: pgmap v1216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:21:29.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:29.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:30.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:29 smithi098 ceph-mon[112578]: pgmap v1217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:30.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:29 smithi016 ceph-mon[96085]: pgmap v1217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:30.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:30.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:31.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:31.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:32.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:32.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:32 smithi098 ceph-mon[112578]: pgmap v1218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:32 smithi016 ceph-mon[96085]: pgmap v1218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:33.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:33.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:34.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:34.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:34 smithi098 ceph-mon[112578]: pgmap v1219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:34 smithi016 ceph-mon[96085]: pgmap v1219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:35.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:35.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:36.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:36.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:36 smithi098 ceph-mon[112578]: pgmap v1220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:36 smithi016 ceph-mon[96085]: pgmap v1220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:37.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:37.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:38.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:38.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:38 smithi098 ceph-mon[112578]: pgmap v1221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:21:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:38 smithi016 ceph-mon[96085]: pgmap v1221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:21:39.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:39.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:40.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:40.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:41.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:40 smithi098 ceph-mon[112578]: pgmap v1222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:40 smithi016 ceph-mon[96085]: pgmap v1222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:41.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:41.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:42.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:42.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:42 smithi098 ceph-mon[112578]: pgmap v1223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:42 smithi016 ceph-mon[96085]: pgmap v1223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:43.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:43.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:21:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:21:44.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:44.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:44 smithi098 ceph-mon[112578]: pgmap v1224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:44 smithi016 ceph-mon[96085]: pgmap v1224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:45.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:45.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:46.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:46.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:46 smithi098 ceph-mon[112578]: pgmap v1225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:46 smithi016 ceph-mon[96085]: pgmap v1225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:47.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:47.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:48.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:48.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:48 smithi098 ceph-mon[112578]: pgmap v1226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:21:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:48 smithi016 ceph-mon[96085]: pgmap v1226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:21:49.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:49.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:50.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:50.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:50 smithi098 ceph-mon[112578]: pgmap v1227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:50 smithi016 ceph-mon[96085]: pgmap v1227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:51.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:51.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:52.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:52.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:52 smithi098 ceph-mon[112578]: pgmap v1228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:21:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:52 smithi016 ceph-mon[96085]: pgmap v1228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:21:53.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:53.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:21:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:21:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:21:54.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:21:54.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:21:54.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:21:54.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:21:54.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:21:54.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:21:54.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:21:54.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:21:54.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:21:54.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:21:54.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:21:54.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:54.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:54 smithi098 ceph-mon[112578]: pgmap v1229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:54 smithi016 ceph-mon[96085]: pgmap v1229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:55.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:55.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:56.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:56.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:56 smithi098 ceph-mon[112578]: pgmap v1230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:56 smithi016 ceph-mon[96085]: pgmap v1230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:21:57.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:57.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:58.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:21:58.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:21:58.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:58.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:21:58 smithi098 ceph-mon[112578]: pgmap v1231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:21:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:21:58 smithi016 ceph-mon[96085]: pgmap v1231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:21:59.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:21:59.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:00.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:00.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:00 smithi098 ceph-mon[112578]: pgmap v1232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:00 smithi016 ceph-mon[96085]: pgmap v1232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:01.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:01.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:02.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:02.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:02 smithi098 ceph-mon[112578]: pgmap v1233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:02 smithi016 ceph-mon[96085]: pgmap v1233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:03.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:03.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:04.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:04.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:04 smithi098 ceph-mon[112578]: pgmap v1234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:04 smithi016 ceph-mon[96085]: pgmap v1234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:05.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:05.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:06.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:06.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:06 smithi098 ceph-mon[112578]: pgmap v1235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:06 smithi016 ceph-mon[96085]: pgmap v1235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:07.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:07.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:08.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:08.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:08 smithi098 ceph-mon[112578]: pgmap v1236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:22:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:08 smithi016 ceph-mon[96085]: pgmap v1236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:22:09.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:09.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:10.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:10.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:10.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:10 smithi016 ceph-mon[96085]: pgmap v1237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:10 smithi098 ceph-mon[112578]: pgmap v1237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:11.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:11.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:12.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:12.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:12 smithi098 ceph-mon[112578]: pgmap v1238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:22:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:12 smithi016 ceph-mon[96085]: pgmap v1238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:22:13.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:13.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:14.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:14.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:14 smithi098 ceph-mon[112578]: pgmap v1239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:14 smithi016 ceph-mon[96085]: pgmap v1239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:15.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:15.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:16.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:16.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:16 smithi098 ceph-mon[112578]: pgmap v1240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:16 smithi016 ceph-mon[96085]: pgmap v1240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:17.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:17.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:18.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:18.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:18 smithi098 ceph-mon[112578]: pgmap v1241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:22:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:18 smithi016 ceph-mon[96085]: pgmap v1241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:22:19.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:19.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:20.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:20.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:20 smithi098 ceph-mon[112578]: pgmap v1242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:20 smithi016 ceph-mon[96085]: pgmap v1242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:21.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:21.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:22.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:22.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:22 smithi098 ceph-mon[112578]: pgmap v1243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:22 smithi016 ceph-mon[96085]: pgmap v1243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:23.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:23.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:24.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:24.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:24 smithi098 ceph-mon[112578]: pgmap v1244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:24 smithi016 ceph-mon[96085]: pgmap v1244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:25.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:25.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:26.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:26.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:26 smithi098 ceph-mon[112578]: pgmap v1245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:26 smithi016 ceph-mon[96085]: pgmap v1245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:27.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:27.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:22:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:22:28.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:28.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:28 smithi098 ceph-mon[112578]: pgmap v1246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:22:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:28 smithi016 ceph-mon[96085]: pgmap v1246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:22:29.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:29.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:30.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:30.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:30 smithi098 ceph-mon[112578]: pgmap v1247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:30 smithi016 ceph-mon[96085]: pgmap v1247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:31.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:31.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:32.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:32.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:32 smithi098 ceph-mon[112578]: pgmap v1248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:32 smithi016 ceph-mon[96085]: pgmap v1248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:33.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:33.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:34.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:33 smithi098 ceph-mon[112578]: pgmap v1249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:34.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:33 smithi016 ceph-mon[96085]: pgmap v1249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:34.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:34.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:35.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:35.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:36.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:36.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:36 smithi098 ceph-mon[112578]: pgmap v1250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:36 smithi016 ceph-mon[96085]: pgmap v1250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:37.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:37.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:38.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:38.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:38 smithi098 ceph-mon[112578]: pgmap v1251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:22:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:38 smithi016 ceph-mon[96085]: pgmap v1251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:22:39.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:39.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:40.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:40.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:40 smithi098 ceph-mon[112578]: pgmap v1252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:40 smithi016 ceph-mon[96085]: pgmap v1252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:41.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:41.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:42.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:42.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:42.820 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:42 smithi098 ceph-mon[112578]: pgmap v1253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:42 smithi016 ceph-mon[96085]: pgmap v1253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:43.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:43.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:22:44.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:22:44.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:44.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:44 smithi098 ceph-mon[112578]: pgmap v1254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:44 smithi016 ceph-mon[96085]: pgmap v1254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:45.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:45.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:46.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:46.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:46 smithi016 ceph-mon[96085]: pgmap v1255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:46 smithi098 ceph-mon[112578]: pgmap v1255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:47.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:47.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:48.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:48.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:48 smithi098 ceph-mon[112578]: pgmap v1256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:22:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:48 smithi016 ceph-mon[96085]: pgmap v1256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:22:49.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:49.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:50.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:50.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:50 smithi098 ceph-mon[112578]: pgmap v1257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:50 smithi016 ceph-mon[96085]: pgmap v1257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:51.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:51.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:52.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:52.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:52.926 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:52 smithi098 ceph-mon[112578]: pgmap v1258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:52 smithi016 ceph-mon[96085]: pgmap v1258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:53.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:53.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:22:54.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:22:54.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:54.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:54 smithi098 ceph-mon[112578]: pgmap v1259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:22:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:22:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:22:55.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:22:55.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:22:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:54 smithi016 ceph-mon[96085]: pgmap v1259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:22:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:22:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:22:55.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:22:55.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:22:55.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:55.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:56.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:56.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:56 smithi016 ceph-mon[96085]: pgmap v1260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:56 smithi098 ceph-mon[112578]: pgmap v1260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:22:57.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:57.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:58.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:58.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:58 smithi098 ceph-mon[112578]: pgmap v1261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:22:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:22:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:22:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:58 smithi016 ceph-mon[96085]: pgmap v1261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:22:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:22:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:22:59.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:22:59.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:00.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:00.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:00 smithi098 ceph-mon[112578]: pgmap v1262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:00 smithi016 ceph-mon[96085]: pgmap v1262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:01.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:01.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:02.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:02.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:02 smithi098 ceph-mon[112578]: pgmap v1263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:02 smithi016 ceph-mon[96085]: pgmap v1263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:03.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:03.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:04.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:04.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:04 smithi098 ceph-mon[112578]: pgmap v1264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:04 smithi016 ceph-mon[96085]: pgmap v1264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:05.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:05.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:06.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:06.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:06 smithi098 ceph-mon[112578]: pgmap v1265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:06 smithi016 ceph-mon[96085]: pgmap v1265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:07.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:07.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:08.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:08.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:08 smithi098 ceph-mon[112578]: pgmap v1266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:23:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:08 smithi016 ceph-mon[96085]: pgmap v1266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:23:09.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:09.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:10.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:10.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:10 smithi098 ceph-mon[112578]: pgmap v1267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:10 smithi016 ceph-mon[96085]: pgmap v1267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:11.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:11.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:12.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:12.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:12 smithi098 ceph-mon[112578]: pgmap v1268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:23:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:12 smithi016 ceph-mon[96085]: pgmap v1268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:23:13.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:13.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:14.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:14.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:14 smithi098 ceph-mon[112578]: pgmap v1269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:14 smithi016 ceph-mon[96085]: pgmap v1269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:15.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:15.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:16.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:16.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:16 smithi098 ceph-mon[112578]: pgmap v1270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:16 smithi016 ceph-mon[96085]: pgmap v1270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:17.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:17.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:18.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:18.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:18 smithi098 ceph-mon[112578]: pgmap v1271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:23:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:18 smithi016 ceph-mon[96085]: pgmap v1271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:23:19.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:19.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:20.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:20.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:20 smithi098 ceph-mon[112578]: pgmap v1272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:20 smithi016 ceph-mon[96085]: pgmap v1272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:21.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:21.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:22.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:22.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:22 smithi098 ceph-mon[112578]: pgmap v1273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:22 smithi016 ceph-mon[96085]: pgmap v1273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:23.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:23.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:24.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:24.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:24 smithi098 ceph-mon[112578]: pgmap v1274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:24 smithi016 ceph-mon[96085]: pgmap v1274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:25.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:25.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:26.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:26.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:26 smithi098 ceph-mon[112578]: pgmap v1275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:26 smithi016 ceph-mon[96085]: pgmap v1275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:27.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:27.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:23:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:23:28.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:28.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:28 smithi098 ceph-mon[112578]: pgmap v1276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:23:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:28 smithi016 ceph-mon[96085]: pgmap v1276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:23:29.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:29.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:30.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:30.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:30 smithi098 ceph-mon[112578]: pgmap v1277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:30 smithi016 ceph-mon[96085]: pgmap v1277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:31.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:31.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:32.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:32.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:32 smithi098 ceph-mon[112578]: pgmap v1278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:32 smithi016 ceph-mon[96085]: pgmap v1278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:33.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:33.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:34.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:34.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:34 smithi098 ceph-mon[112578]: pgmap v1279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:34 smithi016 ceph-mon[96085]: pgmap v1279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:35.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:35.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:36.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:36.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:36.928 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:36 smithi016 ceph-mon[96085]: pgmap v1280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:36 smithi098 ceph-mon[112578]: pgmap v1280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:37.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:37.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:38 smithi098 ceph-mon[112578]: pgmap v1281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:23:38.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:38.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:38 smithi016 ceph-mon[96085]: pgmap v1281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:23:39.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:39.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:40.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:40.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:40 smithi098 ceph-mon[112578]: pgmap v1282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:40 smithi016 ceph-mon[96085]: pgmap v1282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:41.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:41.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:42.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:42.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:42 smithi098 ceph-mon[112578]: pgmap v1283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:23:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:42 smithi016 ceph-mon[96085]: pgmap v1283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:23:43.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:43.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:44.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:44.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:44 smithi098 ceph-mon[112578]: pgmap v1284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:44 smithi016 ceph-mon[96085]: pgmap v1284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:45.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:45.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:46.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:46.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:46 smithi098 ceph-mon[112578]: pgmap v1285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:46 smithi016 ceph-mon[96085]: pgmap v1285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:47.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:47.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:48.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:48 smithi098 ceph-mon[112578]: pgmap v1286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:23:48.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:48.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:48 smithi016 ceph-mon[96085]: pgmap v1286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:23:49.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:49.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:50.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:50.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:50 smithi098 ceph-mon[112578]: pgmap v1287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:50 smithi016 ceph-mon[96085]: pgmap v1287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:51.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:51.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:52.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:52.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:52 smithi098 ceph-mon[112578]: pgmap v1288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:52 smithi016 ceph-mon[96085]: pgmap v1288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:53.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:53.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:54.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:54.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:54 smithi098 ceph-mon[112578]: pgmap v1289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:23:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:23:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:23:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:23:55.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:23:55.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:23:55.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:23:55.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:23:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:54 smithi016 ceph-mon[96085]: pgmap v1289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:23:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:23:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:23:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:23:55.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:23:55.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:23:55.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:23:55.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:23:55.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:55.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:56.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:56.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:56 smithi098 ceph-mon[112578]: pgmap v1290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:56 smithi016 ceph-mon[96085]: pgmap v1290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:23:57.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:57.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:58.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:23:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:23:58.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:58.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:23:58 smithi098 ceph-mon[112578]: pgmap v1291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:23:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:23:58 smithi016 ceph-mon[96085]: pgmap v1291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:23:59.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:23:59.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:00.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:00.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:00 smithi098 ceph-mon[112578]: pgmap v1292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:00 smithi016 ceph-mon[96085]: pgmap v1292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:01.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:01.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:02.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:02.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:02 smithi098 ceph-mon[112578]: pgmap v1293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:02 smithi016 ceph-mon[96085]: pgmap v1293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:03.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:03.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:03 smithi098 ceph-mon[112578]: pgmap v1294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:03 smithi016 ceph-mon[96085]: pgmap v1294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:04.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:04.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:05.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:05.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:06.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:06.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:06 smithi098 ceph-mon[112578]: pgmap v1295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:06 smithi016 ceph-mon[96085]: pgmap v1295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:07.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:07.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:08.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:08.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:08 smithi098 ceph-mon[112578]: pgmap v1296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:24:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:08 smithi016 ceph-mon[96085]: pgmap v1296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:24:09.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:09.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:10.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:10.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:10 smithi098 ceph-mon[112578]: pgmap v1297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:10 smithi016 ceph-mon[96085]: pgmap v1297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:11.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:11.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:12 smithi016 ceph-mon[96085]: pgmap v1298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:12.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:12.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:12 smithi098 ceph-mon[112578]: pgmap v1298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:13.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:13.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:24:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:24:14.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:14.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:14 smithi098 ceph-mon[112578]: pgmap v1299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:14 smithi016 ceph-mon[96085]: pgmap v1299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:15.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:15.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:16.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:16.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:16 smithi098 ceph-mon[112578]: pgmap v1300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:16 smithi016 ceph-mon[96085]: pgmap v1300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:17.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:17.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:18.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:18.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:18 smithi098 ceph-mon[112578]: pgmap v1301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:24:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:18 smithi016 ceph-mon[96085]: pgmap v1301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:24:19.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:19.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:20.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:20.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:20 smithi098 ceph-mon[112578]: pgmap v1302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:20 smithi016 ceph-mon[96085]: pgmap v1302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:21.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:21.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:22 smithi016 ceph-mon[96085]: pgmap v1303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:22.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:22.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:22 smithi098 ceph-mon[112578]: pgmap v1303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:23.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:23.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:24.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:24.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:24 smithi098 ceph-mon[112578]: pgmap v1304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:24 smithi016 ceph-mon[96085]: pgmap v1304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:25.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:25.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:26.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:26.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:26 smithi098 ceph-mon[112578]: pgmap v1305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:26 smithi016 ceph-mon[96085]: pgmap v1305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:27.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:24:27.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:27.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:24:28.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:28.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:28.935 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:28 smithi098 ceph-mon[112578]: pgmap v1306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:24:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:28 smithi016 ceph-mon[96085]: pgmap v1306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:24:29.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:29.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:30.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:30.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:30 smithi098 ceph-mon[112578]: pgmap v1307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:30 smithi016 ceph-mon[96085]: pgmap v1307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:31.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:31.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:32.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:32.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:32 smithi098 ceph-mon[112578]: pgmap v1308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:32 smithi016 ceph-mon[96085]: pgmap v1308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:33.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:33.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:34.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:34.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:34 smithi098 ceph-mon[112578]: pgmap v1309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:34 smithi016 ceph-mon[96085]: pgmap v1309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:35.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:35.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:36.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:36.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:36 smithi098 ceph-mon[112578]: pgmap v1310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:36 smithi016 ceph-mon[96085]: pgmap v1310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:37.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:37.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:38.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:38.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:38 smithi098 ceph-mon[112578]: pgmap v1311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:24:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:38 smithi016 ceph-mon[96085]: pgmap v1311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:24:39.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:39.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:40.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:40.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:40 smithi098 ceph-mon[112578]: pgmap v1312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:40 smithi016 ceph-mon[96085]: pgmap v1312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:41.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:41.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:42.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:42.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:42 smithi098 ceph-mon[112578]: pgmap v1313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:24:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:42 smithi016 ceph-mon[96085]: pgmap v1313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:24:43.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:43.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:44.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:44.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:44 smithi098 ceph-mon[112578]: pgmap v1314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:44 smithi016 ceph-mon[96085]: pgmap v1314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:45.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:45.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:46.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:46.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:46 smithi098 ceph-mon[112578]: pgmap v1315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:46 smithi016 ceph-mon[96085]: pgmap v1315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:47.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:47.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:48.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:48.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:48 smithi098 ceph-mon[112578]: pgmap v1316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:24:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:48 smithi016 ceph-mon[96085]: pgmap v1316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:24:49.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:49.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:50.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:50.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:50 smithi098 ceph-mon[112578]: pgmap v1317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:50 smithi016 ceph-mon[96085]: pgmap v1317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:51.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:51.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:52.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:52.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:52 smithi098 ceph-mon[112578]: pgmap v1318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:52 smithi016 ceph-mon[96085]: pgmap v1318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:53.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:53.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:54.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:54.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:54 smithi098 ceph-mon[112578]: pgmap v1319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:54 smithi016 ceph-mon[96085]: pgmap v1319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:55.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:55.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:24:56.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:24:56.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:24:56.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:24:56.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:24:56.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:24:56.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:24:56.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:24:56.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:24:56.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:24:56.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:24:56.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:24:56.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:56.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:56 smithi098 ceph-mon[112578]: pgmap v1320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:56 smithi016 ceph-mon[96085]: pgmap v1320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:24:57.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:57.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:24:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:24:58.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:58.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:59.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:24:58 smithi098 ceph-mon[112578]: pgmap v1321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:24:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:24:58 smithi016 ceph-mon[96085]: pgmap v1321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:24:59.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:24:59.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:00.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:00.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:00 smithi098 ceph-mon[112578]: pgmap v1322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:00 smithi016 ceph-mon[96085]: pgmap v1322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:01.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:01.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:02.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:02.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:02 smithi098 ceph-mon[112578]: pgmap v1323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:02 smithi016 ceph-mon[96085]: pgmap v1323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:03.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:03.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:04.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:04.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:04 smithi098 ceph-mon[112578]: pgmap v1324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:04 smithi016 ceph-mon[96085]: pgmap v1324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:05.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:05.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:06.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:06.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:06 smithi098 ceph-mon[112578]: pgmap v1325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:06 smithi016 ceph-mon[96085]: pgmap v1325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:07.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:07.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:08.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:08.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:08 smithi098 ceph-mon[112578]: pgmap v1326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:25:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:08 smithi016 ceph-mon[96085]: pgmap v1326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:25:09.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:09.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:10.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:10.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:10 smithi098 ceph-mon[112578]: pgmap v1327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:10 smithi016 ceph-mon[96085]: pgmap v1327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:11.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:11.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:12.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:12.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:12 smithi098 ceph-mon[112578]: pgmap v1328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:25:13.024 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:12 smithi016 ceph-mon[96085]: pgmap v1328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:13.024 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:25:14.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:14.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:15.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:15.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:14 smithi098 ceph-mon[112578]: pgmap v1329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:14 smithi016 ceph-mon[96085]: pgmap v1329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:16.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:16.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:17.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:17.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:16 smithi098 ceph-mon[112578]: pgmap v1330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:16 smithi016 ceph-mon[96085]: pgmap v1330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:18.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:18.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:19.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:19.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:18 smithi098 ceph-mon[112578]: pgmap v1331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:25:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:18 smithi016 ceph-mon[96085]: pgmap v1331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:25:20.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:20.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:21.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:21.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:20 smithi098 ceph-mon[112578]: pgmap v1332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:20 smithi016 ceph-mon[96085]: pgmap v1332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:22.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:22.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:22.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:21 smithi098 ceph-mon[112578]: pgmap v1333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:22.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:21 smithi016 ceph-mon[96085]: pgmap v1333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:23.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:23.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:24.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:24.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:24 smithi098 ceph-mon[112578]: pgmap v1334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:24 smithi016 ceph-mon[96085]: pgmap v1334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:25.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:25.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:26.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:26.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:26 smithi098 ceph-mon[112578]: pgmap v1335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:27.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:27.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:26 smithi016 ceph-mon[96085]: pgmap v1335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:25:28.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:28.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:25:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:28 smithi098 ceph-mon[112578]: pgmap v1336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:25:29.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:29.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:28 smithi016 ceph-mon[96085]: pgmap v1336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:25:30.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:30.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:30 smithi098 ceph-mon[112578]: pgmap v1337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:31.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:31.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:30 smithi016 ceph-mon[96085]: pgmap v1337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:32.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:32.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:32 smithi098 ceph-mon[112578]: pgmap v1338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:32 smithi016 ceph-mon[96085]: pgmap v1338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:33.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:33.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:34.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:34.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:34 smithi098 ceph-mon[112578]: pgmap v1339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:34 smithi016 ceph-mon[96085]: pgmap v1339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:35.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:35.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:36.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:36.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:36 smithi098 ceph-mon[112578]: pgmap v1340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:36 smithi016 ceph-mon[96085]: pgmap v1340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:37.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:37.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:38.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:38.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:38 smithi098 ceph-mon[112578]: pgmap v1341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:25:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:38 smithi016 ceph-mon[96085]: pgmap v1341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:25:39.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:39.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:40.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:40.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:41.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:40 smithi098 ceph-mon[112578]: pgmap v1342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:40 smithi016 ceph-mon[96085]: pgmap v1342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:41.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:41.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:42.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:42.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:42 smithi098 ceph-mon[112578]: pgmap v1343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:25:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:42 smithi016 ceph-mon[96085]: pgmap v1343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:25:43.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:43.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:44.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:44.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:44 smithi098 ceph-mon[112578]: pgmap v1344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:44 smithi016 ceph-mon[96085]: pgmap v1344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:45.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:45.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:46.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:46.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:46 smithi098 ceph-mon[112578]: pgmap v1345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:46 smithi016 ceph-mon[96085]: pgmap v1345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:47.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:47.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:48.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:48.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:48 smithi016 ceph-mon[96085]: pgmap v1346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:25:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:48 smithi098 ceph-mon[112578]: pgmap v1346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:25:49.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:49.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:50.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:50.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:50 smithi098 ceph-mon[112578]: pgmap v1347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:50 smithi016 ceph-mon[96085]: pgmap v1347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:51.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:51.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:52.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:52.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:52 smithi098 ceph-mon[112578]: pgmap v1348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:52 smithi016 ceph-mon[96085]: pgmap v1348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:53.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:53.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:54.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:54.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:54 smithi098 ceph-mon[112578]: pgmap v1349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:54 smithi016 ceph-mon[96085]: pgmap v1349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:55.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:55.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:56.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:25:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:25:56.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:56.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:56 smithi098 ceph-mon[112578]: pgmap v1350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:25:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:25:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:25:57.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:25:57.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:25:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:56 smithi016 ceph-mon[96085]: pgmap v1350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:25:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:25:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:25:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:25:57.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:25:57.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:25:57.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:57.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:58.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:25:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:25:58.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:58.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:25:58 smithi098 ceph-mon[112578]: pgmap v1351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:25:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:25:58 smithi016 ceph-mon[96085]: pgmap v1351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:25:59.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:25:59.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:00.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:00.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:00 smithi098 ceph-mon[112578]: pgmap v1352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:00 smithi016 ceph-mon[96085]: pgmap v1352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:01.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:01.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:02.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:02.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:02 smithi098 ceph-mon[112578]: pgmap v1353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:02 smithi016 ceph-mon[96085]: pgmap v1353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:03.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:03.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:04.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:04.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:04 smithi098 ceph-mon[112578]: pgmap v1354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:04 smithi016 ceph-mon[96085]: pgmap v1354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:05.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:05.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:06.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:06.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:06 smithi098 ceph-mon[112578]: pgmap v1355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:06 smithi016 ceph-mon[96085]: pgmap v1355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:07.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:07.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:08.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:08.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:08 smithi098 ceph-mon[112578]: pgmap v1356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:26:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:08 smithi016 ceph-mon[96085]: pgmap v1356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:26:09.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:09.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:10.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:09 smithi098 ceph-mon[112578]: pgmap v1357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:10.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:09 smithi016 ceph-mon[96085]: pgmap v1357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:10.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:10.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:11.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:11.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:12.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:12.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:12 smithi098 ceph-mon[112578]: pgmap v1358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:26:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:12 smithi016 ceph-mon[96085]: pgmap v1358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:26:13.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:13.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:14.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:14.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:14 smithi098 ceph-mon[112578]: pgmap v1359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:14 smithi016 ceph-mon[96085]: pgmap v1359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:15.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:15.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:16.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:16.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:16 smithi098 ceph-mon[112578]: pgmap v1360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:16 smithi016 ceph-mon[96085]: pgmap v1360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:17.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:17.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:18.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:18.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:18 smithi098 ceph-mon[112578]: pgmap v1361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:26:19.118 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:18 smithi016 ceph-mon[96085]: pgmap v1361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:26:19.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:19.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:20.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:20.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:20 smithi098 ceph-mon[112578]: pgmap v1362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:20 smithi016 ceph-mon[96085]: pgmap v1362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:21.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:21.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:22.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:22.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:22 smithi098 ceph-mon[112578]: pgmap v1363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:22 smithi016 ceph-mon[96085]: pgmap v1363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:23.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:23.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:24.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:24.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:24 smithi098 ceph-mon[112578]: pgmap v1364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:24 smithi016 ceph-mon[96085]: pgmap v1364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:25.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:25.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:26.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:26.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:26 smithi098 ceph-mon[112578]: pgmap v1365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:26 smithi016 ceph-mon[96085]: pgmap v1365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:27.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:27.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:26:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:26:28.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:28.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:28.888 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:28 smithi016 ceph-mon[96085]: pgmap v1366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:26:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:28 smithi098 ceph-mon[112578]: pgmap v1366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:26:29.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:29.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:30.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:30.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:30 smithi098 ceph-mon[112578]: pgmap v1367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:30 smithi016 ceph-mon[96085]: pgmap v1367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:31.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:31.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:32.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:32.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:32 smithi098 ceph-mon[112578]: pgmap v1368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:32 smithi016 ceph-mon[96085]: pgmap v1368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:33.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:33.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:34.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:34.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:34 smithi098 ceph-mon[112578]: pgmap v1369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:34 smithi016 ceph-mon[96085]: pgmap v1369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:35.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:35.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:36.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:36.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:36 smithi098 ceph-mon[112578]: pgmap v1370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:36 smithi016 ceph-mon[96085]: pgmap v1370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:37.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:37.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:38.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:38.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:39.004 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:38 smithi016 ceph-mon[96085]: pgmap v1371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:26:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:38 smithi098 ceph-mon[112578]: pgmap v1371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:26:39.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:39.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:40.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:40.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:41.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:40 smithi098 ceph-mon[112578]: pgmap v1372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:40 smithi016 ceph-mon[96085]: pgmap v1372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:41.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:41.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:42.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:42.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:42 smithi098 ceph-mon[112578]: pgmap v1373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:26:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:42 smithi016 ceph-mon[96085]: pgmap v1373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:26:43.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:43.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:44.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:44.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:44 smithi098 ceph-mon[112578]: pgmap v1374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:44 smithi016 ceph-mon[96085]: pgmap v1374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:45.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:45.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:46.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:46.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:46 smithi098 ceph-mon[112578]: pgmap v1375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:46 smithi016 ceph-mon[96085]: pgmap v1375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:47.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:47.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:48.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:48.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:48 smithi098 ceph-mon[112578]: pgmap v1376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:26:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:48 smithi016 ceph-mon[96085]: pgmap v1376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:26:49.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:49.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:50.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:50.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:50 smithi098 ceph-mon[112578]: pgmap v1377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:50 smithi016 ceph-mon[96085]: pgmap v1377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:51.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:51.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:52.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:52.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:52 smithi098 ceph-mon[112578]: pgmap v1378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:52 smithi016 ceph-mon[96085]: pgmap v1378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:53.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:53.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:54.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:54.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:54 smithi098 ceph-mon[112578]: pgmap v1379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:54 smithi016 ceph-mon[96085]: pgmap v1379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:55.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:55.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:56.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:56.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:56 smithi098 ceph-mon[112578]: pgmap v1380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:26:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:26:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:26:57.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:26:57.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:26:57.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:26:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:56 smithi016 ceph-mon[96085]: pgmap v1380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:26:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:26:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:26:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:26:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:26:57.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:26:57.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:26:57.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:57.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:26:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:26:58.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:58.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:26:58 smithi098 ceph-mon[112578]: pgmap v1381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:26:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:26:58 smithi016 ceph-mon[96085]: pgmap v1381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:26:59.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:26:59.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:00.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:00.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:00 smithi098 ceph-mon[112578]: pgmap v1382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:00 smithi016 ceph-mon[96085]: pgmap v1382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:01.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:01.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:02.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:02.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:02 smithi098 ceph-mon[112578]: pgmap v1383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:02 smithi016 ceph-mon[96085]: pgmap v1383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:03.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:03.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:04.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:04.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:04 smithi098 ceph-mon[112578]: pgmap v1384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:04 smithi016 ceph-mon[96085]: pgmap v1384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:05.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:05.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:06.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:06.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:06 smithi098 ceph-mon[112578]: pgmap v1385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:06 smithi016 ceph-mon[96085]: pgmap v1385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:07.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:07.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:08.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:08.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:08 smithi098 ceph-mon[112578]: pgmap v1386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:27:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:08 smithi016 ceph-mon[96085]: pgmap v1386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:27:09.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:09.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:10.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:10.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:10 smithi098 ceph-mon[112578]: pgmap v1387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:10 smithi016 ceph-mon[96085]: pgmap v1387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:11.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:11.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:12.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:12.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:12 smithi098 ceph-mon[112578]: pgmap v1388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:27:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:12 smithi016 ceph-mon[96085]: pgmap v1388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:27:13.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:13.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:14.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:14.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:14 smithi098 ceph-mon[112578]: pgmap v1389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:14 smithi016 ceph-mon[96085]: pgmap v1389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:15.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:15.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:16.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:16.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:16 smithi098 ceph-mon[112578]: pgmap v1390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:16 smithi016 ceph-mon[96085]: pgmap v1390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:17.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:17.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:18.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:18.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:18 smithi098 ceph-mon[112578]: pgmap v1391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:27:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:18 smithi016 ceph-mon[96085]: pgmap v1391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:27:19.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:19.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:20.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:20.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:20 smithi098 ceph-mon[112578]: pgmap v1392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:20 smithi016 ceph-mon[96085]: pgmap v1392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:21.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:21.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:22.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:22.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:22 smithi098 ceph-mon[112578]: pgmap v1393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:22 smithi016 ceph-mon[96085]: pgmap v1393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:23.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:23.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:24.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:24.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:24 smithi016 ceph-mon[96085]: pgmap v1394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:24 smithi098 ceph-mon[112578]: pgmap v1394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:25.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:25.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:26.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:26.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:26 smithi098 ceph-mon[112578]: pgmap v1395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:26 smithi016 ceph-mon[96085]: pgmap v1395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:27.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:27.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:27:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:27:28.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:28.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:28 smithi098 ceph-mon[112578]: pgmap v1396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:27:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:28 smithi016 ceph-mon[96085]: pgmap v1396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:27:29.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:29.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:30.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:29 smithi098 ceph-mon[112578]: pgmap v1397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:30.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:29 smithi016 ceph-mon[96085]: pgmap v1397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:30.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:30.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:31.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:31.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:32.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:32.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:32 smithi098 ceph-mon[112578]: pgmap v1398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:32 smithi016 ceph-mon[96085]: pgmap v1398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:33.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:33.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:34.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:34.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:34 smithi098 ceph-mon[112578]: pgmap v1399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:34 smithi016 ceph-mon[96085]: pgmap v1399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:35.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:35.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:36.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:36.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:36 smithi098 ceph-mon[112578]: pgmap v1400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:36 smithi016 ceph-mon[96085]: pgmap v1400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:37.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:37.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:38.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:38.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:38 smithi098 ceph-mon[112578]: pgmap v1401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:27:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:38 smithi016 ceph-mon[96085]: pgmap v1401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:27:39.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:39.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:40.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:40.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:40.939 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:40 smithi098 ceph-mon[112578]: pgmap v1402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:40 smithi016 ceph-mon[96085]: pgmap v1402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:41.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:41.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:42.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:42.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:42 smithi098 ceph-mon[112578]: pgmap v1403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:27:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:42 smithi016 ceph-mon[96085]: pgmap v1403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:27:43.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:43.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:44.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:44.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:44 smithi098 ceph-mon[112578]: pgmap v1404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:44 smithi016 ceph-mon[96085]: pgmap v1404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:45.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:45.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:46.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:46.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:46 smithi098 ceph-mon[112578]: pgmap v1405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:46 smithi016 ceph-mon[96085]: pgmap v1405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:47.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:47.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:48.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:48.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:48 smithi098 ceph-mon[112578]: pgmap v1406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:27:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:48 smithi016 ceph-mon[96085]: pgmap v1406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:27:49.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:49.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:50.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:50.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:50 smithi098 ceph-mon[112578]: pgmap v1407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:50 smithi016 ceph-mon[96085]: pgmap v1407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:51.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:51.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:52.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:52.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:52 smithi098 ceph-mon[112578]: pgmap v1408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:52 smithi016 ceph-mon[96085]: pgmap v1408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:53.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:53.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:54.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:54.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:54 smithi098 ceph-mon[112578]: pgmap v1409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:54 smithi016 ceph-mon[96085]: pgmap v1409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:55.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:55.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:56.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:56.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:56 smithi098 ceph-mon[112578]: pgmap v1410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:27:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:56 smithi016 ceph-mon[96085]: pgmap v1410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:27:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:27:57.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:57.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:58.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:27:58.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:27:58.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:27:58.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:27:58.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:27:58.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:27:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:27:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:27:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:27:58.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:27:58.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:27:58.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:27:58.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:58.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:27:58 smithi098 ceph-mon[112578]: pgmap v1411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:27:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:27:58 smithi016 ceph-mon[96085]: pgmap v1411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:27:59.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:27:59.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:00.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:00.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:00 smithi098 ceph-mon[112578]: pgmap v1412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:00 smithi016 ceph-mon[96085]: pgmap v1412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:01.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:01.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:02.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:02.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:02 smithi098 ceph-mon[112578]: pgmap v1413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:02 smithi016 ceph-mon[96085]: pgmap v1413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:03.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:03.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:04.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:04.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:04.987 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:04 smithi016 ceph-mon[96085]: pgmap v1414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:04 smithi098 ceph-mon[112578]: pgmap v1414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:05.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:05.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:06.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:06.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:06 smithi098 ceph-mon[112578]: pgmap v1415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:06 smithi016 ceph-mon[96085]: pgmap v1415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:07.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:07.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:08.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:08.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:08 smithi098 ceph-mon[112578]: pgmap v1416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:28:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:08 smithi016 ceph-mon[96085]: pgmap v1416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:28:09.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:09.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:10.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:10.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:10 smithi098 ceph-mon[112578]: pgmap v1417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:10 smithi016 ceph-mon[96085]: pgmap v1417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:11.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:11.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:12.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:12.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:12 smithi098 ceph-mon[112578]: pgmap v1418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:28:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:12 smithi016 ceph-mon[96085]: pgmap v1418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:28:13.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:13.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:14.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:14.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:14 smithi098 ceph-mon[112578]: pgmap v1419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:14 smithi016 ceph-mon[96085]: pgmap v1419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:15.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:15.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:16.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:16.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:16 smithi098 ceph-mon[112578]: pgmap v1420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:16 smithi016 ceph-mon[96085]: pgmap v1420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:17.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:17.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:18.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:18.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:18 smithi098 ceph-mon[112578]: pgmap v1421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:28:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:18 smithi016 ceph-mon[96085]: pgmap v1421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:28:19.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:19.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:20.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:20.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:20 smithi098 ceph-mon[112578]: pgmap v1422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:20 smithi016 ceph-mon[96085]: pgmap v1422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:21.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:21.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:22.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:22.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:22 smithi098 ceph-mon[112578]: pgmap v1423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:22 smithi016 ceph-mon[96085]: pgmap v1423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:23.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:23.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:24.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:24.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:24 smithi098 ceph-mon[112578]: pgmap v1424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:24 smithi016 ceph-mon[96085]: pgmap v1424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:25.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:25.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:26.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:26.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:26 smithi098 ceph-mon[112578]: pgmap v1425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:26 smithi016 ceph-mon[96085]: pgmap v1425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:27.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:27.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:28:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:28:28.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:28.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:28 smithi098 ceph-mon[112578]: pgmap v1426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:28:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:28 smithi016 ceph-mon[96085]: pgmap v1426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:28:29.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:29.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:30.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:30.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:30 smithi098 ceph-mon[112578]: pgmap v1427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:30 smithi016 ceph-mon[96085]: pgmap v1427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:31.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:31.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:32.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:32.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:32 smithi098 ceph-mon[112578]: pgmap v1428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:32 smithi016 ceph-mon[96085]: pgmap v1428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:33.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:33.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:34.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:34.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:34 smithi098 ceph-mon[112578]: pgmap v1429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:34 smithi016 ceph-mon[96085]: pgmap v1429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:35.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:35.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:36.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:36.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:36 smithi098 ceph-mon[112578]: pgmap v1430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:36 smithi016 ceph-mon[96085]: pgmap v1430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:37.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:37.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:38.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:38.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:38 smithi098 ceph-mon[112578]: pgmap v1431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:28:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:38 smithi016 ceph-mon[96085]: pgmap v1431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:28:39.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:39.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:40.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:40.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:40 smithi098 ceph-mon[112578]: pgmap v1432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:40 smithi016 ceph-mon[96085]: pgmap v1432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:41.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:41.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:42.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:42.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:42 smithi098 ceph-mon[112578]: pgmap v1433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:28:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:42 smithi016 ceph-mon[96085]: pgmap v1433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:28:43.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:43.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:44.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:44.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:44 smithi098 ceph-mon[112578]: pgmap v1434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:44 smithi016 ceph-mon[96085]: pgmap v1434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:45.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:45.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:46.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:46.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:46 smithi098 ceph-mon[112578]: pgmap v1435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:46 smithi016 ceph-mon[96085]: pgmap v1435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:47.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:47.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:48.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:48.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:48 smithi098 ceph-mon[112578]: pgmap v1436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:28:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:48 smithi016 ceph-mon[96085]: pgmap v1436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:28:49.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:49.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:50.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:50.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:50 smithi016 ceph-mon[96085]: pgmap v1437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:50 smithi098 ceph-mon[112578]: pgmap v1437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:51.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:51.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:51 smithi098 ceph-mon[112578]: pgmap v1438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:52.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:51 smithi016 ceph-mon[96085]: pgmap v1438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:52.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:52.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:53.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:53.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:54.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:54.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:54 smithi098 ceph-mon[112578]: pgmap v1439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:54 smithi016 ceph-mon[96085]: pgmap v1439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:55.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:55.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:56.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:56.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:56 smithi098 ceph-mon[112578]: pgmap v1440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:56 smithi016 ceph-mon[96085]: pgmap v1440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:28:57.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:57.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:28:58.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:28:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:28:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:28:58.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:58.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:28:58 smithi098 ceph-mon[112578]: pgmap v1441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:28:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:28:58 smithi016 ceph-mon[96085]: pgmap v1441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:28:59.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:28:59.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:00.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:00.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:00 smithi098 ceph-mon[112578]: pgmap v1442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:29:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:29:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:29:01.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:29:01.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:29:01.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:29:01.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:29:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:00 smithi016 ceph-mon[96085]: pgmap v1442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:29:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:29:01.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:29:01.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:29:01.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:29:01.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:29:01.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:29:01.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:01.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:02.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:02.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:02 smithi098 ceph-mon[112578]: pgmap v1443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:02 smithi016 ceph-mon[96085]: pgmap v1443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:03.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:03.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:04.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:04.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:04 smithi098 ceph-mon[112578]: pgmap v1444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:04 smithi016 ceph-mon[96085]: pgmap v1444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:05.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:05.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:06.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:06.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:06 smithi098 ceph-mon[112578]: pgmap v1445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:06 smithi016 ceph-mon[96085]: pgmap v1445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:07.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:07.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:08.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:08.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:08 smithi098 ceph-mon[112578]: pgmap v1446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:29:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:08 smithi016 ceph-mon[96085]: pgmap v1446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:29:09.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:09.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:10.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:10.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:10 smithi098 ceph-mon[112578]: pgmap v1447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:10 smithi016 ceph-mon[96085]: pgmap v1447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:11.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:11.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:12.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:12.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:12 smithi098 ceph-mon[112578]: pgmap v1448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:29:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:12 smithi016 ceph-mon[96085]: pgmap v1448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:29:13.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:13.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:14.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:14.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:14 smithi098 ceph-mon[112578]: pgmap v1449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:14 smithi016 ceph-mon[96085]: pgmap v1449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:15.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:15.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:16.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:16.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:16.943 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:16 smithi098 ceph-mon[112578]: pgmap v1450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:16 smithi016 ceph-mon[96085]: pgmap v1450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:17.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:17.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:18.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:18.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:18 smithi098 ceph-mon[112578]: pgmap v1451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:29:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:18 smithi016 ceph-mon[96085]: pgmap v1451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:29:19.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:19.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:20.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:20.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:20 smithi098 ceph-mon[112578]: pgmap v1452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:20 smithi016 ceph-mon[96085]: pgmap v1452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:21.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:21.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:22.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:22.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:22 smithi098 ceph-mon[112578]: pgmap v1453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:22 smithi016 ceph-mon[96085]: pgmap v1453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:23.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:23.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:24.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:24.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:24 smithi098 ceph-mon[112578]: pgmap v1454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:24 smithi016 ceph-mon[96085]: pgmap v1454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:25.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:25.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:26.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:26.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:26 smithi098 ceph-mon[112578]: pgmap v1455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:26 smithi016 ceph-mon[96085]: pgmap v1455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:27.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:27.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:29:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:29:28.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:28.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:28 smithi098 ceph-mon[112578]: pgmap v1456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:29:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:28 smithi016 ceph-mon[96085]: pgmap v1456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:29:29.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:29.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:30.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:30.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:30.969 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:30 smithi016 ceph-mon[96085]: pgmap v1457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:30 smithi098 ceph-mon[112578]: pgmap v1457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:31.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:31.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:32.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:32.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:32 smithi098 ceph-mon[112578]: pgmap v1458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:32 smithi016 ceph-mon[96085]: pgmap v1458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:33.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:33.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:34.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:34.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:34 smithi098 ceph-mon[112578]: pgmap v1459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:34 smithi016 ceph-mon[96085]: pgmap v1459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:35.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:35.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:36.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:36.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:36 smithi098 ceph-mon[112578]: pgmap v1460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:36 smithi016 ceph-mon[96085]: pgmap v1460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:37.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:37.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:38.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:38.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:38 smithi098 ceph-mon[112578]: pgmap v1461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:29:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:38 smithi016 ceph-mon[96085]: pgmap v1461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:29:39.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:39.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:40.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:40.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:40 smithi098 ceph-mon[112578]: pgmap v1462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:40 smithi016 ceph-mon[96085]: pgmap v1462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:41.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:41.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:42.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:42.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:42 smithi098 ceph-mon[112578]: pgmap v1463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:29:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:42 smithi016 ceph-mon[96085]: pgmap v1463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:29:43.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:43.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:44.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:44.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:44 smithi098 ceph-mon[112578]: pgmap v1464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:44 smithi016 ceph-mon[96085]: pgmap v1464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:45.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:45.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:46.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:46.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:46 smithi098 ceph-mon[112578]: pgmap v1465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:46 smithi016 ceph-mon[96085]: pgmap v1465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:47.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:47.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:48.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:48.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:48 smithi098 ceph-mon[112578]: pgmap v1466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:29:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:48 smithi016 ceph-mon[96085]: pgmap v1466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:29:49.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:49.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:50.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:50.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:50 smithi098 ceph-mon[112578]: pgmap v1467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:50 smithi016 ceph-mon[96085]: pgmap v1467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:51.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:51.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:52.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:52.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:52 smithi098 ceph-mon[112578]: pgmap v1468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:52 smithi016 ceph-mon[96085]: pgmap v1468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:53.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:53.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:54.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:54.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:54 smithi098 ceph-mon[112578]: pgmap v1469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:54 smithi016 ceph-mon[96085]: pgmap v1469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:55.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:55.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:56.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:56.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:56 smithi098 ceph-mon[112578]: pgmap v1470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:56 smithi016 ceph-mon[96085]: pgmap v1470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:29:57.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:57.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:29:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:29:58.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:58.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:29:58 smithi098 ceph-mon[112578]: pgmap v1471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:29:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:29:58 smithi016 ceph-mon[96085]: pgmap v1471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:29:59.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:29:59.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:00.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:00.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:00 smithi098 ceph-mon[112578]: pgmap v1472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T21:30:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:30:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:00 smithi016 ceph-mon[96085]: pgmap v1472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T21:30:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:30:01.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:01.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:02.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:02.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:02 smithi098 ceph-mon[112578]: pgmap v1473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:02 smithi016 ceph-mon[96085]: pgmap v1473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:03.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:03.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:04.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:04.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:04 smithi098 ceph-mon[112578]: pgmap v1474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:04 smithi016 ceph-mon[96085]: pgmap v1474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:05.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:05.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:06.486 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:06 smithi098 ceph-mon[112578]: pgmap v1475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:06.486 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:30:06.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:30:06.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:30:06.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:30:06.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:06.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:30:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:30:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:30:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:06 smithi016 ceph-mon[96085]: pgmap v1475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:30:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:30:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:30:06.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:30:06.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:30:06.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:30:06.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:30:07.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:07.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:08.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:08.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:08 smithi098 ceph-mon[112578]: pgmap v1476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:30:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:08 smithi016 ceph-mon[96085]: pgmap v1476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:30:09.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:09.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:10.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:10.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:10 smithi098 ceph-mon[112578]: pgmap v1477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:10 smithi016 ceph-mon[96085]: pgmap v1477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:11.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:11.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:12.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:12.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:12 smithi098 ceph-mon[112578]: pgmap v1478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:13.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:30:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:12 smithi016 ceph-mon[96085]: pgmap v1478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:30:13.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:13.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:14.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:14.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:14 smithi098 ceph-mon[112578]: pgmap v1479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:14 smithi016 ceph-mon[96085]: pgmap v1479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:15.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:15.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:16.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:16.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:16 smithi016 ceph-mon[96085]: pgmap v1480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:16 smithi098 ceph-mon[112578]: pgmap v1480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:17.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:17.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:18.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:18.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:18 smithi098 ceph-mon[112578]: pgmap v1481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:30:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:18 smithi016 ceph-mon[96085]: pgmap v1481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:30:19.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:19.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:20.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:20.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:20 smithi098 ceph-mon[112578]: pgmap v1482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:20 smithi016 ceph-mon[96085]: pgmap v1482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:21.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:21.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:22.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:22.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:22 smithi098 ceph-mon[112578]: pgmap v1483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:22 smithi016 ceph-mon[96085]: pgmap v1483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:23.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:23.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:24.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:24.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:24 smithi098 ceph-mon[112578]: pgmap v1484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:24 smithi016 ceph-mon[96085]: pgmap v1484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:25.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:25.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:26.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:26.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:26 smithi098 ceph-mon[112578]: pgmap v1485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:26 smithi016 ceph-mon[96085]: pgmap v1485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:27.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:27.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:30:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:30:28.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:28.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:28 smithi098 ceph-mon[112578]: pgmap v1486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:30:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:28 smithi016 ceph-mon[96085]: pgmap v1486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:30:29.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:29.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:30.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:30.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:30 smithi098 ceph-mon[112578]: pgmap v1487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:30 smithi016 ceph-mon[96085]: pgmap v1487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:31.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:31.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:32.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:32.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:32 smithi098 ceph-mon[112578]: pgmap v1488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:32 smithi016 ceph-mon[96085]: pgmap v1488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:33.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:33.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:34.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:34.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:34 smithi098 ceph-mon[112578]: pgmap v1489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:34 smithi016 ceph-mon[96085]: pgmap v1489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:35.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:35.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:36.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:36.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:36 smithi098 ceph-mon[112578]: pgmap v1490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:36 smithi016 ceph-mon[96085]: pgmap v1490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:37.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:37.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:38.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:38.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:38 smithi098 ceph-mon[112578]: pgmap v1491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:30:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:38 smithi016 ceph-mon[96085]: pgmap v1491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:30:39.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:39.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:40.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:40.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:40 smithi098 ceph-mon[112578]: pgmap v1492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:40 smithi016 ceph-mon[96085]: pgmap v1492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:41.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:41.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:42.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:42.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:42 smithi098 ceph-mon[112578]: pgmap v1493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:30:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:42 smithi016 ceph-mon[96085]: pgmap v1493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:30:43.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:43.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:44.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:44.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:44 smithi098 ceph-mon[112578]: pgmap v1494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:44 smithi016 ceph-mon[96085]: pgmap v1494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:45.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:45.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:46.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:46.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:46 smithi098 ceph-mon[112578]: pgmap v1495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:46 smithi016 ceph-mon[96085]: pgmap v1495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:47.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:47.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:48.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:48.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:48 smithi098 ceph-mon[112578]: pgmap v1496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:30:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:48 smithi016 ceph-mon[96085]: pgmap v1496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:30:49.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:49.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:50.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:50.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:50 smithi098 ceph-mon[112578]: pgmap v1497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:50 smithi016 ceph-mon[96085]: pgmap v1497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:51.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:51.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:52.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:52.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:52 smithi098 ceph-mon[112578]: pgmap v1498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:52 smithi016 ceph-mon[96085]: pgmap v1498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:53.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:53.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:54.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:54.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:54 smithi098 ceph-mon[112578]: pgmap v1499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:55.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:54 smithi016 ceph-mon[96085]: pgmap v1499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:55.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:55.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:56.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:56.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:56 smithi098 ceph-mon[112578]: pgmap v1500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:56 smithi016 ceph-mon[96085]: pgmap v1500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:30:57.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:57.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:57.999 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:30:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:30:58.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:58.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:30:58 smithi098 ceph-mon[112578]: pgmap v1501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:30:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:30:58 smithi016 ceph-mon[96085]: pgmap v1501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:30:59.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:30:59.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:00.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:00.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:00 smithi098 ceph-mon[112578]: pgmap v1502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:00 smithi016 ceph-mon[96085]: pgmap v1502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:01.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:01.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:02.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:02.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:02 smithi098 ceph-mon[112578]: pgmap v1503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:02 smithi016 ceph-mon[96085]: pgmap v1503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:03.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:03.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:04.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:04.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:04 smithi098 ceph-mon[112578]: pgmap v1504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:04 smithi016 ceph-mon[96085]: pgmap v1504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:05.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:05.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:06.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:06.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:06 smithi098 ceph-mon[112578]: pgmap v1505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:31:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:31:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:31:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:31:07.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:31:07.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:31:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:06 smithi016 ceph-mon[96085]: pgmap v1505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:31:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:31:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:31:07.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:31:07.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:31:07.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:31:07.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:07.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:08.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:08.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:08 smithi098 ceph-mon[112578]: pgmap v1506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:31:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:08 smithi016 ceph-mon[96085]: pgmap v1506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:31:09.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:09.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:10.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:10.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:11.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:10 smithi098 ceph-mon[112578]: pgmap v1507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:10 smithi016 ceph-mon[96085]: pgmap v1507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:11.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:11.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:12.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:12.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:12 smithi098 ceph-mon[112578]: pgmap v1508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:31:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:12 smithi016 ceph-mon[96085]: pgmap v1508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:31:13.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:13.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:14.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:14.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:14 smithi098 ceph-mon[112578]: pgmap v1509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:14 smithi016 ceph-mon[96085]: pgmap v1509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:15.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:15.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:16.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:16.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:16 smithi098 ceph-mon[112578]: pgmap v1510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:16 smithi016 ceph-mon[96085]: pgmap v1510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:17.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:17.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:18.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:18.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:19.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:18 smithi098 ceph-mon[112578]: pgmap v1511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:31:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:18 smithi016 ceph-mon[96085]: pgmap v1511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:31:19.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:19.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:20.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:20.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:20 smithi098 ceph-mon[112578]: pgmap v1512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:20 smithi016 ceph-mon[96085]: pgmap v1512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:21.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:21.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:22.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:22.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:22 smithi098 ceph-mon[112578]: pgmap v1513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:22 smithi016 ceph-mon[96085]: pgmap v1513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:23.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:23.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:24.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:24.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:24 smithi016 ceph-mon[96085]: pgmap v1514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:24 smithi098 ceph-mon[112578]: pgmap v1514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:25.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:25.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:26.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:26.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:26 smithi098 ceph-mon[112578]: pgmap v1515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:26 smithi016 ceph-mon[96085]: pgmap v1515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:27.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:27.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:31:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:31:28.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:28.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:28 smithi098 ceph-mon[112578]: pgmap v1516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:31:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:28 smithi016 ceph-mon[96085]: pgmap v1516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:31:29.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:29.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:30.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:30.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:30 smithi098 ceph-mon[112578]: pgmap v1517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:30 smithi016 ceph-mon[96085]: pgmap v1517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:31.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:31.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:32.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:32.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:32 smithi098 ceph-mon[112578]: pgmap v1518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:32 smithi016 ceph-mon[96085]: pgmap v1518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:33.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:33.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:34.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:34.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:34 smithi098 ceph-mon[112578]: pgmap v1519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:34 smithi016 ceph-mon[96085]: pgmap v1519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:35.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:35.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:36.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:36.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:36 smithi098 ceph-mon[112578]: pgmap v1520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:36 smithi016 ceph-mon[96085]: pgmap v1520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:37.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:37.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:38.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:38.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:38 smithi098 ceph-mon[112578]: pgmap v1521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:31:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:38 smithi016 ceph-mon[96085]: pgmap v1521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:31:39.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:39.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:40.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:40.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:40 smithi098 ceph-mon[112578]: pgmap v1522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:40 smithi016 ceph-mon[96085]: pgmap v1522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:41.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:41.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:42.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:42.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:42 smithi016 ceph-mon[96085]: pgmap v1523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:31:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:42 smithi098 ceph-mon[112578]: pgmap v1523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:31:43.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:43.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:44.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:44.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:44 smithi098 ceph-mon[112578]: pgmap v1524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:44 smithi016 ceph-mon[96085]: pgmap v1524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:45.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:45.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:46.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:46.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:46 smithi098 ceph-mon[112578]: pgmap v1525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:46 smithi016 ceph-mon[96085]: pgmap v1525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:47.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:47.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:48.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:48.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:48 smithi098 ceph-mon[112578]: pgmap v1526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:31:49.043 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:48 smithi016 ceph-mon[96085]: pgmap v1526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:31:49.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:49.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:50.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:50.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:50 smithi098 ceph-mon[112578]: pgmap v1527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:50 smithi016 ceph-mon[96085]: pgmap v1527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:51.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:51.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:52.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:52.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:52 smithi098 ceph-mon[112578]: pgmap v1528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:52 smithi016 ceph-mon[96085]: pgmap v1528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:53.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:53.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:54.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:54.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:54 smithi098 ceph-mon[112578]: pgmap v1529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:54 smithi016 ceph-mon[96085]: pgmap v1529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:55.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:55.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:56.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:56.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:56 smithi098 ceph-mon[112578]: pgmap v1530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:56 smithi016 ceph-mon[96085]: pgmap v1530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:31:57.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:57.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:31:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:31:58.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:58.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:31:58 smithi098 ceph-mon[112578]: pgmap v1531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:31:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:31:58 smithi016 ceph-mon[96085]: pgmap v1531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:31:59.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:31:59.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:00.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:00.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:00 smithi098 ceph-mon[112578]: pgmap v1532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:00 smithi016 ceph-mon[96085]: pgmap v1532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:01.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:01.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:02.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:02.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:02 smithi098 ceph-mon[112578]: pgmap v1533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:02 smithi016 ceph-mon[96085]: pgmap v1533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:03.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:03.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:04.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:04.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:04 smithi098 ceph-mon[112578]: pgmap v1534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:04 smithi016 ceph-mon[96085]: pgmap v1534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:05.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:05.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:06.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:06.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:06 smithi098 ceph-mon[112578]: pgmap v1535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:32:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:06 smithi016 ceph-mon[96085]: pgmap v1535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:32:07.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:07.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:08.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:32:08.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:32:08.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:08 smithi016 ceph-mon[96085]: pgmap v1536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:32:08.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:32:08.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:32:08.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:32:08.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:32:08.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:32:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:32:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:32:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:08 smithi098 ceph-mon[112578]: pgmap v1536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:32:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:32:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:32:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:32:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:32:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:32:08.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:08.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:09.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:09.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:10.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:10.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:10 smithi098 ceph-mon[112578]: pgmap v1537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:10 smithi016 ceph-mon[96085]: pgmap v1537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:11.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:11.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:12.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:12.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:12 smithi098 ceph-mon[112578]: pgmap v1538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:32:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:12 smithi016 ceph-mon[96085]: pgmap v1538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:32:13.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:13.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:14.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:14.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:14 smithi098 ceph-mon[112578]: pgmap v1539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:14 smithi016 ceph-mon[96085]: pgmap v1539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:15.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:15.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:16.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:16.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:16 smithi098 ceph-mon[112578]: pgmap v1540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:16 smithi016 ceph-mon[96085]: pgmap v1540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:17.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:17.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:18.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:18.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:18 smithi098 ceph-mon[112578]: pgmap v1541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:32:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:18 smithi016 ceph-mon[96085]: pgmap v1541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:32:19.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:19.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:20.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:20.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:20 smithi098 ceph-mon[112578]: pgmap v1542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:20 smithi016 ceph-mon[96085]: pgmap v1542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:21.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:21.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:22.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:22.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:22 smithi098 ceph-mon[112578]: pgmap v1543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:22 smithi016 ceph-mon[96085]: pgmap v1543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:23.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:23.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:24.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:24.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:24 smithi098 ceph-mon[112578]: pgmap v1544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:24 smithi016 ceph-mon[96085]: pgmap v1544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:25.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:25.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:26.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:26.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:26 smithi098 ceph-mon[112578]: pgmap v1545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:26 smithi016 ceph-mon[96085]: pgmap v1545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:27.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:27.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:32:27.983 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:32:28.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:28.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:28 smithi098 ceph-mon[112578]: pgmap v1546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:32:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:28 smithi016 ceph-mon[96085]: pgmap v1546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:32:29.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:29.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:30.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:30.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:30 smithi098 ceph-mon[112578]: pgmap v1547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:30 smithi016 ceph-mon[96085]: pgmap v1547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:31.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:31.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:32.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:32.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:32 smithi098 ceph-mon[112578]: pgmap v1548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:32 smithi016 ceph-mon[96085]: pgmap v1548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:33.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:33.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:34.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:34.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:34 smithi098 ceph-mon[112578]: pgmap v1549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:34 smithi016 ceph-mon[96085]: pgmap v1549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:35.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:35.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:36.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:36.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:36 smithi098 ceph-mon[112578]: pgmap v1550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:36 smithi016 ceph-mon[96085]: pgmap v1550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:37.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:37.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:38.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:38.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:38 smithi098 ceph-mon[112578]: pgmap v1551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:32:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:38 smithi016 ceph-mon[96085]: pgmap v1551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:32:39.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:39.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:40.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:40.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:41.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:40 smithi098 ceph-mon[112578]: pgmap v1552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:40 smithi016 ceph-mon[96085]: pgmap v1552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:41.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:41.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:42.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:42.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:43.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:42 smithi098 ceph-mon[112578]: pgmap v1553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:43.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:32:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:42 smithi016 ceph-mon[96085]: pgmap v1553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:32:43.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:43.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:44.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:44.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:44 smithi098 ceph-mon[112578]: pgmap v1554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:44 smithi016 ceph-mon[96085]: pgmap v1554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:45.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:45.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:46.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:46.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:46 smithi098 ceph-mon[112578]: pgmap v1555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:46 smithi016 ceph-mon[96085]: pgmap v1555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:47.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:47.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:48.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:48.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:48 smithi098 ceph-mon[112578]: pgmap v1556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:32:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:48 smithi016 ceph-mon[96085]: pgmap v1556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:32:49.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:49.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:50.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:50.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:50 smithi098 ceph-mon[112578]: pgmap v1557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:50 smithi016 ceph-mon[96085]: pgmap v1557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:51.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:51.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:52.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:52.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:52 smithi098 ceph-mon[112578]: pgmap v1558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:52 smithi016 ceph-mon[96085]: pgmap v1558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:53.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:53.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:54.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:54.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:54 smithi098 ceph-mon[112578]: pgmap v1559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:54 smithi016 ceph-mon[96085]: pgmap v1559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:55.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:55.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:56.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:56.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:56 smithi098 ceph-mon[112578]: pgmap v1560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:56 smithi016 ceph-mon[96085]: pgmap v1560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:32:57.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:57.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:32:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:32:58.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:58.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:32:58 smithi098 ceph-mon[112578]: pgmap v1561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:32:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:32:58 smithi016 ceph-mon[96085]: pgmap v1561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:32:59.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:32:59.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:00.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:00.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:00 smithi016 ceph-mon[96085]: pgmap v1562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:00 smithi098 ceph-mon[112578]: pgmap v1562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:01.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:01.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:02.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:02.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:02 smithi016 ceph-mon[96085]: pgmap v1563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:02 smithi098 ceph-mon[112578]: pgmap v1563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:03.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:03.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:04.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:04.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:04 smithi016 ceph-mon[96085]: pgmap v1564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:04 smithi098 ceph-mon[112578]: pgmap v1564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:05.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:05.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:06.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:06.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:06 smithi016 ceph-mon[96085]: pgmap v1565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:07.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:06 smithi098 ceph-mon[112578]: pgmap v1565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:07.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:07.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:08.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:33:08.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:33:08.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:08.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:08 smithi016 ceph-mon[96085]: pgmap v1566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:33:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:33:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:33:09.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:33:09.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:33:09.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:33:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:08 smithi098 ceph-mon[112578]: pgmap v1566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:33:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:33:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:33:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:33:09.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:33:09.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:33:09.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:09.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:10.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:10.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:10 smithi016 ceph-mon[96085]: pgmap v1567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:10 smithi098 ceph-mon[112578]: pgmap v1567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:11.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:11.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:12.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:12.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:12 smithi098 ceph-mon[112578]: pgmap v1568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:33:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:12 smithi016 ceph-mon[96085]: pgmap v1568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:33:13.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:13.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:14.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:14.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:14 smithi098 ceph-mon[112578]: pgmap v1569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:14 smithi016 ceph-mon[96085]: pgmap v1569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:15.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:15.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:16.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:16.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:16 smithi098 ceph-mon[112578]: pgmap v1570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:16 smithi016 ceph-mon[96085]: pgmap v1570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:17.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:17.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:17 smithi098 ceph-mon[112578]: pgmap v1571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:33:18.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:17 smithi016 ceph-mon[96085]: pgmap v1571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:33:18.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:18.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:19.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:19.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:20 smithi098 ceph-mon[112578]: pgmap v1572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:20 smithi016 ceph-mon[96085]: pgmap v1572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:20.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:20.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:21.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:21.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:22.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:22.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:22 smithi098 ceph-mon[112578]: pgmap v1573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:22 smithi016 ceph-mon[96085]: pgmap v1573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:23.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:23.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:24.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:24.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:24 smithi098 ceph-mon[112578]: pgmap v1574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:24 smithi016 ceph-mon[96085]: pgmap v1574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:25.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:25.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:26.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:26.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:26 smithi098 ceph-mon[112578]: pgmap v1575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:26 smithi016 ceph-mon[96085]: pgmap v1575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:27.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:27.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:33:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:33:28.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:28.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:28 smithi098 ceph-mon[112578]: pgmap v1576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:33:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:28 smithi016 ceph-mon[96085]: pgmap v1576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:33:29.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:29.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:30.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:30.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:30 smithi098 ceph-mon[112578]: pgmap v1577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:30 smithi016 ceph-mon[96085]: pgmap v1577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:31.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:31.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:32.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:32.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:32 smithi098 ceph-mon[112578]: pgmap v1578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:32 smithi016 ceph-mon[96085]: pgmap v1578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:33.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:33.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:34.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:34.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:34 smithi098 ceph-mon[112578]: pgmap v1579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:34 smithi016 ceph-mon[96085]: pgmap v1579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:35.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:35.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:36.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:36.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:36 smithi098 ceph-mon[112578]: pgmap v1580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:36 smithi016 ceph-mon[96085]: pgmap v1580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:37.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:37.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:38.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:38.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:38 smithi098 ceph-mon[112578]: pgmap v1581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:33:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:38 smithi016 ceph-mon[96085]: pgmap v1581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:33:39.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:39.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:40.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:40.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:40 smithi098 ceph-mon[112578]: pgmap v1582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:40 smithi016 ceph-mon[96085]: pgmap v1582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:41.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:41.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:42.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:42.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:42 smithi098 ceph-mon[112578]: pgmap v1583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:33:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:42 smithi016 ceph-mon[96085]: pgmap v1583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:33:43.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:43.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:44.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:44.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:44 smithi098 ceph-mon[112578]: pgmap v1584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:44 smithi016 ceph-mon[96085]: pgmap v1584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:45.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:45.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:46.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:46.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:46 smithi098 ceph-mon[112578]: pgmap v1585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:46 smithi016 ceph-mon[96085]: pgmap v1585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:47.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:47.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:48.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:48.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:48 smithi098 ceph-mon[112578]: pgmap v1586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:33:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:48 smithi016 ceph-mon[96085]: pgmap v1586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:33:49.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:49.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:50.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:50.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:50 smithi098 ceph-mon[112578]: pgmap v1587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:50 smithi016 ceph-mon[96085]: pgmap v1587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:51.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:51.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:52.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:52.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:52 smithi098 ceph-mon[112578]: pgmap v1588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:52 smithi016 ceph-mon[96085]: pgmap v1588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:53.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:53.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:54.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:54.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:54 smithi098 ceph-mon[112578]: pgmap v1589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:54 smithi016 ceph-mon[96085]: pgmap v1589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:55.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:55.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:56.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:56.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:56 smithi098 ceph-mon[112578]: pgmap v1590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:56 smithi016 ceph-mon[96085]: pgmap v1590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:33:57.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:57.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:33:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:33:58.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:58.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:33:58 smithi098 ceph-mon[112578]: pgmap v1591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:33:59.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:33:58 smithi016 ceph-mon[96085]: pgmap v1591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:33:59.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:33:59.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:00.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:00.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:00 smithi098 ceph-mon[112578]: pgmap v1592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:00 smithi016 ceph-mon[96085]: pgmap v1592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:01.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:01.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:02.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:02.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:02 smithi016 ceph-mon[96085]: pgmap v1593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:02 smithi098 ceph-mon[112578]: pgmap v1593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:03.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:03.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:04.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:04.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:04 smithi016 ceph-mon[96085]: pgmap v1594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:04 smithi098 ceph-mon[112578]: pgmap v1594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:05.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:05.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:06.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:06.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:06 smithi016 ceph-mon[96085]: pgmap v1595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:07.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:06 smithi098 ceph-mon[112578]: pgmap v1595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:07.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:07.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:08.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:08.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:08 smithi016 ceph-mon[96085]: pgmap v1596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:34:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:34:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:34:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:34:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:08 smithi098 ceph-mon[112578]: pgmap v1596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:34:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:34:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:34:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:34:09.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:09.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:10.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:34:10.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:34:10.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:34:10.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:34:10.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:34:10.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:34:10.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:34:10.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:34:10.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:34:10.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:34:10.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:10.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:10 smithi016 ceph-mon[96085]: pgmap v1597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:10 smithi098 ceph-mon[112578]: pgmap v1597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:11.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:11.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:12.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:12.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:12 smithi016 ceph-mon[96085]: pgmap v1598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:34:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:12 smithi098 ceph-mon[112578]: pgmap v1598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:34:13.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:13.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:14.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:14.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:15.069 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:14 smithi098 ceph-mon[112578]: pgmap v1599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:14 smithi016 ceph-mon[96085]: pgmap v1599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:15.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:15.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:16.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:16.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:17.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:16 smithi098 ceph-mon[112578]: pgmap v1600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:16 smithi016 ceph-mon[96085]: pgmap v1600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:17.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:17.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:18.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:18.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:19.250 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:18 smithi016 ceph-mon[96085]: pgmap v1601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:34:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:18 smithi098 ceph-mon[112578]: pgmap v1601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:34:19.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:19.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:20.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:20.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:21.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:20 smithi016 ceph-mon[96085]: pgmap v1602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:20 smithi098 ceph-mon[112578]: pgmap v1602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:21.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:21.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:22.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:22.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:22 smithi098 ceph-mon[112578]: pgmap v1603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:22 smithi016 ceph-mon[96085]: pgmap v1603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:23.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:23.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:24.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:24.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:25.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:24 smithi098 ceph-mon[112578]: pgmap v1604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:24 smithi016 ceph-mon[96085]: pgmap v1604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:25.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:25.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:26.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:26.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:26 smithi098 ceph-mon[112578]: pgmap v1605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:26 smithi016 ceph-mon[96085]: pgmap v1605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:27.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:27.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:34:28.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:34:28.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:28.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:28 smithi098 ceph-mon[112578]: pgmap v1606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:34:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:28 smithi016 ceph-mon[96085]: pgmap v1606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:34:29.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:29.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:30.229 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:29 smithi098 ceph-mon[112578]: pgmap v1607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:30.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:29 smithi016 ceph-mon[96085]: pgmap v1607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:30.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:30.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:31.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:31.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:32.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:32.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:32 smithi098 ceph-mon[112578]: pgmap v1608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:32 smithi016 ceph-mon[96085]: pgmap v1608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:33.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:33.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:34.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:34.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:34 smithi098 ceph-mon[112578]: pgmap v1609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:34 smithi016 ceph-mon[96085]: pgmap v1609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:35.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:35.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:36.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:36.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:36 smithi098 ceph-mon[112578]: pgmap v1610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:36 smithi016 ceph-mon[96085]: pgmap v1610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:37.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:37.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:38.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:38.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:39.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:38 smithi098 ceph-mon[112578]: pgmap v1611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:34:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:38 smithi016 ceph-mon[96085]: pgmap v1611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:34:39.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:39.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:40.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:40.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:40 smithi098 ceph-mon[112578]: pgmap v1612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:40 smithi016 ceph-mon[96085]: pgmap v1612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:41.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:41.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:42.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:42.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:42 smithi098 ceph-mon[112578]: pgmap v1613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:34:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:42 smithi016 ceph-mon[96085]: pgmap v1613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:34:43.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:43.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:44.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:44.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:44 smithi098 ceph-mon[112578]: pgmap v1614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:44 smithi016 ceph-mon[96085]: pgmap v1614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:45.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:45.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:46.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:46.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:46 smithi098 ceph-mon[112578]: pgmap v1615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:46 smithi016 ceph-mon[96085]: pgmap v1615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:47.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:47.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:48.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:48.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:48 smithi098 ceph-mon[112578]: pgmap v1616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:34:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:48 smithi016 ceph-mon[96085]: pgmap v1616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:34:49.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:49.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:50.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:50.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:50 smithi098 ceph-mon[112578]: pgmap v1617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:50 smithi016 ceph-mon[96085]: pgmap v1617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:51.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:51.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:52.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:52.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:52 smithi098 ceph-mon[112578]: pgmap v1618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:52 smithi016 ceph-mon[96085]: pgmap v1618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:53.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:53.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:54.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:54.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:54 smithi098 ceph-mon[112578]: pgmap v1619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:54 smithi016 ceph-mon[96085]: pgmap v1619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:55.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:55.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:56.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:56.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:56 smithi098 ceph-mon[112578]: pgmap v1620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:56 smithi016 ceph-mon[96085]: pgmap v1620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:34:57.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:57.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:34:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:34:58.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:58.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:34:58 smithi098 ceph-mon[112578]: pgmap v1621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:34:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:34:58 smithi016 ceph-mon[96085]: pgmap v1621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:34:59.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:34:59.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:00.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:00.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:00 smithi098 ceph-mon[112578]: pgmap v1622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:00 smithi016 ceph-mon[96085]: pgmap v1622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:01.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:01.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:02.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:02.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:02 smithi016 ceph-mon[96085]: pgmap v1623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:02 smithi098 ceph-mon[112578]: pgmap v1623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:03.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:03.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:04.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:04.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:04 smithi016 ceph-mon[96085]: pgmap v1624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:05.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:04 smithi098 ceph-mon[112578]: pgmap v1624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:05.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:05.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:06.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:06.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:06 smithi016 ceph-mon[96085]: pgmap v1625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:06 smithi098 ceph-mon[112578]: pgmap v1625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:07.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:07.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:08.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:08.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:08 smithi016 ceph-mon[96085]: pgmap v1626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:35:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:08 smithi098 ceph-mon[112578]: pgmap v1626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:35:10.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:10.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:35:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:35:11.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:11.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:10 smithi098 ceph-mon[112578]: pgmap v1627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:35:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:35:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:35:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:35:11.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:35:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:10 smithi016 ceph-mon[96085]: pgmap v1627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:11.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:35:11.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:35:11.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:35:11.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:35:11.159 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:35:12.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:12.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:13.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:13.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:12 smithi098 ceph-mon[112578]: pgmap v1628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:35:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:12 smithi016 ceph-mon[96085]: pgmap v1628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:35:14.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:14.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:15.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:15.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:14 smithi098 ceph-mon[112578]: pgmap v1629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:14 smithi016 ceph-mon[96085]: pgmap v1629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:16.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:16.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:17.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:17.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:16 smithi098 ceph-mon[112578]: pgmap v1630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:16 smithi016 ceph-mon[96085]: pgmap v1630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:18.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:18.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:19.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:19.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:18 smithi098 ceph-mon[112578]: pgmap v1631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:35:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:18 smithi016 ceph-mon[96085]: pgmap v1631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:35:20.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:20.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:20 smithi098 ceph-mon[112578]: pgmap v1632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:21.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:21.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:20 smithi016 ceph-mon[96085]: pgmap v1632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:22.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:22.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:23.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:23.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:22 smithi098 ceph-mon[112578]: pgmap v1633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:22 smithi016 ceph-mon[96085]: pgmap v1633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:24.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:24.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:25.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:25.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:24 smithi098 ceph-mon[112578]: pgmap v1634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:24 smithi016 ceph-mon[96085]: pgmap v1634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:26.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:26.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:27.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:27.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:26 smithi098 ceph-mon[112578]: pgmap v1635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:26 smithi016 ceph-mon[96085]: pgmap v1635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:28.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:28.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:35:28.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:35:29.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:29.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:28 smithi098 ceph-mon[112578]: pgmap v1636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:35:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:28 smithi016 ceph-mon[96085]: pgmap v1636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:35:30.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:30.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:30.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:29 smithi098 ceph-mon[112578]: pgmap v1637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:30.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:29 smithi016 ceph-mon[96085]: pgmap v1637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:31.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:31.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:32.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:32.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:32 smithi098 ceph-mon[112578]: pgmap v1638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:32 smithi016 ceph-mon[96085]: pgmap v1638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:33.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:33.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:34.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:34.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:34 smithi098 ceph-mon[112578]: pgmap v1639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:34 smithi016 ceph-mon[96085]: pgmap v1639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:35.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:35.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:36.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:36.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:36 smithi098 ceph-mon[112578]: pgmap v1640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:36 smithi016 ceph-mon[96085]: pgmap v1640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:37.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:37.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:38.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:38.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:38 smithi098 ceph-mon[112578]: pgmap v1641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:35:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:38 smithi016 ceph-mon[96085]: pgmap v1641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:35:39.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:39.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:40.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:40.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:40 smithi098 ceph-mon[112578]: pgmap v1642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:40 smithi016 ceph-mon[96085]: pgmap v1642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:41.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:41.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:42.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:42.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:42 smithi098 ceph-mon[112578]: pgmap v1643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:35:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:42 smithi016 ceph-mon[96085]: pgmap v1643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:35:43.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:43.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:44.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:44.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:44 smithi098 ceph-mon[112578]: pgmap v1644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:44 smithi016 ceph-mon[96085]: pgmap v1644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:45.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:45.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:46.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:46.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:46 smithi098 ceph-mon[112578]: pgmap v1645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:46 smithi016 ceph-mon[96085]: pgmap v1645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:47.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:47.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:48.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:48.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:48 smithi098 ceph-mon[112578]: pgmap v1646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:35:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:48 smithi016 ceph-mon[96085]: pgmap v1646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:35:49.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:49.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:50.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:50.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:50 smithi098 ceph-mon[112578]: pgmap v1647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:50 smithi016 ceph-mon[96085]: pgmap v1647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:51.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:51.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:52.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:52.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:52 smithi098 ceph-mon[112578]: pgmap v1648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:52 smithi016 ceph-mon[96085]: pgmap v1648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:53.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:53.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:54.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:54.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:54 smithi098 ceph-mon[112578]: pgmap v1649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:54 smithi016 ceph-mon[96085]: pgmap v1649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:55.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:55.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:56.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:56.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:56 smithi016 ceph-mon[96085]: pgmap v1650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:57.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:57.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:56 smithi098 ceph-mon[112578]: pgmap v1650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:35:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:35:58.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:58.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:35:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:35:58 smithi016 ceph-mon[96085]: pgmap v1651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:35:59.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:35:59.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:35:58 smithi098 ceph-mon[112578]: pgmap v1651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:36:00.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:00.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:00 smithi016 ceph-mon[96085]: pgmap v1652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:01.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:01.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:01.179 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:00 smithi098 ceph-mon[112578]: pgmap v1652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:02.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:02.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:02 smithi016 ceph-mon[96085]: pgmap v1653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:03.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:03.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:02 smithi098 ceph-mon[112578]: pgmap v1653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:04.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:04.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:04.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:04 smithi016 ceph-mon[96085]: pgmap v1654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:05.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:05.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:04 smithi098 ceph-mon[112578]: pgmap v1654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:06.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:06.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:06 smithi016 ceph-mon[96085]: pgmap v1655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:07.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:07.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:06 smithi098 ceph-mon[112578]: pgmap v1655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:08.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:08.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:08 smithi016 ceph-mon[96085]: pgmap v1656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:36:09.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:09.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:08 smithi098 ceph-mon[112578]: pgmap v1656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:36:10.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:10.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:11.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:11.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:10 smithi016 ceph-mon[96085]: pgmap v1657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:36:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:36:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:36:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:36:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:36:11.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:36:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:10 smithi098 ceph-mon[112578]: pgmap v1657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:36:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:36:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:36:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:36:11.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:36:11.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:36:12.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:12.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:13.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:13.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:12 smithi098 ceph-mon[112578]: pgmap v1658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:36:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:12 smithi016 ceph-mon[96085]: pgmap v1658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:36:14.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:14.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:15.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:15.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:14 smithi098 ceph-mon[112578]: pgmap v1659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:14 smithi016 ceph-mon[96085]: pgmap v1659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:16.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:16.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:17.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:17.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:16 smithi098 ceph-mon[112578]: pgmap v1660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:16 smithi016 ceph-mon[96085]: pgmap v1660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:18.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:18.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:19.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:19.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:18 smithi098 ceph-mon[112578]: pgmap v1661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:36:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:18 smithi016 ceph-mon[96085]: pgmap v1661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:36:20.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:20.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:20 smithi016 ceph-mon[96085]: pgmap v1662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:21.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:21.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:20 smithi098 ceph-mon[112578]: pgmap v1662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:22.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:22.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:23.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:23.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:22 smithi098 ceph-mon[112578]: pgmap v1663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:22 smithi016 ceph-mon[96085]: pgmap v1663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:24.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:24.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:25.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:25.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:24 smithi098 ceph-mon[112578]: pgmap v1664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:24 smithi016 ceph-mon[96085]: pgmap v1664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:26.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:26.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:27.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:27.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:26 smithi098 ceph-mon[112578]: pgmap v1665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:26 smithi016 ceph-mon[96085]: pgmap v1665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:28.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:28.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:28.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:36:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:36:29.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:29.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:28 smithi098 ceph-mon[112578]: pgmap v1666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:36:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:28 smithi016 ceph-mon[96085]: pgmap v1666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:36:30.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:30.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:30 smithi016 ceph-mon[96085]: pgmap v1667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:31.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:31.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:30 smithi098 ceph-mon[112578]: pgmap v1667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:32.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:32.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:33.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:33.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:32 smithi098 ceph-mon[112578]: pgmap v1668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:32 smithi016 ceph-mon[96085]: pgmap v1668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:34.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:34.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:35.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:35.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:34 smithi098 ceph-mon[112578]: pgmap v1669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:34 smithi016 ceph-mon[96085]: pgmap v1669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:36.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:36.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:36 smithi098 ceph-mon[112578]: pgmap v1670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:36 smithi016 ceph-mon[96085]: pgmap v1670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:37.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:37.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:38.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:38.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:38 smithi098 ceph-mon[112578]: pgmap v1671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:36:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:38 smithi016 ceph-mon[96085]: pgmap v1671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:36:39.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:39.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:40.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:40.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:40 smithi098 ceph-mon[112578]: pgmap v1672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:40 smithi016 ceph-mon[96085]: pgmap v1672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:41.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:41.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:42.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:42.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:42 smithi098 ceph-mon[112578]: pgmap v1673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:36:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:42 smithi016 ceph-mon[96085]: pgmap v1673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:36:43.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:43.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:44.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:44.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:44 smithi098 ceph-mon[112578]: pgmap v1674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:44 smithi016 ceph-mon[96085]: pgmap v1674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:45.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:45.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:46.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:46.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:46 smithi098 ceph-mon[112578]: pgmap v1675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:46 smithi016 ceph-mon[96085]: pgmap v1675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:47.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:47.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:48.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:48.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:48 smithi098 ceph-mon[112578]: pgmap v1676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:36:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:48 smithi016 ceph-mon[96085]: pgmap v1676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:36:49.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:49.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:50.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:50.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:50 smithi098 ceph-mon[112578]: pgmap v1677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:50 smithi016 ceph-mon[96085]: pgmap v1677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:51.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:51.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:52.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:52.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:52 smithi098 ceph-mon[112578]: pgmap v1678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:52 smithi016 ceph-mon[96085]: pgmap v1678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:53.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:53.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:54.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:54.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:54 smithi016 ceph-mon[96085]: pgmap v1679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:55.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:55.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:54 smithi098 ceph-mon[112578]: pgmap v1679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:56.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:56.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:56 smithi098 ceph-mon[112578]: pgmap v1680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:56 smithi016 ceph-mon[96085]: pgmap v1680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:36:57.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:57.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:36:58.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:58.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:36:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:36:58 smithi016 ceph-mon[96085]: pgmap v1681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:36:59.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:36:59.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:36:58 smithi098 ceph-mon[112578]: pgmap v1681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:37:00.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:00.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:00 smithi016 ceph-mon[96085]: pgmap v1682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:01.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:01.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:00 smithi098 ceph-mon[112578]: pgmap v1682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:02.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:02.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:03.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:03.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:02 smithi098 ceph-mon[112578]: pgmap v1683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:02 smithi016 ceph-mon[96085]: pgmap v1683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:04.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:04.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:05.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:05.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:04 smithi098 ceph-mon[112578]: pgmap v1684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:05.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:04 smithi016 ceph-mon[96085]: pgmap v1684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:06.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:06.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:07.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:07.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:06 smithi098 ceph-mon[112578]: pgmap v1685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:06 smithi016 ceph-mon[96085]: pgmap v1685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:08.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:08.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:09.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:09.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:08 smithi098 ceph-mon[112578]: pgmap v1686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:37:09.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:08 smithi016 ceph-mon[96085]: pgmap v1686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:37:10.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:10.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:11.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:10 smithi016 ceph-mon[96085]: pgmap v1687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:11.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:37:11.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:11.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:10 smithi098 ceph-mon[112578]: pgmap v1687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:37:12.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:12.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:12.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:37:12.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:37:12.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:37:12.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:37:12.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:37:12.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:37:12.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:37:12.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:37:12.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:37:12.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:37:13.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:13.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:12 smithi098 ceph-mon[112578]: pgmap v1688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:37:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:12 smithi016 ceph-mon[96085]: pgmap v1688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:37:14.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:14.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:15.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:15.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:14 smithi098 ceph-mon[112578]: pgmap v1689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:14 smithi016 ceph-mon[96085]: pgmap v1689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:16.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:16.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:17.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:17.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:17.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:16 smithi098 ceph-mon[112578]: pgmap v1690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:16 smithi016 ceph-mon[96085]: pgmap v1690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:18.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:18.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:19.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:19.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:18 smithi098 ceph-mon[112578]: pgmap v1691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:37:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:18 smithi016 ceph-mon[96085]: pgmap v1691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:37:20.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:20.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:21.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:20 smithi016 ceph-mon[96085]: pgmap v1692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:21.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:21.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:20 smithi098 ceph-mon[112578]: pgmap v1692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:22.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:22.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:23.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:23.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:22 smithi098 ceph-mon[112578]: pgmap v1693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:22 smithi016 ceph-mon[96085]: pgmap v1693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:24.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:24.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:25.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:25.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:24 smithi098 ceph-mon[112578]: pgmap v1694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:24 smithi016 ceph-mon[96085]: pgmap v1694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:26.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:26.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:27.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:27.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:26 smithi098 ceph-mon[112578]: pgmap v1695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:26 smithi016 ceph-mon[96085]: pgmap v1695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:28.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:28.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:37:28.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:37:29.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:29.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:28 smithi098 ceph-mon[112578]: pgmap v1696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:37:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:28 smithi016 ceph-mon[96085]: pgmap v1696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:37:30.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:30.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:30 smithi016 ceph-mon[96085]: pgmap v1697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:31.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:31.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:30 smithi098 ceph-mon[112578]: pgmap v1697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:32.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:32.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:33.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:33.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:32 smithi098 ceph-mon[112578]: pgmap v1698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:32 smithi016 ceph-mon[96085]: pgmap v1698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:34.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:34.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:35.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:35.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:34 smithi098 ceph-mon[112578]: pgmap v1699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:34 smithi016 ceph-mon[96085]: pgmap v1699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:36.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:36.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:37.174 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:36 smithi098 ceph-mon[112578]: pgmap v1700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:37.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:37.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:37.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:36 smithi016 ceph-mon[96085]: pgmap v1700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:38.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:38.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:39.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:39.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:38 smithi098 ceph-mon[112578]: pgmap v1701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:37:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:38 smithi016 ceph-mon[96085]: pgmap v1701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:37:40.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:40.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:39 smithi098 ceph-mon[112578]: pgmap v1702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:39 smithi016 ceph-mon[96085]: pgmap v1702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:41.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:41.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:42.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:42.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:42 smithi098 ceph-mon[112578]: pgmap v1703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:37:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:42 smithi016 ceph-mon[96085]: pgmap v1703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:37:43.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:43.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:44.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:44.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:44 smithi098 ceph-mon[112578]: pgmap v1704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:44 smithi016 ceph-mon[96085]: pgmap v1704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:45.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:45.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:46.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:46.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:46 smithi098 ceph-mon[112578]: pgmap v1705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:46 smithi016 ceph-mon[96085]: pgmap v1705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:47.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:47.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:48.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:48.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:48 smithi016 ceph-mon[96085]: pgmap v1706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:37:49.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:49.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:48 smithi098 ceph-mon[112578]: pgmap v1706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:37:50.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:50.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:50 smithi016 ceph-mon[96085]: pgmap v1707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:50 smithi098 ceph-mon[112578]: pgmap v1707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:51.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:51.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:52.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:52.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:52 smithi016 ceph-mon[96085]: pgmap v1708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:52 smithi098 ceph-mon[112578]: pgmap v1708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:53.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:53.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:54.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:54.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:54 smithi016 ceph-mon[96085]: pgmap v1709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:54 smithi098 ceph-mon[112578]: pgmap v1709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:55.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:55.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:56.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:56.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:56 smithi016 ceph-mon[96085]: pgmap v1710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:56 smithi098 ceph-mon[112578]: pgmap v1710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:37:57.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:57.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:37:58.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:58.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:37:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:37:58 smithi098 ceph-mon[112578]: pgmap v1711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:37:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:37:58 smithi016 ceph-mon[96085]: pgmap v1711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:37:59.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:37:59.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:00.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:00.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:00 smithi016 ceph-mon[96085]: pgmap v1712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:01.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:00 smithi098 ceph-mon[112578]: pgmap v1712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:01.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:01.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:02.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:02.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:02 smithi098 ceph-mon[112578]: pgmap v1713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:02 smithi016 ceph-mon[96085]: pgmap v1713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:03.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:03.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:04.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:04.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:04 smithi098 ceph-mon[112578]: pgmap v1714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:05.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:04 smithi016 ceph-mon[96085]: pgmap v1714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:05.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:05.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:06.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:06.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:06 smithi098 ceph-mon[112578]: pgmap v1715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:06 smithi016 ceph-mon[96085]: pgmap v1715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:07.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:07.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:08.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:08.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:08 smithi098 ceph-mon[112578]: pgmap v1716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:38:09.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:08 smithi016 ceph-mon[96085]: pgmap v1716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:38:09.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:09.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:10.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:10.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:10 smithi016 ceph-mon[96085]: pgmap v1717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:10 smithi098 ceph-mon[112578]: pgmap v1717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:11.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:11.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:38:12.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:38:12.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:38:12.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:38:12.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:12.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:12 smithi098 ceph-mon[112578]: pgmap v1718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:38:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:38:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:38:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:38:13.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:38:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:12 smithi016 ceph-mon[96085]: pgmap v1718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:38:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:38:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:38:13.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:38:13.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:38:13.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:13.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:14.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:14.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:14 smithi098 ceph-mon[112578]: pgmap v1719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:14 smithi016 ceph-mon[96085]: pgmap v1719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:15.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:15.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:16.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:16.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:16 smithi098 ceph-mon[112578]: pgmap v1720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:16 smithi016 ceph-mon[96085]: pgmap v1720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:17.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:17.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:18.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:18.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:18 smithi098 ceph-mon[112578]: pgmap v1721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:38:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:18 smithi016 ceph-mon[96085]: pgmap v1721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:38:19.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:19.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:20.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:20.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:20 smithi016 ceph-mon[96085]: pgmap v1722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:20 smithi098 ceph-mon[112578]: pgmap v1722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:21.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:21.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:22.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:22.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:23.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:22 smithi098 ceph-mon[112578]: pgmap v1723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:22 smithi016 ceph-mon[96085]: pgmap v1723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:23.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:23.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:24.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:24.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:24 smithi098 ceph-mon[112578]: pgmap v1724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:24 smithi016 ceph-mon[96085]: pgmap v1724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:25.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:25.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:26.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:26.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:26 smithi098 ceph-mon[112578]: pgmap v1725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:26 smithi016 ceph-mon[96085]: pgmap v1725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:27.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:27.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:38:28.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:38:28.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:28.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:28 smithi098 ceph-mon[112578]: pgmap v1726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:38:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:28 smithi016 ceph-mon[96085]: pgmap v1726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:38:29.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:29.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:30.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:30.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:30 smithi016 ceph-mon[96085]: pgmap v1727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:30 smithi098 ceph-mon[112578]: pgmap v1727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:31.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:31.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:32.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:32.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:32 smithi098 ceph-mon[112578]: pgmap v1728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:32 smithi016 ceph-mon[96085]: pgmap v1728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:33.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:33.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:34.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:34.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:34 smithi098 ceph-mon[112578]: pgmap v1729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:34 smithi016 ceph-mon[96085]: pgmap v1729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:35.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:35.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:36.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:36.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:37.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:36 smithi016 ceph-mon[96085]: pgmap v1730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:36 smithi098 ceph-mon[112578]: pgmap v1730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:37.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:37.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:38.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:38.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:38 smithi098 ceph-mon[112578]: pgmap v1731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:38:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:38 smithi016 ceph-mon[96085]: pgmap v1731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:38:39.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:39.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:39 smithi098 ceph-mon[112578]: pgmap v1732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:39 smithi016 ceph-mon[96085]: pgmap v1732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:40.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:40.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:41.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:41.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:42.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:42.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:42 smithi016 ceph-mon[96085]: pgmap v1733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:38:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:42 smithi098 ceph-mon[112578]: pgmap v1733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:38:43.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:43.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:44.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:44.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:44 smithi016 ceph-mon[96085]: pgmap v1734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:44 smithi098 ceph-mon[112578]: pgmap v1734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:45.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:45.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:46.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:46.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:46 smithi016 ceph-mon[96085]: pgmap v1735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:46 smithi098 ceph-mon[112578]: pgmap v1735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:47.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:47.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:48.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:48.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:48 smithi098 ceph-mon[112578]: pgmap v1736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:38:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:48 smithi016 ceph-mon[96085]: pgmap v1736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:38:49.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:50.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:50.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:50 smithi016 ceph-mon[96085]: pgmap v1737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:50 smithi098 ceph-mon[112578]: pgmap v1737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:51.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:51.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:52.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:52.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:52 smithi098 ceph-mon[112578]: pgmap v1738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:52 smithi016 ceph-mon[96085]: pgmap v1738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:53.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:53.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:54.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:54.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:54 smithi098 ceph-mon[112578]: pgmap v1739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:55.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:54 smithi016 ceph-mon[96085]: pgmap v1739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:55.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:55.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:56.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:56.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:56 smithi098 ceph-mon[112578]: pgmap v1740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:56 smithi016 ceph-mon[96085]: pgmap v1740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:38:57.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:57.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:58.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:38:58.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:38:58.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:58.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:38:58 smithi098 ceph-mon[112578]: pgmap v1741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:38:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:38:58 smithi016 ceph-mon[96085]: pgmap v1741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:38:59.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:38:59.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:00.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:00.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:00 smithi016 ceph-mon[96085]: pgmap v1742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:00 smithi098 ceph-mon[112578]: pgmap v1742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:01.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:01.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:02.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:02.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:03.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:02 smithi098 ceph-mon[112578]: pgmap v1743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:02 smithi016 ceph-mon[96085]: pgmap v1743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:03.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:03.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:04.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:04.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:04 smithi098 ceph-mon[112578]: pgmap v1744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:05.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:04 smithi016 ceph-mon[96085]: pgmap v1744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:05.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:05.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:06.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:06.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:06 smithi098 ceph-mon[112578]: pgmap v1745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:06 smithi016 ceph-mon[96085]: pgmap v1745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:07.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:07.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:08.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:08.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:08 smithi098 ceph-mon[112578]: pgmap v1746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:39:09.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:08 smithi016 ceph-mon[96085]: pgmap v1746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:39:09.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:09.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:10.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:10.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:10 smithi016 ceph-mon[96085]: pgmap v1747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:10 smithi098 ceph-mon[112578]: pgmap v1747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:11.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:11.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:12.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:12.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:12 smithi016 ceph-mon[96085]: pgmap v1748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:13.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:39:13.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:39:13.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:12 smithi098 ceph-mon[112578]: pgmap v1748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:13.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:39:13.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:39:13.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:13.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:14.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:14.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:14 smithi098 ceph-mon[112578]: pgmap v1749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:14 smithi016 ceph-mon[96085]: pgmap v1749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:15.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:15.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:39:16.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:39:16.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:39:16.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:39:16.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:39:16.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:39:16.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:39:16.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:39:16.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:39:16.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:39:16.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:39:16.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:39:16.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:39:16.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:39:16.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:16.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:16 smithi098 ceph-mon[112578]: pgmap v1750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:16 smithi016 ceph-mon[96085]: pgmap v1750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:17.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:17.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:18.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:18.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:18 smithi098 ceph-mon[112578]: pgmap v1751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:39:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:18 smithi016 ceph-mon[96085]: pgmap v1751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:39:19.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:19.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:20.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:20.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:21.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:20 smithi016 ceph-mon[96085]: pgmap v1752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:20 smithi098 ceph-mon[112578]: pgmap v1752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:21.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:21.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:22.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:22.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:22 smithi016 ceph-mon[96085]: pgmap v1753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:22 smithi098 ceph-mon[112578]: pgmap v1753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:23.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:23.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:24.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:24.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:24 smithi098 ceph-mon[112578]: pgmap v1754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:24 smithi016 ceph-mon[96085]: pgmap v1754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:25.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:25.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:26.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:26.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:26 smithi016 ceph-mon[96085]: pgmap v1755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:26 smithi098 ceph-mon[112578]: pgmap v1755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:27.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:27.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:39:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:39:28.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:28.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:28 smithi098 ceph-mon[112578]: pgmap v1756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:39:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:28 smithi016 ceph-mon[96085]: pgmap v1756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:39:29.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:29.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:30.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:30.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:30 smithi016 ceph-mon[96085]: pgmap v1757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:30 smithi098 ceph-mon[112578]: pgmap v1757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:31.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:31.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:32.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:32.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:32 smithi098 ceph-mon[112578]: pgmap v1758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:32 smithi016 ceph-mon[96085]: pgmap v1758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:33.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:33.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:34.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:34.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:34 smithi098 ceph-mon[112578]: pgmap v1759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:34 smithi016 ceph-mon[96085]: pgmap v1759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:35.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:35.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:36.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:36.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:36 smithi098 ceph-mon[112578]: pgmap v1760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:36 smithi016 ceph-mon[96085]: pgmap v1760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:37.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:37.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:38.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:38.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:38 smithi098 ceph-mon[112578]: pgmap v1761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:39:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:38 smithi016 ceph-mon[96085]: pgmap v1761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:39:39.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:39.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:40.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:40.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:40 smithi016 ceph-mon[96085]: pgmap v1762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:40 smithi098 ceph-mon[112578]: pgmap v1762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:41.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:41.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:42.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:42.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:42 smithi098 ceph-mon[112578]: pgmap v1763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:39:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:42 smithi016 ceph-mon[96085]: pgmap v1763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:39:43.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:43.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:44.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:44.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:44 smithi098 ceph-mon[112578]: pgmap v1764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:44 smithi016 ceph-mon[96085]: pgmap v1764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:45.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:45.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:46.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:46.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:46 smithi098 ceph-mon[112578]: pgmap v1765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:46 smithi016 ceph-mon[96085]: pgmap v1765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:47.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:47.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:48.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:48.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:48 smithi098 ceph-mon[112578]: pgmap v1766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:39:49.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:48 smithi016 ceph-mon[96085]: pgmap v1766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:39:49.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:49.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:50.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:50.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:50 smithi016 ceph-mon[96085]: pgmap v1767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:50 smithi098 ceph-mon[112578]: pgmap v1767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:51.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:51.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:52.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:52.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:52 smithi098 ceph-mon[112578]: pgmap v1768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:52 smithi016 ceph-mon[96085]: pgmap v1768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:53.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:53.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:54.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:54.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:54 smithi098 ceph-mon[112578]: pgmap v1769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:55.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:54 smithi016 ceph-mon[96085]: pgmap v1769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:55.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:55.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:56.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:56.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:56 smithi098 ceph-mon[112578]: pgmap v1770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:57.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:56 smithi016 ceph-mon[96085]: pgmap v1770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:39:57.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:57.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:58.121 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:39:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:39:58.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:58.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:39:58 smithi098 ceph-mon[112578]: pgmap v1771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:39:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:39:58 smithi016 ceph-mon[96085]: pgmap v1771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:39:59.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:39:59.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:00.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:00.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:01.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:00 smithi016 ceph-mon[96085]: pgmap v1772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:01.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T21:40:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:00 smithi098 ceph-mon[112578]: pgmap v1772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:01.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T21:40:01.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:01.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:02.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:02.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:03.179 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:02 smithi016 ceph-mon[96085]: pgmap v1773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:02 smithi098 ceph-mon[112578]: pgmap v1773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:03.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:03.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:04.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:04.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:04 smithi098 ceph-mon[112578]: pgmap v1774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:05.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:04 smithi016 ceph-mon[96085]: pgmap v1774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:05.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:05.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:06.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:06.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:06 smithi098 ceph-mon[112578]: pgmap v1775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:06 smithi016 ceph-mon[96085]: pgmap v1775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:07.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:07.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:08.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:08.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:08 smithi098 ceph-mon[112578]: pgmap v1776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:40:09.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:08 smithi016 ceph-mon[96085]: pgmap v1776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:40:09.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:09.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:10.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:10.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:10 smithi016 ceph-mon[96085]: pgmap v1777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:10 smithi098 ceph-mon[112578]: pgmap v1777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:11.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:11.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:12.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:12.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:12 smithi098 ceph-mon[112578]: pgmap v1778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:40:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:12 smithi016 ceph-mon[96085]: pgmap v1778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:40:13.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:13.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:14.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:14.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:14 smithi098 ceph-mon[112578]: pgmap v1779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:14 smithi016 ceph-mon[96085]: pgmap v1779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:15.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:15.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:40:16.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:40:16.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:16.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:16 smithi098 ceph-mon[112578]: pgmap v1780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:16 smithi016 ceph-mon[96085]: pgmap v1780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:17.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:17.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:18.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:18.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:18 smithi098 ceph-mon[112578]: pgmap v1781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:40:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:18 smithi016 ceph-mon[96085]: pgmap v1781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:40:19.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:19.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:20.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:19 smithi098 ceph-mon[112578]: pgmap v1782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:19 smithi016 ceph-mon[96085]: pgmap v1782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:20.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:20.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:21.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:21.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:40:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:40:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:40:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:40:21.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:40:21.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:40:21.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:40:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:40:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:40:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:40:21.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:40:21.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:40:21.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:40:21.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:40:22.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:22.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:22 smithi016 ceph-mon[96085]: pgmap v1783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:22 smithi098 ceph-mon[112578]: pgmap v1783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:23.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:23.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:24.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:24.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:24 smithi098 ceph-mon[112578]: pgmap v1784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:24 smithi016 ceph-mon[96085]: pgmap v1784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:25.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:25.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:26.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:26.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:26 smithi098 ceph-mon[112578]: pgmap v1785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:26 smithi016 ceph-mon[96085]: pgmap v1785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:27.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:27.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:40:28.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:40:28.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:28.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:28 smithi098 ceph-mon[112578]: pgmap v1786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:40:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:28 smithi016 ceph-mon[96085]: pgmap v1786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:40:29.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:29.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:30.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:30.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:30 smithi016 ceph-mon[96085]: pgmap v1787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:30 smithi098 ceph-mon[112578]: pgmap v1787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:31.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:31.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:32.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:32.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:32 smithi098 ceph-mon[112578]: pgmap v1788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:32 smithi016 ceph-mon[96085]: pgmap v1788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:33.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:33.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:34.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:34.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:34 smithi098 ceph-mon[112578]: pgmap v1789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:34 smithi016 ceph-mon[96085]: pgmap v1789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:35.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:35.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:36.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:36.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:36 smithi098 ceph-mon[112578]: pgmap v1790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:36 smithi016 ceph-mon[96085]: pgmap v1790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:37.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:37.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:38.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:38.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:38 smithi016 ceph-mon[96085]: pgmap v1791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:40:39.079 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:38 smithi098 ceph-mon[112578]: pgmap v1791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:40:39.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:39.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:40.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:40.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:41.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:40 smithi016 ceph-mon[96085]: pgmap v1792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:40 smithi098 ceph-mon[112578]: pgmap v1792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:41.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:41.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:42.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:42.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:42 smithi098 ceph-mon[112578]: pgmap v1793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:40:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:42 smithi016 ceph-mon[96085]: pgmap v1793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:40:43.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:43.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:44.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:44.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:44 smithi098 ceph-mon[112578]: pgmap v1794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:44 smithi016 ceph-mon[96085]: pgmap v1794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:45.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:45.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:46.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:46.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:46 smithi098 ceph-mon[112578]: pgmap v1795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:46 smithi016 ceph-mon[96085]: pgmap v1795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:47.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:47.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:48.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:48.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:48 smithi016 ceph-mon[96085]: pgmap v1796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:40:49.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:48 smithi098 ceph-mon[112578]: pgmap v1796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:40:49.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:49.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:50.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:50.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:50 smithi016 ceph-mon[96085]: pgmap v1797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:50 smithi098 ceph-mon[112578]: pgmap v1797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:51.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:51.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:52.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:52.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:52 smithi098 ceph-mon[112578]: pgmap v1798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:52 smithi016 ceph-mon[96085]: pgmap v1798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:53.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:53.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:54.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:54.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:54 smithi098 ceph-mon[112578]: pgmap v1799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:54 smithi016 ceph-mon[96085]: pgmap v1799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:55.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:55.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:56.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:56.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:56 smithi098 ceph-mon[112578]: pgmap v1800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:56 smithi016 ceph-mon[96085]: pgmap v1800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:40:57.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:57.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:40:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:40:58.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:58.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:40:58 smithi098 ceph-mon[112578]: pgmap v1801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:40:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:40:58 smithi016 ceph-mon[96085]: pgmap v1801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:40:59.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:40:59.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:00.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:00.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:01.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:00 smithi016 ceph-mon[96085]: pgmap v1802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:00 smithi098 ceph-mon[112578]: pgmap v1802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:01.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:01.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:02.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:02.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:02 smithi098 ceph-mon[112578]: pgmap v1803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:02 smithi016 ceph-mon[96085]: pgmap v1803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:03.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:03.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:04.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:04.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:04 smithi098 ceph-mon[112578]: pgmap v1804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:05.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:04 smithi016 ceph-mon[96085]: pgmap v1804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:05.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:05.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:06.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:06.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:06 smithi098 ceph-mon[112578]: pgmap v1805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:06 smithi016 ceph-mon[96085]: pgmap v1805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:07.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:07.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:08.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:08.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:08 smithi098 ceph-mon[112578]: pgmap v1806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:41:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:08 smithi016 ceph-mon[96085]: pgmap v1806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:41:09.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:09.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:10.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:10.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:10 smithi016 ceph-mon[96085]: pgmap v1807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:10 smithi098 ceph-mon[112578]: pgmap v1807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:11.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:11.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:12.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:12.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:12 smithi098 ceph-mon[112578]: pgmap v1808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:41:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:12 smithi016 ceph-mon[96085]: pgmap v1808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:41:13.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:13.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:14.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:14.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:14 smithi098 ceph-mon[112578]: pgmap v1809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:14 smithi016 ceph-mon[96085]: pgmap v1809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:15.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:15.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:16.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:16.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:16 smithi098 ceph-mon[112578]: pgmap v1810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:16 smithi016 ceph-mon[96085]: pgmap v1810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:17.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:17.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:17 smithi098 ceph-mon[112578]: pgmap v1811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:41:18.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:17 smithi016 ceph-mon[96085]: pgmap v1811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:41:18.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:18.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:19.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:19.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:20.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:20.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:20 smithi098 ceph-mon[112578]: pgmap v1812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:20 smithi016 ceph-mon[96085]: pgmap v1812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:21.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:21.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:41:22.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:41:22.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:41:22.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:41:22.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:41:22.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:41:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:41:22.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:41:22.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:41:22.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:41:22.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:41:22.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:41:22.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:22.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:22 smithi098 ceph-mon[112578]: pgmap v1813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:22 smithi016 ceph-mon[96085]: pgmap v1813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:23.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:23.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:24.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:24.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:24 smithi098 ceph-mon[112578]: pgmap v1814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:24 smithi016 ceph-mon[96085]: pgmap v1814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:25.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:25.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:26.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:26.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:26 smithi098 ceph-mon[112578]: pgmap v1815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:26 smithi016 ceph-mon[96085]: pgmap v1815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:27.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:27.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:41:28.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:41:28.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:28.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:29.167 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:28 smithi016 ceph-mon[96085]: pgmap v1816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:41:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:28 smithi098 ceph-mon[112578]: pgmap v1816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:41:29.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:29.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:30.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:30.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:30 smithi016 ceph-mon[96085]: pgmap v1817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:30 smithi098 ceph-mon[112578]: pgmap v1817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:31.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:31.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:32.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:32.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:32 smithi098 ceph-mon[112578]: pgmap v1818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:32 smithi016 ceph-mon[96085]: pgmap v1818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:33.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:33.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:34.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:34.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:34 smithi098 ceph-mon[112578]: pgmap v1819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:34 smithi016 ceph-mon[96085]: pgmap v1819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:35.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:35.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:36.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:36.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:36 smithi098 ceph-mon[112578]: pgmap v1820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:37.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:36 smithi016 ceph-mon[96085]: pgmap v1820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:37.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:37.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:38.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:38.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:38 smithi098 ceph-mon[112578]: pgmap v1821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:41:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:38 smithi016 ceph-mon[96085]: pgmap v1821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:41:39.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:39.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:40.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:40.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:41.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:40 smithi016 ceph-mon[96085]: pgmap v1822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:40 smithi098 ceph-mon[112578]: pgmap v1822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:41.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:41.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:42.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:42.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:42 smithi098 ceph-mon[112578]: pgmap v1823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:41:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:42 smithi016 ceph-mon[96085]: pgmap v1823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:41:43.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:43.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:44.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:44.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:44 smithi098 ceph-mon[112578]: pgmap v1824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:44 smithi016 ceph-mon[96085]: pgmap v1824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:45.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:45.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:46.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:46.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:46 smithi098 ceph-mon[112578]: pgmap v1825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:46 smithi016 ceph-mon[96085]: pgmap v1825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:47.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:47.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:48.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:48.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:48 smithi098 ceph-mon[112578]: pgmap v1826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:41:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:48 smithi016 ceph-mon[96085]: pgmap v1826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:41:49.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:49.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:50.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:50.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:50 smithi016 ceph-mon[96085]: pgmap v1827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:50 smithi098 ceph-mon[112578]: pgmap v1827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:51.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:51.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:52.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:52.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:52 smithi098 ceph-mon[112578]: pgmap v1828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:52 smithi016 ceph-mon[96085]: pgmap v1828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:53.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:53.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:54.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:54.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:54 smithi098 ceph-mon[112578]: pgmap v1829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:54 smithi016 ceph-mon[96085]: pgmap v1829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:55.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:55.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:56.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:56.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:56 smithi098 ceph-mon[112578]: pgmap v1830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:56 smithi016 ceph-mon[96085]: pgmap v1830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:41:57.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:57.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:41:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:41:58.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:58.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:41:58 smithi098 ceph-mon[112578]: pgmap v1831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:41:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:41:58 smithi016 ceph-mon[96085]: pgmap v1831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:41:59.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:41:59.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:00.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:00.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:00 smithi016 ceph-mon[96085]: pgmap v1832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:00 smithi098 ceph-mon[112578]: pgmap v1832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:01.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:01.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:02.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:02.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:02 smithi098 ceph-mon[112578]: pgmap v1833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:02 smithi016 ceph-mon[96085]: pgmap v1833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:03.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:03.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:04.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:04.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:05.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:04 smithi098 ceph-mon[112578]: pgmap v1834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:04 smithi016 ceph-mon[96085]: pgmap v1834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:05.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:05.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:06.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:06.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:06 smithi098 ceph-mon[112578]: pgmap v1835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:06 smithi016 ceph-mon[96085]: pgmap v1835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:07.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:07.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:08.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:07 smithi098 ceph-mon[112578]: pgmap v1836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:42:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:07 smithi016 ceph-mon[96085]: pgmap v1836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:42:08.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:08.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:09.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:09.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:10.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:10.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:10 smithi098 ceph-mon[112578]: pgmap v1837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:10 smithi016 ceph-mon[96085]: pgmap v1837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:11.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:11.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:12.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:12.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:12 smithi098 ceph-mon[112578]: pgmap v1838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:42:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:12 smithi016 ceph-mon[96085]: pgmap v1838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:42:13.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:13.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:14.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:14.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:14 smithi016 ceph-mon[96085]: pgmap v1839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:15.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:14 smithi098 ceph-mon[112578]: pgmap v1839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:15.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:15.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:16.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:16.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:16 smithi098 ceph-mon[112578]: pgmap v1840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:16 smithi016 ceph-mon[96085]: pgmap v1840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:17.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:17.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:18.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:18.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:18 smithi098 ceph-mon[112578]: pgmap v1841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:42:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:18 smithi016 ceph-mon[96085]: pgmap v1841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:42:19.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:19.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:20.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:20.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:20 smithi016 ceph-mon[96085]: pgmap v1842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:20 smithi098 ceph-mon[112578]: pgmap v1842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:21.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:21.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:42:22.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:42:22.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:42:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:42:22.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:42:22.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:42:22.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:22.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:22 smithi098 ceph-mon[112578]: pgmap v1843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:23.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:42:23.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:42:23.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:42:23.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:42:23.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:42:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:22 smithi016 ceph-mon[96085]: pgmap v1843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:42:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:42:23.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:42:23.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:42:23.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:42:23.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:23.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:24.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:24.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:25.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:24 smithi098 ceph-mon[112578]: pgmap v1844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:24 smithi016 ceph-mon[96085]: pgmap v1844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:25.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:25.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:26.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:26.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:26 smithi098 ceph-mon[112578]: pgmap v1845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:26 smithi016 ceph-mon[96085]: pgmap v1845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:27.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:27.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:42:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:42:28.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:28.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:28 smithi098 ceph-mon[112578]: pgmap v1846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:42:29.342 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:28 smithi016 ceph-mon[96085]: pgmap v1846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:42:29.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:29.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:30.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:30.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:30 smithi016 ceph-mon[96085]: pgmap v1847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:30 smithi098 ceph-mon[112578]: pgmap v1847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:31.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:31.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:32.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:32.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:32 smithi098 ceph-mon[112578]: pgmap v1848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:32 smithi016 ceph-mon[96085]: pgmap v1848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:33.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:33.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:34.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:34.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:34 smithi098 ceph-mon[112578]: pgmap v1849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:34 smithi016 ceph-mon[96085]: pgmap v1849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:35.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:35.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:36.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:36.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:36 smithi098 ceph-mon[112578]: pgmap v1850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:36 smithi016 ceph-mon[96085]: pgmap v1850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:37.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:37.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:38.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:38.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:38 smithi098 ceph-mon[112578]: pgmap v1851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:42:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:38 smithi016 ceph-mon[96085]: pgmap v1851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:42:39.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:39.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:40.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:40.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:40 smithi016 ceph-mon[96085]: pgmap v1852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:40 smithi098 ceph-mon[112578]: pgmap v1852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:41.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:41.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:42.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:42.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:42 smithi098 ceph-mon[112578]: pgmap v1853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:42:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:42 smithi016 ceph-mon[96085]: pgmap v1853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:42:43.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:43.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:44.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:44.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:44 smithi098 ceph-mon[112578]: pgmap v1854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:44 smithi016 ceph-mon[96085]: pgmap v1854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:45.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:45.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:46.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:46.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:46 smithi098 ceph-mon[112578]: pgmap v1855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:46 smithi016 ceph-mon[96085]: pgmap v1855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:47.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:47.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:48.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:48.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:48 smithi098 ceph-mon[112578]: pgmap v1856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:42:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:48 smithi016 ceph-mon[96085]: pgmap v1856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:42:49.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:49.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:50.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:50.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:50 smithi016 ceph-mon[96085]: pgmap v1857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:50 smithi098 ceph-mon[112578]: pgmap v1857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:51.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:51.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:52.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:52.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:52 smithi098 ceph-mon[112578]: pgmap v1858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:52 smithi016 ceph-mon[96085]: pgmap v1858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:53.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:53.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:54.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:54.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:55.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:54 smithi016 ceph-mon[96085]: pgmap v1859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:54 smithi098 ceph-mon[112578]: pgmap v1859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:55.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:55.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:56.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:56.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:56 smithi098 ceph-mon[112578]: pgmap v1860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:56 smithi016 ceph-mon[96085]: pgmap v1860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:42:57.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:57.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:42:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:42:58.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:58.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:42:58 smithi098 ceph-mon[112578]: pgmap v1861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:42:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:42:58 smithi016 ceph-mon[96085]: pgmap v1861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:42:59.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:42:59.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:00.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:00.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:00 smithi016 ceph-mon[96085]: pgmap v1862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:00 smithi098 ceph-mon[112578]: pgmap v1862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:01.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:01.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:02.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:02.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:02 smithi098 ceph-mon[112578]: pgmap v1863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:02 smithi016 ceph-mon[96085]: pgmap v1863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:03.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:03.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:04.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:04.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:04 smithi098 ceph-mon[112578]: pgmap v1864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:05.269 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:04 smithi016 ceph-mon[96085]: pgmap v1864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:05.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:05.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:06.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:06.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:06 smithi098 ceph-mon[112578]: pgmap v1865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:06 smithi016 ceph-mon[96085]: pgmap v1865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:07.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:07.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:08.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:08.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:08 smithi098 ceph-mon[112578]: pgmap v1866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:43:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:08 smithi016 ceph-mon[96085]: pgmap v1866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:43:09.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:09.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:10.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:10.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:10 smithi098 ceph-mon[112578]: pgmap v1867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:10 smithi016 ceph-mon[96085]: pgmap v1867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:11.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:11.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:12.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:12.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:12 smithi098 ceph-mon[112578]: pgmap v1868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:43:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:12 smithi016 ceph-mon[96085]: pgmap v1868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:43:13.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:13.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:14.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:14.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:14 smithi098 ceph-mon[112578]: pgmap v1869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:14 smithi016 ceph-mon[96085]: pgmap v1869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:15.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:15.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:16.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:16.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:16 smithi098 ceph-mon[112578]: pgmap v1870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:16 smithi016 ceph-mon[96085]: pgmap v1870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:17.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:17.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:18.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:18.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:18 smithi098 ceph-mon[112578]: pgmap v1871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:43:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:18 smithi016 ceph-mon[96085]: pgmap v1871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:43:19.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:19.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:20.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:20.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:20 smithi098 ceph-mon[112578]: pgmap v1872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:21.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:20 smithi016 ceph-mon[96085]: pgmap v1872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:21.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:21.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:22.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:22.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:22 smithi098 ceph-mon[112578]: pgmap v1873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:43:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:22 smithi016 ceph-mon[96085]: pgmap v1873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:43:23.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:23.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:43:24.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:43:24.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:43:24.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:43:24.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:43:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:43:24.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:43:24.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:43:24.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:43:24.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:43:24.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:24.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:24 smithi098 ceph-mon[112578]: pgmap v1874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:24 smithi016 ceph-mon[96085]: pgmap v1874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:25.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:25.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:26.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:26.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:26 smithi098 ceph-mon[112578]: pgmap v1875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:26 smithi016 ceph-mon[96085]: pgmap v1875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:27.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:27.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:43:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:43:28.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:28.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:28 smithi098 ceph-mon[112578]: pgmap v1876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:43:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:28 smithi016 ceph-mon[96085]: pgmap v1876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:43:29.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:29.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:30.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:30.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:30 smithi016 ceph-mon[96085]: pgmap v1877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:30 smithi098 ceph-mon[112578]: pgmap v1877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:31.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:31.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:32.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:32.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:32 smithi098 ceph-mon[112578]: pgmap v1878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:32 smithi016 ceph-mon[96085]: pgmap v1878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:33.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:33.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:34.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:34.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:34 smithi098 ceph-mon[112578]: pgmap v1879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:34 smithi016 ceph-mon[96085]: pgmap v1879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:35.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:35.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:36.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:36.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:36 smithi098 ceph-mon[112578]: pgmap v1880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:37.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:36 smithi016 ceph-mon[96085]: pgmap v1880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:37.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:37.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:38.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:38.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:38 smithi098 ceph-mon[112578]: pgmap v1881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:43:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:38 smithi016 ceph-mon[96085]: pgmap v1881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:43:39.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:39.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:40.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:40.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:40 smithi016 ceph-mon[96085]: pgmap v1882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:40 smithi098 ceph-mon[112578]: pgmap v1882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:41.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:41.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:42.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:41 smithi098 ceph-mon[112578]: pgmap v1883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:41 smithi016 ceph-mon[96085]: pgmap v1883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:42.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:42.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:43:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:43:43.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:43.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:43 smithi098 ceph-mon[112578]: pgmap v1884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:43 smithi016 ceph-mon[96085]: pgmap v1884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:44.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:44.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:45.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:45.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:46.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:46.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:46 smithi098 ceph-mon[112578]: pgmap v1885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:46 smithi016 ceph-mon[96085]: pgmap v1885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:47.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:47.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:48.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:48.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:48 smithi098 ceph-mon[112578]: pgmap v1886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:43:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:48 smithi016 ceph-mon[96085]: pgmap v1886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:43:49.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:49.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:50.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:50.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:50 smithi016 ceph-mon[96085]: pgmap v1887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:50 smithi098 ceph-mon[112578]: pgmap v1887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:51.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:51.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:52.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:52.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:52 smithi098 ceph-mon[112578]: pgmap v1888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:52 smithi016 ceph-mon[96085]: pgmap v1888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:53.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:53.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:54.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:54.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:54 smithi098 ceph-mon[112578]: pgmap v1889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:54 smithi016 ceph-mon[96085]: pgmap v1889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:55.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:55.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:56.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:56.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:56 smithi098 ceph-mon[112578]: pgmap v1890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:56 smithi016 ceph-mon[96085]: pgmap v1890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:43:57.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:57.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:43:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:43:58.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:58.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:43:58 smithi098 ceph-mon[112578]: pgmap v1891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:43:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:43:58 smithi016 ceph-mon[96085]: pgmap v1891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:43:59.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:43:59.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:00.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:00.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:00 smithi016 ceph-mon[96085]: pgmap v1892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:01.184 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:00 smithi098 ceph-mon[112578]: pgmap v1892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:01.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:01.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:02.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:02.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:02 smithi098 ceph-mon[112578]: pgmap v1893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:02 smithi016 ceph-mon[96085]: pgmap v1893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:03.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:03.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:04.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:04.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:04 smithi098 ceph-mon[112578]: pgmap v1894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:04 smithi016 ceph-mon[96085]: pgmap v1894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:05.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:05.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:06.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:06.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:06 smithi098 ceph-mon[112578]: pgmap v1895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:06 smithi016 ceph-mon[96085]: pgmap v1895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:07.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:07.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:08.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:08.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:08 smithi098 ceph-mon[112578]: pgmap v1896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:44:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:08 smithi016 ceph-mon[96085]: pgmap v1896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:44:09.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:09.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:10.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:10.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:10 smithi016 ceph-mon[96085]: pgmap v1897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:10 smithi098 ceph-mon[112578]: pgmap v1897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:11.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:11.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:12.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:12.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:12 smithi098 ceph-mon[112578]: pgmap v1898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:44:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:12 smithi016 ceph-mon[96085]: pgmap v1898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:44:13.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:13.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:14.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:14.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:14 smithi098 ceph-mon[112578]: pgmap v1899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:14 smithi016 ceph-mon[96085]: pgmap v1899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:15.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:15.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:16.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:16.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:16 smithi098 ceph-mon[112578]: pgmap v1900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:16 smithi016 ceph-mon[96085]: pgmap v1900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:17.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:17.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:18.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:18.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:18 smithi098 ceph-mon[112578]: pgmap v1901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:44:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:18 smithi016 ceph-mon[96085]: pgmap v1901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:44:19.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:19.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:20.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:20.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:20 smithi016 ceph-mon[96085]: pgmap v1902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:20 smithi098 ceph-mon[112578]: pgmap v1902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:21.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:21.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:22.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:22.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:22 smithi098 ceph-mon[112578]: pgmap v1903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:22 smithi016 ceph-mon[96085]: pgmap v1903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:23.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:23.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:44:24.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:44:24.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:44:24.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:44:24.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:44:24.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:44:24.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:44:24.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:44:24.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:44:24.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:44:24.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:44:24.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:44:24.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:44:24.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:44:24.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:44:24.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:44:24.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:24.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:24 smithi098 ceph-mon[112578]: pgmap v1904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:24 smithi016 ceph-mon[96085]: pgmap v1904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:25.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:25.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:26.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:26.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:26 smithi098 ceph-mon[112578]: pgmap v1905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:26 smithi016 ceph-mon[96085]: pgmap v1905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:27.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:27.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:28.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:44:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:44:28.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:28.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:28 smithi098 ceph-mon[112578]: pgmap v1906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:44:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:28 smithi016 ceph-mon[96085]: pgmap v1906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:44:29.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:29.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:30.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:30.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:30 smithi016 ceph-mon[96085]: pgmap v1907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:30 smithi098 ceph-mon[112578]: pgmap v1907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:31.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:31.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:32.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:32.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:32 smithi098 ceph-mon[112578]: pgmap v1908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:32 smithi016 ceph-mon[96085]: pgmap v1908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:33.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:33.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:34.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:34.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:34 smithi098 ceph-mon[112578]: pgmap v1909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:34 smithi016 ceph-mon[96085]: pgmap v1909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:35.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:35.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:36.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:36.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:36 smithi098 ceph-mon[112578]: pgmap v1910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:37.348 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:36 smithi016 ceph-mon[96085]: pgmap v1910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:37.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:37.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:38.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:38.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:38 smithi098 ceph-mon[112578]: pgmap v1911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:44:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:38 smithi016 ceph-mon[96085]: pgmap v1911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:44:39.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:39.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:40.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:40.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:41.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:40 smithi016 ceph-mon[96085]: pgmap v1912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:40 smithi098 ceph-mon[112578]: pgmap v1912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:41.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:41.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:42.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:42.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:42 smithi098 ceph-mon[112578]: pgmap v1913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:44:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:42 smithi016 ceph-mon[96085]: pgmap v1913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:44:43.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:43.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:44.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:44.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:44 smithi098 ceph-mon[112578]: pgmap v1914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:44 smithi016 ceph-mon[96085]: pgmap v1914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:45.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:45.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:46.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:46.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:46 smithi098 ceph-mon[112578]: pgmap v1915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:46 smithi016 ceph-mon[96085]: pgmap v1915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:47.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:47.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:48.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:48.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:48 smithi098 ceph-mon[112578]: pgmap v1916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:44:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:48 smithi016 ceph-mon[96085]: pgmap v1916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:44:49.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:49.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:50.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:50.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:50 smithi016 ceph-mon[96085]: pgmap v1917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:50 smithi098 ceph-mon[112578]: pgmap v1917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:51.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:51.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:52.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:52.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:52 smithi098 ceph-mon[112578]: pgmap v1918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:52 smithi016 ceph-mon[96085]: pgmap v1918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:53.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:53.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:54.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:54.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:54 smithi098 ceph-mon[112578]: pgmap v1919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:54 smithi016 ceph-mon[96085]: pgmap v1919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:55.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:55.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:56.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:56.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:56 smithi098 ceph-mon[112578]: pgmap v1920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:56 smithi016 ceph-mon[96085]: pgmap v1920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:44:57.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:57.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:44:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:44:58.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:58.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:58 smithi098 ceph-mon[112578]: pgmap v1921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:44:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:58 smithi016 ceph-mon[96085]: pgmap v1921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:44:59.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:44:59.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:00.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:44:59 smithi098 ceph-mon[112578]: pgmap v1922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:44:59 smithi016 ceph-mon[96085]: pgmap v1922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:00.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:00.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:01.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:01.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:02.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:02.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:02 smithi098 ceph-mon[112578]: pgmap v1923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:02 smithi016 ceph-mon[96085]: pgmap v1923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:03.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:03.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:04.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:04.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:04 smithi098 ceph-mon[112578]: pgmap v1924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:04 smithi016 ceph-mon[96085]: pgmap v1924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:05.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:05.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:06.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:06.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:06 smithi016 ceph-mon[96085]: pgmap v1925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:06 smithi098 ceph-mon[112578]: pgmap v1925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:07.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:08.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:08.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:08.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:08 smithi098 ceph-mon[112578]: pgmap v1926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:45:09.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:08 smithi016 ceph-mon[96085]: pgmap v1926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:45:09.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:09.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:10.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:10.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:10 smithi016 ceph-mon[96085]: pgmap v1927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:10 smithi098 ceph-mon[112578]: pgmap v1927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:11.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:11.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:13.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:13.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:12 smithi098 ceph-mon[112578]: pgmap v1928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:45:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:12 smithi016 ceph-mon[96085]: pgmap v1928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:45:14.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:14.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:15.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:15.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:14 smithi098 ceph-mon[112578]: pgmap v1929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:14 smithi016 ceph-mon[96085]: pgmap v1929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:16.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:16.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:17.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:17.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:16 smithi016 ceph-mon[96085]: pgmap v1930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:16 smithi098 ceph-mon[112578]: pgmap v1930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:18.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:18.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:19.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:19.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:18 smithi098 ceph-mon[112578]: pgmap v1931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:45:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:18 smithi016 ceph-mon[96085]: pgmap v1931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:45:20.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:20.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:21.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:21.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:20 smithi016 ceph-mon[96085]: pgmap v1932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:20 smithi098 ceph-mon[112578]: pgmap v1932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:22.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:22.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:23.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:23.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:22 smithi098 ceph-mon[112578]: pgmap v1933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:22 smithi016 ceph-mon[96085]: pgmap v1933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:24.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:24.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:25.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:25.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:24 smithi098 ceph-mon[112578]: pgmap v1934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:45:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:45:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:45:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:45:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:45:25.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:45:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:24 smithi016 ceph-mon[96085]: pgmap v1934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:45:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:45:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:45:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:45:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:45:25.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:45:26.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:26.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:27.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:27.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:26 smithi098 ceph-mon[112578]: pgmap v1935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:26 smithi016 ceph-mon[96085]: pgmap v1935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:28.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:28.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:45:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:45:29.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:29.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:28 smithi098 ceph-mon[112578]: pgmap v1936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:45:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:28 smithi016 ceph-mon[96085]: pgmap v1936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:45:30.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:30.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:31.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:31.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:30 smithi098 ceph-mon[112578]: pgmap v1937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:30 smithi016 ceph-mon[96085]: pgmap v1937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:32.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:32.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:33.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:33.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:32 smithi098 ceph-mon[112578]: pgmap v1938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:32 smithi016 ceph-mon[96085]: pgmap v1938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:34.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:34.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:35.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:35.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:35.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:34 smithi098 ceph-mon[112578]: pgmap v1939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:34 smithi016 ceph-mon[96085]: pgmap v1939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:36.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:36.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:37.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:37.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:37.187 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:36 smithi098 ceph-mon[112578]: pgmap v1940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:36 smithi016 ceph-mon[96085]: pgmap v1940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:38.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:38.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:39.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:39.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:38 smithi098 ceph-mon[112578]: pgmap v1941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:45:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:38 smithi016 ceph-mon[96085]: pgmap v1941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:45:40.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:40.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:41.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:41.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:40 smithi098 ceph-mon[112578]: pgmap v1942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:41.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:40 smithi016 ceph-mon[96085]: pgmap v1942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:42.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:42.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:42.239 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:41 smithi098 ceph-mon[112578]: pgmap v1943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:41 smithi016 ceph-mon[96085]: pgmap v1943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:43.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:43.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:45:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:45:44.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:44.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:43 smithi098 ceph-mon[112578]: pgmap v1944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:43 smithi016 ceph-mon[96085]: pgmap v1944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:45.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:45.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:46.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:46.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:47.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:47.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:46 smithi098 ceph-mon[112578]: pgmap v1945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:46 smithi016 ceph-mon[96085]: pgmap v1945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:48.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:48.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:49.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:49.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:48 smithi098 ceph-mon[112578]: pgmap v1946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:45:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:48 smithi016 ceph-mon[96085]: pgmap v1946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:45:50.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:50.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:51.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:51.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:50 smithi016 ceph-mon[96085]: pgmap v1947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:50 smithi098 ceph-mon[112578]: pgmap v1947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:52.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:52.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:53.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:53.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:52 smithi098 ceph-mon[112578]: pgmap v1948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:52 smithi016 ceph-mon[96085]: pgmap v1948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:54.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:54.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:55.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:55.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:54 smithi098 ceph-mon[112578]: pgmap v1949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:54 smithi016 ceph-mon[96085]: pgmap v1949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:56.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:56.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:57.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:57.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:57.236 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:56 smithi016 ceph-mon[96085]: pgmap v1950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:56 smithi098 ceph-mon[112578]: pgmap v1950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:45:58.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:58.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:45:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:45:59.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:45:59.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:45:58 smithi098 ceph-mon[112578]: pgmap v1951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:45:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:45:58 smithi016 ceph-mon[96085]: pgmap v1951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:46:00.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:00.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:01.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:01.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:01.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:00 smithi016 ceph-mon[96085]: pgmap v1952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:00 smithi098 ceph-mon[112578]: pgmap v1952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:02.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:02.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:03.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:03.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:02 smithi098 ceph-mon[112578]: pgmap v1953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:02 smithi016 ceph-mon[96085]: pgmap v1953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:04.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:04.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:05.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:05.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:04 smithi098 ceph-mon[112578]: pgmap v1954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:04 smithi016 ceph-mon[96085]: pgmap v1954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:06.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:06.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:07.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:07.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:06 smithi098 ceph-mon[112578]: pgmap v1955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:06 smithi016 ceph-mon[96085]: pgmap v1955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:08.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:08.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:09.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:09.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:08 smithi098 ceph-mon[112578]: pgmap v1956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:46:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:08 smithi016 ceph-mon[96085]: pgmap v1956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:46:10.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:10.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:11.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:11.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:10 smithi098 ceph-mon[112578]: pgmap v1957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:10 smithi016 ceph-mon[96085]: pgmap v1957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:12.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:12.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:13.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:13.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:12 smithi098 ceph-mon[112578]: pgmap v1958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:46:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:12 smithi016 ceph-mon[96085]: pgmap v1958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:46:14.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:14.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:15.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:15.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:14 smithi098 ceph-mon[112578]: pgmap v1959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:14 smithi016 ceph-mon[96085]: pgmap v1959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:16.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:16.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:17.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:17.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:16 smithi098 ceph-mon[112578]: pgmap v1960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:16 smithi016 ceph-mon[96085]: pgmap v1960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:18.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:18.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:19.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:19.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:18 smithi098 ceph-mon[112578]: pgmap v1961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:46:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:18 smithi016 ceph-mon[96085]: pgmap v1961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:46:20.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:20.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:21.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:21.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:20 smithi098 ceph-mon[112578]: pgmap v1962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:20 smithi016 ceph-mon[96085]: pgmap v1962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:22.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:22.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:21 smithi098 ceph-mon[112578]: pgmap v1963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:21 smithi016 ceph-mon[96085]: pgmap v1963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:23.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:23.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:24.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:24.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:24 smithi098 ceph-mon[112578]: pgmap v1964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:46:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:24 smithi016 ceph-mon[96085]: pgmap v1964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:46:25.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:25.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:26.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:26.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:26 smithi098 ceph-mon[112578]: pgmap v1965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:26 smithi016 ceph-mon[96085]: pgmap v1965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:27.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:27.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:46:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:46:28.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:28.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:28 smithi098 ceph-mon[112578]: pgmap v1966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:46:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:28 smithi016 ceph-mon[96085]: pgmap v1966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:46:29.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:29.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:30.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:30.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:30 smithi098 ceph-mon[112578]: pgmap v1967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:30.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:46:30.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:46:30.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:30.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:46:30.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:30 smithi016 ceph-mon[96085]: pgmap v1967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:46:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:46:30.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:30.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:46:30.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:46:31.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:31.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:32.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:32.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:32 smithi016 ceph-mon[96085]: pgmap v1968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:33.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:33.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:32 smithi098 ceph-mon[112578]: pgmap v1968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:34.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:34.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:35.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:35.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:34 smithi098 ceph-mon[112578]: pgmap v1969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:34 smithi016 ceph-mon[96085]: pgmap v1969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:36.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:36.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:37.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:37.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:37.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:36 smithi098 ceph-mon[112578]: pgmap v1970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:36 smithi016 ceph-mon[96085]: pgmap v1970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:38.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:38.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:39.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:39.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:38 smithi098 ceph-mon[112578]: pgmap v1971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:46:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:38 smithi016 ceph-mon[96085]: pgmap v1971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:46:40.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:40.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:41.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:41.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:40 smithi016 ceph-mon[96085]: pgmap v1972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:40 smithi098 ceph-mon[112578]: pgmap v1972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:42.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:42.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:42 smithi016 ceph-mon[96085]: pgmap v1973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:46:43.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:43.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:42 smithi098 ceph-mon[112578]: pgmap v1973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:46:44.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:44.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:45.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:45.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:45.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:44 smithi098 ceph-mon[112578]: pgmap v1974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:44 smithi016 ceph-mon[96085]: pgmap v1974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:46.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:46.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:47.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:47.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:46 smithi098 ceph-mon[112578]: pgmap v1975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:46 smithi016 ceph-mon[96085]: pgmap v1975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:48.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:48.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:49.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:49.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:48 smithi098 ceph-mon[112578]: pgmap v1976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:46:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:48 smithi016 ceph-mon[96085]: pgmap v1976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:46:50.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:50.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:51.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:51.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:50 smithi098 ceph-mon[112578]: pgmap v1977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:50 smithi016 ceph-mon[96085]: pgmap v1977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:52.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:52.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:53.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:53.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:52 smithi098 ceph-mon[112578]: pgmap v1978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:52 smithi016 ceph-mon[96085]: pgmap v1978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:54.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:54.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:55.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:55.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:54 smithi098 ceph-mon[112578]: pgmap v1979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:54 smithi016 ceph-mon[96085]: pgmap v1979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:56.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:56.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:57.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:57.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:56 smithi098 ceph-mon[112578]: pgmap v1980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:56 smithi016 ceph-mon[96085]: pgmap v1980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:46:58.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:58.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:46:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:46:59.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:46:59.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:46:58 smithi098 ceph-mon[112578]: pgmap v1981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:46:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:46:58 smithi016 ceph-mon[96085]: pgmap v1981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:47:00.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:00.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:01.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:01.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:00 smithi098 ceph-mon[112578]: pgmap v1982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:00 smithi016 ceph-mon[96085]: pgmap v1982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:02.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:02.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:03.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:03.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:02 smithi098 ceph-mon[112578]: pgmap v1983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:02 smithi016 ceph-mon[96085]: pgmap v1983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:04.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:04.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:03 smithi098 ceph-mon[112578]: pgmap v1984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:03 smithi016 ceph-mon[96085]: pgmap v1984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:05.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:05.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:06.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:06.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:07.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:07.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:06 smithi098 ceph-mon[112578]: pgmap v1985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:06 smithi016 ceph-mon[96085]: pgmap v1985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:08.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:08.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:09.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:09.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:08 smithi098 ceph-mon[112578]: pgmap v1986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:47:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:08 smithi016 ceph-mon[96085]: pgmap v1986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:47:10.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:10.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:10 smithi016 ceph-mon[96085]: pgmap v1987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:11.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:11.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:10 smithi098 ceph-mon[112578]: pgmap v1987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:12.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:12.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:13.196 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:12 smithi098 ceph-mon[112578]: pgmap v1988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:13.196 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:47:13.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:13.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:12 smithi016 ceph-mon[96085]: pgmap v1988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:47:14.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:14.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:15.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:15.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:14 smithi098 ceph-mon[112578]: pgmap v1989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:14 smithi016 ceph-mon[96085]: pgmap v1989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:16.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:16.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:17.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:17.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:16 smithi098 ceph-mon[112578]: pgmap v1990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:16 smithi016 ceph-mon[96085]: pgmap v1990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:18.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:18.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:19.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:19.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:18 smithi098 ceph-mon[112578]: pgmap v1991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:47:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:18 smithi016 ceph-mon[96085]: pgmap v1991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:47:20.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:20.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:21.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:21.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:20 smithi098 ceph-mon[112578]: pgmap v1992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:20 smithi016 ceph-mon[96085]: pgmap v1992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:22.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:22.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:23.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:23.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:23.228 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:22 smithi016 ceph-mon[96085]: pgmap v1993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:22 smithi098 ceph-mon[112578]: pgmap v1993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:24.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:24.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:25.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:25.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:24 smithi098 ceph-mon[112578]: pgmap v1994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:24 smithi016 ceph-mon[96085]: pgmap v1994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:26.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:26.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:27.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:27.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:26 smithi098 ceph-mon[112578]: pgmap v1995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:26 smithi016 ceph-mon[96085]: pgmap v1995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:28.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:28.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:47:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:47:29.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:29.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:28 smithi098 ceph-mon[112578]: pgmap v1996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:47:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:28 smithi016 ceph-mon[96085]: pgmap v1996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:47:30.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:30.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:31.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:31.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:30 smithi098 ceph-mon[112578]: pgmap v1997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:47:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:47:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:47:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:47:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:47:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:47:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:30 smithi016 ceph-mon[96085]: pgmap v1997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:47:31.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:47:31.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:47:31.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:47:31.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:47:31.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:47:32.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:32.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:33.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:33.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:32 smithi098 ceph-mon[112578]: pgmap v1998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:32 smithi016 ceph-mon[96085]: pgmap v1998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:34.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:34.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:35.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:35.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:34 smithi098 ceph-mon[112578]: pgmap v1999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:34 smithi016 ceph-mon[96085]: pgmap v1999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:36.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:36.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:37.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:37.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:36 smithi098 ceph-mon[112578]: pgmap v2000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:36 smithi016 ceph-mon[96085]: pgmap v2000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:38.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:38.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:38.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:37 smithi098 ceph-mon[112578]: pgmap v2001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:47:38.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:37 smithi016 ceph-mon[96085]: pgmap v2001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:47:39.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:39.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:40.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:40.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:40 smithi098 ceph-mon[112578]: pgmap v2002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:40 smithi016 ceph-mon[96085]: pgmap v2002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:41.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:41.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:42.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:42.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:43.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:43.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:42 smithi098 ceph-mon[112578]: pgmap v2003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:47:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:42 smithi016 ceph-mon[96085]: pgmap v2003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:47:44.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:44.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:45.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:45.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:44 smithi098 ceph-mon[112578]: pgmap v2004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:44 smithi016 ceph-mon[96085]: pgmap v2004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:46.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:46.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:47.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:47.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:46 smithi098 ceph-mon[112578]: pgmap v2005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:46 smithi098 ceph-mon[112578]: osdmap e52: 8 total, 8 up, 8 in 2023-10-16T21:47:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:46 smithi016 ceph-mon[96085]: pgmap v2005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:47:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:46 smithi016 ceph-mon[96085]: osdmap e52: 8 total, 8 up, 8 in 2023-10-16T21:47:48.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:48.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:49.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:49.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:48 smithi098 ceph-mon[112578]: pgmap v2007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:47:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:48 smithi016 ceph-mon[96085]: pgmap v2007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:47:50.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:50.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:50 smithi098 ceph-mon[112578]: pgmap v2008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:47:51.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:51.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:50 smithi016 ceph-mon[96085]: pgmap v2008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:47:52.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:52.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:52 smithi098 ceph-mon[112578]: pgmap v2009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:47:53.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:53.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:52 smithi016 ceph-mon[96085]: pgmap v2009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:47:54.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:54.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:54 smithi098 ceph-mon[112578]: pgmap v2010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:47:55.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:55.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:54 smithi016 ceph-mon[96085]: pgmap v2010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:47:56.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:56.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:56 smithi098 ceph-mon[112578]: pgmap v2011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:47:57.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:57.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:56 smithi016 ceph-mon[96085]: pgmap v2011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:47:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:47:58.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:58.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:47:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:47:58 smithi098 ceph-mon[112578]: pgmap v2012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-10-16T21:47:59.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:47:59.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:47:58 smithi016 ceph-mon[96085]: pgmap v2012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-10-16T21:48:00.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:00.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:00 smithi098 ceph-mon[112578]: pgmap v2013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:00 smithi016 ceph-mon[96085]: pgmap v2013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:01.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:01.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:02.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:02.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:02 smithi098 ceph-mon[112578]: pgmap v2014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:02 smithi016 ceph-mon[96085]: pgmap v2014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:03.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:03.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:04.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:04.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:04 smithi098 ceph-mon[112578]: pgmap v2015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:04 smithi016 ceph-mon[96085]: pgmap v2015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:05.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:05.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:06.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:06.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:07.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:06 smithi098 ceph-mon[112578]: pgmap v2016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:06 smithi016 ceph-mon[96085]: pgmap v2016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:07.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:07.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:08.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:08.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:08 smithi016 ceph-mon[96085]: pgmap v2017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:48:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:08 smithi098 ceph-mon[112578]: pgmap v2017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:48:09.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:09.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:10.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:10.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:10 smithi098 ceph-mon[112578]: pgmap v2018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:10 smithi016 ceph-mon[96085]: pgmap v2018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:11.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:11.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:12.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:12.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:12 smithi098 ceph-mon[112578]: pgmap v2019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:48:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:12 smithi016 ceph-mon[96085]: pgmap v2019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:48:13.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:13.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:14.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:14.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:14 smithi098 ceph-mon[112578]: pgmap v2020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:14 smithi016 ceph-mon[96085]: pgmap v2020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:15.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:15.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:16.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:16.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:16 smithi098 ceph-mon[112578]: pgmap v2021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:16 smithi016 ceph-mon[96085]: pgmap v2021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:17.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:17.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:18 smithi098 ceph-mon[112578]: pgmap v2022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:48:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:17 smithi016 ceph-mon[96085]: pgmap v2022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:48:18.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:18.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:19.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:19.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:20.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:20.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:20 smithi016 ceph-mon[96085]: pgmap v2023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:21.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:20 smithi098 ceph-mon[112578]: pgmap v2023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:21.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:21.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:22.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:22.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:22 smithi098 ceph-mon[112578]: pgmap v2024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:22 smithi016 ceph-mon[96085]: pgmap v2024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:23.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:23.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:24.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:24.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:24 smithi098 ceph-mon[112578]: pgmap v2025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:24 smithi016 ceph-mon[96085]: pgmap v2025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:25.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:25.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:26.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:26.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:26 smithi098 ceph-mon[112578]: pgmap v2026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:26 smithi016 ceph-mon[96085]: pgmap v2026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:27.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:27.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:48:28.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:48:28.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:28.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:28 smithi098 ceph-mon[112578]: pgmap v2027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:48:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:28 smithi016 ceph-mon[96085]: pgmap v2027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:48:29.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:29.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:30.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:30.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:30 smithi098 ceph-mon[112578]: pgmap v2028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:48:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:30 smithi016 ceph-mon[96085]: pgmap v2028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:48:31.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:31.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:48:32.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:48:32.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:48:32.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:48:32.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:48:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:48:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:48:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:48:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:48:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:48:32.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:32.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:32 smithi098 ceph-mon[112578]: pgmap v2029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:32 smithi016 ceph-mon[96085]: pgmap v2029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:33.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:33.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:34.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:34.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:34 smithi098 ceph-mon[112578]: pgmap v2030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:34 smithi016 ceph-mon[96085]: pgmap v2030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:35.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:35.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:36.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:36.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:36 smithi098 ceph-mon[112578]: pgmap v2031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:36 smithi016 ceph-mon[96085]: pgmap v2031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:37.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:37.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:38.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:38.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:38 smithi098 ceph-mon[112578]: pgmap v2032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:48:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:38 smithi016 ceph-mon[96085]: pgmap v2032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:48:39.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:39.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:40.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:40.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:40 smithi098 ceph-mon[112578]: pgmap v2033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:40 smithi016 ceph-mon[96085]: pgmap v2033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:41.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:41.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:42.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:42.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:42 smithi098 ceph-mon[112578]: pgmap v2034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:48:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:42 smithi016 ceph-mon[96085]: pgmap v2034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:48:43.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:43.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:44.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:44.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:44 smithi098 ceph-mon[112578]: pgmap v2035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:44 smithi016 ceph-mon[96085]: pgmap v2035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:45.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:45.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:46.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:46.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:46 smithi098 ceph-mon[112578]: pgmap v2036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:46 smithi016 ceph-mon[96085]: pgmap v2036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:47.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:47.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:48.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:48 smithi098 ceph-mon[112578]: pgmap v2037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:48:48.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:48 smithi016 ceph-mon[96085]: pgmap v2037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:48:48.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:48.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:49.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:49.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:50.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:50.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:50 smithi016 ceph-mon[96085]: pgmap v2038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:50 smithi098 ceph-mon[112578]: pgmap v2038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:51.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:51.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:52.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:52.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:52 smithi098 ceph-mon[112578]: pgmap v2039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:53.293 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:52 smithi016 ceph-mon[96085]: pgmap v2039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:53.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:53.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:54.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:54.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:54 smithi098 ceph-mon[112578]: pgmap v2040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:54 smithi016 ceph-mon[96085]: pgmap v2040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:55.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:55.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:56.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:56.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:56 smithi098 ceph-mon[112578]: pgmap v2041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:56 smithi016 ceph-mon[96085]: pgmap v2041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:48:57.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:57.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:48:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:48:58.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:58.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:48:58 smithi098 ceph-mon[112578]: pgmap v2042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:48:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:48:58 smithi016 ceph-mon[96085]: pgmap v2042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:48:59.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:48:59.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:00.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:00.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:00 smithi098 ceph-mon[112578]: pgmap v2043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:00 smithi016 ceph-mon[96085]: pgmap v2043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:01.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:01.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:02.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:02.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:02 smithi098 ceph-mon[112578]: pgmap v2044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:02 smithi016 ceph-mon[96085]: pgmap v2044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:03.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:03.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:04.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:04.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:04 smithi098 ceph-mon[112578]: pgmap v2045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:04 smithi016 ceph-mon[96085]: pgmap v2045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:05.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:05.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:06.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:06.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:06 smithi098 ceph-mon[112578]: pgmap v2046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:06 smithi016 ceph-mon[96085]: pgmap v2046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:07.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:07.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:08.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:08.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:08 smithi098 ceph-mon[112578]: pgmap v2047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:49:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:08 smithi016 ceph-mon[96085]: pgmap v2047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:49:09.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:09.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:10.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:10.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:10 smithi098 ceph-mon[112578]: pgmap v2048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:10 smithi016 ceph-mon[96085]: pgmap v2048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:11.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:11.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:12.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:12.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:12 smithi098 ceph-mon[112578]: pgmap v2049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:49:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:12 smithi016 ceph-mon[96085]: pgmap v2049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:49:13.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:13.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:14.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:14.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:14 smithi098 ceph-mon[112578]: pgmap v2050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:14 smithi016 ceph-mon[96085]: pgmap v2050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:15.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:15.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:16.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:16.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:16 smithi098 ceph-mon[112578]: pgmap v2051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:16 smithi016 ceph-mon[96085]: pgmap v2051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:17.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:17.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:18 smithi098 ceph-mon[112578]: pgmap v2052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:49:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:18 smithi016 ceph-mon[96085]: pgmap v2052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:49:18.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:18.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:19.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:19.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:20.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:20.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:20 smithi016 ceph-mon[96085]: pgmap v2053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:20 smithi098 ceph-mon[112578]: pgmap v2053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:21.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:21.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:22.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:22.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:22 smithi098 ceph-mon[112578]: pgmap v2054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:22 smithi016 ceph-mon[96085]: pgmap v2054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:23.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:23.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:24.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:24.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:24 smithi098 ceph-mon[112578]: pgmap v2055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:24 smithi016 ceph-mon[96085]: pgmap v2055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:25.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:25.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:26.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:26.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:26 smithi098 ceph-mon[112578]: pgmap v2056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:26 smithi016 ceph-mon[96085]: pgmap v2056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:27.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:27.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:49:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:49:28.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:28.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:28 smithi098 ceph-mon[112578]: pgmap v2057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:49:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:28 smithi016 ceph-mon[96085]: pgmap v2057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:49:29.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:29.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:30.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:30.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:30 smithi098 ceph-mon[112578]: pgmap v2058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:30 smithi016 ceph-mon[96085]: pgmap v2058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:31.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:31.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:32.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:49:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:49:32.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:32.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:32 smithi098 ceph-mon[112578]: pgmap v2059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:32 smithi016 ceph-mon[96085]: pgmap v2059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:33.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:33.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:34.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:34.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:34 smithi016 ceph-mon[96085]: pgmap v2060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:49:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:49:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:49:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:49:35.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:49:35.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:49:35.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:49:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:34 smithi098 ceph-mon[112578]: pgmap v2060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:35.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:49:35.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:49:35.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:49:35.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:49:35.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:49:35.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:49:35.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:49:35.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:35.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:36.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:36.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:36 smithi098 ceph-mon[112578]: pgmap v2061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:36 smithi016 ceph-mon[96085]: pgmap v2061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:37.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:37.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:38.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:38.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:38 smithi098 ceph-mon[112578]: pgmap v2062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:49:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:38 smithi016 ceph-mon[96085]: pgmap v2062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:49:39.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:39.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:40.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:40.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:40 smithi098 ceph-mon[112578]: pgmap v2063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:41.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:40 smithi016 ceph-mon[96085]: pgmap v2063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:41.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:41.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:42.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:42.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:42 smithi098 ceph-mon[112578]: pgmap v2064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:49:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:42 smithi016 ceph-mon[96085]: pgmap v2064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:49:43.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:43.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:44.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:44.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:44 smithi098 ceph-mon[112578]: pgmap v2065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:44 smithi016 ceph-mon[96085]: pgmap v2065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:45.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:45.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:46.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:46.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:46 smithi098 ceph-mon[112578]: pgmap v2066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:46 smithi016 ceph-mon[96085]: pgmap v2066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:47.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:47.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:48.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:48.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:48 smithi098 ceph-mon[112578]: pgmap v2067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:49:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:48 smithi016 ceph-mon[96085]: pgmap v2067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:49:49.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:49.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:50.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:50.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:50 smithi098 ceph-mon[112578]: pgmap v2068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:50 smithi016 ceph-mon[96085]: pgmap v2068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:51.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:51.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:52.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:52.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:52 smithi098 ceph-mon[112578]: pgmap v2069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:52 smithi016 ceph-mon[96085]: pgmap v2069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:53.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:53.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:54.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:54.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:54 smithi098 ceph-mon[112578]: pgmap v2070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:54 smithi016 ceph-mon[96085]: pgmap v2070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:55.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:55.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:56.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:56.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:56 smithi098 ceph-mon[112578]: pgmap v2071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:56 smithi016 ceph-mon[96085]: pgmap v2071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:49:57.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:57.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:49:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:49:58.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:58.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:49:58 smithi098 ceph-mon[112578]: pgmap v2072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:49:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:49:58 smithi016 ceph-mon[96085]: pgmap v2072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:49:59.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:49:59.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:00.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:00.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:00 smithi098 ceph-mon[112578]: pgmap v2073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:01.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T21:50:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:00 smithi016 ceph-mon[96085]: pgmap v2073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T21:50:01.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:01.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:02.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:02.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:02 smithi098 ceph-mon[112578]: pgmap v2074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:02 smithi016 ceph-mon[96085]: pgmap v2074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:03.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:03.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:04.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:04.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:04 smithi098 ceph-mon[112578]: pgmap v2075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:04 smithi016 ceph-mon[96085]: pgmap v2075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:05.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:05.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:06.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:06.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:06 smithi098 ceph-mon[112578]: pgmap v2076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:06 smithi016 ceph-mon[96085]: pgmap v2076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:07.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:07.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:08.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:08.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:08 smithi098 ceph-mon[112578]: pgmap v2077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:50:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:08 smithi016 ceph-mon[96085]: pgmap v2077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:50:09.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:09.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:10.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:10.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:10 smithi098 ceph-mon[112578]: pgmap v2078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:10 smithi016 ceph-mon[96085]: pgmap v2078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:11.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:11.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:12.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:12.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:12 smithi098 ceph-mon[112578]: pgmap v2079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:50:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:12 smithi016 ceph-mon[96085]: pgmap v2079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:50:13.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:13.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:13 smithi098 ceph-mon[112578]: pgmap v2080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:13 smithi016 ceph-mon[96085]: pgmap v2080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:14.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:14.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:15.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:15.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:16.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:16.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:16 smithi098 ceph-mon[112578]: pgmap v2081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:16 smithi016 ceph-mon[96085]: pgmap v2081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:17.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:17.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:18.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:18.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:18 smithi098 ceph-mon[112578]: pgmap v2082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:50:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:18 smithi016 ceph-mon[96085]: pgmap v2082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:50:19.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:19.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:20.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:20.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:20 smithi098 ceph-mon[112578]: pgmap v2083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:20 smithi016 ceph-mon[96085]: pgmap v2083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:21.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:21.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:22.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:22.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:22 smithi098 ceph-mon[112578]: pgmap v2084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:22 smithi016 ceph-mon[96085]: pgmap v2084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:23.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:23.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:24.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:24.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:25.208 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:24 smithi098 ceph-mon[112578]: pgmap v2085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:24 smithi016 ceph-mon[96085]: pgmap v2085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:25.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:25.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:26.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:26.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:26 smithi098 ceph-mon[112578]: pgmap v2086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:26 smithi016 ceph-mon[96085]: pgmap v2086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:27.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:27.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:50:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:50:28.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:28.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:28 smithi098 ceph-mon[112578]: pgmap v2087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:50:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:28 smithi016 ceph-mon[96085]: pgmap v2087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:50:29.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:29.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:30.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:30.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:30 smithi098 ceph-mon[112578]: pgmap v2088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:30 smithi016 ceph-mon[96085]: pgmap v2088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:31.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:31.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:32.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:32.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:32 smithi098 ceph-mon[112578]: pgmap v2089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:32 smithi016 ceph-mon[96085]: pgmap v2089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:33.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:33.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:34.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:34.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:34 smithi098 ceph-mon[112578]: pgmap v2090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:35.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:50:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:34 smithi016 ceph-mon[96085]: pgmap v2090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:50:35.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:35.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:36.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:36.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:36 smithi098 ceph-mon[112578]: pgmap v2091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:36 smithi016 ceph-mon[96085]: pgmap v2091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:37.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:37.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:38.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:38.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:38 smithi098 ceph-mon[112578]: pgmap v2092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:50:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:38 smithi016 ceph-mon[96085]: pgmap v2092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:50:39.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:39.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:40.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:40.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:50:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:50:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:40 smithi098 ceph-mon[112578]: pgmap v2093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:50:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:50:40.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:50:40.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:50:40.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:50:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:50:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:50:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:40 smithi016 ceph-mon[96085]: pgmap v2093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:50:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:50:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:50:40.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:50:40.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:50:41.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:41.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:42.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:42.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:42 smithi098 ceph-mon[112578]: pgmap v2094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:50:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:42 smithi016 ceph-mon[96085]: pgmap v2094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:50:43.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:43.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:44.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:44.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:44 smithi098 ceph-mon[112578]: pgmap v2095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:44 smithi016 ceph-mon[96085]: pgmap v2095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:45.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:45.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:46.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:46.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:46 smithi098 ceph-mon[112578]: pgmap v2096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:46 smithi016 ceph-mon[96085]: pgmap v2096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:47.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:47.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:48.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:48.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:48 smithi098 ceph-mon[112578]: pgmap v2097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:50:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:48 smithi016 ceph-mon[96085]: pgmap v2097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:50:49.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:49.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:50.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:50.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:51.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:50 smithi098 ceph-mon[112578]: pgmap v2098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:50 smithi016 ceph-mon[96085]: pgmap v2098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:51.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:51.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:52.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:52.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:52 smithi098 ceph-mon[112578]: pgmap v2099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:52 smithi016 ceph-mon[96085]: pgmap v2099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:53.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:53.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:54.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:54.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:54 smithi098 ceph-mon[112578]: pgmap v2100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:54 smithi016 ceph-mon[96085]: pgmap v2100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:55.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:55.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:56.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:56.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:56 smithi098 ceph-mon[112578]: pgmap v2101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:57.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:56 smithi016 ceph-mon[96085]: pgmap v2101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:50:57.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:57.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:50:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:50:58.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:58.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:50:58 smithi098 ceph-mon[112578]: pgmap v2102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:50:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:50:58 smithi016 ceph-mon[96085]: pgmap v2102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:50:59.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:50:59.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:00.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:00.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:00 smithi098 ceph-mon[112578]: pgmap v2103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:01.306 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:00 smithi016 ceph-mon[96085]: pgmap v2103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:01.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:01.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:02.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:01 smithi098 ceph-mon[112578]: pgmap v2104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:01 smithi016 ceph-mon[96085]: pgmap v2104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:02.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:02.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:03.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:03.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:04.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:04.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:04 smithi098 ceph-mon[112578]: pgmap v2105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:04 smithi016 ceph-mon[96085]: pgmap v2105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:05.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:05.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:06.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:06.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:06 smithi098 ceph-mon[112578]: pgmap v2106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:06 smithi016 ceph-mon[96085]: pgmap v2106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:07.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:07.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:08.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:08.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:08 smithi098 ceph-mon[112578]: pgmap v2107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:51:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:08 smithi016 ceph-mon[96085]: pgmap v2107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:51:09.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:09.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:10.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:10.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:10 smithi016 ceph-mon[96085]: pgmap v2108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:10 smithi098 ceph-mon[112578]: pgmap v2108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:11.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:11.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:12.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:12.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:12 smithi098 ceph-mon[112578]: pgmap v2109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:51:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:12 smithi016 ceph-mon[96085]: pgmap v2109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:51:13.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:13.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:14.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:14.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:14 smithi098 ceph-mon[112578]: pgmap v2110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:14 smithi016 ceph-mon[96085]: pgmap v2110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:15.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:15.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:16.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:16.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:16 smithi098 ceph-mon[112578]: pgmap v2111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:16 smithi016 ceph-mon[96085]: pgmap v2111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:17.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:17.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:18.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:18.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:18 smithi098 ceph-mon[112578]: pgmap v2112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:51:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:18 smithi016 ceph-mon[96085]: pgmap v2112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:51:19.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:19.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:20.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:20.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:20 smithi098 ceph-mon[112578]: pgmap v2113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:20 smithi016 ceph-mon[96085]: pgmap v2113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:21.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:21.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:22.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:22.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:22 smithi098 ceph-mon[112578]: pgmap v2114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:22 smithi016 ceph-mon[96085]: pgmap v2114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:23.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:23.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:24.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:24.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:24 smithi098 ceph-mon[112578]: pgmap v2115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:24 smithi016 ceph-mon[96085]: pgmap v2115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:25.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:25.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:26.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:26.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:26 smithi098 ceph-mon[112578]: pgmap v2116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:26 smithi016 ceph-mon[96085]: pgmap v2116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:27.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:27.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:51:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:51:28.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:28.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:28 smithi098 ceph-mon[112578]: pgmap v2117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:51:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:28 smithi016 ceph-mon[96085]: pgmap v2117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:51:29.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:29.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:29 smithi098 ceph-mon[112578]: pgmap v2118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:29 smithi016 ceph-mon[96085]: pgmap v2118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:30.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:30.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:31.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:31.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:32.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:32.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:32 smithi098 ceph-mon[112578]: pgmap v2119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:32 smithi016 ceph-mon[96085]: pgmap v2119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:33.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:33.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:34.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:34.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:34 smithi098 ceph-mon[112578]: pgmap v2120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:34 smithi016 ceph-mon[96085]: pgmap v2120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:35.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:35.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:36.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:36.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:36 smithi098 ceph-mon[112578]: pgmap v2121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:36 smithi016 ceph-mon[96085]: pgmap v2121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:37.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:37.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:38.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:38.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:38 smithi098 ceph-mon[112578]: pgmap v2122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:51:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:38 smithi016 ceph-mon[96085]: pgmap v2122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:51:39.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:39.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:40.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:40.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:40 smithi098 ceph-mon[112578]: pgmap v2123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:51:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:51:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:51:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:51:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:51:41.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:51:41.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:40 smithi016 ceph-mon[96085]: pgmap v2123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:51:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:51:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:51:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:51:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:51:41.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:51:41.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:41.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:42.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:42.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:42 smithi098 ceph-mon[112578]: pgmap v2124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:51:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:42 smithi016 ceph-mon[96085]: pgmap v2124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:51:43.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:43.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:44.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:44.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:44 smithi098 ceph-mon[112578]: pgmap v2125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:44 smithi016 ceph-mon[96085]: pgmap v2125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:45.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:45.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:46.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:46.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:46 smithi098 ceph-mon[112578]: pgmap v2126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:46 smithi016 ceph-mon[96085]: pgmap v2126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:47.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:47.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:48.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:48.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:48 smithi098 ceph-mon[112578]: pgmap v2127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:51:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:48 smithi016 ceph-mon[96085]: pgmap v2127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:51:49.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:49.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:50.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:50.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:50 smithi098 ceph-mon[112578]: pgmap v2128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:50 smithi016 ceph-mon[96085]: pgmap v2128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:51.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:51.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:52.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:52.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:52 smithi098 ceph-mon[112578]: pgmap v2129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:52 smithi016 ceph-mon[96085]: pgmap v2129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:53.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:53.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:54.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:54.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:54 smithi098 ceph-mon[112578]: pgmap v2130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:54 smithi016 ceph-mon[96085]: pgmap v2130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:55.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:55.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:56.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:56.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:56 smithi098 ceph-mon[112578]: pgmap v2131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:56 smithi016 ceph-mon[96085]: pgmap v2131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:51:57.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:57.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:51:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:51:58.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:58.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:51:58 smithi098 ceph-mon[112578]: pgmap v2132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:51:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:51:58 smithi016 ceph-mon[96085]: pgmap v2132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:51:59.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:51:59.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:00.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:00.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:00 smithi098 ceph-mon[112578]: pgmap v2133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:00 smithi016 ceph-mon[96085]: pgmap v2133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:01.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:01.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:02.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:02.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:02 smithi098 ceph-mon[112578]: pgmap v2134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:02 smithi016 ceph-mon[96085]: pgmap v2134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:03.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:03.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:04.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:04.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:04 smithi098 ceph-mon[112578]: pgmap v2135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:04 smithi016 ceph-mon[96085]: pgmap v2135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:05.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:05.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:06.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:06.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:06 smithi098 ceph-mon[112578]: pgmap v2136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:06 smithi016 ceph-mon[96085]: pgmap v2136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:07.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:07.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:08.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:08.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:08 smithi098 ceph-mon[112578]: pgmap v2137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:52:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:08 smithi016 ceph-mon[96085]: pgmap v2137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:52:09.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:09.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:10.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:10.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:10 smithi098 ceph-mon[112578]: pgmap v2138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:10 smithi016 ceph-mon[96085]: pgmap v2138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:11.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:11.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:12.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:12.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:12 smithi098 ceph-mon[112578]: pgmap v2139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:52:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:12 smithi016 ceph-mon[96085]: pgmap v2139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:52:13.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:13.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:14.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:14.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:14 smithi098 ceph-mon[112578]: pgmap v2140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:14 smithi016 ceph-mon[96085]: pgmap v2140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:15.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:15.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:16.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:16.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:16 smithi098 ceph-mon[112578]: pgmap v2141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:16 smithi016 ceph-mon[96085]: pgmap v2141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:17.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:17.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:18.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:18.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:18 smithi098 ceph-mon[112578]: pgmap v2142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:52:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:18 smithi016 ceph-mon[96085]: pgmap v2142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:52:19.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:19.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:20.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:20.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:20 smithi098 ceph-mon[112578]: pgmap v2143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:20 smithi016 ceph-mon[96085]: pgmap v2143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:21.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:21.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:22.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:22.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:22 smithi098 ceph-mon[112578]: pgmap v2144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:22 smithi016 ceph-mon[96085]: pgmap v2144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:23.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:23.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:24.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:24.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:24 smithi098 ceph-mon[112578]: pgmap v2145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:24 smithi016 ceph-mon[96085]: pgmap v2145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:25.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:25.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:26.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:26.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:26 smithi098 ceph-mon[112578]: pgmap v2146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:26 smithi016 ceph-mon[96085]: pgmap v2146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:27.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:27.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:52:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:52:28.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:28.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:28 smithi098 ceph-mon[112578]: pgmap v2147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:52:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:28 smithi016 ceph-mon[96085]: pgmap v2147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:52:29.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:29.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:30.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:30.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:30 smithi098 ceph-mon[112578]: pgmap v2148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:30 smithi016 ceph-mon[96085]: pgmap v2148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:31.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:31.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:32.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:32.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:32 smithi098 ceph-mon[112578]: pgmap v2149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:32 smithi016 ceph-mon[96085]: pgmap v2149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:33.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:33.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:34.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:34.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:34 smithi098 ceph-mon[112578]: pgmap v2150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:34 smithi016 ceph-mon[96085]: pgmap v2150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:35.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:35.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:36.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:36.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:36 smithi098 ceph-mon[112578]: pgmap v2151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:36 smithi016 ceph-mon[96085]: pgmap v2151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:37.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:37.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:38.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:38.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:38 smithi098 ceph-mon[112578]: pgmap v2152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:52:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:38 smithi016 ceph-mon[96085]: pgmap v2152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:52:39.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:39.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:40.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:40.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:40 smithi098 ceph-mon[112578]: pgmap v2153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:52:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:52:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:52:41.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:40 smithi016 ceph-mon[96085]: pgmap v2153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:41.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:52:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:52:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:52:41.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:41.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:42.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:52:42.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:52:42.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:52:42.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:52:42.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:52:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:52:42.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:52:42.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:52:42.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:52:42.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:52:42.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:42.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:42 smithi098 ceph-mon[112578]: pgmap v2154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:52:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:42 smithi016 ceph-mon[96085]: pgmap v2154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:52:43.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:43.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:44.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:44.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:44 smithi098 ceph-mon[112578]: pgmap v2155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:44 smithi016 ceph-mon[96085]: pgmap v2155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:45.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:45.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:46.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:46.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:46 smithi098 ceph-mon[112578]: pgmap v2156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:46 smithi016 ceph-mon[96085]: pgmap v2156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:47.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:47.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:48.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:48.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:48 smithi098 ceph-mon[112578]: pgmap v2157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:52:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:48 smithi016 ceph-mon[96085]: pgmap v2157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:52:49.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:49.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:50.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:50.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:50 smithi098 ceph-mon[112578]: pgmap v2158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:50 smithi016 ceph-mon[96085]: pgmap v2158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:51.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:51.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:52.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:52.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:52 smithi098 ceph-mon[112578]: pgmap v2159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:52 smithi016 ceph-mon[96085]: pgmap v2159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:53.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:53.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:54.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:54.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:54 smithi098 ceph-mon[112578]: pgmap v2160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:54 smithi016 ceph-mon[96085]: pgmap v2160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:55.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:55.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:56.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:56.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:56 smithi098 ceph-mon[112578]: pgmap v2161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:56 smithi016 ceph-mon[96085]: pgmap v2161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:52:57.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:57.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:52:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:52:58.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:58.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:52:59 smithi098 ceph-mon[112578]: pgmap v2162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:52:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:52:59 smithi016 ceph-mon[96085]: pgmap v2162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:52:59.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:52:59.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:00.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:00 smithi098 ceph-mon[112578]: pgmap v2163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:00 smithi016 ceph-mon[96085]: pgmap v2163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:00.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:00.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:01.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:01.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:01 smithi098 ceph-mon[112578]: osdmap e53: 8 total, 8 up, 8 in 2023-10-16T21:53:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:01 smithi016 ceph-mon[96085]: osdmap e53: 8 total, 8 up, 8 in 2023-10-16T21:53:02.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:02.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:02 smithi098 ceph-mon[112578]: pgmap v2165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:53:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:02 smithi016 ceph-mon[96085]: pgmap v2165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:53:03.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:03.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:04.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:04.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:05.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:04 smithi098 ceph-mon[112578]: pgmap v2166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:53:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:04 smithi016 ceph-mon[96085]: pgmap v2166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:53:05.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:05.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:06.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:06.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:06 smithi098 ceph-mon[112578]: pgmap v2167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:53:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:06 smithi016 ceph-mon[96085]: pgmap v2167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:53:07.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:07.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:08.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:08.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:08 smithi098 ceph-mon[112578]: pgmap v2168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:53:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:08 smithi016 ceph-mon[96085]: pgmap v2168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:53:09.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:09.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:10.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:10.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:10 smithi098 ceph-mon[112578]: pgmap v2169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:53:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:10 smithi016 ceph-mon[96085]: pgmap v2169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-16T21:53:11.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:11.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:12.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:12.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:12 smithi098 ceph-mon[112578]: pgmap v2170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-10-16T21:53:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:53:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:12 smithi016 ceph-mon[96085]: pgmap v2170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-10-16T21:53:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:53:13.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:13.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:14.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:14.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:14 smithi098 ceph-mon[112578]: pgmap v2171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:14 smithi016 ceph-mon[96085]: pgmap v2171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:15.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:15.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:16.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:16.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:17.264 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:16 smithi016 ceph-mon[96085]: pgmap v2172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:16 smithi098 ceph-mon[112578]: pgmap v2172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:17.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:17.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:18.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:18.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:19 smithi098 ceph-mon[112578]: pgmap v2173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:53:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:19 smithi016 ceph-mon[96085]: pgmap v2173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:53:19.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:19.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:20.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:20 smithi098 ceph-mon[112578]: pgmap v2174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:20 smithi016 ceph-mon[96085]: pgmap v2174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:20.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:20.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:21.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:21.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:22.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:22.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:22 smithi098 ceph-mon[112578]: pgmap v2175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:22 smithi016 ceph-mon[96085]: pgmap v2175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:23.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:23.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:24.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:24.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:24 smithi098 ceph-mon[112578]: pgmap v2176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:24 smithi016 ceph-mon[96085]: pgmap v2176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:25.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:25.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:26.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:26.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:26 smithi098 ceph-mon[112578]: pgmap v2177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:26 smithi016 ceph-mon[96085]: pgmap v2177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:27.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:27.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:53:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:53:28.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:28.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:28 smithi098 ceph-mon[112578]: pgmap v2178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:53:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:28 smithi016 ceph-mon[96085]: pgmap v2178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:53:29.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:29.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:30.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:30.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:30 smithi098 ceph-mon[112578]: pgmap v2179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:30 smithi016 ceph-mon[96085]: pgmap v2179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:31.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:31.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:32.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:32.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:32 smithi098 ceph-mon[112578]: pgmap v2180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:32 smithi016 ceph-mon[96085]: pgmap v2180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:33.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:33.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:34.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:34.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:35 smithi098 ceph-mon[112578]: pgmap v2181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:35 smithi016 ceph-mon[96085]: pgmap v2181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:35.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:35.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:36.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:36.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:37 smithi098 ceph-mon[112578]: pgmap v2182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:37 smithi016 ceph-mon[96085]: pgmap v2182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:37.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:37.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:38 smithi098 ceph-mon[112578]: pgmap v2183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:53:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:38 smithi016 ceph-mon[96085]: pgmap v2183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:53:38.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:38.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:39.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:39.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:40.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:40.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:40 smithi016 ceph-mon[96085]: pgmap v2184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:40 smithi098 ceph-mon[112578]: pgmap v2184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:41.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:41.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:42.258 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:53:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:53:42.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:42.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:42 smithi098 ceph-mon[112578]: pgmap v2185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:53:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:53:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:53:43.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:53:43.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:53:43.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:53:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:42 smithi016 ceph-mon[96085]: pgmap v2185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:53:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:53:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:53:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:53:43.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:53:43.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:53:43.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:43.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:44.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:44.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:44 smithi098 ceph-mon[112578]: pgmap v2186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:44 smithi016 ceph-mon[96085]: pgmap v2186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:45.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:45.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:46.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:46.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:46 smithi098 ceph-mon[112578]: pgmap v2187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:46 smithi016 ceph-mon[96085]: pgmap v2187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:47.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:47.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:48.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:48.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:48 smithi098 ceph-mon[112578]: pgmap v2188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:53:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:48 smithi016 ceph-mon[96085]: pgmap v2188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:53:49.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:49.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:50.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:50.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:51 smithi098 ceph-mon[112578]: pgmap v2189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:51 smithi016 ceph-mon[96085]: pgmap v2189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:51.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:51.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:52.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:52.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:53 smithi098 ceph-mon[112578]: pgmap v2190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:53 smithi016 ceph-mon[96085]: pgmap v2190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:53.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:53.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:54.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:54.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:55 smithi098 ceph-mon[112578]: pgmap v2191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:55 smithi016 ceph-mon[96085]: pgmap v2191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:55.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:55.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:56.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:56.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:57 smithi098 ceph-mon[112578]: pgmap v2192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:57 smithi016 ceph-mon[96085]: pgmap v2192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:53:57.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:57.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:53:58.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:53:58 smithi016 ceph-mon[96085]: pgmap v2193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:53:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:53:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:53:58 smithi098 ceph-mon[112578]: pgmap v2193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:53:58.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:58.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:59.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:53:59.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:00.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:00.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:00 smithi016 ceph-mon[96085]: pgmap v2194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:00 smithi098 ceph-mon[112578]: pgmap v2194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:01.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:01.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:02.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:02.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:02 smithi098 ceph-mon[112578]: pgmap v2195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:02 smithi016 ceph-mon[96085]: pgmap v2195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:03.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:03.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:04.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:04.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:04 smithi098 ceph-mon[112578]: pgmap v2196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:05.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:04 smithi016 ceph-mon[96085]: pgmap v2196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:05.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:05.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:06.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:06.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:07 smithi098 ceph-mon[112578]: pgmap v2197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:07 smithi016 ceph-mon[96085]: pgmap v2197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:07.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:07.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:08.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:08.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:09 smithi098 ceph-mon[112578]: pgmap v2198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:54:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:09 smithi016 ceph-mon[96085]: pgmap v2198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:54:09.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:09.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:10.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:10.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:11 smithi098 ceph-mon[112578]: pgmap v2199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:11 smithi016 ceph-mon[96085]: pgmap v2199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:11.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:11.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:12.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:12.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:13 smithi098 ceph-mon[112578]: pgmap v2200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:54:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:13 smithi016 ceph-mon[96085]: pgmap v2200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:54:13.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:13.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:14.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:14.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:15 smithi098 ceph-mon[112578]: pgmap v2201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:15 smithi016 ceph-mon[96085]: pgmap v2201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:15.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:15.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:16.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:16.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:16 smithi098 ceph-mon[112578]: pgmap v2202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:16 smithi016 ceph-mon[96085]: pgmap v2202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:17.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:17.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:18.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:18.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:18 smithi098 ceph-mon[112578]: pgmap v2203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:54:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:18 smithi016 ceph-mon[96085]: pgmap v2203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:54:19.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:19.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:20.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:20.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:20 smithi098 ceph-mon[112578]: pgmap v2204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:20 smithi016 ceph-mon[96085]: pgmap v2204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:21.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:21.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:22.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:22.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:23 smithi098 ceph-mon[112578]: pgmap v2205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:23 smithi016 ceph-mon[96085]: pgmap v2205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:23.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:23.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:24.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:24.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:25 smithi098 ceph-mon[112578]: pgmap v2206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:25 smithi016 ceph-mon[96085]: pgmap v2206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:25.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:25.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:26.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:26.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:27 smithi098 ceph-mon[112578]: pgmap v2207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:27 smithi016 ceph-mon[96085]: pgmap v2207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:27.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:27.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:54:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:54:28.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:28.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:29 smithi016 ceph-mon[96085]: pgmap v2208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:54:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:29 smithi098 ceph-mon[112578]: pgmap v2208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:54:29.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:29.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:30 smithi098 ceph-mon[112578]: pgmap v2209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:30 smithi016 ceph-mon[96085]: pgmap v2209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:30.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:30.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:31.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:31.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:32.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:32.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:32 smithi098 ceph-mon[112578]: pgmap v2210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:32 smithi016 ceph-mon[96085]: pgmap v2210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:33.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:33.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:34.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:34.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:35 smithi098 ceph-mon[112578]: pgmap v2211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:35 smithi016 ceph-mon[96085]: pgmap v2211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:35.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:35.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:36.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:36.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:37 smithi098 ceph-mon[112578]: pgmap v2212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:37 smithi016 ceph-mon[96085]: pgmap v2212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:37.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:37.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:38.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:38.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:39 smithi098 ceph-mon[112578]: pgmap v2213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:54:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:39 smithi016 ceph-mon[96085]: pgmap v2213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:54:39.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:39.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:40.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:40.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:41 smithi098 ceph-mon[112578]: pgmap v2214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:41.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:41 smithi016 ceph-mon[96085]: pgmap v2214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:41.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:41.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:42.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:42.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:43 smithi098 ceph-mon[112578]: pgmap v2215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:54:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:54:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:54:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:54:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:43 smithi016 ceph-mon[96085]: pgmap v2215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:54:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:54:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:54:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:54:43.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:43.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:54:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:54:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:54:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:54:44.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:54:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:54:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:54:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:54:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:54:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:54:44.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:44.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:45 smithi016 ceph-mon[96085]: pgmap v2216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:45 smithi098 ceph-mon[112578]: pgmap v2216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:45.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:45.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:46.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:46.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:47 smithi098 ceph-mon[112578]: pgmap v2217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:47 smithi016 ceph-mon[96085]: pgmap v2217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:47.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:47.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:48.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:48.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:49 smithi098 ceph-mon[112578]: pgmap v2218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:54:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:49 smithi016 ceph-mon[96085]: pgmap v2218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:54:49.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:49.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:50.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:50.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:51 smithi098 ceph-mon[112578]: pgmap v2219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:51 smithi016 ceph-mon[96085]: pgmap v2219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:51.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:51.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:52.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:52.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:53 smithi098 ceph-mon[112578]: pgmap v2220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:53 smithi016 ceph-mon[96085]: pgmap v2220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:53.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:53.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:54.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:54.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:55 smithi016 ceph-mon[96085]: pgmap v2221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:55 smithi098 ceph-mon[112578]: pgmap v2221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:55.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:55.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:56.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:56.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:57 smithi016 ceph-mon[96085]: pgmap v2222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:57 smithi098 ceph-mon[112578]: pgmap v2222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:54:57.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:57.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:54:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:54:58.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:58.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:54:59 smithi016 ceph-mon[96085]: pgmap v2223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:54:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:54:59 smithi098 ceph-mon[112578]: pgmap v2223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:54:59.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:54:59.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:00 smithi098 ceph-mon[112578]: pgmap v2224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:00 smithi016 ceph-mon[96085]: pgmap v2224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:00.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:00.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:01.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:01.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:02.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:02.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:03 smithi098 ceph-mon[112578]: pgmap v2225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:03 smithi016 ceph-mon[96085]: pgmap v2225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:03.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:03.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:04.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:04.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:05 smithi098 ceph-mon[112578]: pgmap v2226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:05 smithi016 ceph-mon[96085]: pgmap v2226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:05.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:05.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:06.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:06.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:07 smithi098 ceph-mon[112578]: pgmap v2227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:07 smithi016 ceph-mon[96085]: pgmap v2227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:07.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:07.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:08.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:08.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:09 smithi016 ceph-mon[96085]: pgmap v2228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:55:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:09 smithi098 ceph-mon[112578]: pgmap v2228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:55:09.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:09.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:11.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:11.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:11 smithi016 ceph-mon[96085]: pgmap v2229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:11 smithi098 ceph-mon[112578]: pgmap v2229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:12.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:12.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:13.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:13.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:13 smithi016 ceph-mon[96085]: pgmap v2230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:55:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:13 smithi098 ceph-mon[112578]: pgmap v2230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:55:14.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:14.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:14 smithi098 ceph-mon[112578]: pgmap v2231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:14 smithi016 ceph-mon[96085]: pgmap v2231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:15.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:15.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:16.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:16.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:17.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:17.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:17 smithi098 ceph-mon[112578]: pgmap v2232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:17 smithi016 ceph-mon[96085]: pgmap v2232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:18.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:18.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:19.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:19.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:19 smithi098 ceph-mon[112578]: pgmap v2233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:55:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:19 smithi016 ceph-mon[96085]: pgmap v2233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:55:20.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:20.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:21.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:21.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:21 smithi016 ceph-mon[96085]: pgmap v2234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:21 smithi098 ceph-mon[112578]: pgmap v2234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:22.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:22.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:23.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:23.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:23 smithi016 ceph-mon[96085]: pgmap v2235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:23.307 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:23 smithi098 ceph-mon[112578]: pgmap v2235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:24.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:24.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:25.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:25.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:25 smithi016 ceph-mon[96085]: pgmap v2236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:25 smithi098 ceph-mon[112578]: pgmap v2236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:26.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:26.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:27.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:27.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:27 smithi016 ceph-mon[96085]: pgmap v2237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:27 smithi098 ceph-mon[112578]: pgmap v2237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:28.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:28.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:55:28.361 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:55:29.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:29.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:29 smithi098 ceph-mon[112578]: pgmap v2238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:55:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:29 smithi016 ceph-mon[96085]: pgmap v2238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:55:30.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:30.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:30 smithi098 ceph-mon[112578]: pgmap v2239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:30 smithi016 ceph-mon[96085]: pgmap v2239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:31.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:31.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:32.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:32.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:33.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:33.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:33 smithi098 ceph-mon[112578]: pgmap v2240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:33 smithi016 ceph-mon[96085]: pgmap v2240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:34.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:34.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:35.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:35.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:35 smithi016 ceph-mon[96085]: pgmap v2241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:35 smithi098 ceph-mon[112578]: pgmap v2241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:36.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:36.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:37.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:37.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:37 smithi016 ceph-mon[96085]: pgmap v2242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:37 smithi098 ceph-mon[112578]: pgmap v2242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:38.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:38.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:39.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:39.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:39 smithi016 ceph-mon[96085]: pgmap v2243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:55:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:39 smithi098 ceph-mon[112578]: pgmap v2243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:55:40.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:40.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:41.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:41.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:41.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:41 smithi016 ceph-mon[96085]: pgmap v2244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:41 smithi098 ceph-mon[112578]: pgmap v2244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:42.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:42.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:43.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:43.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:43 smithi016 ceph-mon[96085]: pgmap v2245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:55:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:43 smithi098 ceph-mon[112578]: pgmap v2245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:55:44.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:44.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:55:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:55:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:55:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:55:44.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:55:44.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:55:44.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:44 smithi016 ceph-mon[96085]: pgmap v2246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:55:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:55:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:55:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:55:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:55:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:55:44.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:44 smithi098 ceph-mon[112578]: pgmap v2246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:45.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:45.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:46.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:46.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:47.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:47.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:47 smithi016 ceph-mon[96085]: pgmap v2247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:47 smithi098 ceph-mon[112578]: pgmap v2247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:48.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:48.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:49.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:49.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:49 smithi016 ceph-mon[96085]: pgmap v2248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:55:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:49 smithi098 ceph-mon[112578]: pgmap v2248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:55:50.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:50.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:51.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:51.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:51 smithi016 ceph-mon[96085]: pgmap v2249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:51 smithi098 ceph-mon[112578]: pgmap v2249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:52.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:52.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:53.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:53.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:53 smithi016 ceph-mon[96085]: pgmap v2250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:53 smithi098 ceph-mon[112578]: pgmap v2250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:54.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:54.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:54.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:54 smithi098 ceph-mon[112578]: pgmap v2251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:54 smithi016 ceph-mon[96085]: pgmap v2251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:55.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:55.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:56.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:56.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:57.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:57.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:57 smithi016 ceph-mon[96085]: pgmap v2252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:57 smithi098 ceph-mon[112578]: pgmap v2252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:55:58.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:58.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:55:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:55:59.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:55:59.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:55:59 smithi016 ceph-mon[96085]: pgmap v2253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:55:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:55:59 smithi098 ceph-mon[112578]: pgmap v2253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:56:00.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:00.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:01.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:01.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:01 smithi016 ceph-mon[96085]: pgmap v2254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:01 smithi098 ceph-mon[112578]: pgmap v2254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:02.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:02.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:03.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:03.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:03 smithi016 ceph-mon[96085]: pgmap v2255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:03 smithi098 ceph-mon[112578]: pgmap v2255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:04.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:04.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:05.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:05.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:05 smithi098 ceph-mon[112578]: pgmap v2256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:05 smithi016 ceph-mon[96085]: pgmap v2256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:06.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:06.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:07.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:07.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:07 smithi016 ceph-mon[96085]: pgmap v2257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:07 smithi098 ceph-mon[112578]: pgmap v2257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:08.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:08.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:09.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:09.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:09 smithi098 ceph-mon[112578]: pgmap v2258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:56:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:09 smithi016 ceph-mon[96085]: pgmap v2258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:56:10.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:10.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:11.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:11.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:11 smithi016 ceph-mon[96085]: pgmap v2259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:11 smithi098 ceph-mon[112578]: pgmap v2259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:12.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:12.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:13.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:13.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:13 smithi016 ceph-mon[96085]: pgmap v2260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:56:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:13 smithi098 ceph-mon[112578]: pgmap v2260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:56:14.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:14.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:15.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:15.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:15 smithi098 ceph-mon[112578]: pgmap v2261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:15 smithi016 ceph-mon[96085]: pgmap v2261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:16.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:16.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:17.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:17.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:17 smithi098 ceph-mon[112578]: pgmap v2262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:17 smithi016 ceph-mon[96085]: pgmap v2262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:18.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:18.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:18 smithi098 ceph-mon[112578]: pgmap v2263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:56:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:18 smithi016 ceph-mon[96085]: pgmap v2263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:56:19.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:19.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:20.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:20.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:21.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:21.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:21.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:20 smithi098 ceph-mon[112578]: pgmap v2264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:20 smithi016 ceph-mon[96085]: pgmap v2264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:22.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:22.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:23.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:23.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:23 smithi016 ceph-mon[96085]: pgmap v2265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:23 smithi098 ceph-mon[112578]: pgmap v2265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:24.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:24.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:25.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:25.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:25 smithi016 ceph-mon[96085]: pgmap v2266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:25 smithi098 ceph-mon[112578]: pgmap v2266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:26.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:26.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:27.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:27.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:27 smithi016 ceph-mon[96085]: pgmap v2267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:27 smithi098 ceph-mon[112578]: pgmap v2267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:28.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:28.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:56:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:56:29.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:29.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:29 smithi098 ceph-mon[112578]: pgmap v2268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:56:29.450 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:29 smithi016 ceph-mon[96085]: pgmap v2268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:56:30.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:30.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:30 smithi098 ceph-mon[112578]: pgmap v2269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:30 smithi016 ceph-mon[96085]: pgmap v2269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:31.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:31.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:32.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:32.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:33.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:33.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:33 smithi016 ceph-mon[96085]: pgmap v2270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:33.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:33 smithi098 ceph-mon[112578]: pgmap v2270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:34.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:34.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:35.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:35.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:35 smithi016 ceph-mon[96085]: pgmap v2271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:35 smithi098 ceph-mon[112578]: pgmap v2271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:36.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:36.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:37.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:37.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:37 smithi098 ceph-mon[112578]: pgmap v2272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:37 smithi016 ceph-mon[96085]: pgmap v2272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:38.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:38.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:39.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:39.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:39 smithi098 ceph-mon[112578]: pgmap v2273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:56:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:39 smithi016 ceph-mon[96085]: pgmap v2273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:56:40.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:40.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:41.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:41.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:41 smithi098 ceph-mon[112578]: pgmap v2274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:41 smithi016 ceph-mon[96085]: pgmap v2274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:42.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:42.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:42 smithi098 ceph-mon[112578]: pgmap v2275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:42 smithi016 ceph-mon[96085]: pgmap v2275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:43.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:43.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:56:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:56:44.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:44.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:44 smithi098 ceph-mon[112578]: pgmap v2276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:56:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:44 smithi016 ceph-mon[96085]: pgmap v2276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:56:45.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:45.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:56:45.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:56:45.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:56:45.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:56:45.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:56:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:56:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:56:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:56:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:56:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:56:46.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:46.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:47.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:47.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:47 smithi098 ceph-mon[112578]: pgmap v2277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:47 smithi016 ceph-mon[96085]: pgmap v2277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:48.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:48.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:49.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:49.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:49 smithi098 ceph-mon[112578]: pgmap v2278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:56:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:49 smithi016 ceph-mon[96085]: pgmap v2278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:56:50.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:50.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:50 smithi098 ceph-mon[112578]: pgmap v2279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:50 smithi016 ceph-mon[96085]: pgmap v2279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:51.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:51.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:52.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:52.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:53.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:53.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:53 smithi098 ceph-mon[112578]: pgmap v2280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:53.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:53 smithi016 ceph-mon[96085]: pgmap v2280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:54.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:54.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:55.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:55.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:55 smithi098 ceph-mon[112578]: pgmap v2281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:55 smithi016 ceph-mon[96085]: pgmap v2281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:56.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:56.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:57.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:57.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:57 smithi098 ceph-mon[112578]: pgmap v2282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:57 smithi016 ceph-mon[96085]: pgmap v2282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:56:58.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:58.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:56:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:56:59.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:56:59.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:59.309 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:56:59 smithi098 ceph-mon[112578]: pgmap v2283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:56:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:56:59 smithi016 ceph-mon[96085]: pgmap v2283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:57:00.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:00.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:00 smithi098 ceph-mon[112578]: pgmap v2284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:00 smithi016 ceph-mon[96085]: pgmap v2284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:01.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:01.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:02.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:02.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:03.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:03.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:03 smithi098 ceph-mon[112578]: pgmap v2285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:03 smithi016 ceph-mon[96085]: pgmap v2285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:04.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:04.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:05.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:05.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:05 smithi016 ceph-mon[96085]: pgmap v2286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:05 smithi098 ceph-mon[112578]: pgmap v2286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:06.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:06.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:07.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:07.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:07 smithi098 ceph-mon[112578]: pgmap v2287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:07 smithi016 ceph-mon[96085]: pgmap v2287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:08.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:08.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:08 smithi098 ceph-mon[112578]: pgmap v2288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:57:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:08 smithi016 ceph-mon[96085]: pgmap v2288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:57:09.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:09.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:10.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:10.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:11.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:11.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:10 smithi098 ceph-mon[112578]: pgmap v2289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:10 smithi016 ceph-mon[96085]: pgmap v2289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:12.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:12.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:13.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:13.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:13 smithi098 ceph-mon[112578]: pgmap v2290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:57:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:13 smithi016 ceph-mon[96085]: pgmap v2290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:57:14.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:14.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:15.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:15.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:15 smithi016 ceph-mon[96085]: pgmap v2291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:15 smithi098 ceph-mon[112578]: pgmap v2291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:16.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:16.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:17.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:17.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:17.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:17 smithi098 ceph-mon[112578]: pgmap v2292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:17 smithi016 ceph-mon[96085]: pgmap v2292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:18.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:18.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:19.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:19.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:19 smithi098 ceph-mon[112578]: pgmap v2293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:57:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:19 smithi016 ceph-mon[96085]: pgmap v2293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:57:20.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:20.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:20 smithi016 ceph-mon[96085]: pgmap v2294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:20 smithi098 ceph-mon[112578]: pgmap v2294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:21.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:21.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:22.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:22.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:23.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:23.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:23 smithi098 ceph-mon[112578]: pgmap v2295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:23 smithi016 ceph-mon[96085]: pgmap v2295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:24.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:24.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:25.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:25.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:25 smithi098 ceph-mon[112578]: pgmap v2296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:25 smithi016 ceph-mon[96085]: pgmap v2296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:26.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:26.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:27.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:27.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:27 smithi098 ceph-mon[112578]: pgmap v2297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:27 smithi016 ceph-mon[96085]: pgmap v2297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:28.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:28.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:57:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:57:29.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:29.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:29 smithi098 ceph-mon[112578]: pgmap v2298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:57:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:29 smithi016 ceph-mon[96085]: pgmap v2298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:57:30.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:30.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:30 smithi098 ceph-mon[112578]: pgmap v2299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:30 smithi016 ceph-mon[96085]: pgmap v2299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:31.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:31.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:32.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:32.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:33.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:33.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:33.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:33 smithi098 ceph-mon[112578]: pgmap v2300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:33 smithi016 ceph-mon[96085]: pgmap v2300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:34.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:34.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:35.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:35.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:35 smithi098 ceph-mon[112578]: pgmap v2301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:35 smithi016 ceph-mon[96085]: pgmap v2301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:36.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:36.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:37.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:37.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:37 smithi098 ceph-mon[112578]: pgmap v2302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:37 smithi016 ceph-mon[96085]: pgmap v2302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:38.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:38.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:39.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:39.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:39 smithi098 ceph-mon[112578]: pgmap v2303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:57:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:39 smithi016 ceph-mon[96085]: pgmap v2303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:57:40.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:40.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:41.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:41.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:41 smithi098 ceph-mon[112578]: pgmap v2304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:41 smithi016 ceph-mon[96085]: pgmap v2304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:42.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:42.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:42 smithi098 ceph-mon[112578]: pgmap v2305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:42 smithi016 ceph-mon[96085]: pgmap v2305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:43.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:43.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:57:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:57:44.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:44.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:44 smithi098 ceph-mon[112578]: pgmap v2306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:44 smithi016 ceph-mon[96085]: pgmap v2306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:45.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:45.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:45.310 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:57:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:57:46.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:46.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:57:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:57:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:57:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:57:46.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:57:46.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:46 smithi098 ceph-mon[112578]: pgmap v2307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:57:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:57:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:57:46.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:57:46.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:57:46.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:46 smithi016 ceph-mon[96085]: pgmap v2307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:47.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:47.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:48.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:48.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:49.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:49.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:48 smithi098 ceph-mon[112578]: pgmap v2308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:57:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:48 smithi016 ceph-mon[96085]: pgmap v2308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:57:50.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:50.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:50 smithi098 ceph-mon[112578]: pgmap v2309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:51.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:51.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:50 smithi016 ceph-mon[96085]: pgmap v2309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:52.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:52.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:53.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:53.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:53 smithi098 ceph-mon[112578]: pgmap v2310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:53 smithi016 ceph-mon[96085]: pgmap v2310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:54.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:54.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:55 smithi098 ceph-mon[112578]: pgmap v2311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:55.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:55.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:55.422 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:55 smithi016 ceph-mon[96085]: pgmap v2311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:56.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:56.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:57.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:57.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:57 smithi098 ceph-mon[112578]: pgmap v2312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:57 smithi016 ceph-mon[96085]: pgmap v2312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:57:58.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:58.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:57:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:57:59.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:57:59.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:57:59 smithi098 ceph-mon[112578]: pgmap v2313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:57:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:57:59 smithi016 ceph-mon[96085]: pgmap v2313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:58:00.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:00 smithi098 ceph-mon[112578]: pgmap v2314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:00.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:00.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:00.479 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:00 smithi016 ceph-mon[96085]: pgmap v2314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:01.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:01.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:02.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:02.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:03.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:03.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:03 smithi098 ceph-mon[112578]: pgmap v2315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:03 smithi016 ceph-mon[96085]: pgmap v2315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:04.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:04.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:05 smithi098 ceph-mon[112578]: pgmap v2316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:05.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:05.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:05 smithi016 ceph-mon[96085]: pgmap v2316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:06.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:06.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:07.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:07.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:07 smithi098 ceph-mon[112578]: pgmap v2317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:07 smithi016 ceph-mon[96085]: pgmap v2317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:08.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:08.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:09.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:09.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:09 smithi098 ceph-mon[112578]: pgmap v2318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:58:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:09 smithi016 ceph-mon[96085]: pgmap v2318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:58:10.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:10.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:10 smithi098 ceph-mon[112578]: pgmap v2319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:10 smithi016 ceph-mon[96085]: pgmap v2319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:11.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:11.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:12.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:12.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:13.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:13.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:13 smithi098 ceph-mon[112578]: pgmap v2320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:58:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:13 smithi016 ceph-mon[96085]: pgmap v2320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:58:14.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:14.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:14 smithi098 ceph-mon[112578]: pgmap v2321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:14 smithi016 ceph-mon[96085]: pgmap v2321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:15.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:15.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:16.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:16.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:17.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:17.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:17 smithi098 ceph-mon[112578]: pgmap v2322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:17 smithi016 ceph-mon[96085]: pgmap v2322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:18.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:18.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:19.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:19.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:19 smithi098 ceph-mon[112578]: pgmap v2323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:58:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:19 smithi016 ceph-mon[96085]: pgmap v2323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:58:20.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:20.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:20 smithi098 ceph-mon[112578]: pgmap v2324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:20 smithi016 ceph-mon[96085]: pgmap v2324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:21.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:21.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:22.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:22.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:23.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:23.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:23 smithi098 ceph-mon[112578]: pgmap v2325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:23 smithi016 ceph-mon[96085]: pgmap v2325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:24.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:24.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:24 smithi098 ceph-mon[112578]: pgmap v2326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:24 smithi016 ceph-mon[96085]: pgmap v2326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:25.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:25.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:26.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:26.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:27.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:27.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:27 smithi098 ceph-mon[112578]: pgmap v2327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:27 smithi016 ceph-mon[96085]: pgmap v2327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:28.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:28.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:28.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:58:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:58:29.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:29.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:29 smithi098 ceph-mon[112578]: pgmap v2328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:58:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:29 smithi016 ceph-mon[96085]: pgmap v2328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:58:30.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:30.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:30 smithi098 ceph-mon[112578]: pgmap v2329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:30 smithi016 ceph-mon[96085]: pgmap v2329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:31.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:31.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:32.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:32.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:33.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:33.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:33.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:33 smithi098 ceph-mon[112578]: pgmap v2330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:33 smithi016 ceph-mon[96085]: pgmap v2330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:34.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:34.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:34 smithi098 ceph-mon[112578]: pgmap v2331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:34 smithi016 ceph-mon[96085]: pgmap v2331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:35.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:35.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:36.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:36.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:37.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:37.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:37 smithi098 ceph-mon[112578]: pgmap v2332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:37 smithi016 ceph-mon[96085]: pgmap v2332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:38.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:38.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:38 smithi098 ceph-mon[112578]: pgmap v2333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:58:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:38 smithi016 ceph-mon[96085]: pgmap v2333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:58:39.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:39.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:40.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:40.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:40 smithi098 ceph-mon[112578]: pgmap v2334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:41.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:40 smithi016 ceph-mon[96085]: pgmap v2334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:41.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:41.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:42.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:42.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:43.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:43.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:43 smithi098 ceph-mon[112578]: pgmap v2335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:58:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:43 smithi016 ceph-mon[96085]: pgmap v2335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:58:44.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:44.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:44 smithi098 ceph-mon[112578]: pgmap v2336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:44 smithi016 ceph-mon[96085]: pgmap v2336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:45.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:45.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:45.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:58:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:58:46.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:46.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:58:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:58:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:58:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:58:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:58:46.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:46 smithi098 ceph-mon[112578]: pgmap v2337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:58:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:58:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:58:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:58:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:58:46.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:46 smithi016 ceph-mon[96085]: pgmap v2337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:47.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:47.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:48.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:48.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:48 smithi098 ceph-mon[112578]: pgmap v2338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:58:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:48 smithi016 ceph-mon[96085]: pgmap v2338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:58:49.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:50.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:50.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:50 smithi098 ceph-mon[112578]: pgmap v2339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:50 smithi016 ceph-mon[96085]: pgmap v2339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:51.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:51.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:52.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:52.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:53.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:53.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:53 smithi098 ceph-mon[112578]: pgmap v2340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:53 smithi016 ceph-mon[96085]: pgmap v2340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:54.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:54.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:54 smithi098 ceph-mon[112578]: pgmap v2341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:54 smithi016 ceph-mon[96085]: pgmap v2341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:55.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:55.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:56.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:56.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:57.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:57.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:57 smithi098 ceph-mon[112578]: pgmap v2342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:57 smithi016 ceph-mon[96085]: pgmap v2342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:58:58.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:58.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:58:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:58:59.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:58:59.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:58:59 smithi098 ceph-mon[112578]: pgmap v2343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:58:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:58:59 smithi016 ceph-mon[96085]: pgmap v2343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:59:00.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:00.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:00 smithi098 ceph-mon[112578]: pgmap v2344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:00 smithi016 ceph-mon[96085]: pgmap v2344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:01.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:01.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:02.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:02.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:02 smithi098 ceph-mon[112578]: pgmap v2345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:02 smithi016 ceph-mon[96085]: pgmap v2345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:03.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:03.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:04.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:04.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:04 smithi098 ceph-mon[112578]: pgmap v2346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:04 smithi016 ceph-mon[96085]: pgmap v2346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:05.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:05.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:06.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:06.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:07.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:07.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:07 smithi098 ceph-mon[112578]: pgmap v2347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:07 smithi016 ceph-mon[96085]: pgmap v2347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:08.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:08.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:08 smithi098 ceph-mon[112578]: pgmap v2348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:59:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:08 smithi016 ceph-mon[96085]: pgmap v2348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:59:09.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:09.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:10.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:10.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:10.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:10 smithi098 ceph-mon[112578]: pgmap v2349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:10 smithi016 ceph-mon[96085]: pgmap v2349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:11.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:11.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:12.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:12.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:12 smithi098 ceph-mon[112578]: pgmap v2350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:12 smithi016 ceph-mon[96085]: pgmap v2350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:13.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:13.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:59:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:59:14.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:14.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:14 smithi098 ceph-mon[112578]: pgmap v2351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:14 smithi016 ceph-mon[96085]: pgmap v2351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:15.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:15.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:16.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:16.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:17.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:17.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:17 smithi098 ceph-mon[112578]: pgmap v2352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:17 smithi016 ceph-mon[96085]: pgmap v2352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:18.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:18.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:18 smithi098 ceph-mon[112578]: pgmap v2353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:59:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:18 smithi016 ceph-mon[96085]: pgmap v2353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:59:19.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:19.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:20.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:20.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:20 smithi098 ceph-mon[112578]: pgmap v2354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:20 smithi016 ceph-mon[96085]: pgmap v2354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:21.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:21.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:22.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:22.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:22 smithi098 ceph-mon[112578]: pgmap v2355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:22 smithi016 ceph-mon[96085]: pgmap v2355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:23.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:23.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:24.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:24.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:24 smithi098 ceph-mon[112578]: pgmap v2356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:24 smithi016 ceph-mon[96085]: pgmap v2356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:25.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:25.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:26.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:26.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:27.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:27.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:27 smithi098 ceph-mon[112578]: pgmap v2357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:27 smithi016 ceph-mon[96085]: pgmap v2357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:28.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:28.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:59:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:28 smithi098 ceph-mon[112578]: pgmap v2358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:59:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:59:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:28 smithi016 ceph-mon[96085]: pgmap v2358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:59:29.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:29.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:30.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:30.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:30 smithi098 ceph-mon[112578]: pgmap v2359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:30 smithi016 ceph-mon[96085]: pgmap v2359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:31.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:31.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:32.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:32.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:32 smithi098 ceph-mon[112578]: pgmap v2360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:32 smithi016 ceph-mon[96085]: pgmap v2360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:33.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:33.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:34.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:34.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:34 smithi098 ceph-mon[112578]: pgmap v2361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:34 smithi016 ceph-mon[96085]: pgmap v2361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:35.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:35.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:36.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:36.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:37.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:37.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:37 smithi098 ceph-mon[112578]: pgmap v2362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:37 smithi016 ceph-mon[96085]: pgmap v2362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:38.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:38.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:38 smithi098 ceph-mon[112578]: pgmap v2363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:59:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:38 smithi016 ceph-mon[96085]: pgmap v2363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:59:39.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:39.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:40.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:40.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:40 smithi098 ceph-mon[112578]: pgmap v2364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:41.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:40 smithi016 ceph-mon[96085]: pgmap v2364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:41.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:41.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:42.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:42.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:42 smithi098 ceph-mon[112578]: pgmap v2365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:42 smithi016 ceph-mon[96085]: pgmap v2365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:43.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:43.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:59:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:59:44.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:44.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:44 smithi098 ceph-mon[112578]: pgmap v2366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:44 smithi016 ceph-mon[96085]: pgmap v2366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:45.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:45.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:59:46.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:46.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:59:47.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:47.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:47 smithi098 ceph-mon[112578]: pgmap v2367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:47 smithi016 ceph-mon[96085]: pgmap v2367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:48.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:48.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:48 smithi098 ceph-mon[112578]: pgmap v2368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:59:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:48 smithi016 ceph-mon[96085]: pgmap v2368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:59:49.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:49.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:50.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:59:50.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:59:50.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:59:50.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:59:50.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:59:50.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:59:50.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:59:50.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:59:50.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:59:50.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:59:50.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:59:50.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:59:50.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:59:50.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T21:59:50.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:50.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:50 smithi098 ceph-mon[112578]: pgmap v2369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:50 smithi016 ceph-mon[96085]: pgmap v2369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:51.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:51.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:52.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:52.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:52 smithi098 ceph-mon[112578]: pgmap v2370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:52 smithi016 ceph-mon[96085]: pgmap v2370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:53.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:53.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:54.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:54.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:54 smithi098 ceph-mon[112578]: pgmap v2371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:54 smithi016 ceph-mon[96085]: pgmap v2371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:55.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:55.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:56.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:56.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:56 smithi098 ceph-mon[112578]: pgmap v2372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:56 smithi016 ceph-mon[96085]: pgmap v2372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T21:59:57.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:57.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:59:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:59:58.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:58.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 21:59:59 smithi098 ceph-mon[112578]: pgmap v2373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:59:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 21:59:59 smithi016 ceph-mon[96085]: pgmap v2373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T21:59:59.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T21:59:59.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:00.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T22:00:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T22:00:00.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:00.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:01 smithi098 ceph-mon[112578]: pgmap v2374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:01 smithi016 ceph-mon[96085]: pgmap v2374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:01.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:01.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:02 smithi016 ceph-mon[96085]: pgmap v2375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:02.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:02.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:02 smithi098 ceph-mon[112578]: pgmap v2375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:03.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:03.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:04.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:04.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:04 smithi098 ceph-mon[112578]: pgmap v2376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:04 smithi016 ceph-mon[96085]: pgmap v2376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:05.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:05.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:06.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:06.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:06 smithi098 ceph-mon[112578]: pgmap v2377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:06 smithi016 ceph-mon[96085]: pgmap v2377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:07.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:07.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:08.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:08.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:09 smithi098 ceph-mon[112578]: pgmap v2378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:00:09.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:09 smithi016 ceph-mon[96085]: pgmap v2378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:00:09.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:09.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:10.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:10.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:11 smithi098 ceph-mon[112578]: pgmap v2379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:11 smithi016 ceph-mon[96085]: pgmap v2379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:11.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:11.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:12 smithi016 ceph-mon[96085]: pgmap v2380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:12.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:12.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:12 smithi098 ceph-mon[112578]: pgmap v2380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:13.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:13.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:00:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:00:14.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:14.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:14 smithi098 ceph-mon[112578]: pgmap v2381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:14 smithi016 ceph-mon[96085]: pgmap v2381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:15.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:15.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:16.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:16.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:16 smithi098 ceph-mon[112578]: pgmap v2382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:16 smithi016 ceph-mon[96085]: pgmap v2382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:17.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:17.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:18.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:18.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:19.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:19 smithi098 ceph-mon[112578]: pgmap v2383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:00:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:19 smithi016 ceph-mon[96085]: pgmap v2383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:00:19.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:19.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:20.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:20.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:21 smithi098 ceph-mon[112578]: pgmap v2384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:21.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:21 smithi016 ceph-mon[96085]: pgmap v2384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:21.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:21.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:22 smithi098 ceph-mon[112578]: pgmap v2385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:22.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:22.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:22 smithi016 ceph-mon[96085]: pgmap v2385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:23.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:23.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:24.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:24.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:25 smithi098 ceph-mon[112578]: pgmap v2386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:25 smithi016 ceph-mon[96085]: pgmap v2386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:25.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:25.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:26.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:26.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:27 smithi098 ceph-mon[112578]: pgmap v2387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:27 smithi016 ceph-mon[96085]: pgmap v2387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:27.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:27.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:00:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:00:28.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:28.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:29 smithi016 ceph-mon[96085]: pgmap v2388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:00:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:29 smithi098 ceph-mon[112578]: pgmap v2388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:00:29.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:29.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:30.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:30.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:31 smithi016 ceph-mon[96085]: pgmap v2389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:31 smithi098 ceph-mon[112578]: pgmap v2389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:31.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:31.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:32 smithi098 ceph-mon[112578]: pgmap v2390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:32 smithi016 ceph-mon[96085]: pgmap v2390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:32.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:32.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:33.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:33.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:34.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:34.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:35 smithi098 ceph-mon[112578]: pgmap v2391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:35 smithi016 ceph-mon[96085]: pgmap v2391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:35.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:35.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:36.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:36.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:37.261 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:37 smithi016 ceph-mon[96085]: pgmap v2392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:37 smithi098 ceph-mon[112578]: pgmap v2392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:37.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:37.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:38.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:38.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:39 smithi098 ceph-mon[112578]: pgmap v2393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:00:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:39 smithi016 ceph-mon[96085]: pgmap v2393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:00:39.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:39.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:40.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:40.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:41.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:41 smithi016 ceph-mon[96085]: pgmap v2394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:41 smithi098 ceph-mon[112578]: pgmap v2394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:41.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:41.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:42 smithi098 ceph-mon[112578]: pgmap v2395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:42 smithi016 ceph-mon[96085]: pgmap v2395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:42.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:42.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:00:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:00:43.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:43.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:44 smithi098 ceph-mon[112578]: pgmap v2396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:44 smithi016 ceph-mon[96085]: pgmap v2396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:44.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:44.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:45.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:45.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:46.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:46.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:47 smithi098 ceph-mon[112578]: pgmap v2397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:47 smithi016 ceph-mon[96085]: pgmap v2397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:47.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:47.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:48.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:48.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:49 smithi016 ceph-mon[96085]: pgmap v2398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:00:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:49 smithi098 ceph-mon[112578]: pgmap v2398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:00:49.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:49.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:00:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:00:50.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:50.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:51.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:51 smithi016 ceph-mon[96085]: pgmap v2399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:51 smithi098 ceph-mon[112578]: pgmap v2399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:51.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:51.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:52.436 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:52 smithi016 ceph-mon[96085]: pgmap v2400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:52 smithi098 ceph-mon[112578]: pgmap v2400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:52.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:52.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:53.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:53.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:54.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:54.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:55.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:55 smithi098 ceph-mon[112578]: pgmap v2401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:55.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:00:55.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:00:55.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:00:55.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:00:55.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:00:55.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:00:55.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:00:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:55 smithi016 ceph-mon[96085]: pgmap v2401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:55.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:00:55.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:00:55.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:00:55.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:00:55.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:00:55.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:00:55.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:00:55.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:55.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:56.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:56.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:57 smithi098 ceph-mon[112578]: pgmap v2402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:57 smithi016 ceph-mon[96085]: pgmap v2402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:00:57.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:57.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:00:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:00:58.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:58.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:00:59 smithi016 ceph-mon[96085]: pgmap v2403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:00:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:00:59 smithi098 ceph-mon[112578]: pgmap v2403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:00:59.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:00:59.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:00.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:00.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:01 smithi016 ceph-mon[96085]: pgmap v2404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:01.352 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:01 smithi098 ceph-mon[112578]: pgmap v2404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:01.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:01.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:02 smithi098 ceph-mon[112578]: pgmap v2405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:02 smithi016 ceph-mon[96085]: pgmap v2405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:02.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:02.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:03.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:03.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:04.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:04.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:05.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:05 smithi016 ceph-mon[96085]: pgmap v2406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:05 smithi098 ceph-mon[112578]: pgmap v2406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:05.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:05.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:06.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:06.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:07.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:07 smithi098 ceph-mon[112578]: pgmap v2407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:07 smithi016 ceph-mon[96085]: pgmap v2407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:07.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:07.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:08.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:08.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:09 smithi016 ceph-mon[96085]: pgmap v2408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:01:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:09 smithi098 ceph-mon[112578]: pgmap v2408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:01:09.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:09.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:10.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:10.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:11 smithi016 ceph-mon[96085]: pgmap v2409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:11 smithi098 ceph-mon[112578]: pgmap v2409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:11.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:11.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:12 smithi098 ceph-mon[112578]: pgmap v2410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:12 smithi016 ceph-mon[96085]: pgmap v2410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:12.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:12.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:01:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:01:13.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:13.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:14 smithi098 ceph-mon[112578]: pgmap v2411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:14 smithi016 ceph-mon[96085]: pgmap v2411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:14.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:14.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:15.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:15.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:16.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:16.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:17 smithi098 ceph-mon[112578]: pgmap v2412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:17 smithi016 ceph-mon[96085]: pgmap v2412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:17.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:17.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:18.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:18.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:19 smithi016 ceph-mon[96085]: pgmap v2413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:01:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:19 smithi098 ceph-mon[112578]: pgmap v2413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:01:19.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:19.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:20.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:20.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:21.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:21 smithi016 ceph-mon[96085]: pgmap v2414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:21 smithi098 ceph-mon[112578]: pgmap v2414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:21.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:21.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:22 smithi098 ceph-mon[112578]: pgmap v2415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:22 smithi016 ceph-mon[96085]: pgmap v2415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:22.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:22.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:23.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:23.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:24.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:24.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:25 smithi016 ceph-mon[96085]: pgmap v2416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:25 smithi098 ceph-mon[112578]: pgmap v2416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:25.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:25.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:26.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:26.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:27 smithi016 ceph-mon[96085]: pgmap v2417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:27 smithi098 ceph-mon[112578]: pgmap v2417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:27.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:27.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:28.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:01:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:01:28.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:28.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:29 smithi098 ceph-mon[112578]: pgmap v2418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:01:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:29 smithi016 ceph-mon[96085]: pgmap v2418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:01:29.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:29.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:30.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:30.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:31 smithi098 ceph-mon[112578]: pgmap v2419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:31 smithi016 ceph-mon[96085]: pgmap v2419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:31.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:31.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:32 smithi098 ceph-mon[112578]: pgmap v2420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:32 smithi016 ceph-mon[96085]: pgmap v2420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:32.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:32.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:33.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:33.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:34.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:34.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:35 smithi016 ceph-mon[96085]: pgmap v2421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:35 smithi098 ceph-mon[112578]: pgmap v2421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:35.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:35.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:36.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:36.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:37 smithi098 ceph-mon[112578]: pgmap v2422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:37 smithi016 ceph-mon[96085]: pgmap v2422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:37.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:37.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:38.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:38.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:39 smithi098 ceph-mon[112578]: pgmap v2423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:01:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:39 smithi016 ceph-mon[96085]: pgmap v2423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:01:39.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:39.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:40.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:40.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:41 smithi098 ceph-mon[112578]: pgmap v2424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:41 smithi016 ceph-mon[96085]: pgmap v2424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:41.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:41.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:42 smithi098 ceph-mon[112578]: pgmap v2425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:42 smithi016 ceph-mon[96085]: pgmap v2425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:42.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:42.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:01:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:01:43.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:43.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:44 smithi098 ceph-mon[112578]: pgmap v2426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:44 smithi016 ceph-mon[96085]: pgmap v2426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:44.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:44.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:45.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:45.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:46.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:46.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:47.329 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:47 smithi098 ceph-mon[112578]: pgmap v2427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:47 smithi016 ceph-mon[96085]: pgmap v2427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:47.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:47.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:48.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:48.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:49 smithi098 ceph-mon[112578]: pgmap v2428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:01:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:49 smithi016 ceph-mon[96085]: pgmap v2428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:01:49.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:49.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:50.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:50.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:51 smithi098 ceph-mon[112578]: pgmap v2429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:51 smithi016 ceph-mon[96085]: pgmap v2429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:51.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:51.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:52.383 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:52 smithi098 ceph-mon[112578]: pgmap v2430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:52 smithi016 ceph-mon[96085]: pgmap v2430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:52.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:52.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:53.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:53.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:54.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:54.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:55 smithi098 ceph-mon[112578]: pgmap v2431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:55.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:01:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:55 smithi016 ceph-mon[96085]: pgmap v2431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:01:55.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:55.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:01:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:01:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:01:56.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:01:56.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:01:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:01:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:01:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:01:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:01:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:01:56.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:56.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:57.436 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:57 smithi098 ceph-mon[112578]: pgmap v2432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:57 smithi016 ceph-mon[96085]: pgmap v2432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:01:57.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:57.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:01:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:01:58.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:58.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:01:59 smithi098 ceph-mon[112578]: pgmap v2433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:01:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:01:59 smithi016 ceph-mon[96085]: pgmap v2433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:01:59.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:01:59.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:00.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:00.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:01 smithi098 ceph-mon[112578]: pgmap v2434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:01 smithi016 ceph-mon[96085]: pgmap v2434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:01.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:01.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:02.488 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:02 smithi098 ceph-mon[112578]: pgmap v2435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:02 smithi016 ceph-mon[96085]: pgmap v2435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:02.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:02.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:03.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:03.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:04.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:04.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:05 smithi098 ceph-mon[112578]: pgmap v2436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:05 smithi016 ceph-mon[96085]: pgmap v2436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:05.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:05.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:06.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:06.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:07 smithi098 ceph-mon[112578]: pgmap v2437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:07 smithi016 ceph-mon[96085]: pgmap v2437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:07.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:07.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:08.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:08.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:09 smithi098 ceph-mon[112578]: pgmap v2438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:02:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:09 smithi016 ceph-mon[96085]: pgmap v2438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:02:09.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:09.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:10.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:10.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:11 smithi098 ceph-mon[112578]: pgmap v2439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:11 smithi016 ceph-mon[96085]: pgmap v2439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:11.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:11.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:12 smithi098 ceph-mon[112578]: pgmap v2440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:12 smithi016 ceph-mon[96085]: pgmap v2440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:12.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:12.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:13.357 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:02:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:02:13.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:13.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:14 smithi098 ceph-mon[112578]: pgmap v2441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:14 smithi016 ceph-mon[96085]: pgmap v2441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:14.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:14.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:15.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:15.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:16.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:16.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:17 smithi098 ceph-mon[112578]: pgmap v2442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:17 smithi016 ceph-mon[96085]: pgmap v2442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:17.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:17.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:18.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:18.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:19 smithi098 ceph-mon[112578]: pgmap v2443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:02:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:19 smithi016 ceph-mon[96085]: pgmap v2443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:02:19.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:19.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:20.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:20.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:21 smithi098 ceph-mon[112578]: pgmap v2444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:21 smithi016 ceph-mon[96085]: pgmap v2444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:21.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:21.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:22 smithi098 ceph-mon[112578]: pgmap v2445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:22 smithi016 ceph-mon[96085]: pgmap v2445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:22.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:22.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:23.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:23.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:24.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:24.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:25 smithi098 ceph-mon[112578]: pgmap v2446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:25 smithi016 ceph-mon[96085]: pgmap v2446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:25.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:25.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:26.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:26.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:27 smithi098 ceph-mon[112578]: pgmap v2447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:27 smithi016 ceph-mon[96085]: pgmap v2447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:27.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:27.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:02:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:02:28.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:28.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:29 smithi098 ceph-mon[112578]: pgmap v2448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:02:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:29 smithi016 ceph-mon[96085]: pgmap v2448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:02:29.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:29.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:30.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:30.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:31 smithi098 ceph-mon[112578]: pgmap v2449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:31 smithi016 ceph-mon[96085]: pgmap v2449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:31.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:31.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:32 smithi098 ceph-mon[112578]: pgmap v2450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:32 smithi016 ceph-mon[96085]: pgmap v2450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:32.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:32.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:33.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:33.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:34.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:34.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:35.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:35 smithi098 ceph-mon[112578]: pgmap v2451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:35 smithi016 ceph-mon[96085]: pgmap v2451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:35.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:35.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:36.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:36.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:37 smithi098 ceph-mon[112578]: pgmap v2452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:37 smithi016 ceph-mon[96085]: pgmap v2452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:37.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:37.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:38.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:38.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:39 smithi098 ceph-mon[112578]: pgmap v2453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:02:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:39 smithi016 ceph-mon[96085]: pgmap v2453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:02:39.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:39.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:40.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:40.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:41 smithi098 ceph-mon[112578]: pgmap v2454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:41 smithi016 ceph-mon[96085]: pgmap v2454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:41.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:41.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:42 smithi098 ceph-mon[112578]: pgmap v2455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:42 smithi016 ceph-mon[96085]: pgmap v2455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:42.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:42.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:02:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:02:43.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:43.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:44 smithi098 ceph-mon[112578]: pgmap v2456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:44 smithi016 ceph-mon[96085]: pgmap v2456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:44.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:44.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:45.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:45.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:46.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:46.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:47 smithi098 ceph-mon[112578]: pgmap v2457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:47 smithi016 ceph-mon[96085]: pgmap v2457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:47.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:47.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:48.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:48.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:49 smithi098 ceph-mon[112578]: pgmap v2458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:02:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:49 smithi016 ceph-mon[96085]: pgmap v2458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:02:49.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:49.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:50.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:50.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:51 smithi098 ceph-mon[112578]: pgmap v2459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:51 smithi016 ceph-mon[96085]: pgmap v2459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:51.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:51.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:52 smithi098 ceph-mon[112578]: pgmap v2460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:52 smithi016 ceph-mon[96085]: pgmap v2460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:52.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:52.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:53.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:53.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:54.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:54.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:55.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:55 smithi098 ceph-mon[112578]: pgmap v2461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:55 smithi016 ceph-mon[96085]: pgmap v2461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:55.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:55.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:02:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:02:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:02:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:02:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:02:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:02:56.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:56.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:57 smithi098 ceph-mon[112578]: pgmap v2462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:57.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:02:57.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:02:57.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:02:57.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:02:57.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:02:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:57 smithi016 ceph-mon[96085]: pgmap v2462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:02:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:02:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:02:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:02:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:02:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:02:57.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:57.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:02:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:02:58.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:58.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:02:59 smithi016 ceph-mon[96085]: pgmap v2463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:02:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:02:59 smithi098 ceph-mon[112578]: pgmap v2463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:02:59.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:02:59.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:00.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:00.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:01 smithi098 ceph-mon[112578]: pgmap v2464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:01 smithi016 ceph-mon[96085]: pgmap v2464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:01.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:01.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:02 smithi098 ceph-mon[112578]: pgmap v2465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:02 smithi016 ceph-mon[96085]: pgmap v2465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:02.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:02.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:03.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:03.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:04.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:04.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:05 smithi098 ceph-mon[112578]: pgmap v2466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:05 smithi016 ceph-mon[96085]: pgmap v2466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:05.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:05.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:06.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:06.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:07 smithi098 ceph-mon[112578]: pgmap v2467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:07 smithi016 ceph-mon[96085]: pgmap v2467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:07.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:07.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:08.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:08.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:09 smithi016 ceph-mon[96085]: pgmap v2468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:03:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:09 smithi098 ceph-mon[112578]: pgmap v2468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:03:09.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:09.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:10.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:10.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:11 smithi098 ceph-mon[112578]: pgmap v2469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:11 smithi016 ceph-mon[96085]: pgmap v2469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:11.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:11.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:12 smithi098 ceph-mon[112578]: pgmap v2470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:12 smithi016 ceph-mon[96085]: pgmap v2470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:12.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:12.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:03:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:03:13.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:13.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:14 smithi098 ceph-mon[112578]: pgmap v2471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:14 smithi016 ceph-mon[96085]: pgmap v2471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:14.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:14.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:15.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:15.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:16.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:16.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:17 smithi098 ceph-mon[112578]: pgmap v2472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:17 smithi016 ceph-mon[96085]: pgmap v2472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:17.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:17.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:18.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:18.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:19 smithi098 ceph-mon[112578]: pgmap v2473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:03:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:19 smithi016 ceph-mon[96085]: pgmap v2473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:03:19.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:19.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:20.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:20.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:21 smithi098 ceph-mon[112578]: pgmap v2474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:21 smithi016 ceph-mon[96085]: pgmap v2474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:21.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:21.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:22 smithi098 ceph-mon[112578]: pgmap v2475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:22 smithi016 ceph-mon[96085]: pgmap v2475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:22.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:22.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:23.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:23.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:24.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:24.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:25 smithi098 ceph-mon[112578]: pgmap v2476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:25 smithi016 ceph-mon[96085]: pgmap v2476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:25.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:25.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:26.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:26.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:27 smithi098 ceph-mon[112578]: pgmap v2477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:27 smithi016 ceph-mon[96085]: pgmap v2477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:27.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:27.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:28.385 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:03:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:03:28.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:28.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:29 smithi098 ceph-mon[112578]: pgmap v2478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:03:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:29 smithi016 ceph-mon[96085]: pgmap v2478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:03:29.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:29.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:30.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:30.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:31 smithi098 ceph-mon[112578]: pgmap v2479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:31 smithi016 ceph-mon[96085]: pgmap v2479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:31.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:31.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:32 smithi098 ceph-mon[112578]: pgmap v2480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:32 smithi016 ceph-mon[96085]: pgmap v2480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:32.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:32.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:33.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:33.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:34.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:34.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:35 smithi098 ceph-mon[112578]: pgmap v2481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:35 smithi016 ceph-mon[96085]: pgmap v2481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:35.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:35.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:36.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:36.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:37 smithi098 ceph-mon[112578]: pgmap v2482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:37 smithi016 ceph-mon[96085]: pgmap v2482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:37.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:37.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:38.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:38.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:39.338 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:39 smithi016 ceph-mon[96085]: pgmap v2483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:03:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:39 smithi098 ceph-mon[112578]: pgmap v2483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:03:39.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:39.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:40.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:40.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:41 smithi098 ceph-mon[112578]: pgmap v2484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:41 smithi016 ceph-mon[96085]: pgmap v2484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:41.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:41.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:42 smithi098 ceph-mon[112578]: pgmap v2485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:42 smithi016 ceph-mon[96085]: pgmap v2485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:42.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:42.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:03:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:03:43.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:43.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:44.397 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:44 smithi016 ceph-mon[96085]: pgmap v2486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:44 smithi098 ceph-mon[112578]: pgmap v2486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:44.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:44.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:45.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:45.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:46.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:46.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:47 smithi098 ceph-mon[112578]: pgmap v2487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:47 smithi016 ceph-mon[96085]: pgmap v2487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:47.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:47.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:48.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:48.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:49.454 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:49 smithi016 ceph-mon[96085]: pgmap v2488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:03:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:49 smithi098 ceph-mon[112578]: pgmap v2488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:03:49.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:49.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:50.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:50.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:51 smithi098 ceph-mon[112578]: pgmap v2489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:51 smithi016 ceph-mon[96085]: pgmap v2489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:51.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:51.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:52 smithi098 ceph-mon[112578]: pgmap v2490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:52 smithi016 ceph-mon[96085]: pgmap v2490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:52.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:52.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:53.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:53.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:54.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:54.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:55 smithi098 ceph-mon[112578]: pgmap v2491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:55 smithi016 ceph-mon[96085]: pgmap v2491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:55.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:55.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:56.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:56.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:57.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:57 smithi098 ceph-mon[112578]: pgmap v2492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:57.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:03:57.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:03:57.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:03:57.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:03:57.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:03:57.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:03:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:57 smithi016 ceph-mon[96085]: pgmap v2492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:03:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:03:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:03:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:03:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:03:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:03:57.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:03:57.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:57.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:03:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:03:58.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:58.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:03:59 smithi098 ceph-mon[112578]: pgmap v2493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:03:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:03:59 smithi016 ceph-mon[96085]: pgmap v2493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:03:59.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:03:59.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:00.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:00.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:01 smithi098 ceph-mon[112578]: pgmap v2494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:01 smithi016 ceph-mon[96085]: pgmap v2494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:01.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:01.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:02 smithi098 ceph-mon[112578]: pgmap v2495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:02 smithi016 ceph-mon[96085]: pgmap v2495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:02.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:02.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:03.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:03.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:04.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:04.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:05 smithi098 ceph-mon[112578]: pgmap v2496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:05 smithi016 ceph-mon[96085]: pgmap v2496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:05.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:05.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:06.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:06.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:07 smithi098 ceph-mon[112578]: pgmap v2497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:07 smithi016 ceph-mon[96085]: pgmap v2497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:07.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:07.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:08.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:08.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:09 smithi098 ceph-mon[112578]: pgmap v2498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:04:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:09 smithi016 ceph-mon[96085]: pgmap v2498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:04:09.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:09.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:10.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:10.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:11 smithi098 ceph-mon[112578]: pgmap v2499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:11 smithi016 ceph-mon[96085]: pgmap v2499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:11.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:11.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:12 smithi098 ceph-mon[112578]: pgmap v2500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:12 smithi016 ceph-mon[96085]: pgmap v2500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:12.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:12.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:04:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:04:13.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:13.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:14 smithi098 ceph-mon[112578]: pgmap v2501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:14 smithi016 ceph-mon[96085]: pgmap v2501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:14.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:14.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:15.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:15.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:16.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:16.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:17 smithi098 ceph-mon[112578]: pgmap v2502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:17 smithi016 ceph-mon[96085]: pgmap v2502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:17.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:17.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:18.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:18.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:19 smithi098 ceph-mon[112578]: pgmap v2503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:04:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:19 smithi016 ceph-mon[96085]: pgmap v2503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:04:19.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:19.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:20.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:20.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:21 smithi098 ceph-mon[112578]: pgmap v2504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:21 smithi016 ceph-mon[96085]: pgmap v2504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:21.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:21.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:22 smithi098 ceph-mon[112578]: pgmap v2505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:22 smithi016 ceph-mon[96085]: pgmap v2505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:22.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:22.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:23.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:23.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:24.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:24.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:25 smithi016 ceph-mon[96085]: pgmap v2506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:25 smithi098 ceph-mon[112578]: pgmap v2506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:25.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:25.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:26.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:26.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:27 smithi098 ceph-mon[112578]: pgmap v2507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:27 smithi016 ceph-mon[96085]: pgmap v2507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:27.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:27.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:04:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:04:28.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:28.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:29 smithi098 ceph-mon[112578]: pgmap v2508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:04:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:29 smithi016 ceph-mon[96085]: pgmap v2508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:04:29.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:29.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:30.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:30.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:31 smithi098 ceph-mon[112578]: pgmap v2509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:31 smithi016 ceph-mon[96085]: pgmap v2509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:31.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:31.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:32 smithi098 ceph-mon[112578]: pgmap v2510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:32 smithi016 ceph-mon[96085]: pgmap v2510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:32.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:32.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:33.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:33.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:34.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:34.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:35 smithi016 ceph-mon[96085]: pgmap v2511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:35 smithi098 ceph-mon[112578]: pgmap v2511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:35.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:35.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:36.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:36.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:37 smithi098 ceph-mon[112578]: pgmap v2512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:37 smithi016 ceph-mon[96085]: pgmap v2512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:37.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:37.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:38.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:38.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:39 smithi098 ceph-mon[112578]: pgmap v2513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:04:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:39 smithi016 ceph-mon[96085]: pgmap v2513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:04:39.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:39.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:40.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:40.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:41 smithi098 ceph-mon[112578]: pgmap v2514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:41 smithi016 ceph-mon[96085]: pgmap v2514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:41.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:41.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:42 smithi098 ceph-mon[112578]: pgmap v2515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:42 smithi016 ceph-mon[96085]: pgmap v2515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:42.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:42.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:04:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:04:43.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:43.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:44 smithi098 ceph-mon[112578]: pgmap v2516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:44 smithi016 ceph-mon[96085]: pgmap v2516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:44.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:44.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:45.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:45.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:46.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:46.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:47 smithi098 ceph-mon[112578]: pgmap v2517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:47 smithi016 ceph-mon[96085]: pgmap v2517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:47.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:47.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:48.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:48.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:49 smithi098 ceph-mon[112578]: pgmap v2518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:04:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:49 smithi016 ceph-mon[96085]: pgmap v2518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:04:49.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:49.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:50.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:50.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:51 smithi098 ceph-mon[112578]: pgmap v2519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:51 smithi016 ceph-mon[96085]: pgmap v2519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:51.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:51.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:52 smithi098 ceph-mon[112578]: pgmap v2520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:52 smithi016 ceph-mon[96085]: pgmap v2520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:52.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:52.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:53.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:53.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:54.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:54.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:55 smithi098 ceph-mon[112578]: pgmap v2521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:55 smithi016 ceph-mon[96085]: pgmap v2521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:55.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:55.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:56.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:56.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:57 smithi098 ceph-mon[112578]: pgmap v2522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:57.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:04:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:57 smithi016 ceph-mon[96085]: pgmap v2522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:04:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:04:57.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:57.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:04:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:04:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:04:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:04:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:04:58.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:04:58.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:04:58.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:04:58.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:04:58 smithi098 ceph-mon[112578]: pgmap v2523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:04:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:04:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:04:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:04:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:04:58.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:04:58.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:04:58.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:04:58.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:04:58.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:04:58 smithi016 ceph-mon[96085]: pgmap v2523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:04:58.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:58.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:59.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:04:59.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:00.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:00.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:01 smithi098 ceph-mon[112578]: pgmap v2524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:01 smithi016 ceph-mon[96085]: pgmap v2524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:01.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:01.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:02 smithi098 ceph-mon[112578]: pgmap v2525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:02 smithi016 ceph-mon[96085]: pgmap v2525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:02.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:02.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:03.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:03.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:04.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:04.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:05 smithi098 ceph-mon[112578]: pgmap v2526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:05 smithi016 ceph-mon[96085]: pgmap v2526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:05.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:05.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:06.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:06.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:07 smithi098 ceph-mon[112578]: pgmap v2527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:07 smithi016 ceph-mon[96085]: pgmap v2527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:07.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:07.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:08.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:08.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:09.441 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:09 smithi098 ceph-mon[112578]: pgmap v2528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:05:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:09 smithi016 ceph-mon[96085]: pgmap v2528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:05:09.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:09.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:10.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:10.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:11 smithi098 ceph-mon[112578]: pgmap v2529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:11 smithi016 ceph-mon[96085]: pgmap v2529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:12.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:12.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:12 smithi098 ceph-mon[112578]: pgmap v2530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:12 smithi016 ceph-mon[96085]: pgmap v2530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:13.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:13.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:05:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:05:14.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:14.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:14.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:14 smithi098 ceph-mon[112578]: pgmap v2531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:14 smithi016 ceph-mon[96085]: pgmap v2531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:15.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:15.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:16.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:16.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:17.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:17.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:17 smithi098 ceph-mon[112578]: pgmap v2532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:17.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:17 smithi016 ceph-mon[96085]: pgmap v2532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:18.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:18.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:19.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:19.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:19 smithi098 ceph-mon[112578]: pgmap v2533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:05:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:19 smithi016 ceph-mon[96085]: pgmap v2533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:05:20.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:20.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:21.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:21.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:21 smithi098 ceph-mon[112578]: pgmap v2534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:21 smithi016 ceph-mon[96085]: pgmap v2534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:22.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:22.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:22 smithi098 ceph-mon[112578]: pgmap v2535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:22 smithi016 ceph-mon[96085]: pgmap v2535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:23.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:23.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:24.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:24.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:25.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:25.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:25 smithi098 ceph-mon[112578]: pgmap v2536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:25 smithi016 ceph-mon[96085]: pgmap v2536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:26.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:26.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:27.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:27.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:27 smithi098 ceph-mon[112578]: pgmap v2537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:27 smithi016 ceph-mon[96085]: pgmap v2537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:28.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:28.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:05:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:05:29.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:29.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:29 smithi098 ceph-mon[112578]: pgmap v2538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:05:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:29 smithi016 ceph-mon[96085]: pgmap v2538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:05:30.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:30.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:31.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:31.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:31 smithi098 ceph-mon[112578]: pgmap v2539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:31 smithi016 ceph-mon[96085]: pgmap v2539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:32.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:32.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:32 smithi098 ceph-mon[112578]: pgmap v2540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:32 smithi016 ceph-mon[96085]: pgmap v2540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:33.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:33.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:34.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:34.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:35.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:35.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:35 smithi098 ceph-mon[112578]: pgmap v2541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:35 smithi016 ceph-mon[96085]: pgmap v2541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:36.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:36.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:37.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:37.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:37 smithi098 ceph-mon[112578]: pgmap v2542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:37 smithi016 ceph-mon[96085]: pgmap v2542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:38.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:38.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:39.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:39.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:39 smithi098 ceph-mon[112578]: pgmap v2543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:05:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:39 smithi016 ceph-mon[96085]: pgmap v2543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:05:40.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:40.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:41.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:41.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:41 smithi098 ceph-mon[112578]: pgmap v2544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:41 smithi016 ceph-mon[96085]: pgmap v2544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:42.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:42.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:42.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:42 smithi098 ceph-mon[112578]: pgmap v2545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:42 smithi016 ceph-mon[96085]: pgmap v2545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:43.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:43.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:05:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:05:44.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:44.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:44 smithi098 ceph-mon[112578]: pgmap v2546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:44 smithi016 ceph-mon[96085]: pgmap v2546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:45.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:45.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:46.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:46.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:47.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:47.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:47 smithi098 ceph-mon[112578]: pgmap v2547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:47 smithi016 ceph-mon[96085]: pgmap v2547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:48.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:48.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:49.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:49.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:49 smithi098 ceph-mon[112578]: pgmap v2548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:05:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:49 smithi016 ceph-mon[96085]: pgmap v2548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:05:50.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:50.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:51.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:51.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:51 smithi098 ceph-mon[112578]: pgmap v2549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:51 smithi016 ceph-mon[96085]: pgmap v2549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:52.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:52.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:52 smithi098 ceph-mon[112578]: pgmap v2550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:52 smithi016 ceph-mon[96085]: pgmap v2550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:53.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:53.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:54.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:54.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:55.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:55.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:55 smithi098 ceph-mon[112578]: pgmap v2551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:55 smithi016 ceph-mon[96085]: pgmap v2551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:56.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:56.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:57.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:57.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:57 smithi098 ceph-mon[112578]: pgmap v2552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:57 smithi016 ceph-mon[96085]: pgmap v2552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:05:58.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:58.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:05:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:05:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:05:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:05:59.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:05:59.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:59 smithi098 ceph-mon[112578]: pgmap v2553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:05:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:05:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:05:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:05:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:05:59.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:05:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:05:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:59 smithi016 ceph-mon[96085]: pgmap v2553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:05:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:05:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:05:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:05:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:05:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:05:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:06:00.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:00.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:01.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:01.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:01 smithi016 ceph-mon[96085]: pgmap v2554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:01 smithi098 ceph-mon[112578]: pgmap v2554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:02.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:02.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:02 smithi098 ceph-mon[112578]: pgmap v2555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:02 smithi016 ceph-mon[96085]: pgmap v2555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:03.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:03.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:04.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:04.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:05.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:05.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:05 smithi098 ceph-mon[112578]: pgmap v2556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:05 smithi016 ceph-mon[96085]: pgmap v2556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:06.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:06.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:07.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:07.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:07 smithi098 ceph-mon[112578]: pgmap v2557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:07 smithi016 ceph-mon[96085]: pgmap v2557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:08.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:08.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:09.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:09.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:09 smithi098 ceph-mon[112578]: pgmap v2558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:06:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:09 smithi016 ceph-mon[96085]: pgmap v2558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:06:10.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:10.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:11.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:11.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:11 smithi098 ceph-mon[112578]: pgmap v2559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:11 smithi016 ceph-mon[96085]: pgmap v2559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:12.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:12.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:12 smithi098 ceph-mon[112578]: pgmap v2560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:12 smithi016 ceph-mon[96085]: pgmap v2560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:13.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:13.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:06:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:06:14.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:14.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:14 smithi098 ceph-mon[112578]: pgmap v2561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:14 smithi016 ceph-mon[96085]: pgmap v2561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:15.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:15.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:16.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:16.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:17.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:17.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:17 smithi098 ceph-mon[112578]: pgmap v2562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:17 smithi016 ceph-mon[96085]: pgmap v2562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:18.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:18.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:19.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:19.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:19 smithi098 ceph-mon[112578]: pgmap v2563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:06:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:19 smithi016 ceph-mon[96085]: pgmap v2563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:06:20.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:20.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:21.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:21.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:21 smithi098 ceph-mon[112578]: pgmap v2564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:21 smithi016 ceph-mon[96085]: pgmap v2564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:22.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:22.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:22 smithi098 ceph-mon[112578]: pgmap v2565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:22 smithi016 ceph-mon[96085]: pgmap v2565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:23.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:23.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:24.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:24.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:25.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:25.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:25 smithi098 ceph-mon[112578]: pgmap v2566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:25 smithi016 ceph-mon[96085]: pgmap v2566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:26.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:26.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:27.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:27.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:27 smithi098 ceph-mon[112578]: pgmap v2567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:27 smithi016 ceph-mon[96085]: pgmap v2567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:28.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:28.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:06:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:06:29.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:29.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:29 smithi098 ceph-mon[112578]: pgmap v2568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:06:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:29 smithi016 ceph-mon[96085]: pgmap v2568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:06:30.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:30.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:31.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:31.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:31 smithi098 ceph-mon[112578]: pgmap v2569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:31 smithi016 ceph-mon[96085]: pgmap v2569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:32.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:32.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:32 smithi098 ceph-mon[112578]: pgmap v2570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:32 smithi016 ceph-mon[96085]: pgmap v2570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:33.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:33.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:34.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:34.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:35.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:35.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:35 smithi098 ceph-mon[112578]: pgmap v2571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:35.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:35 smithi016 ceph-mon[96085]: pgmap v2571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:36.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:36.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:37.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:37.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:37 smithi098 ceph-mon[112578]: pgmap v2572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:37 smithi016 ceph-mon[96085]: pgmap v2572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:38.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:38.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:39.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:39.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:39 smithi098 ceph-mon[112578]: pgmap v2573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:06:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:39 smithi016 ceph-mon[96085]: pgmap v2573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:06:40.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:40.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:41.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:41.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:41.415 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:41 smithi016 ceph-mon[96085]: pgmap v2574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:41 smithi098 ceph-mon[112578]: pgmap v2574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:42.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:42.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:42 smithi098 ceph-mon[112578]: pgmap v2575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:42 smithi016 ceph-mon[96085]: pgmap v2575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:43.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:43.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:06:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:06:44.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:44.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:44 smithi098 ceph-mon[112578]: pgmap v2576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:44 smithi016 ceph-mon[96085]: pgmap v2576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:45.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:45.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:46.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:46.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:47.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:47.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:47 smithi098 ceph-mon[112578]: pgmap v2577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:47.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:47 smithi016 ceph-mon[96085]: pgmap v2577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:48.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:48.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:49.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:49.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:49 smithi098 ceph-mon[112578]: pgmap v2578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:06:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:49 smithi016 ceph-mon[96085]: pgmap v2578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:06:50.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:50.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:51.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:51.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:51 smithi098 ceph-mon[112578]: pgmap v2579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:51 smithi016 ceph-mon[96085]: pgmap v2579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:52.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:52.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:52 smithi098 ceph-mon[112578]: pgmap v2580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:52 smithi016 ceph-mon[96085]: pgmap v2580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:53.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:53.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:54.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:54.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:55.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:55.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:55 smithi098 ceph-mon[112578]: pgmap v2581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:55 smithi016 ceph-mon[96085]: pgmap v2581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:56.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:56.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:57.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:57.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:57 smithi098 ceph-mon[112578]: pgmap v2582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:57 smithi016 ceph-mon[96085]: pgmap v2582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:06:58.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:58.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:06:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:06:59.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:06:59.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:59 smithi098 ceph-mon[112578]: pgmap v2583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:06:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:06:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:06:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:06:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:06:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:59 smithi016 ceph-mon[96085]: pgmap v2583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:06:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:06:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:06:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:06:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:07:00.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:00.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:07:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:07:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:07:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:07:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:07:00.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:07:01.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:01.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:01 smithi098 ceph-mon[112578]: pgmap v2584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:01 smithi016 ceph-mon[96085]: pgmap v2584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:02.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:02.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:02 smithi098 ceph-mon[112578]: pgmap v2585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:02 smithi016 ceph-mon[96085]: pgmap v2585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:03.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:03.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:04.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:04.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:05.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:05.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:05 smithi098 ceph-mon[112578]: pgmap v2586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:05 smithi016 ceph-mon[96085]: pgmap v2586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:06.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:06.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:07.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:07.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:07 smithi098 ceph-mon[112578]: pgmap v2587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:07.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:07 smithi016 ceph-mon[96085]: pgmap v2587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:08.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:08.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:09.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:09.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:09 smithi098 ceph-mon[112578]: pgmap v2588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:07:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:09 smithi016 ceph-mon[96085]: pgmap v2588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:07:10.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:10.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:11.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:11.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:11 smithi098 ceph-mon[112578]: pgmap v2589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:11 smithi016 ceph-mon[96085]: pgmap v2589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:12.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:12.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:12 smithi098 ceph-mon[112578]: pgmap v2590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:12 smithi016 ceph-mon[96085]: pgmap v2590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:13.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:13.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:07:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:07:14.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:14.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:14 smithi098 ceph-mon[112578]: pgmap v2591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:14 smithi016 ceph-mon[96085]: pgmap v2591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:15.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:15.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:16.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:16.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:17.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:17.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:17 smithi098 ceph-mon[112578]: pgmap v2592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:17 smithi016 ceph-mon[96085]: pgmap v2592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:18.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:18.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:19.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:19.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:19 smithi098 ceph-mon[112578]: pgmap v2593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:07:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:19 smithi016 ceph-mon[96085]: pgmap v2593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:07:20.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:20.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:21.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:21.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:21 smithi098 ceph-mon[112578]: pgmap v2594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:21 smithi016 ceph-mon[96085]: pgmap v2594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:22.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:22.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:22 smithi098 ceph-mon[112578]: pgmap v2595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:22 smithi016 ceph-mon[96085]: pgmap v2595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:23.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:23.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:24.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:24.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:25.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:25.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:25 smithi098 ceph-mon[112578]: pgmap v2596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:25 smithi016 ceph-mon[96085]: pgmap v2596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:26.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:26.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:27.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:27.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:27 smithi016 ceph-mon[96085]: pgmap v2597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:27 smithi098 ceph-mon[112578]: pgmap v2597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:28.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:28.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:07:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:07:29.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:29.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:29 smithi098 ceph-mon[112578]: pgmap v2598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:07:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:29 smithi016 ceph-mon[96085]: pgmap v2598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:07:30.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:30.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:30 smithi098 ceph-mon[112578]: pgmap v2599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:30 smithi016 ceph-mon[96085]: pgmap v2599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:31.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:31.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:32.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:32.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:32 smithi016 ceph-mon[96085]: pgmap v2600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:32 smithi098 ceph-mon[112578]: pgmap v2600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:33.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:33.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:34.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:34.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:35.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:35.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:35 smithi098 ceph-mon[112578]: pgmap v2601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:35 smithi016 ceph-mon[96085]: pgmap v2601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:36.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:36.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:37.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:37.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:37 smithi098 ceph-mon[112578]: pgmap v2602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:37 smithi016 ceph-mon[96085]: pgmap v2602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:38.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:38.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:39.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:39.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:39 smithi098 ceph-mon[112578]: pgmap v2603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:07:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:39 smithi016 ceph-mon[96085]: pgmap v2603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:07:40.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:40.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:41.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:41.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:41 smithi098 ceph-mon[112578]: pgmap v2604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:41 smithi016 ceph-mon[96085]: pgmap v2604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:42.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:42.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:42 smithi098 ceph-mon[112578]: pgmap v2605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:42 smithi016 ceph-mon[96085]: pgmap v2605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:43.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:43.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:07:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:07:44.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:44.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:44 smithi098 ceph-mon[112578]: pgmap v2606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:44 smithi016 ceph-mon[96085]: pgmap v2606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:45.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:45.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:46.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:46.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:47.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:47.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:47 smithi098 ceph-mon[112578]: pgmap v2607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:47 smithi016 ceph-mon[96085]: pgmap v2607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:48.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:48.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:49.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:49.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:49.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:49 smithi098 ceph-mon[112578]: pgmap v2608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:07:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:49 smithi016 ceph-mon[96085]: pgmap v2608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:07:50.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:50.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:51.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:51.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:51 smithi098 ceph-mon[112578]: pgmap v2609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:51 smithi016 ceph-mon[96085]: pgmap v2609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:52.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:52.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:52 smithi098 ceph-mon[112578]: pgmap v2610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:52 smithi016 ceph-mon[96085]: pgmap v2610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:53.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:53.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:54.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:54.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:55.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:55.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:55 smithi098 ceph-mon[112578]: pgmap v2611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:55 smithi016 ceph-mon[96085]: pgmap v2611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:56.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:56.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:57.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:57.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:57 smithi098 ceph-mon[112578]: pgmap v2612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:57 smithi016 ceph-mon[96085]: pgmap v2612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:07:58.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:58.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:07:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:07:59.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:07:59.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:07:59 smithi098 ceph-mon[112578]: pgmap v2613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:07:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:07:59 smithi016 ceph-mon[96085]: pgmap v2613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:08:00.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:00.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:08:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:08:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:08:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:08:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:08:00.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:08:00.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:00 smithi098 ceph-mon[112578]: pgmap v2614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:08:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:08:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:08:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:08:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:08:00.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:08:00.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:00 smithi016 ceph-mon[96085]: pgmap v2614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:01.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:01.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:02.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:02.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:02 smithi098 ceph-mon[112578]: pgmap v2615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:02 smithi016 ceph-mon[96085]: pgmap v2615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:03.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:03.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:04.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:04.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:05.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:05.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:05 smithi098 ceph-mon[112578]: pgmap v2616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:05 smithi016 ceph-mon[96085]: pgmap v2616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:06.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:06.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:06 smithi098 ceph-mon[112578]: pgmap v2617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:06 smithi016 ceph-mon[96085]: pgmap v2617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:07.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:07.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:08.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:08.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:09.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:09.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:09 smithi098 ceph-mon[112578]: pgmap v2618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:08:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:09 smithi016 ceph-mon[96085]: pgmap v2618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:08:10.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:10.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:10 smithi098 ceph-mon[112578]: pgmap v2619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:10 smithi016 ceph-mon[96085]: pgmap v2619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:11.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:11.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:12.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:12.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:12.451 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:12 smithi016 ceph-mon[96085]: pgmap v2620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:12 smithi098 ceph-mon[112578]: pgmap v2620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:13.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:13.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:08:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:08:14.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:14.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:14 smithi098 ceph-mon[112578]: pgmap v2621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:14 smithi016 ceph-mon[96085]: pgmap v2621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:15.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:15.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:16.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:16.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:17.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:17.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:17.508 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:17 smithi016 ceph-mon[96085]: pgmap v2622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:17 smithi098 ceph-mon[112578]: pgmap v2622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:18.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:18.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:18 smithi098 ceph-mon[112578]: pgmap v2623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:08:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:18 smithi016 ceph-mon[96085]: pgmap v2623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:08:19.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:19.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:20.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:20.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:20 smithi098 ceph-mon[112578]: pgmap v2624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:20 smithi016 ceph-mon[96085]: pgmap v2624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:21.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:21.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:22.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:22.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:22 smithi098 ceph-mon[112578]: pgmap v2625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:22 smithi016 ceph-mon[96085]: pgmap v2625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:23.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:23.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:24.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:24.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:24 smithi098 ceph-mon[112578]: pgmap v2626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:24 smithi016 ceph-mon[96085]: pgmap v2626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:25.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:25.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:26.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:26.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:26.500 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:26 smithi098 ceph-mon[112578]: pgmap v2627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:26 smithi016 ceph-mon[96085]: pgmap v2627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:27.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:27.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:08:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:08:28.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:28.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:28 smithi098 ceph-mon[112578]: pgmap v2628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:08:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:28 smithi016 ceph-mon[96085]: pgmap v2628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:08:29.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:29.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:30.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:30.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:30 smithi098 ceph-mon[112578]: pgmap v2629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:30 smithi016 ceph-mon[96085]: pgmap v2629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:31.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:31.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:32.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:32.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:32 smithi098 ceph-mon[112578]: pgmap v2630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:32 smithi016 ceph-mon[96085]: pgmap v2630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:33.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:33.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:34.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:34.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:34 smithi098 ceph-mon[112578]: pgmap v2631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:34 smithi016 ceph-mon[96085]: pgmap v2631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:35.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:35.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:36.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:36.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:36 smithi098 ceph-mon[112578]: pgmap v2632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:36 smithi016 ceph-mon[96085]: pgmap v2632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:37.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:37.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:38.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:38.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:38 smithi098 ceph-mon[112578]: pgmap v2633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:08:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:38 smithi016 ceph-mon[96085]: pgmap v2633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:08:39.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:39.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:40.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:40.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:40 smithi098 ceph-mon[112578]: pgmap v2634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:40 smithi016 ceph-mon[96085]: pgmap v2634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:41.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:41.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:42.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:42.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:42 smithi098 ceph-mon[112578]: pgmap v2635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:42 smithi016 ceph-mon[96085]: pgmap v2635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:43.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:43.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:08:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:08:44.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:44.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:44 smithi098 ceph-mon[112578]: pgmap v2636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:44 smithi016 ceph-mon[96085]: pgmap v2636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:45.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:45.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:46.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:46.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:46 smithi098 ceph-mon[112578]: pgmap v2637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:46 smithi016 ceph-mon[96085]: pgmap v2637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:47.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:47.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:48.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:48.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:48 smithi098 ceph-mon[112578]: pgmap v2638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:08:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:48 smithi016 ceph-mon[96085]: pgmap v2638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:08:49.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:49.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:50.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:50.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:50 smithi098 ceph-mon[112578]: pgmap v2639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:50 smithi016 ceph-mon[96085]: pgmap v2639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:51.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:51.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:52.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:52.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:52 smithi098 ceph-mon[112578]: pgmap v2640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:52 smithi016 ceph-mon[96085]: pgmap v2640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:53.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:53.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:54.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:54.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:54 smithi098 ceph-mon[112578]: pgmap v2641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:54 smithi016 ceph-mon[96085]: pgmap v2641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:55.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:55.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:56.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:56.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:56 smithi098 ceph-mon[112578]: pgmap v2642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:56 smithi016 ceph-mon[96085]: pgmap v2642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:08:57.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:57.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:57.978 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:08:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:08:58.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:58.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:58 smithi098 ceph-mon[112578]: pgmap v2643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:08:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:58 smithi016 ceph-mon[96085]: pgmap v2643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:08:59.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:08:59.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:00.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:08:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:09:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:08:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:09:00.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:00.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:00 smithi098 ceph-mon[112578]: pgmap v2644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:01.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:09:01.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:09:01.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:09:01.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:09:01.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:09:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:00 smithi016 ceph-mon[96085]: pgmap v2644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:09:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:09:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:09:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:09:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:09:01.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:01.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:02.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:02.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:02 smithi098 ceph-mon[112578]: pgmap v2645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:02 smithi016 ceph-mon[96085]: pgmap v2645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:03.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:03.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:04.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:04.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:04.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:04 smithi098 ceph-mon[112578]: pgmap v2646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:04 smithi016 ceph-mon[96085]: pgmap v2646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:05.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:05.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:06.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:06.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:06 smithi098 ceph-mon[112578]: pgmap v2647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:06 smithi016 ceph-mon[96085]: pgmap v2647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:07.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:07.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:08.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:08.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:08 smithi098 ceph-mon[112578]: pgmap v2648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:09:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:08 smithi016 ceph-mon[96085]: pgmap v2648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:09:09.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:09.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:10.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:10.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:10 smithi098 ceph-mon[112578]: pgmap v2649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:10 smithi016 ceph-mon[96085]: pgmap v2649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:11.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:11.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:12 smithi098 ceph-mon[112578]: pgmap v2650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:12.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:12.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:12 smithi016 ceph-mon[96085]: pgmap v2650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:13.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:13.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:09:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:09:14.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:14.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:14 smithi098 ceph-mon[112578]: pgmap v2651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:14 smithi016 ceph-mon[96085]: pgmap v2651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:15.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:15.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:16.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:16.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:16 smithi098 ceph-mon[112578]: pgmap v2652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:16 smithi016 ceph-mon[96085]: pgmap v2652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:17.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:17.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:18.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:18.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:18 smithi098 ceph-mon[112578]: pgmap v2653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:09:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:18 smithi016 ceph-mon[96085]: pgmap v2653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:09:19.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:19.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:20.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:20.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:20 smithi098 ceph-mon[112578]: pgmap v2654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:20 smithi016 ceph-mon[96085]: pgmap v2654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:21.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:21.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:22.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:22.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:22 smithi098 ceph-mon[112578]: pgmap v2655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:22 smithi016 ceph-mon[96085]: pgmap v2655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:23.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:23.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:24.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:24.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:24 smithi098 ceph-mon[112578]: pgmap v2656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:24 smithi016 ceph-mon[96085]: pgmap v2656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:25.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:25.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:26.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:26.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:26 smithi098 ceph-mon[112578]: pgmap v2657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:26 smithi016 ceph-mon[96085]: pgmap v2657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:27.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:27.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:09:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:09:28.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:28.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:28 smithi098 ceph-mon[112578]: pgmap v2658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:09:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:28 smithi016 ceph-mon[96085]: pgmap v2658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:09:29.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:29.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:30.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:30.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:30 smithi098 ceph-mon[112578]: pgmap v2659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:30.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:30 smithi016 ceph-mon[96085]: pgmap v2659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:31.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:31.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:32.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:32.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:32 smithi098 ceph-mon[112578]: pgmap v2660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:32 smithi016 ceph-mon[96085]: pgmap v2660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:33.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:33.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:34.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:34.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:34 smithi098 ceph-mon[112578]: pgmap v2661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:34 smithi016 ceph-mon[96085]: pgmap v2661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:35.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:35.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:36.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:36.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:36 smithi098 ceph-mon[112578]: pgmap v2662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:36 smithi016 ceph-mon[96085]: pgmap v2662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:37.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:37.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:38.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:38.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:38 smithi098 ceph-mon[112578]: pgmap v2663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:09:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:38 smithi016 ceph-mon[96085]: pgmap v2663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:09:39.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:39.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:40.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:40.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:40 smithi098 ceph-mon[112578]: pgmap v2664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:40 smithi016 ceph-mon[96085]: pgmap v2664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:41.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:41.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:42.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:42.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:42 smithi098 ceph-mon[112578]: pgmap v2665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:42 smithi016 ceph-mon[96085]: pgmap v2665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:43.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:43.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:43.498 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:09:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:09:44.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:44.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:44 smithi098 ceph-mon[112578]: pgmap v2666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:44 smithi016 ceph-mon[96085]: pgmap v2666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:45.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:45.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:46.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:46.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:46 smithi098 ceph-mon[112578]: pgmap v2667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:46 smithi016 ceph-mon[96085]: pgmap v2667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:47.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:47.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:48.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:48.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:48 smithi098 ceph-mon[112578]: pgmap v2668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:09:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:48 smithi016 ceph-mon[96085]: pgmap v2668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:09:49.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:49.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:50.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:50.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:50 smithi098 ceph-mon[112578]: pgmap v2669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:50 smithi016 ceph-mon[96085]: pgmap v2669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:51.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:51.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:52.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:52.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:52 smithi098 ceph-mon[112578]: pgmap v2670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:52 smithi016 ceph-mon[96085]: pgmap v2670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:53.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:53.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:54.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:54.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:54 smithi098 ceph-mon[112578]: pgmap v2671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:54 smithi016 ceph-mon[96085]: pgmap v2671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:55.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:55.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:56.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:56.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:56 smithi098 ceph-mon[112578]: pgmap v2672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:56 smithi016 ceph-mon[96085]: pgmap v2672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:09:57.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:57.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:09:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:09:58.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:58.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:09:58 smithi098 ceph-mon[112578]: pgmap v2673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:09:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:09:58 smithi016 ceph-mon[96085]: pgmap v2673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:09:59.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:09:59.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:00.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:00.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T22:10:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T22:10:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:01 smithi016 ceph-mon[96085]: pgmap v2674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:10:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:01 smithi098 ceph-mon[112578]: pgmap v2674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:01.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:10:01.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:01.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:02.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:02.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:02.502 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:02 smithi098 ceph-mon[112578]: pgmap v2675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:02 smithi016 ceph-mon[96085]: pgmap v2675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:03.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:03.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:04.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:04.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:10:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:10:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:10:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:10:04.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:10:04.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:10:04.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:10:04.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:04 smithi098 ceph-mon[112578]: pgmap v2676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:10:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:10:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:10:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:10:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:10:04.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:10:04.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:10:04.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:04 smithi016 ceph-mon[96085]: pgmap v2676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:05.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:05.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:06.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:06.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:06 smithi098 ceph-mon[112578]: pgmap v2677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:06 smithi016 ceph-mon[96085]: pgmap v2677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:07.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:07.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:08.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:08.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:08 smithi098 ceph-mon[112578]: pgmap v2678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:10:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:08 smithi016 ceph-mon[96085]: pgmap v2678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:10:09.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:09.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:10.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:10.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:10 smithi098 ceph-mon[112578]: pgmap v2679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:10 smithi016 ceph-mon[96085]: pgmap v2679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:11.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:11.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:12.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:12.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:12 smithi098 ceph-mon[112578]: pgmap v2680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:12 smithi016 ceph-mon[96085]: pgmap v2680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:13.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:13.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:10:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:10:14.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:14.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:14 smithi098 ceph-mon[112578]: pgmap v2681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:14 smithi016 ceph-mon[96085]: pgmap v2681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:15.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:15.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:16.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:16.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:16 smithi098 ceph-mon[112578]: pgmap v2682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:16 smithi016 ceph-mon[96085]: pgmap v2682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:17.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:17.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:18.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:18.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:18 smithi098 ceph-mon[112578]: pgmap v2683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:10:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:18 smithi016 ceph-mon[96085]: pgmap v2683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:10:19.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:19.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:20 smithi098 ceph-mon[112578]: pgmap v2684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:20.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:20.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:20 smithi016 ceph-mon[96085]: pgmap v2684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:21.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:21.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:22 smithi098 ceph-mon[112578]: pgmap v2685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:22.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:22.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:22 smithi016 ceph-mon[96085]: pgmap v2685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:23.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:23.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:24 smithi098 ceph-mon[112578]: pgmap v2686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:24.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:24.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:24 smithi016 ceph-mon[96085]: pgmap v2686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:25.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:25.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:26 smithi098 ceph-mon[112578]: pgmap v2687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:26.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:26.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:26 smithi016 ceph-mon[96085]: pgmap v2687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:27.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:27.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:10:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:10:28.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:28.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:28 smithi098 ceph-mon[112578]: pgmap v2688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:10:29.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:28 smithi016 ceph-mon[96085]: pgmap v2688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:10:29.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:29.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:30 smithi098 ceph-mon[112578]: pgmap v2689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:30 smithi016 ceph-mon[96085]: pgmap v2689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:30.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:30.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:31.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:31.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:32 smithi098 ceph-mon[112578]: pgmap v2690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:32 smithi016 ceph-mon[96085]: pgmap v2690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:32.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:32.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:33.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:33.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:34.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:34 smithi098 ceph-mon[112578]: pgmap v2691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:34 smithi016 ceph-mon[96085]: pgmap v2691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:34.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:34.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:35.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:35.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:36 smithi098 ceph-mon[112578]: pgmap v2692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:36 smithi016 ceph-mon[96085]: pgmap v2692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:36.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:36.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:37.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:37.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:38 smithi098 ceph-mon[112578]: pgmap v2693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:10:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:38 smithi016 ceph-mon[96085]: pgmap v2693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:10:38.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:38.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:39.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:39.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:40 smithi098 ceph-mon[112578]: pgmap v2694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:40 smithi016 ceph-mon[96085]: pgmap v2694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:40.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:40.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:41.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:41.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:42 smithi098 ceph-mon[112578]: pgmap v2695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:42 smithi016 ceph-mon[96085]: pgmap v2695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:42.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:42.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:10:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:10:43.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:43.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:44 smithi098 ceph-mon[112578]: pgmap v2696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:44 smithi016 ceph-mon[96085]: pgmap v2696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:44.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:44.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:45.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:45.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:46 smithi098 ceph-mon[112578]: pgmap v2697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:46 smithi016 ceph-mon[96085]: pgmap v2697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:46.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:46.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:47.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:47.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:48 smithi098 ceph-mon[112578]: pgmap v2698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:10:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:48 smithi016 ceph-mon[96085]: pgmap v2698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:10:48.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:48.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:49.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:49.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:50 smithi098 ceph-mon[112578]: pgmap v2699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:50 smithi016 ceph-mon[96085]: pgmap v2699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:50.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:50.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:51.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:51.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:52 smithi098 ceph-mon[112578]: pgmap v2700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:52 smithi016 ceph-mon[96085]: pgmap v2700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:52.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:52.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:53.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:53.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:54.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:54 smithi098 ceph-mon[112578]: pgmap v2701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:54 smithi016 ceph-mon[96085]: pgmap v2701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:54.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:54.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:55.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:55.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:56 smithi098 ceph-mon[112578]: pgmap v2702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:56 smithi016 ceph-mon[96085]: pgmap v2702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:10:56.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:56.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:57.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:57.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:10:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:10:58.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:58.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:10:58 smithi098 ceph-mon[112578]: pgmap v2703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:10:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:10:58 smithi016 ceph-mon[96085]: pgmap v2703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:10:59.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:10:59.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:00 smithi098 ceph-mon[112578]: pgmap v2704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:00 smithi016 ceph-mon[96085]: pgmap v2704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:00.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:00.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:01.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:01.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:02 smithi098 ceph-mon[112578]: pgmap v2705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:02 smithi016 ceph-mon[96085]: pgmap v2705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:02.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:02.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:03.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:03.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:04.423 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:11:04.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:11:04.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:04.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:05 smithi098 ceph-mon[112578]: pgmap v2706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:05 smithi016 ceph-mon[96085]: pgmap v2706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:05.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:05.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:06 smithi098 ceph-mon[112578]: pgmap v2707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:06 smithi016 ceph-mon[96085]: pgmap v2707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:06.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:06.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:07.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:07.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:08 smithi098 ceph-mon[112578]: pgmap v2708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:11:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:08 smithi016 ceph-mon[96085]: pgmap v2708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:11:08.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:08.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:09.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:09.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:11:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:11:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:11:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:11:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:11:09.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:11:09.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:11:10.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:11:10.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:11:10.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:11:10.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:11:10.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:11:10.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:11:10.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:11:10.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:10.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:10 smithi098 ceph-mon[112578]: pgmap v2709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:10 smithi016 ceph-mon[96085]: pgmap v2709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:11.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:11.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:12 smithi098 ceph-mon[112578]: pgmap v2710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:12 smithi016 ceph-mon[96085]: pgmap v2710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:12.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:12.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:11:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:11:13.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:13.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:14 smithi098 ceph-mon[112578]: pgmap v2711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:14 smithi016 ceph-mon[96085]: pgmap v2711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:14.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:14.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:15.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:15.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:16 smithi098 ceph-mon[112578]: pgmap v2712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:16 smithi016 ceph-mon[96085]: pgmap v2712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:16.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:16.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:17.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:17.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:18 smithi098 ceph-mon[112578]: pgmap v2713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:11:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:18 smithi016 ceph-mon[96085]: pgmap v2713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:11:18.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:18.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:19.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:19.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:20 smithi098 ceph-mon[112578]: pgmap v2714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:20 smithi016 ceph-mon[96085]: pgmap v2714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:20.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:20.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:21.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:21.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:22 smithi098 ceph-mon[112578]: pgmap v2715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:22 smithi016 ceph-mon[96085]: pgmap v2715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:22.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:22.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:23.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:23.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:24 smithi098 ceph-mon[112578]: pgmap v2716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:24 smithi016 ceph-mon[96085]: pgmap v2716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:24.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:24.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:25.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:25.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:26 smithi098 ceph-mon[112578]: pgmap v2717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:26 smithi016 ceph-mon[96085]: pgmap v2717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:26.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:26.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:27.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:27.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:11:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:11:28.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:28.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:28 smithi098 ceph-mon[112578]: pgmap v2718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:11:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:28 smithi016 ceph-mon[96085]: pgmap v2718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:11:29.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:29.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:30 smithi098 ceph-mon[112578]: pgmap v2719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:30 smithi016 ceph-mon[96085]: pgmap v2719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:30.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:30.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:31.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:31.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:32.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:32 smithi098 ceph-mon[112578]: pgmap v2720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:32 smithi016 ceph-mon[96085]: pgmap v2720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:32.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:32.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:33.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:33.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:34 smithi098 ceph-mon[112578]: pgmap v2721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:34 smithi016 ceph-mon[96085]: pgmap v2721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:34.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:34.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:35.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:35.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:36 smithi098 ceph-mon[112578]: pgmap v2722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:36 smithi016 ceph-mon[96085]: pgmap v2722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:36.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:36.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:37.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:37.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:38 smithi098 ceph-mon[112578]: pgmap v2723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:11:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:38 smithi016 ceph-mon[96085]: pgmap v2723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:11:38.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:38.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:39.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:39.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:40 smithi098 ceph-mon[112578]: pgmap v2724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:40 smithi016 ceph-mon[96085]: pgmap v2724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:40.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:40.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:41.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:41.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:42 smithi098 ceph-mon[112578]: pgmap v2725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:42 smithi016 ceph-mon[96085]: pgmap v2725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:42.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:42.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:11:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:11:43.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:43.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:44 smithi098 ceph-mon[112578]: pgmap v2726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:44 smithi016 ceph-mon[96085]: pgmap v2726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:44.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:44.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:45.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:45.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:46 smithi098 ceph-mon[112578]: pgmap v2727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:46 smithi016 ceph-mon[96085]: pgmap v2727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:46.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:46.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:47.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:47.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:48 smithi098 ceph-mon[112578]: pgmap v2728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:11:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:48 smithi016 ceph-mon[96085]: pgmap v2728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:11:48.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:48.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:49.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:49.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:50 smithi098 ceph-mon[112578]: pgmap v2729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:50 smithi016 ceph-mon[96085]: pgmap v2729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:50.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:50.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:51.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:51.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:52 smithi098 ceph-mon[112578]: pgmap v2730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:52 smithi016 ceph-mon[96085]: pgmap v2730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:52.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:52.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:53.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:53.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:54 smithi098 ceph-mon[112578]: pgmap v2731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:54 smithi016 ceph-mon[96085]: pgmap v2731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:54.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:54.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:55.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:55.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:56 smithi098 ceph-mon[112578]: pgmap v2732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:56 smithi016 ceph-mon[96085]: pgmap v2732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:11:56.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:56.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:57.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:57.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:11:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:11:58.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:58.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:11:58 smithi098 ceph-mon[112578]: pgmap v2733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:11:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:11:58 smithi016 ceph-mon[96085]: pgmap v2733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:11:59.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:11:59.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:00 smithi098 ceph-mon[112578]: pgmap v2734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:00 smithi016 ceph-mon[96085]: pgmap v2734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:00.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:00.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:01.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:01.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:02 smithi098 ceph-mon[112578]: pgmap v2735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:02 smithi016 ceph-mon[96085]: pgmap v2735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:02.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:02.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:03.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:03.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:04.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:04 smithi098 ceph-mon[112578]: pgmap v2736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:04 smithi016 ceph-mon[96085]: pgmap v2736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:04.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:04.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:05.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:05.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:06 smithi098 ceph-mon[112578]: pgmap v2737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:06 smithi016 ceph-mon[96085]: pgmap v2737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:06.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:06.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:07.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:07.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:08 smithi098 ceph-mon[112578]: pgmap v2738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:12:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:08 smithi016 ceph-mon[96085]: pgmap v2738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:12:08.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:08.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:09.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:09.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:12:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:12:10.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:12:10.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:12:10.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:12:10.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:12:10.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:12:10.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:10 smithi016 ceph-mon[96085]: pgmap v2739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:10.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:10.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:12:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:12:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:12:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:12:10.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:12:10.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:10 smithi098 ceph-mon[112578]: pgmap v2739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:11.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:11.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:12 smithi098 ceph-mon[112578]: pgmap v2740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:12 smithi016 ceph-mon[96085]: pgmap v2740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:12.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:12.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:12:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:12:13.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:13.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:14 smithi098 ceph-mon[112578]: pgmap v2741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:14 smithi016 ceph-mon[96085]: pgmap v2741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:14.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:14.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:15.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:15.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:16 smithi098 ceph-mon[112578]: pgmap v2742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:16 smithi016 ceph-mon[96085]: pgmap v2742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:16.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:16.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:17.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:17.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:18 smithi098 ceph-mon[112578]: pgmap v2743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:12:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:18 smithi016 ceph-mon[96085]: pgmap v2743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:12:18.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:18.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:19.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:19.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:20 smithi098 ceph-mon[112578]: pgmap v2744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:20 smithi016 ceph-mon[96085]: pgmap v2744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:20.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:20.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:21.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:21.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:22 smithi098 ceph-mon[112578]: pgmap v2745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:22 smithi016 ceph-mon[96085]: pgmap v2745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:22.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:22.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:23.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:23.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:24 smithi098 ceph-mon[112578]: pgmap v2746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:24 smithi016 ceph-mon[96085]: pgmap v2746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:24.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:24.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:25.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:25.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:26 smithi098 ceph-mon[112578]: pgmap v2747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:26 smithi016 ceph-mon[96085]: pgmap v2747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:26.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:26.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:27.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:27.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:12:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:12:28.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:28.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:28 smithi098 ceph-mon[112578]: pgmap v2748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:12:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:28 smithi016 ceph-mon[96085]: pgmap v2748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:12:29.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:29.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:30 smithi098 ceph-mon[112578]: pgmap v2749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:30 smithi016 ceph-mon[96085]: pgmap v2749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:30.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:30.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:31.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:31.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:32 smithi098 ceph-mon[112578]: pgmap v2750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:32 smithi016 ceph-mon[96085]: pgmap v2750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:32.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:32.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:33.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:33.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:34 smithi098 ceph-mon[112578]: pgmap v2751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:34 smithi016 ceph-mon[96085]: pgmap v2751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:34.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:34.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:35.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:35.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:36.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:36 smithi098 ceph-mon[112578]: pgmap v2752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:36 smithi016 ceph-mon[96085]: pgmap v2752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:36.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:36.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:37.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:37.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:38 smithi098 ceph-mon[112578]: pgmap v2753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:12:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:38 smithi016 ceph-mon[96085]: pgmap v2753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:12:38.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:38.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:39.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:39.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:40 smithi098 ceph-mon[112578]: pgmap v2754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:40.520 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:40 smithi016 ceph-mon[96085]: pgmap v2754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:40.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:40.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:41.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:41.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:42 smithi098 ceph-mon[112578]: pgmap v2755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:42 smithi016 ceph-mon[96085]: pgmap v2755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:42.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:42.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:12:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:12:43.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:43.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:44 smithi098 ceph-mon[112578]: pgmap v2756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:44 smithi016 ceph-mon[96085]: pgmap v2756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:44.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:44.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:45.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:45.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:46 smithi098 ceph-mon[112578]: pgmap v2757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:46 smithi016 ceph-mon[96085]: pgmap v2757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:46.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:46.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:47.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:47.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:48 smithi098 ceph-mon[112578]: pgmap v2758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:12:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:48 smithi016 ceph-mon[96085]: pgmap v2758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:12:48.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:48.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:49.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:49.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:50 smithi098 ceph-mon[112578]: pgmap v2759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:50 smithi016 ceph-mon[96085]: pgmap v2759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:50.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:50.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:51.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:51.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:52 smithi098 ceph-mon[112578]: pgmap v2760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:52 smithi016 ceph-mon[96085]: pgmap v2760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:52.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:52.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:53.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:53.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:54 smithi098 ceph-mon[112578]: pgmap v2761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:54 smithi016 ceph-mon[96085]: pgmap v2761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:54.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:54.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:55.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:55.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:56 smithi098 ceph-mon[112578]: pgmap v2762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:56 smithi016 ceph-mon[96085]: pgmap v2762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:12:56.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:56.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:57.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:57.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:58.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:12:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:12:58.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:58.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:12:58 smithi098 ceph-mon[112578]: pgmap v2763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:12:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:12:58 smithi016 ceph-mon[96085]: pgmap v2763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:12:59.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:12:59.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:00 smithi098 ceph-mon[112578]: pgmap v2764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:00 smithi016 ceph-mon[96085]: pgmap v2764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:00.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:00.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:01.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:01.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:02 smithi098 ceph-mon[112578]: pgmap v2765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:02 smithi016 ceph-mon[96085]: pgmap v2765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:02.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:02.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:03.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:03.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:04.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:04 smithi098 ceph-mon[112578]: pgmap v2766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:04 smithi016 ceph-mon[96085]: pgmap v2766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:04.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:04.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:05.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:05.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:06 smithi098 ceph-mon[112578]: pgmap v2767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:06 smithi016 ceph-mon[96085]: pgmap v2767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:06.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:06.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:07.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:07.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:08 smithi098 ceph-mon[112578]: pgmap v2768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:13:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:08 smithi016 ceph-mon[96085]: pgmap v2768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:13:08.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:08.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:09.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:09.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:13:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:13:10.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:10.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:10 smithi016 ceph-mon[96085]: pgmap v2769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:13:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:13:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:13:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:13:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:13:11.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:13:11.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:13:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:10 smithi098 ceph-mon[112578]: pgmap v2769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:13:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:13:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:13:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:13:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:13:11.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:13:11.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:13:11.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:11.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:12 smithi098 ceph-mon[112578]: pgmap v2770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:12 smithi016 ceph-mon[96085]: pgmap v2770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:12.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:12.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:13:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:13:13.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:13.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:14.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:14 smithi098 ceph-mon[112578]: pgmap v2771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:14 smithi016 ceph-mon[96085]: pgmap v2771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:14.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:14.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:15.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:15.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:16 smithi016 ceph-mon[96085]: pgmap v2772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:16 smithi098 ceph-mon[112578]: pgmap v2772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:16.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:16.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:17.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:17.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:18 smithi098 ceph-mon[112578]: pgmap v2773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:13:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:18 smithi016 ceph-mon[96085]: pgmap v2773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:13:18.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:18.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:19.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:19.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:20 smithi016 ceph-mon[96085]: pgmap v2774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:20 smithi098 ceph-mon[112578]: pgmap v2774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:20.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:20.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:21.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:21.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:22 smithi098 ceph-mon[112578]: pgmap v2775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:22 smithi016 ceph-mon[96085]: pgmap v2775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:22.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:22.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:23.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:23.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:24.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:24 smithi016 ceph-mon[96085]: pgmap v2776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:24.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:24 smithi098 ceph-mon[112578]: pgmap v2776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:24.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:24.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:25.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:25.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:26 smithi016 ceph-mon[96085]: pgmap v2777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:26 smithi098 ceph-mon[112578]: pgmap v2777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:26.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:26.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:27.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:27.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:13:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:13:28.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:28.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:28 smithi098 ceph-mon[112578]: pgmap v2778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:13:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:28 smithi016 ceph-mon[96085]: pgmap v2778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:13:29.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:29.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:30 smithi016 ceph-mon[96085]: pgmap v2779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:30 smithi098 ceph-mon[112578]: pgmap v2779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:30.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:30.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:31.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:31.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:32 smithi016 ceph-mon[96085]: pgmap v2780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:32 smithi098 ceph-mon[112578]: pgmap v2780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:32.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:32.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:33.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:33.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:34 smithi016 ceph-mon[96085]: pgmap v2781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:34.732 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:34 smithi098 ceph-mon[112578]: pgmap v2781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:34.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:34.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:35.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:35.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:36 smithi016 ceph-mon[96085]: pgmap v2782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:36 smithi098 ceph-mon[112578]: pgmap v2782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:36.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:36.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:37.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:37.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:38 smithi016 ceph-mon[96085]: pgmap v2783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:13:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:38 smithi098 ceph-mon[112578]: pgmap v2783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:13:38.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:38.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:39.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:39.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:40 smithi016 ceph-mon[96085]: pgmap v2784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:40 smithi098 ceph-mon[112578]: pgmap v2784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:40.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:40.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:41.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:41.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:42 smithi016 ceph-mon[96085]: pgmap v2785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:42 smithi098 ceph-mon[112578]: pgmap v2785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:42.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:42.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:13:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:13:43.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:43.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:44 smithi016 ceph-mon[96085]: pgmap v2786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:44 smithi098 ceph-mon[112578]: pgmap v2786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:44.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:44.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:45.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:45.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:46 smithi016 ceph-mon[96085]: pgmap v2787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:46 smithi098 ceph-mon[112578]: pgmap v2787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:47.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:47.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:47.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:47.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:48 smithi016 ceph-mon[96085]: pgmap v2788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:13:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:48 smithi098 ceph-mon[112578]: pgmap v2788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:13:48.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:48.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:49.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:49.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:50 smithi016 ceph-mon[96085]: pgmap v2789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:50 smithi098 ceph-mon[112578]: pgmap v2789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:50.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:50.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:51.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:51.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:52 smithi016 ceph-mon[96085]: pgmap v2790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:52 smithi098 ceph-mon[112578]: pgmap v2790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:52.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:52.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:53.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:53.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:54 smithi016 ceph-mon[96085]: pgmap v2791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:54 smithi098 ceph-mon[112578]: pgmap v2791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:54.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:54.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:55.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:55.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:56 smithi016 ceph-mon[96085]: pgmap v2792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:56 smithi098 ceph-mon[112578]: pgmap v2792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:13:56.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:56.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:57.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:57.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:13:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:13:58.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:58.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:13:58 smithi098 ceph-mon[112578]: pgmap v2793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:13:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:13:58 smithi016 ceph-mon[96085]: pgmap v2793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:13:59.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:13:59.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:00 smithi016 ceph-mon[96085]: pgmap v2794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:00 smithi098 ceph-mon[112578]: pgmap v2794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:00.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:00.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:01.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:01.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:02 smithi016 ceph-mon[96085]: pgmap v2795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:02 smithi098 ceph-mon[112578]: pgmap v2795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:02.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:02.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:03.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:03.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:04 smithi016 ceph-mon[96085]: pgmap v2796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:04 smithi098 ceph-mon[112578]: pgmap v2796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:04.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:04.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:05.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:05.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:06 smithi016 ceph-mon[96085]: pgmap v2797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:14:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:06 smithi098 ceph-mon[112578]: pgmap v2797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:14:06.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:06.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:07.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:07.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:08 smithi016 ceph-mon[96085]: pgmap v2798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:14:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:08 smithi098 ceph-mon[112578]: pgmap v2798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:14:08.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:08.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:09.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:09.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:10 smithi098 ceph-mon[112578]: pgmap v2799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:10 smithi016 ceph-mon[96085]: pgmap v2799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:10.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:10.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:14:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:14:11.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:11.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:14:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:14:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:14:12.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:14:12.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:14:12.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:12 smithi016 ceph-mon[96085]: pgmap v2800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:14:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:14:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:14:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:14:12.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:14:12.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:12 smithi098 ceph-mon[112578]: pgmap v2800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:12.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:12.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:14:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:14:13.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:13.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:14 smithi098 ceph-mon[112578]: pgmap v2801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:14 smithi016 ceph-mon[96085]: pgmap v2801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:14.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:14.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:15.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:15.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:16 smithi016 ceph-mon[96085]: pgmap v2802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:14:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:16 smithi098 ceph-mon[112578]: pgmap v2802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:14:16.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:16.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:17.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:17.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:18 smithi016 ceph-mon[96085]: pgmap v2803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:18 smithi098 ceph-mon[112578]: pgmap v2803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:18.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:18.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:19.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:19.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:20 smithi098 ceph-mon[112578]: pgmap v2804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:20 smithi016 ceph-mon[96085]: pgmap v2804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:20.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:20.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:21.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:21.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:22 smithi098 ceph-mon[112578]: pgmap v2805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:22 smithi016 ceph-mon[96085]: pgmap v2805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:22.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:22.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:23.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:23.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:24.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:24 smithi016 ceph-mon[96085]: pgmap v2806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:24 smithi098 ceph-mon[112578]: pgmap v2806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:24.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:24.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:25.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:25.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:26 smithi016 ceph-mon[96085]: pgmap v2807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:14:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:26 smithi098 ceph-mon[112578]: pgmap v2807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:14:26.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:26.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:27.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:27.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:14:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:14:28.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:28.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:28 smithi098 ceph-mon[112578]: pgmap v2808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:28 smithi016 ceph-mon[96085]: pgmap v2808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:29.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:29.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:30 smithi098 ceph-mon[112578]: pgmap v2809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:30 smithi016 ceph-mon[96085]: pgmap v2809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:30.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:30.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:31.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:31.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:32.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:32.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:33 smithi098 ceph-mon[112578]: pgmap v2810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:33 smithi016 ceph-mon[96085]: pgmap v2810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:33.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:33.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:34.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:34.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:35 smithi098 ceph-mon[112578]: pgmap v2811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:35 smithi016 ceph-mon[96085]: pgmap v2811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:35.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:35.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:36.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:36.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:37 smithi098 ceph-mon[112578]: pgmap v2812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:14:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:37 smithi016 ceph-mon[96085]: pgmap v2812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:14:37.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:37.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:38.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:38.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:39 smithi098 ceph-mon[112578]: pgmap v2813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:39 smithi016 ceph-mon[96085]: pgmap v2813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:39.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:39.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:40.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:40.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:41 smithi016 ceph-mon[96085]: pgmap v2814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:41 smithi098 ceph-mon[112578]: pgmap v2814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:41.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:41.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:42.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:42.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:43 smithi098 ceph-mon[112578]: pgmap v2815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:14:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:43 smithi016 ceph-mon[96085]: pgmap v2815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:14:43.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:43.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:44.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:44.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:45.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:45 smithi098 ceph-mon[112578]: pgmap v2816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:45 smithi016 ceph-mon[96085]: pgmap v2816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:45.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:45.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:46.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:46.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:47 smithi098 ceph-mon[112578]: pgmap v2817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:14:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:47 smithi016 ceph-mon[96085]: pgmap v2817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:14:47.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:47.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:48.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:48.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:49.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:49 smithi098 ceph-mon[112578]: pgmap v2818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:49 smithi016 ceph-mon[96085]: pgmap v2818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:49.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:49.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:50.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:50.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:51 smithi016 ceph-mon[96085]: pgmap v2819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:51.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:51 smithi098 ceph-mon[112578]: pgmap v2819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:51.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:51.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:52.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:52.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:53.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:53 smithi098 ceph-mon[112578]: pgmap v2820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:53.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:53 smithi016 ceph-mon[96085]: pgmap v2820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:53.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:53.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:54.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:54.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:55.579 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:55 smithi098 ceph-mon[112578]: pgmap v2821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:55 smithi016 ceph-mon[96085]: pgmap v2821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:55.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:55.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:56.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:56.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:57.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:57 smithi098 ceph-mon[112578]: pgmap v2822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:14:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:57 smithi016 ceph-mon[96085]: pgmap v2822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:14:57.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:57.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:14:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:14:58.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:58.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:14:59 smithi098 ceph-mon[112578]: pgmap v2823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:59.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:14:59 smithi016 ceph-mon[96085]: pgmap v2823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:14:59.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:14:59.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:00.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:00.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:01 smithi016 ceph-mon[96085]: pgmap v2824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:01 smithi098 ceph-mon[112578]: pgmap v2824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:01.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:01.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:02.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:02.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:03.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:03 smithi098 ceph-mon[112578]: pgmap v2825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:03.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:03 smithi016 ceph-mon[96085]: pgmap v2825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:03.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:03.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:04.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:04.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:05.686 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:05 smithi098 ceph-mon[112578]: pgmap v2826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:05 smithi016 ceph-mon[96085]: pgmap v2826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:05.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:05.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:06.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:06.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:07 smithi016 ceph-mon[96085]: pgmap v2827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:15:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:07 smithi098 ceph-mon[112578]: pgmap v2827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:15:07.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:07.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:08.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:09.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:09 smithi098 ceph-mon[112578]: pgmap v2828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:09 smithi016 ceph-mon[96085]: pgmap v2828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:10.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:10.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:11.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:11.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:11 smithi016 ceph-mon[96085]: pgmap v2829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:11 smithi098 ceph-mon[112578]: pgmap v2829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:12.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:12.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:15:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:15:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:15:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:15:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:15:12.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:15:12.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:15:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:15:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:15:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:15:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:15:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:15:12.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:15:12.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:15:13.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:13.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:13 smithi098 ceph-mon[112578]: pgmap v2830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:15:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:15:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:13 smithi016 ceph-mon[96085]: pgmap v2830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:15:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:15:14.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:14.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:15.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:15.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:15 smithi098 ceph-mon[112578]: pgmap v2831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:15.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:15 smithi016 ceph-mon[96085]: pgmap v2831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:16.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:16.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:17.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:17.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:17 smithi098 ceph-mon[112578]: pgmap v2832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:15:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:17 smithi016 ceph-mon[96085]: pgmap v2832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:15:18.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:18.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:19.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:19.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:19.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:19 smithi098 ceph-mon[112578]: pgmap v2833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:19.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:19 smithi016 ceph-mon[96085]: pgmap v2833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:20.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:20.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:21.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:21.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:21 smithi016 ceph-mon[96085]: pgmap v2834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:21 smithi098 ceph-mon[112578]: pgmap v2834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:22.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:22.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:23.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:23.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:23.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:23 smithi098 ceph-mon[112578]: pgmap v2835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:23 smithi016 ceph-mon[96085]: pgmap v2835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:24.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:24.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:25.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:25.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:25 smithi098 ceph-mon[112578]: pgmap v2836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:25 smithi016 ceph-mon[96085]: pgmap v2836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:26.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:26.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:27.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:27.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:27.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:27 smithi098 ceph-mon[112578]: pgmap v2837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:15:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:27 smithi016 ceph-mon[96085]: pgmap v2837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:15:28.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:28.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:15:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:15:29.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:29.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:29.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:29 smithi098 ceph-mon[112578]: pgmap v2838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:29 smithi016 ceph-mon[96085]: pgmap v2838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:30.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:30.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:31.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:31.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:31 smithi016 ceph-mon[96085]: pgmap v2839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:31.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:31 smithi098 ceph-mon[112578]: pgmap v2839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:32.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:32.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:33.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:33.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:33.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:33 smithi098 ceph-mon[112578]: pgmap v2840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:33 smithi016 ceph-mon[96085]: pgmap v2840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:34.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:34.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:35.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:35.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:35 smithi098 ceph-mon[112578]: pgmap v2841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:35 smithi016 ceph-mon[96085]: pgmap v2841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:36.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:36.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:37.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:37.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:37 smithi098 ceph-mon[112578]: pgmap v2842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:15:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:37 smithi016 ceph-mon[96085]: pgmap v2842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:15:38.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:38.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:39.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:39.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:39 smithi098 ceph-mon[112578]: pgmap v2843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:39 smithi016 ceph-mon[96085]: pgmap v2843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:40.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:40.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:41.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:41.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:41 smithi016 ceph-mon[96085]: pgmap v2844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:41 smithi098 ceph-mon[112578]: pgmap v2844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:42.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:42.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:43.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:43.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:43 smithi098 ceph-mon[112578]: pgmap v2845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:15:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:43 smithi016 ceph-mon[96085]: pgmap v2845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:15:44.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:44.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:45.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:45.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:45.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:45 smithi098 ceph-mon[112578]: pgmap v2846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:45 smithi016 ceph-mon[96085]: pgmap v2846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:46.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:46.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:47.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:47.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:47 smithi098 ceph-mon[112578]: pgmap v2847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:15:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:47 smithi016 ceph-mon[96085]: pgmap v2847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:15:48.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:48.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:49.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:49.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:49.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:49 smithi098 ceph-mon[112578]: pgmap v2848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:49 smithi016 ceph-mon[96085]: pgmap v2848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:50.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:50.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:51.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:51.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:51 smithi098 ceph-mon[112578]: pgmap v2849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:51.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:51 smithi016 ceph-mon[96085]: pgmap v2849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:52.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:52.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:53.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:53.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:53.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:53 smithi098 ceph-mon[112578]: pgmap v2850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:53.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:53 smithi016 ceph-mon[96085]: pgmap v2850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:54.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:54.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:55.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:55.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:55.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:55 smithi098 ceph-mon[112578]: pgmap v2851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:55 smithi016 ceph-mon[96085]: pgmap v2851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:56.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:56.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:57.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:57.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:57.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:57 smithi098 ceph-mon[112578]: pgmap v2852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:15:57.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:57 smithi016 ceph-mon[96085]: pgmap v2852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:15:58.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:58.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:15:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:15:59.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:15:59.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:15:59 smithi098 ceph-mon[112578]: pgmap v2853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:15:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:15:59 smithi016 ceph-mon[96085]: pgmap v2853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:00.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:00.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:01.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:01.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:01 smithi098 ceph-mon[112578]: pgmap v2854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:01.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:01 smithi016 ceph-mon[96085]: pgmap v2854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:02.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:02.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:03.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:03.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:03.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:03 smithi098 ceph-mon[112578]: pgmap v2855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:03.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:03 smithi016 ceph-mon[96085]: pgmap v2855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:04.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:04.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:05.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:05.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:05 smithi098 ceph-mon[112578]: pgmap v2856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:05 smithi016 ceph-mon[96085]: pgmap v2856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:06.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:06.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:07.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:07.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:07 smithi098 ceph-mon[112578]: pgmap v2857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:16:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:07 smithi016 ceph-mon[96085]: pgmap v2857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:16:08.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:08.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:09.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:09.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:09 smithi098 ceph-mon[112578]: pgmap v2858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:09 smithi016 ceph-mon[96085]: pgmap v2858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:10.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:10.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:11.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:11.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:11 smithi098 ceph-mon[112578]: pgmap v2859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:11.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:11 smithi016 ceph-mon[96085]: pgmap v2859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:12.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:12.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:13.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:13.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:13 smithi098 ceph-mon[112578]: pgmap v2860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:16:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:16:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:16:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:16:13.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:16:13.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:16:13.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:16:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:13 smithi016 ceph-mon[96085]: pgmap v2860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:16:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:16:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:16:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:16:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:16:13.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:16:13.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:16:14.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:14.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:15.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:15.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:15 smithi098 ceph-mon[112578]: pgmap v2861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:15 smithi016 ceph-mon[96085]: pgmap v2861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:16.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:16.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:17.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:17.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:17 smithi098 ceph-mon[112578]: pgmap v2862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:16:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:17 smithi016 ceph-mon[96085]: pgmap v2862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:16:18.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:18.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:19.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:19.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:19.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:19 smithi098 ceph-mon[112578]: pgmap v2863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:19.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:19 smithi016 ceph-mon[96085]: pgmap v2863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:20.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:20.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:21.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:21.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:21 smithi098 ceph-mon[112578]: pgmap v2864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:21.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:21 smithi016 ceph-mon[96085]: pgmap v2864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:22.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:22.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:23.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:23.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:23.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:23 smithi098 ceph-mon[112578]: pgmap v2865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:23 smithi016 ceph-mon[96085]: pgmap v2865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:24.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:24.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:25.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:25.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:25 smithi098 ceph-mon[112578]: pgmap v2866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:25 smithi016 ceph-mon[96085]: pgmap v2866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:26.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:26.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:27.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:27.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:27 smithi098 ceph-mon[112578]: pgmap v2867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:16:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:27 smithi016 ceph-mon[96085]: pgmap v2867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:16:28.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:28.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:16:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:16:29.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:29.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:29.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:29 smithi098 ceph-mon[112578]: pgmap v2868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:29 smithi016 ceph-mon[96085]: pgmap v2868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:30.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:30.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:31.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:31.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:31.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:31 smithi098 ceph-mon[112578]: pgmap v2869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:31.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:31 smithi016 ceph-mon[96085]: pgmap v2869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:32.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:32.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:33.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:33.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:33.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:33 smithi098 ceph-mon[112578]: pgmap v2870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:33 smithi016 ceph-mon[96085]: pgmap v2870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:34.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:34.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:35.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:35.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:35 smithi098 ceph-mon[112578]: pgmap v2871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:35 smithi016 ceph-mon[96085]: pgmap v2871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:36.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:36.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:37.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:37.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:37 smithi098 ceph-mon[112578]: pgmap v2872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:16:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:37 smithi016 ceph-mon[96085]: pgmap v2872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:16:38.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:38.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:39.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:39.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:39 smithi098 ceph-mon[112578]: pgmap v2873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:39 smithi016 ceph-mon[96085]: pgmap v2873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:40.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:40.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:41.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:41.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:41 smithi098 ceph-mon[112578]: pgmap v2874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:41 smithi016 ceph-mon[96085]: pgmap v2874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:42.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:42.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:43.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:43.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:43 smithi098 ceph-mon[112578]: pgmap v2875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:16:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:43 smithi016 ceph-mon[96085]: pgmap v2875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:16:44.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:44.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:45.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:45.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:45.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:45 smithi098 ceph-mon[112578]: pgmap v2876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:45 smithi016 ceph-mon[96085]: pgmap v2876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:46.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:46.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:47.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:47.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:47 smithi098 ceph-mon[112578]: pgmap v2877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:16:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:47 smithi016 ceph-mon[96085]: pgmap v2877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:16:48.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:48.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:49.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:49.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:49.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:49 smithi098 ceph-mon[112578]: pgmap v2878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:49 smithi016 ceph-mon[96085]: pgmap v2878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:50.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:50.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:51.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:51.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:51.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:51 smithi098 ceph-mon[112578]: pgmap v2879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:51.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:51 smithi016 ceph-mon[96085]: pgmap v2879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:52.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:52.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:53.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:53.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:53.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:53 smithi098 ceph-mon[112578]: pgmap v2880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:53.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:53 smithi016 ceph-mon[96085]: pgmap v2880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:54.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:54.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:55.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:55.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:55 smithi016 ceph-mon[96085]: pgmap v2881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:55 smithi098 ceph-mon[112578]: pgmap v2881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:16:56.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:56.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:57.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:57.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:57 smithi016 ceph-mon[96085]: pgmap v2882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:16:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:57 smithi098 ceph-mon[112578]: pgmap v2882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:16:58.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:58.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:16:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:16:59.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:16:59.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:16:59 smithi016 ceph-mon[96085]: pgmap v2883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:16:59 smithi098 ceph-mon[112578]: pgmap v2883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:00.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:00.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:01.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:01.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:01.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:01 smithi016 ceph-mon[96085]: pgmap v2884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:01.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:01 smithi098 ceph-mon[112578]: pgmap v2884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:02.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:02.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:03.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:03.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:03 smithi016 ceph-mon[96085]: pgmap v2885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:03 smithi098 ceph-mon[112578]: pgmap v2885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:04.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:04.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:05.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:05.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:05 smithi098 ceph-mon[112578]: pgmap v2886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:05 smithi016 ceph-mon[96085]: pgmap v2886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:06.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:06.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:07.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:07.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:07 smithi098 ceph-mon[112578]: pgmap v2887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:17:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:07 smithi016 ceph-mon[96085]: pgmap v2887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:17:08.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:08.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:09.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:09.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:09 smithi098 ceph-mon[112578]: pgmap v2888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:09 smithi016 ceph-mon[96085]: pgmap v2888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:10.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:10.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:11.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:11.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:12.007 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:11 smithi098 ceph-mon[112578]: pgmap v2889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:11 smithi016 ceph-mon[96085]: pgmap v2889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:12.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:12.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:13.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:13.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:13 smithi098 ceph-mon[112578]: pgmap v2890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:17:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:17:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:13 smithi016 ceph-mon[96085]: pgmap v2890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:17:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:17:14.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:14.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:15.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:15.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:16.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:16.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:16.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:15 smithi098 ceph-mon[112578]: pgmap v2891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:15 smithi016 ceph-mon[96085]: pgmap v2891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:17.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:17.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:18.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:18.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:17 smithi098 ceph-mon[112578]: pgmap v2892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:17:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:18.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:17 smithi016 ceph-mon[96085]: pgmap v2892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:17:18.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:18.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:19.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:19.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:17:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:17:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:17:19.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:17:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:17:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:17:19.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:17:20.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:20.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:20 smithi098 ceph-mon[112578]: pgmap v2893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:20 smithi016 ceph-mon[96085]: pgmap v2893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:21.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:21.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:22.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:22.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:22 smithi098 ceph-mon[112578]: pgmap v2894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:22 smithi016 ceph-mon[96085]: pgmap v2894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:23.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:23.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:24.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:24.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:24 smithi098 ceph-mon[112578]: pgmap v2895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:24 smithi016 ceph-mon[96085]: pgmap v2895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:25.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:25.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:26.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:26.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:26 smithi098 ceph-mon[112578]: pgmap v2896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:26 smithi016 ceph-mon[96085]: pgmap v2896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:27.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:27.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:28.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:28.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:28 smithi098 ceph-mon[112578]: pgmap v2897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:17:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:17:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:28 smithi016 ceph-mon[96085]: pgmap v2897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:17:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:17:29.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:29.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:30.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:30.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:30 smithi098 ceph-mon[112578]: pgmap v2898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:30 smithi016 ceph-mon[96085]: pgmap v2898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:31.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:31.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:32.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:32.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:32 smithi098 ceph-mon[112578]: pgmap v2899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:32 smithi016 ceph-mon[96085]: pgmap v2899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:33.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:33.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:34.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:34.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:34 smithi098 ceph-mon[112578]: pgmap v2900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:34 smithi016 ceph-mon[96085]: pgmap v2900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:35.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:35.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:36.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:36.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:36 smithi098 ceph-mon[112578]: pgmap v2901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:36 smithi016 ceph-mon[96085]: pgmap v2901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:37.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:37.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:38.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:38.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:38 smithi098 ceph-mon[112578]: pgmap v2902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:17:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:38 smithi016 ceph-mon[96085]: pgmap v2902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:17:39.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:39.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:40.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:40.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:40 smithi098 ceph-mon[112578]: pgmap v2903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:40 smithi016 ceph-mon[96085]: pgmap v2903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:41.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:41.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:42.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:42.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:42 smithi098 ceph-mon[112578]: pgmap v2904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:42 smithi016 ceph-mon[96085]: pgmap v2904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:43.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:43.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:17:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:17:44.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:44.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:44 smithi098 ceph-mon[112578]: pgmap v2905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:44 smithi016 ceph-mon[96085]: pgmap v2905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:45.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:45.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:46.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:46.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:46 smithi098 ceph-mon[112578]: pgmap v2906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:46 smithi016 ceph-mon[96085]: pgmap v2906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:47.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:47.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:48.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:48.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:48 smithi098 ceph-mon[112578]: pgmap v2907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:17:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:48 smithi016 ceph-mon[96085]: pgmap v2907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:17:49.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:49.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:50.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:50.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:50 smithi098 ceph-mon[112578]: pgmap v2908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:50 smithi016 ceph-mon[96085]: pgmap v2908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:51.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:51.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:52.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:52.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:52 smithi098 ceph-mon[112578]: pgmap v2909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:52 smithi016 ceph-mon[96085]: pgmap v2909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:53.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:53.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:54.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:54.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:54 smithi098 ceph-mon[112578]: pgmap v2910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:54 smithi016 ceph-mon[96085]: pgmap v2910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:55.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:55.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:56.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:56.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:56 smithi098 ceph-mon[112578]: pgmap v2911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:56 smithi016 ceph-mon[96085]: pgmap v2911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:17:57.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:57.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:58.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:58.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:58 smithi098 ceph-mon[112578]: pgmap v2912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:17:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:17:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:17:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:58 smithi016 ceph-mon[96085]: pgmap v2912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:17:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:17:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:17:59.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:17:59.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:00.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:00.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:00 smithi098 ceph-mon[112578]: pgmap v2913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:00 smithi016 ceph-mon[96085]: pgmap v2913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:01.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:01.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:02.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:02.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:02 smithi098 ceph-mon[112578]: pgmap v2914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:02 smithi016 ceph-mon[96085]: pgmap v2914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:03.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:03.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:04.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:04.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:04.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:04 smithi098 ceph-mon[112578]: pgmap v2915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:04 smithi016 ceph-mon[96085]: pgmap v2915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:05.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:05.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:06.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:06.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:06 smithi098 ceph-mon[112578]: pgmap v2916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:06 smithi016 ceph-mon[96085]: pgmap v2916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:07.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:07.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:08.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:08.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:08 smithi098 ceph-mon[112578]: pgmap v2917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:18:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:08 smithi016 ceph-mon[96085]: pgmap v2917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:18:09.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:09.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:10.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:10.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:10 smithi098 ceph-mon[112578]: pgmap v2918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:10 smithi016 ceph-mon[96085]: pgmap v2918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:11.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:11.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:12.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:12.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:12 smithi016 ceph-mon[96085]: pgmap v2919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:12.646 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:12 smithi098 ceph-mon[112578]: pgmap v2919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:13.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:13.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:13 smithi016 ceph-mon[96085]: pgmap v2920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:13.575 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:18:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:13 smithi098 ceph-mon[112578]: pgmap v2920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:18:14.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:14.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:15.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:15.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:15 smithi098 ceph-mon[112578]: pgmap v2921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:15 smithi016 ceph-mon[96085]: pgmap v2921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:16.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:16.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:17.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:17.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:17.699 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:17 smithi098 ceph-mon[112578]: pgmap v2922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:18:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:17 smithi016 ceph-mon[96085]: pgmap v2922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:18:18.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:18.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:18:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:18:19.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:19.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:19.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:19 smithi098 ceph-mon[112578]: pgmap v2923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:18:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:18:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:18:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:18:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:18:19.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:19 smithi016 ceph-mon[96085]: pgmap v2923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:18:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:18:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:18:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:18:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:18:20.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:20.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:21.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:21.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:21 smithi016 ceph-mon[96085]: pgmap v2924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:21 smithi098 ceph-mon[112578]: pgmap v2924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:22.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:22.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:23.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:23.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:23.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:23 smithi098 ceph-mon[112578]: pgmap v2925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:23 smithi016 ceph-mon[96085]: pgmap v2925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:24.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:24.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:25 smithi098 ceph-mon[112578]: pgmap v2926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:25 smithi016 ceph-mon[96085]: pgmap v2926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:26.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:26.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:27.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:27.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:27 smithi098 ceph-mon[112578]: pgmap v2927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:18:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:27 smithi016 ceph-mon[96085]: pgmap v2927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:18:28.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:28.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:18:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:18:29.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:29.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:29.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:29 smithi098 ceph-mon[112578]: pgmap v2928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:29 smithi016 ceph-mon[96085]: pgmap v2928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:30.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:30.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:31.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:31.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:31 smithi016 ceph-mon[96085]: pgmap v2929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:31.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:31 smithi098 ceph-mon[112578]: pgmap v2929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:32.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:32.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:33.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:33.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:33.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:33 smithi098 ceph-mon[112578]: pgmap v2930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:33 smithi016 ceph-mon[96085]: pgmap v2930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:34.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:34.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:35.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:35.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:35 smithi098 ceph-mon[112578]: pgmap v2931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:35 smithi016 ceph-mon[96085]: pgmap v2931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:36.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:36.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:37.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:37.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:37 smithi098 ceph-mon[112578]: pgmap v2932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:18:37.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:37 smithi016 ceph-mon[96085]: pgmap v2932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:18:38.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:38.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:39.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:39.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:39 smithi098 ceph-mon[112578]: pgmap v2933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:39 smithi016 ceph-mon[96085]: pgmap v2933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:40.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:40.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:41.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:41.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:41 smithi016 ceph-mon[96085]: pgmap v2934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:41 smithi098 ceph-mon[112578]: pgmap v2934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:42.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:42.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:43.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:43.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:43 smithi098 ceph-mon[112578]: pgmap v2935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:18:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:43 smithi016 ceph-mon[96085]: pgmap v2935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:18:44.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:44.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:45.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:45.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:45.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:45 smithi098 ceph-mon[112578]: pgmap v2936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:45 smithi016 ceph-mon[96085]: pgmap v2936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:46.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:46.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:47.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:47.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:47 smithi098 ceph-mon[112578]: pgmap v2937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:18:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:47 smithi016 ceph-mon[96085]: pgmap v2937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:18:48.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:48.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:49.722 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:49 smithi016 ceph-mon[96085]: pgmap v2938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:49.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:49 smithi098 ceph-mon[112578]: pgmap v2938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:50.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:50.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:51.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:51.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:51.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:51 smithi098 ceph-mon[112578]: pgmap v2939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:51.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:51 smithi016 ceph-mon[96085]: pgmap v2939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:52.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:52.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:53.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:53.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:53.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:53 smithi098 ceph-mon[112578]: pgmap v2940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:53.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:53 smithi016 ceph-mon[96085]: pgmap v2940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:54.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:54.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:55.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:55.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:55.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:55 smithi098 ceph-mon[112578]: pgmap v2941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:55 smithi016 ceph-mon[96085]: pgmap v2941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:56.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:56.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:57.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:57.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:57.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:57 smithi098 ceph-mon[112578]: pgmap v2942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:18:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:57 smithi016 ceph-mon[96085]: pgmap v2942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:18:58.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:58.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:18:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:18:59.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:18:59.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:18:59 smithi098 ceph-mon[112578]: pgmap v2943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:18:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:18:59 smithi016 ceph-mon[96085]: pgmap v2943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:00.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:00.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:01.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:01.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:01 smithi098 ceph-mon[112578]: pgmap v2944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:01.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:01 smithi016 ceph-mon[96085]: pgmap v2944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:02.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:02.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:03.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:03.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:03.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:03 smithi098 ceph-mon[112578]: pgmap v2945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:03.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:03 smithi016 ceph-mon[96085]: pgmap v2945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:04.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:04.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:05.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:05.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:05 smithi098 ceph-mon[112578]: pgmap v2946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:05 smithi016 ceph-mon[96085]: pgmap v2946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:06.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:06.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:07.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:07.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:07 smithi098 ceph-mon[112578]: pgmap v2947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:19:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:07 smithi016 ceph-mon[96085]: pgmap v2947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:19:08.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:08.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:09.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:09.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:09 smithi098 ceph-mon[112578]: pgmap v2948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:09 smithi016 ceph-mon[96085]: pgmap v2948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:10.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:10.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:11.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:11.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:11 smithi098 ceph-mon[112578]: pgmap v2949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:11.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:11 smithi016 ceph-mon[96085]: pgmap v2949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:12.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:12.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:13.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:13.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:13 smithi098 ceph-mon[112578]: pgmap v2950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:19:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:13 smithi016 ceph-mon[96085]: pgmap v2950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:19:14.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:14.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:15.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:15.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:15 smithi098 ceph-mon[112578]: pgmap v2951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:15 smithi016 ceph-mon[96085]: pgmap v2951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:16.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:16.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:17.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:17.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:17 smithi098 ceph-mon[112578]: pgmap v2952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:19:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:17 smithi016 ceph-mon[96085]: pgmap v2952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:19:18.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:18.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:19.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:19.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:19.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:19 smithi098 ceph-mon[112578]: pgmap v2953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:19:19.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:19 smithi016 ceph-mon[96085]: pgmap v2953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:19:20.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:20.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:19:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:19:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:19:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:19:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:19:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:19:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:19:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:19:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:19:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:19:21.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:21.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:21 smithi098 ceph-mon[112578]: pgmap v2954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:21 smithi016 ceph-mon[96085]: pgmap v2954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:22.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:22.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:23.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:23.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:23.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:23 smithi098 ceph-mon[112578]: pgmap v2955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:23 smithi016 ceph-mon[96085]: pgmap v2955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:24.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:24.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:25.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:25.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:25 smithi098 ceph-mon[112578]: pgmap v2956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:25 smithi016 ceph-mon[96085]: pgmap v2956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:26.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:26.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:27.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:27.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:27 smithi098 ceph-mon[112578]: pgmap v2957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:19:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:27 smithi016 ceph-mon[96085]: pgmap v2957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:19:28.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:28.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:19:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:19:29.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:29.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:29 smithi098 ceph-mon[112578]: pgmap v2958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:29 smithi016 ceph-mon[96085]: pgmap v2958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:30.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:30.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:31.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:31.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:31 smithi098 ceph-mon[112578]: pgmap v2959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:32.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:31 smithi016 ceph-mon[96085]: pgmap v2959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:32.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:32.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:33.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:33.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:33.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:33 smithi098 ceph-mon[112578]: pgmap v2960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:34.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:33 smithi016 ceph-mon[96085]: pgmap v2960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:34.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:34.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:35.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:35.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:35 smithi098 ceph-mon[112578]: pgmap v2961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:35 smithi016 ceph-mon[96085]: pgmap v2961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:36.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:36.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:37.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:37.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:37 smithi098 ceph-mon[112578]: pgmap v2962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:19:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:37 smithi016 ceph-mon[96085]: pgmap v2962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:19:38.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:38.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:39.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:39.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:39 smithi098 ceph-mon[112578]: pgmap v2963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:39 smithi016 ceph-mon[96085]: pgmap v2963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:40.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:40.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:41.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:41.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:41 smithi098 ceph-mon[112578]: pgmap v2964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:42.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:41 smithi016 ceph-mon[96085]: pgmap v2964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:42.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:42.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:43.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:43.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:43 smithi098 ceph-mon[112578]: pgmap v2965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:19:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:43 smithi016 ceph-mon[96085]: pgmap v2965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:19:44.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:44.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:45.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:45.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:45 smithi016 ceph-mon[96085]: pgmap v2966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:45 smithi098 ceph-mon[112578]: pgmap v2966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:46.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:46.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:47.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:47.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:47 smithi098 ceph-mon[112578]: pgmap v2967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:19:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:47 smithi016 ceph-mon[96085]: pgmap v2967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:19:48.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:48.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:49.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:49.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:49 smithi098 ceph-mon[112578]: pgmap v2968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:49 smithi016 ceph-mon[96085]: pgmap v2968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:50.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:50.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:51.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:51.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:51 smithi098 ceph-mon[112578]: pgmap v2969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:51 smithi016 ceph-mon[96085]: pgmap v2969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:52.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:52.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:53.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:53.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:53 smithi098 ceph-mon[112578]: pgmap v2970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:53 smithi016 ceph-mon[96085]: pgmap v2970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:54.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:54.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:55.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:55.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:55.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:55 smithi016 ceph-mon[96085]: pgmap v2971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:55 smithi098 ceph-mon[112578]: pgmap v2971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:19:56.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:56.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:57.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:57.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:57 smithi098 ceph-mon[112578]: pgmap v2972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:19:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:57 smithi016 ceph-mon[96085]: pgmap v2972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:19:58.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:58.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:19:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:19:59.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:19:59.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:19:59 smithi098 ceph-mon[112578]: pgmap v2973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:19:59 smithi016 ceph-mon[96085]: pgmap v2973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:00.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:00.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T22:20:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T22:20:01.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:01.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:01 smithi098 ceph-mon[112578]: pgmap v2974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:01 smithi016 ceph-mon[96085]: pgmap v2974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:02.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:02.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:03.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:03.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:03 smithi098 ceph-mon[112578]: pgmap v2975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:03 smithi016 ceph-mon[96085]: pgmap v2975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:04.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:04.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:05.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:05.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:05 smithi098 ceph-mon[112578]: pgmap v2976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:05 smithi016 ceph-mon[96085]: pgmap v2976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:06.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:06.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:07.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:07.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:07 smithi098 ceph-mon[112578]: pgmap v2977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:20:08.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:07 smithi016 ceph-mon[96085]: pgmap v2977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:20:08.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:08.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:09.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:09.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:09 smithi098 ceph-mon[112578]: pgmap v2978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:10.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:09 smithi016 ceph-mon[96085]: pgmap v2978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:10.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:10.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:11.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:11.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:11 smithi098 ceph-mon[112578]: pgmap v2979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:11 smithi016 ceph-mon[96085]: pgmap v2979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:12.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:12.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:13.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:13.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:13.913 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:13 smithi098 ceph-mon[112578]: pgmap v2980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:13.914 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:20:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:13 smithi016 ceph-mon[96085]: pgmap v2980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:20:14.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:14.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:15.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:15.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:15 smithi098 ceph-mon[112578]: pgmap v2981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:15 smithi016 ceph-mon[96085]: pgmap v2981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:16.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:16.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:17.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:17.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:17 smithi098 ceph-mon[112578]: pgmap v2982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:20:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:17 smithi016 ceph-mon[96085]: pgmap v2982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:20:18.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:18.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:19.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:19.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:19 smithi098 ceph-mon[112578]: pgmap v2983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:19 smithi016 ceph-mon[96085]: pgmap v2983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:20.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:20.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:20:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:20:21.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:21.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:21 smithi098 ceph-mon[112578]: pgmap v2984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:21 smithi016 ceph-mon[96085]: pgmap v2984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:22.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:22.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:23.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:23.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:23 smithi098 ceph-mon[112578]: pgmap v2985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:24.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:20:24.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:20:24.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:20:24.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:20:24.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:20:24.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:20:24.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:20:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:23 smithi016 ceph-mon[96085]: pgmap v2985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:20:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:20:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:20:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:20:24.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:20:24.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:20:24.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:20:24.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:24.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:25.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:25.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:25.816 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:25 smithi016 ceph-mon[96085]: pgmap v2986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:25 smithi098 ceph-mon[112578]: pgmap v2986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:26.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:26.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:27.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:27.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:27 smithi098 ceph-mon[112578]: pgmap v2987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:20:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:27 smithi016 ceph-mon[96085]: pgmap v2987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:20:28.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:28.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:20:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:20:29.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:29.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:29 smithi098 ceph-mon[112578]: pgmap v2988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:29 smithi016 ceph-mon[96085]: pgmap v2988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:30.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:30.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:31.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:31.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:31 smithi098 ceph-mon[112578]: pgmap v2989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:32.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:31 smithi016 ceph-mon[96085]: pgmap v2989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:32.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:32.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:33.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:33.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:33 smithi098 ceph-mon[112578]: pgmap v2990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:33 smithi016 ceph-mon[96085]: pgmap v2990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:34.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:34.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:35.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:35.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:35.931 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:35 smithi016 ceph-mon[96085]: pgmap v2991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:35 smithi098 ceph-mon[112578]: pgmap v2991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:36.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:36.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:37.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:37.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:37 smithi098 ceph-mon[112578]: pgmap v2992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:20:38.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:37 smithi016 ceph-mon[96085]: pgmap v2992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:20:38.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:38.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:39.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:39.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:39 smithi098 ceph-mon[112578]: pgmap v2993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:39 smithi016 ceph-mon[96085]: pgmap v2993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:40.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:40.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:41.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:41.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:41 smithi098 ceph-mon[112578]: pgmap v2994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:41 smithi016 ceph-mon[96085]: pgmap v2994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:42.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:42.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:43.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:43.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:43 smithi098 ceph-mon[112578]: pgmap v2995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:20:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:43 smithi016 ceph-mon[96085]: pgmap v2995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:20:44.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:44.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:45.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:45.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:45 smithi098 ceph-mon[112578]: pgmap v2996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:45 smithi016 ceph-mon[96085]: pgmap v2996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:46.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:46.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:47.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:47.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:47 smithi098 ceph-mon[112578]: pgmap v2997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:20:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:47 smithi016 ceph-mon[96085]: pgmap v2997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:20:48.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:48.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:49.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:49.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:49 smithi098 ceph-mon[112578]: pgmap v2998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:49 smithi016 ceph-mon[96085]: pgmap v2998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:50.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:50.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:51.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:51.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:51 smithi098 ceph-mon[112578]: pgmap v2999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:51 smithi016 ceph-mon[96085]: pgmap v2999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:52.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:52.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:53.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:53.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:53 smithi098 ceph-mon[112578]: pgmap v3000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:53 smithi016 ceph-mon[96085]: pgmap v3000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:54.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:54.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:55.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:55.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:55 smithi098 ceph-mon[112578]: pgmap v3001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:55 smithi016 ceph-mon[96085]: pgmap v3001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:20:56.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:56.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:57.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:57.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:57 smithi098 ceph-mon[112578]: pgmap v3002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:20:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:57 smithi016 ceph-mon[96085]: pgmap v3002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:20:58.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:58.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:20:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:20:59.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:20:59.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:20:59 smithi098 ceph-mon[112578]: pgmap v3003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:00.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:20:59 smithi016 ceph-mon[96085]: pgmap v3003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:00.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:00.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:01.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:01.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:01 smithi098 ceph-mon[112578]: pgmap v3004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:01 smithi016 ceph-mon[96085]: pgmap v3004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:02.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:02.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:03.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:03.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:03 smithi098 ceph-mon[112578]: pgmap v3005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:03 smithi016 ceph-mon[96085]: pgmap v3005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:04.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:04.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:05.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:05.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:05 smithi098 ceph-mon[112578]: pgmap v3006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:05 smithi016 ceph-mon[96085]: pgmap v3006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:06.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:06.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:07.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:07.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:07 smithi098 ceph-mon[112578]: pgmap v3007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:21:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:07 smithi016 ceph-mon[96085]: pgmap v3007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:21:08.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:08.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:09.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:09.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:09.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:09 smithi098 ceph-mon[112578]: pgmap v3008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:09 smithi016 ceph-mon[96085]: pgmap v3008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:10.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:10.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:11.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:11.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:11 smithi098 ceph-mon[112578]: pgmap v3009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:11 smithi016 ceph-mon[96085]: pgmap v3009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:12.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:12.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:13.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:13.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:13 smithi098 ceph-mon[112578]: pgmap v3010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:21:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:13 smithi016 ceph-mon[96085]: pgmap v3010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:21:14.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:14.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:15.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:15.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:15 smithi098 ceph-mon[112578]: pgmap v3011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:15 smithi016 ceph-mon[96085]: pgmap v3011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:16.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:16.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:17.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:17.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:17 smithi098 ceph-mon[112578]: pgmap v3012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:21:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:17 smithi016 ceph-mon[96085]: pgmap v3012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:21:18.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:18.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:19.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:19.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:19 smithi098 ceph-mon[112578]: pgmap v3013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:19 smithi016 ceph-mon[96085]: pgmap v3013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:20.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:20.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:21.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:21.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:21.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:21 smithi016 ceph-mon[96085]: pgmap v3014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:21 smithi098 ceph-mon[112578]: pgmap v3014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:22.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:22.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:23.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:23.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:23 smithi098 ceph-mon[112578]: pgmap v3015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:24.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:21:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:23 smithi016 ceph-mon[96085]: pgmap v3015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:21:24.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:24.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:25.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:25.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:25 smithi098 ceph-mon[112578]: pgmap v3016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:25 smithi016 ceph-mon[96085]: pgmap v3016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:26.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:26.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:27.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:27.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:27 smithi098 ceph-mon[112578]: pgmap v3017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:21:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:27 smithi016 ceph-mon[96085]: pgmap v3017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:21:28.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:28.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:21:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:21:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:21:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:21:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:21:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:21:29.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:21:29.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:21:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:21:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:21:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:21:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:21:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:21:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:21:29.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:21:29.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:21:29.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:29.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:29 smithi098 ceph-mon[112578]: pgmap v3018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:29 smithi016 ceph-mon[96085]: pgmap v3018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:30.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:30.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:31.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:31.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:31 smithi098 ceph-mon[112578]: pgmap v3019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:31 smithi016 ceph-mon[96085]: pgmap v3019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:32.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:32.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:33.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:33.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:33 smithi098 ceph-mon[112578]: pgmap v3020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:33 smithi016 ceph-mon[96085]: pgmap v3020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:34.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:34.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:35.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:35.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:35 smithi098 ceph-mon[112578]: pgmap v3021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:35 smithi016 ceph-mon[96085]: pgmap v3021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:36.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:36.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:37.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:37.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:37 smithi098 ceph-mon[112578]: pgmap v3022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:21:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:37 smithi016 ceph-mon[96085]: pgmap v3022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:21:38.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:38.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:39.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:39.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:39 smithi098 ceph-mon[112578]: pgmap v3023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:39 smithi016 ceph-mon[96085]: pgmap v3023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:40.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:40.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:41.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:41.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:41 smithi098 ceph-mon[112578]: pgmap v3024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:41 smithi016 ceph-mon[96085]: pgmap v3024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:42.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:42.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:21:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:21:43.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:43.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:43 smithi098 ceph-mon[112578]: pgmap v3025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:43 smithi016 ceph-mon[96085]: pgmap v3025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:44.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:44.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:45.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:45.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:45 smithi098 ceph-mon[112578]: pgmap v3026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:45 smithi016 ceph-mon[96085]: pgmap v3026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:46.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:46.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:47.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:47.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:47 smithi098 ceph-mon[112578]: pgmap v3027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:21:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:47 smithi016 ceph-mon[96085]: pgmap v3027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:21:48.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:48.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:49.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:49.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:49 smithi098 ceph-mon[112578]: pgmap v3028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:49 smithi016 ceph-mon[96085]: pgmap v3028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:50.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:50.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:51.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:51.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:51 smithi098 ceph-mon[112578]: pgmap v3029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:51 smithi016 ceph-mon[96085]: pgmap v3029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:52.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:52.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:53.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:53.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:53 smithi098 ceph-mon[112578]: pgmap v3030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:53 smithi016 ceph-mon[96085]: pgmap v3030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:54.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:54.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:55.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:55.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:55 smithi098 ceph-mon[112578]: pgmap v3031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:55 smithi016 ceph-mon[96085]: pgmap v3031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:21:56.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:56.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:57.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:57.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:57 smithi098 ceph-mon[112578]: pgmap v3032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:21:58.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:21:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:57 smithi016 ceph-mon[96085]: pgmap v3032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:21:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:21:58.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:58.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:59.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:21:59.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:21:59 smithi098 ceph-mon[112578]: pgmap v3033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:21:59 smithi016 ceph-mon[96085]: pgmap v3033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:00.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:00.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:01.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:01.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:01 smithi098 ceph-mon[112578]: pgmap v3034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:01 smithi016 ceph-mon[96085]: pgmap v3034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:02.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:02.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:03.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:03.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:03 smithi098 ceph-mon[112578]: pgmap v3035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:03 smithi016 ceph-mon[96085]: pgmap v3035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:04.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:04.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:05.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:05.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:05 smithi098 ceph-mon[112578]: pgmap v3036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:05 smithi016 ceph-mon[96085]: pgmap v3036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:06.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:06.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:07.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:07.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:07 smithi098 ceph-mon[112578]: pgmap v3037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:22:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:07 smithi016 ceph-mon[96085]: pgmap v3037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:22:08.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:08.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:09.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:09.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:09 smithi098 ceph-mon[112578]: pgmap v3038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:09 smithi016 ceph-mon[96085]: pgmap v3038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:10.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:10.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:11.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:11.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:11 smithi098 ceph-mon[112578]: pgmap v3039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:12.026 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:11 smithi016 ceph-mon[96085]: pgmap v3039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:12.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:12.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:22:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:22:13.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:13.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:13 smithi098 ceph-mon[112578]: pgmap v3040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:13 smithi016 ceph-mon[96085]: pgmap v3040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:14.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:14.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:15.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:15.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:15 smithi098 ceph-mon[112578]: pgmap v3041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:15 smithi016 ceph-mon[96085]: pgmap v3041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:16.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:16.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:17.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:17.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:17 smithi098 ceph-mon[112578]: pgmap v3042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:22:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:17 smithi016 ceph-mon[96085]: pgmap v3042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:22:18.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:18.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:19.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:19.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:19 smithi098 ceph-mon[112578]: pgmap v3043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:19 smithi016 ceph-mon[96085]: pgmap v3043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:20.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:20.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:21.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:21.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:21 smithi098 ceph-mon[112578]: pgmap v3044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:21 smithi016 ceph-mon[96085]: pgmap v3044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:22.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:22.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:23.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:23.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:23 smithi098 ceph-mon[112578]: pgmap v3045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:23 smithi016 ceph-mon[96085]: pgmap v3045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:24.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:24.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:25.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:25.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:25 smithi098 ceph-mon[112578]: pgmap v3046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:25 smithi016 ceph-mon[96085]: pgmap v3046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:26.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:26.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:27.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:27.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:27 smithi098 ceph-mon[112578]: pgmap v3047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:22:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:22:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:27 smithi016 ceph-mon[96085]: pgmap v3047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:22:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:22:28.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:28.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:22:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:22:29.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:29.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:29 smithi098 ceph-mon[112578]: pgmap v3048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:30.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:22:30.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:22:30.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:22:30.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:22:30.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:22:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:29 smithi016 ceph-mon[96085]: pgmap v3048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:30.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:22:30.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:22:30.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:22:30.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:22:30.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:22:30.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:30.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:31.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:31.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:32.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:31 smithi098 ceph-mon[112578]: pgmap v3049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:31 smithi016 ceph-mon[96085]: pgmap v3049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:32.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:32.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:33.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:33.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:33 smithi098 ceph-mon[112578]: pgmap v3050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:34.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:33 smithi016 ceph-mon[96085]: pgmap v3050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:34.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:34.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:35.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:35.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:35 smithi016 ceph-mon[96085]: pgmap v3051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:35 smithi098 ceph-mon[112578]: pgmap v3051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:36.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:36.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:37.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:37.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:37 smithi016 ceph-mon[96085]: pgmap v3052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:22:38.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:37 smithi098 ceph-mon[112578]: pgmap v3052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:22:38.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:38.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:39.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:39.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:39 smithi016 ceph-mon[96085]: pgmap v3053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:39 smithi098 ceph-mon[112578]: pgmap v3053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:40.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:40.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:41.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:41.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:41 smithi016 ceph-mon[96085]: pgmap v3054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:42.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:41 smithi098 ceph-mon[112578]: pgmap v3054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:42.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:42.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:22:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:22:43.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:43.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:43 smithi098 ceph-mon[112578]: pgmap v3055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:43 smithi016 ceph-mon[96085]: pgmap v3055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:44.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:44.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:45.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:45.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:45 smithi098 ceph-mon[112578]: pgmap v3056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:45 smithi016 ceph-mon[96085]: pgmap v3056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:46.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:46.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:47.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:47.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:47 smithi098 ceph-mon[112578]: pgmap v3057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:22:48.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:47 smithi016 ceph-mon[96085]: pgmap v3057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:22:48.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:48.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:49.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:49.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:49 smithi098 ceph-mon[112578]: pgmap v3058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:49 smithi016 ceph-mon[96085]: pgmap v3058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:50.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:50.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:51.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:51.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:51 smithi098 ceph-mon[112578]: pgmap v3059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:51 smithi016 ceph-mon[96085]: pgmap v3059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:52.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:52.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:53.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:53.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:53 smithi098 ceph-mon[112578]: pgmap v3060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:53 smithi016 ceph-mon[96085]: pgmap v3060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:54.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:54.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:55.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:55.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:55 smithi098 ceph-mon[112578]: pgmap v3061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:55 smithi016 ceph-mon[96085]: pgmap v3061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:22:56.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:56.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:57.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:57.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:57 smithi098 ceph-mon[112578]: pgmap v3062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:22:58.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:22:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:57 smithi016 ceph-mon[96085]: pgmap v3062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:22:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:22:58.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:58.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:59.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:22:59.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:00.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:22:59 smithi098 ceph-mon[112578]: pgmap v3063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:22:59 smithi016 ceph-mon[96085]: pgmap v3063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:00.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:00.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:01.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:01.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:01 smithi098 ceph-mon[112578]: pgmap v3064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:01 smithi016 ceph-mon[96085]: pgmap v3064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:02.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:02.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:03.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:03.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:03 smithi016 ceph-mon[96085]: pgmap v3065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:03 smithi098 ceph-mon[112578]: pgmap v3065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:04.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:04.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:05.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:05.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:05 smithi098 ceph-mon[112578]: pgmap v3066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:06.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:05 smithi016 ceph-mon[96085]: pgmap v3066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:06.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:06.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:07.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:07.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:08.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:07 smithi016 ceph-mon[96085]: pgmap v3067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:23:08.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:07 smithi098 ceph-mon[112578]: pgmap v3067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:23:08.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:08.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:09.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:09.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:09 smithi098 ceph-mon[112578]: pgmap v3068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:09 smithi016 ceph-mon[96085]: pgmap v3068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:10.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:10.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:11.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:11.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:11 smithi098 ceph-mon[112578]: pgmap v3069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:11 smithi016 ceph-mon[96085]: pgmap v3069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:12.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:12.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:23:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:23:13.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:13.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:13 smithi098 ceph-mon[112578]: pgmap v3070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:13 smithi016 ceph-mon[96085]: pgmap v3070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:14.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:14.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:15.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:15.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:15 smithi098 ceph-mon[112578]: pgmap v3071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:15 smithi016 ceph-mon[96085]: pgmap v3071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:16.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:16.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:17.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:17.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:17 smithi016 ceph-mon[96085]: pgmap v3072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:23:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:17 smithi098 ceph-mon[112578]: pgmap v3072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:23:18.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:18.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:19.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:19.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:20.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:19 smithi098 ceph-mon[112578]: pgmap v3073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:19 smithi016 ceph-mon[96085]: pgmap v3073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:20.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:20.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:21.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:21.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:21 smithi098 ceph-mon[112578]: pgmap v3074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:21 smithi016 ceph-mon[96085]: pgmap v3074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:22.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:22.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:23.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:23.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:23 smithi098 ceph-mon[112578]: pgmap v3075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:23 smithi016 ceph-mon[96085]: pgmap v3075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:24.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:24.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:25.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:25.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:26.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:25 smithi098 ceph-mon[112578]: pgmap v3076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:25 smithi016 ceph-mon[96085]: pgmap v3076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:26.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:26.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:27.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:27.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:27 smithi098 ceph-mon[112578]: pgmap v3077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:23:28.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:23:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:27 smithi016 ceph-mon[96085]: pgmap v3077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:23:28.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:23:28.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:28.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:29.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:29.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:29 smithi098 ceph-mon[112578]: pgmap v3078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:30.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:23:30.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:23:30.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:23:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:29 smithi016 ceph-mon[96085]: pgmap v3078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:30.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:23:30.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:23:30.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:23:30.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:30.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:23:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:23:31.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:23:31.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:23:31.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:23:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:23:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:23:31.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:23:31.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:23:31.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:23:31.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:31.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:31 smithi098 ceph-mon[112578]: pgmap v3079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:31 smithi016 ceph-mon[96085]: pgmap v3079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:32.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:32.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:33.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:33.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:33 smithi098 ceph-mon[112578]: pgmap v3080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:33 smithi016 ceph-mon[96085]: pgmap v3080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:34.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:34.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:35.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:35.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:36.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:35 smithi098 ceph-mon[112578]: pgmap v3081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:35 smithi016 ceph-mon[96085]: pgmap v3081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:36.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:36.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:37.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:37.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:38.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:37 smithi098 ceph-mon[112578]: pgmap v3082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:23:38.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:37 smithi016 ceph-mon[96085]: pgmap v3082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:23:38.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:38.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:39.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:39.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:40 smithi098 ceph-mon[112578]: pgmap v3083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:40 smithi016 ceph-mon[96085]: pgmap v3083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:40.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:40.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:41.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:41.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:42.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:42 smithi098 ceph-mon[112578]: pgmap v3084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:42 smithi016 ceph-mon[96085]: pgmap v3084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:42.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:42.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:23:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:23:43.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:43.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:44 smithi098 ceph-mon[112578]: pgmap v3085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:44 smithi016 ceph-mon[96085]: pgmap v3085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:44.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:44.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:45.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:45.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:46 smithi016 ceph-mon[96085]: pgmap v3086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:46 smithi098 ceph-mon[112578]: pgmap v3086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:46.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:46.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:47.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:47.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:48.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:48 smithi016 ceph-mon[96085]: pgmap v3087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:23:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:48 smithi098 ceph-mon[112578]: pgmap v3087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:23:48.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:48.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:49.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:49.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:50 smithi016 ceph-mon[96085]: pgmap v3088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:50 smithi098 ceph-mon[112578]: pgmap v3088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:50.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:50.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:51.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:51.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:52 smithi016 ceph-mon[96085]: pgmap v3089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:52 smithi098 ceph-mon[112578]: pgmap v3089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:52.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:52.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:53.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:53.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:54 smithi016 ceph-mon[96085]: pgmap v3090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:54 smithi098 ceph-mon[112578]: pgmap v3090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:54.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:54.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:55.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:55.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:56 smithi016 ceph-mon[96085]: pgmap v3091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:56 smithi098 ceph-mon[112578]: pgmap v3091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:23:56.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:56.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:57.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:57.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:58 smithi098 ceph-mon[112578]: pgmap v3092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:23:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:23:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:23:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:58 smithi016 ceph-mon[96085]: pgmap v3092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:23:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:23:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:23:58.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:58.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:59.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:23:59.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:00 smithi098 ceph-mon[112578]: pgmap v3093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:00 smithi016 ceph-mon[96085]: pgmap v3093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:00.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:00.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:01.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:01.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:02 smithi098 ceph-mon[112578]: pgmap v3094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:02 smithi016 ceph-mon[96085]: pgmap v3094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:02.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:02.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:03.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:03.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:04.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:04 smithi098 ceph-mon[112578]: pgmap v3095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:04 smithi016 ceph-mon[96085]: pgmap v3095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:04.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:04.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:05.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:05.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:06.342 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:06 smithi098 ceph-mon[112578]: pgmap v3096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:06 smithi016 ceph-mon[96085]: pgmap v3096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:06.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:06.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:07.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:07.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:08.352 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:08 smithi016 ceph-mon[96085]: pgmap v3097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:24:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:08 smithi098 ceph-mon[112578]: pgmap v3097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:24:08.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:08.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:09.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:09.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:10 smithi098 ceph-mon[112578]: pgmap v3098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:10.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:10 smithi016 ceph-mon[96085]: pgmap v3098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:10.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:10.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:11.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:11.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:12 smithi098 ceph-mon[112578]: pgmap v3099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:12 smithi016 ceph-mon[96085]: pgmap v3099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:12.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:12.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:13.410 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:24:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:24:13.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:13.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:14 smithi098 ceph-mon[112578]: pgmap v3100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:14 smithi016 ceph-mon[96085]: pgmap v3100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:14.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:14.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:15.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:15.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:16.449 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:16 smithi098 ceph-mon[112578]: pgmap v3101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:16 smithi016 ceph-mon[96085]: pgmap v3101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:16.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:16.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:17.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:17.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:18.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:18 smithi016 ceph-mon[96085]: pgmap v3102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:24:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:18 smithi098 ceph-mon[112578]: pgmap v3102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:24:18.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:18.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:19.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:19.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:20 smithi098 ceph-mon[112578]: pgmap v3103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:20 smithi016 ceph-mon[96085]: pgmap v3103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:20.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:20.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:21.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:21.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:22 smithi098 ceph-mon[112578]: pgmap v3104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:22 smithi016 ceph-mon[96085]: pgmap v3104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:22.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:22.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:23.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:23.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:24 smithi098 ceph-mon[112578]: pgmap v3105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:24 smithi016 ceph-mon[96085]: pgmap v3105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:24.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:24.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:25.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:25.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:26 smithi098 ceph-mon[112578]: pgmap v3106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:26 smithi016 ceph-mon[96085]: pgmap v3106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:26.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:26.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:27.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:27.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:28 smithi098 ceph-mon[112578]: pgmap v3107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:24:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:24:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:28 smithi016 ceph-mon[96085]: pgmap v3107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:24:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:24:28.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:28.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:29.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:29.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:30 smithi098 ceph-mon[112578]: pgmap v3108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:30 smithi016 ceph-mon[96085]: pgmap v3108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:30.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:30.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:24:31.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:24:31.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:24:31.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:24:31.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:24:31.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:24:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:24:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:24:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:24:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:24:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:24:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:24:31.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:31.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:32 smithi098 ceph-mon[112578]: pgmap v3109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:32 smithi016 ceph-mon[96085]: pgmap v3109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:32.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:32.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:33.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:33.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:34.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:34 smithi098 ceph-mon[112578]: pgmap v3110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:34 smithi016 ceph-mon[96085]: pgmap v3110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:34.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:34.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:35.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:35.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:36 smithi098 ceph-mon[112578]: pgmap v3111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:36 smithi016 ceph-mon[96085]: pgmap v3111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:36.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:36.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:37.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:37.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:38 smithi098 ceph-mon[112578]: pgmap v3112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:24:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:38 smithi016 ceph-mon[96085]: pgmap v3112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:24:38.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:38.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:39.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:39.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:40 smithi098 ceph-mon[112578]: pgmap v3113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:40.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:40 smithi016 ceph-mon[96085]: pgmap v3113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:40.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:40.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:41.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:41.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:42 smithi098 ceph-mon[112578]: pgmap v3114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:42 smithi016 ceph-mon[96085]: pgmap v3114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:42.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:42.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:24:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:24:43.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:43.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:44 smithi098 ceph-mon[112578]: pgmap v3115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:44 smithi016 ceph-mon[96085]: pgmap v3115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:44.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:44.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:45.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:45.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:46 smithi098 ceph-mon[112578]: pgmap v3116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:46 smithi016 ceph-mon[96085]: pgmap v3116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:46.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:46.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:47.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:47.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:48 smithi098 ceph-mon[112578]: pgmap v3117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:24:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:48 smithi016 ceph-mon[96085]: pgmap v3117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:24:48.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:48.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:49.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:49.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:50 smithi098 ceph-mon[112578]: pgmap v3118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:50 smithi016 ceph-mon[96085]: pgmap v3118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:50.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:50.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:51.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:51.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:52 smithi098 ceph-mon[112578]: pgmap v3119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:52 smithi016 ceph-mon[96085]: pgmap v3119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:52.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:52.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:53.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:53.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:54 smithi098 ceph-mon[112578]: pgmap v3120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:54 smithi016 ceph-mon[96085]: pgmap v3120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:54.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:54.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:55.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:55.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:56 smithi098 ceph-mon[112578]: pgmap v3121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:56 smithi016 ceph-mon[96085]: pgmap v3121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:24:56.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:56.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:57.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:57.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:58 smithi098 ceph-mon[112578]: pgmap v3122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:24:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:24:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:24:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:58 smithi016 ceph-mon[96085]: pgmap v3122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:24:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:24:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:24:58.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:58.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:59.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:24:59.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:00 smithi098 ceph-mon[112578]: pgmap v3123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:00 smithi016 ceph-mon[96085]: pgmap v3123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:00.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:00.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:01.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:01.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:02 smithi098 ceph-mon[112578]: pgmap v3124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:02 smithi016 ceph-mon[96085]: pgmap v3124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:02.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:02.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:03.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:03.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:04 smithi016 ceph-mon[96085]: pgmap v3125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:04.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:04 smithi098 ceph-mon[112578]: pgmap v3125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:04.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:04.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:05.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:05.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:06 smithi098 ceph-mon[112578]: pgmap v3126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:06 smithi016 ceph-mon[96085]: pgmap v3126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:06.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:06.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:07.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:07.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:08 smithi098 ceph-mon[112578]: pgmap v3127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:25:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:08 smithi016 ceph-mon[96085]: pgmap v3127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:25:08.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:09.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:10.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:10.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:10 smithi098 ceph-mon[112578]: pgmap v3128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:10 smithi016 ceph-mon[96085]: pgmap v3128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:11.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:11.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:12.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:12.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:12 smithi098 ceph-mon[112578]: pgmap v3129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:12 smithi016 ceph-mon[96085]: pgmap v3129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:13.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:13.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:25:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:25:14.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:14.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:14 smithi098 ceph-mon[112578]: pgmap v3130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:14 smithi016 ceph-mon[96085]: pgmap v3130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:15.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:15.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:16.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:16.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:16 smithi098 ceph-mon[112578]: pgmap v3131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:16 smithi016 ceph-mon[96085]: pgmap v3131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:17.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:17.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:18.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:18.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:18 smithi098 ceph-mon[112578]: pgmap v3132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:25:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:18 smithi016 ceph-mon[96085]: pgmap v3132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:25:19.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:19.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:20.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:20.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:20 smithi098 ceph-mon[112578]: pgmap v3133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:20 smithi016 ceph-mon[96085]: pgmap v3133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:21.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:21.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:22.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:22.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:22 smithi098 ceph-mon[112578]: pgmap v3134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:22 smithi016 ceph-mon[96085]: pgmap v3134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:23.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:23.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:24.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:24.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:24 smithi098 ceph-mon[112578]: pgmap v3135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:24 smithi016 ceph-mon[96085]: pgmap v3135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:25.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:25.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:26.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:26.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:26 smithi098 ceph-mon[112578]: pgmap v3136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:26 smithi016 ceph-mon[96085]: pgmap v3136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:27.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:27.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:28.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:28.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:28 smithi098 ceph-mon[112578]: pgmap v3137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:25:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:25:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:28 smithi016 ceph-mon[96085]: pgmap v3137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:25:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:25:29.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:29.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:30.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:30.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:30 smithi098 ceph-mon[112578]: pgmap v3138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:30 smithi016 ceph-mon[96085]: pgmap v3138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:31.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:31.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:25:31.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:25:31.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:25:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:25:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:25:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:25:32.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:32.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:32 smithi098 ceph-mon[112578]: pgmap v3139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:25:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:25:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:25:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:25:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:25:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:32 smithi016 ceph-mon[96085]: pgmap v3139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:25:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:25:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:25:32.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:25:32.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:25:33.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:33.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:34.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:34.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:34 smithi098 ceph-mon[112578]: pgmap v3140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:34 smithi016 ceph-mon[96085]: pgmap v3140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:35.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:35.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:36.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:36.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:36 smithi098 ceph-mon[112578]: pgmap v3141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:36 smithi016 ceph-mon[96085]: pgmap v3141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:37.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:37.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:37 smithi098 ceph-mon[112578]: pgmap v3142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:25:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:37 smithi016 ceph-mon[96085]: pgmap v3142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:25:38.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:38.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:39.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:39.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:39 smithi098 ceph-mon[112578]: pgmap v3143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:39 smithi016 ceph-mon[96085]: pgmap v3143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:40.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:40.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:41.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:41.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:41 smithi098 ceph-mon[112578]: pgmap v3144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:41 smithi016 ceph-mon[96085]: pgmap v3144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:42.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:42.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:43.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:43.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:43 smithi098 ceph-mon[112578]: pgmap v3145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:25:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:43 smithi016 ceph-mon[96085]: pgmap v3145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:25:44.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:44.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:45.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:45.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:45.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:45 smithi098 ceph-mon[112578]: pgmap v3146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:45 smithi016 ceph-mon[96085]: pgmap v3146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:46.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:46.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:47.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:47.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:47 smithi098 ceph-mon[112578]: pgmap v3147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:25:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:47 smithi016 ceph-mon[96085]: pgmap v3147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:25:48.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:48.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:49.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:49.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:49.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:49 smithi098 ceph-mon[112578]: pgmap v3148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:49 smithi016 ceph-mon[96085]: pgmap v3148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:50.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:50.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:51.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:51.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:51.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:51 smithi098 ceph-mon[112578]: pgmap v3149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:51 smithi016 ceph-mon[96085]: pgmap v3149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:52.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:52.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:53.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:53.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:53.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:53 smithi098 ceph-mon[112578]: pgmap v3150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:53.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:53 smithi016 ceph-mon[96085]: pgmap v3150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:54.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:54.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:55.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:55.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:55.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:55 smithi098 ceph-mon[112578]: pgmap v3151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:55 smithi016 ceph-mon[96085]: pgmap v3151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:56.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:56.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:57.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:57.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:57.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:57 smithi098 ceph-mon[112578]: pgmap v3152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:25:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:57 smithi016 ceph-mon[96085]: pgmap v3152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:25:58.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:58.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:25:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:25:59.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:25:59.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:25:59 smithi098 ceph-mon[112578]: pgmap v3153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:25:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:25:59 smithi016 ceph-mon[96085]: pgmap v3153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:00.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:00.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:01.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:01.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:01 smithi098 ceph-mon[112578]: pgmap v3154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:01.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:01 smithi016 ceph-mon[96085]: pgmap v3154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:02.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:02.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:03.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:03.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:03.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:03 smithi098 ceph-mon[112578]: pgmap v3155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:03.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:03 smithi016 ceph-mon[96085]: pgmap v3155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:04.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:04.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:05.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:05.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:05 smithi098 ceph-mon[112578]: pgmap v3156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:05 smithi016 ceph-mon[96085]: pgmap v3156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:06.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:06.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:07.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:07.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:07 smithi098 ceph-mon[112578]: pgmap v3157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:26:07.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:07 smithi016 ceph-mon[96085]: pgmap v3157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:26:08.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:08.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:09.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:09.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:09 smithi098 ceph-mon[112578]: pgmap v3158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:09 smithi016 ceph-mon[96085]: pgmap v3158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:10.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:10.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:11.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:11.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:11 smithi098 ceph-mon[112578]: pgmap v3159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:11.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:11 smithi016 ceph-mon[96085]: pgmap v3159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:12.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:12.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:13.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:13.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:13 smithi098 ceph-mon[112578]: pgmap v3160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:26:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:13 smithi016 ceph-mon[96085]: pgmap v3160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:26:14.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:14.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:15.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:15.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:15 smithi098 ceph-mon[112578]: pgmap v3161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:15 smithi016 ceph-mon[96085]: pgmap v3161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:16.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:16.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:17.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:17.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:17.713 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:17 smithi098 ceph-mon[112578]: pgmap v3162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:26:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:17 smithi016 ceph-mon[96085]: pgmap v3162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:26:18.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:18.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:19.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:19.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:19.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:19 smithi098 ceph-mon[112578]: pgmap v3163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:19.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:19 smithi016 ceph-mon[96085]: pgmap v3163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:20.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:20.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:21.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:21.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:21 smithi098 ceph-mon[112578]: pgmap v3164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:21.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:21 smithi016 ceph-mon[96085]: pgmap v3164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:22.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:22.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:23.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:23.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:23.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:23 smithi098 ceph-mon[112578]: pgmap v3165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:23 smithi016 ceph-mon[96085]: pgmap v3165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:24.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:24.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:25.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:25.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:25 smithi098 ceph-mon[112578]: pgmap v3166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:25 smithi016 ceph-mon[96085]: pgmap v3166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:26.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:26.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:27.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:27.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:27 smithi098 ceph-mon[112578]: pgmap v3167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:26:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:27 smithi016 ceph-mon[96085]: pgmap v3167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:26:28.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:28.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:26:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:26:29.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:29.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:29.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:29 smithi098 ceph-mon[112578]: pgmap v3168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:29 smithi016 ceph-mon[96085]: pgmap v3168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:30.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:30.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:31.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:31.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:31.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:31 smithi098 ceph-mon[112578]: pgmap v3169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:31.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:31 smithi016 ceph-mon[96085]: pgmap v3169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:32.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:32.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:26:32.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:26:32.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:26:32.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:26:32.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:26:32.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:26:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:26:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:26:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:26:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:26:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:26:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:26:33.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:33.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:34.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:34.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:34 smithi098 ceph-mon[112578]: pgmap v3170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:34 smithi016 ceph-mon[96085]: pgmap v3170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:35.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:35.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:36.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:36.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:36 smithi098 ceph-mon[112578]: pgmap v3171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:36 smithi016 ceph-mon[96085]: pgmap v3171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:37.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:37.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:37 smithi098 ceph-mon[112578]: pgmap v3172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:26:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:37 smithi016 ceph-mon[96085]: pgmap v3172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:26:38.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:38.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:39.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:39.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:39 smithi098 ceph-mon[112578]: pgmap v3173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:39 smithi016 ceph-mon[96085]: pgmap v3173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:40.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:40.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:41.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:41.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:41 smithi098 ceph-mon[112578]: pgmap v3174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:41 smithi016 ceph-mon[96085]: pgmap v3174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:42.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:42.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:43.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:43.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:43 smithi016 ceph-mon[96085]: pgmap v3175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:26:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:43 smithi098 ceph-mon[112578]: pgmap v3175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:26:44.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:44.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:45.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:45.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:45 smithi016 ceph-mon[96085]: pgmap v3176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:45 smithi098 ceph-mon[112578]: pgmap v3176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:46.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:46.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:47.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:47.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:47 smithi098 ceph-mon[112578]: pgmap v3177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:26:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:47 smithi016 ceph-mon[96085]: pgmap v3177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:26:48.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:48.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:49.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:49.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:49 smithi016 ceph-mon[96085]: pgmap v3178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:49 smithi098 ceph-mon[112578]: pgmap v3178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:50.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:50.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:51.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:51.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:51.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:51 smithi016 ceph-mon[96085]: pgmap v3179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:51 smithi098 ceph-mon[112578]: pgmap v3179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:52.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:52.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:53.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:53.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:53.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:53 smithi016 ceph-mon[96085]: pgmap v3180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:53 smithi098 ceph-mon[112578]: pgmap v3180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:54.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:54.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:55.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:55.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:55 smithi016 ceph-mon[96085]: pgmap v3181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:55 smithi098 ceph-mon[112578]: pgmap v3181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:56.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:56.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:57.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:57.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:57.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:57 smithi098 ceph-mon[112578]: pgmap v3182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:26:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:57 smithi016 ceph-mon[96085]: pgmap v3182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:26:58.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:58.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:26:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:26:59.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:26:59.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:26:59 smithi098 ceph-mon[112578]: pgmap v3183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:26:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:26:59 smithi016 ceph-mon[96085]: pgmap v3183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:00.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:00.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:01.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:01.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:01 smithi098 ceph-mon[112578]: pgmap v3184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:01.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:01 smithi016 ceph-mon[96085]: pgmap v3184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:02.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:02.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:03.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:03.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:03.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:03 smithi098 ceph-mon[112578]: pgmap v3185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:03 smithi016 ceph-mon[96085]: pgmap v3185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:04.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:04.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:05.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:05.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:05 smithi098 ceph-mon[112578]: pgmap v3186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:05 smithi016 ceph-mon[96085]: pgmap v3186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:06.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:06.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:07.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:07.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:07 smithi098 ceph-mon[112578]: pgmap v3187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:27:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:07 smithi016 ceph-mon[96085]: pgmap v3187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:27:08.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:08.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:09.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:09.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:09 smithi016 ceph-mon[96085]: pgmap v3188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:09 smithi098 ceph-mon[112578]: pgmap v3188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:10.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:10.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:11.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:11.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:11.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:11 smithi016 ceph-mon[96085]: pgmap v3189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:11 smithi098 ceph-mon[112578]: pgmap v3189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:12.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:12.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:13.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:13.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:13 smithi098 ceph-mon[112578]: pgmap v3190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:27:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:13 smithi016 ceph-mon[96085]: pgmap v3190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:27:14.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:14.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:15.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:15.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:15 smithi016 ceph-mon[96085]: pgmap v3191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:15 smithi098 ceph-mon[112578]: pgmap v3191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:16.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:16.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:17.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:17.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:17 smithi098 ceph-mon[112578]: pgmap v3192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:27:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:17 smithi016 ceph-mon[96085]: pgmap v3192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:27:18.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:18.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:19.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:19.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:19.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:19 smithi016 ceph-mon[96085]: pgmap v3193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:20.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:19 smithi098 ceph-mon[112578]: pgmap v3193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:20.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:20.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:21.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:21.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:21.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:21 smithi016 ceph-mon[96085]: pgmap v3194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:21 smithi098 ceph-mon[112578]: pgmap v3194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:22.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:22.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:23.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:23.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:23.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:23 smithi098 ceph-mon[112578]: pgmap v3195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:23 smithi016 ceph-mon[96085]: pgmap v3195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:24.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:24.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:25.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:25.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:25 smithi098 ceph-mon[112578]: pgmap v3196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:25 smithi016 ceph-mon[96085]: pgmap v3196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:26.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:26.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:27.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:27.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:27 smithi098 ceph-mon[112578]: pgmap v3197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:27:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:27 smithi016 ceph-mon[96085]: pgmap v3197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:27:28.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:28.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:27:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:27:29.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:29.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:29.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:29 smithi098 ceph-mon[112578]: pgmap v3198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:29 smithi016 ceph-mon[96085]: pgmap v3198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:30.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:30.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:31.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:31.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:31.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:31 smithi016 ceph-mon[96085]: pgmap v3199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:31 smithi098 ceph-mon[112578]: pgmap v3199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:32.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:32.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:27:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:27:33.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:33.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:33.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:33 smithi098 ceph-mon[112578]: pgmap v3200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:27:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:27:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:27:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:27:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:27:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:33 smithi016 ceph-mon[96085]: pgmap v3200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:34.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:27:34.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:27:34.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:27:34.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:27:34.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:27:34.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:34.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:35.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:35.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:35 smithi098 ceph-mon[112578]: pgmap v3201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:35 smithi016 ceph-mon[96085]: pgmap v3201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:36.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:36.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:37.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:37.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:37 smithi098 ceph-mon[112578]: pgmap v3202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:27:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:37 smithi016 ceph-mon[96085]: pgmap v3202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:27:38.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:38.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:39.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:39.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:39 smithi016 ceph-mon[96085]: pgmap v3203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:39 smithi098 ceph-mon[112578]: pgmap v3203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:40.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:40.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:41.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:41.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:41 smithi098 ceph-mon[112578]: pgmap v3204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:42.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:41 smithi016 ceph-mon[96085]: pgmap v3204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:42.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:42.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:43.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:43.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:43 smithi098 ceph-mon[112578]: pgmap v3205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:27:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:43 smithi016 ceph-mon[96085]: pgmap v3205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:27:44.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:44.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:45.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:45.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:45.833 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:45 smithi016 ceph-mon[96085]: pgmap v3206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:45 smithi098 ceph-mon[112578]: pgmap v3206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:46.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:46.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:47.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:47.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:47 smithi098 ceph-mon[112578]: pgmap v3207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:27:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:47 smithi016 ceph-mon[96085]: pgmap v3207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:27:48.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:48.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:49.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:49.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:49 smithi098 ceph-mon[112578]: pgmap v3208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:49 smithi016 ceph-mon[96085]: pgmap v3208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:50.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:50.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:51.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:51.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:51 smithi098 ceph-mon[112578]: pgmap v3209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:51 smithi016 ceph-mon[96085]: pgmap v3209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:52.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:52.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:53.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:53.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:53 smithi098 ceph-mon[112578]: pgmap v3210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:53 smithi016 ceph-mon[96085]: pgmap v3210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:54.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:54.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:55.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:55.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:55.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:55 smithi016 ceph-mon[96085]: pgmap v3211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:55 smithi098 ceph-mon[112578]: pgmap v3211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:56.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:56.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:57.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:57.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:57.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:57 smithi098 ceph-mon[112578]: pgmap v3212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:27:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:57 smithi016 ceph-mon[96085]: pgmap v3212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:27:58.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:58.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:27:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:27:59.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:27:59.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:27:59 smithi098 ceph-mon[112578]: pgmap v3213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:27:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:27:59 smithi016 ceph-mon[96085]: pgmap v3213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:00.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:00.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:01.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:01.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:01 smithi098 ceph-mon[112578]: pgmap v3214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:01 smithi016 ceph-mon[96085]: pgmap v3214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:02.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:02.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:03.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:03.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:03.816 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:03 smithi098 ceph-mon[112578]: pgmap v3215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:03 smithi016 ceph-mon[96085]: pgmap v3215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:04.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:04.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:05.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:05.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:05 smithi098 ceph-mon[112578]: pgmap v3216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:06.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:05 smithi016 ceph-mon[96085]: pgmap v3216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:06.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:06.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:07.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:07.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:07 smithi098 ceph-mon[112578]: pgmap v3217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:28:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:07 smithi016 ceph-mon[96085]: pgmap v3217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:28:08.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:08.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:09.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:09.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:09 smithi098 ceph-mon[112578]: pgmap v3218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:09 smithi016 ceph-mon[96085]: pgmap v3218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:10.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:10.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:11.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:11.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:11 smithi098 ceph-mon[112578]: pgmap v3219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:11 smithi016 ceph-mon[96085]: pgmap v3219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:12.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:12.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:13.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:13.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:13.921 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:13 smithi098 ceph-mon[112578]: pgmap v3220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:13.922 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:28:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:13 smithi016 ceph-mon[96085]: pgmap v3220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:28:14.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:14.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:15.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:15.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:15 smithi098 ceph-mon[112578]: pgmap v3221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:15 smithi016 ceph-mon[96085]: pgmap v3221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:16.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:16.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:17.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:17.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:17 smithi098 ceph-mon[112578]: pgmap v3222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:28:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:17 smithi016 ceph-mon[96085]: pgmap v3222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:28:18.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:18.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:19.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:19.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:19 smithi098 ceph-mon[112578]: pgmap v3223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:19 smithi016 ceph-mon[96085]: pgmap v3223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:20.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:20.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:21.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:21.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:21 smithi098 ceph-mon[112578]: pgmap v3224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:21 smithi016 ceph-mon[96085]: pgmap v3224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:22.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:22.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:23.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:23.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:23 smithi098 ceph-mon[112578]: pgmap v3225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:23 smithi016 ceph-mon[96085]: pgmap v3225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:24.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:24.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:25 smithi098 ceph-mon[112578]: pgmap v3226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:25 smithi016 ceph-mon[96085]: pgmap v3226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:26.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:26.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:27.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:27.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:27 smithi098 ceph-mon[112578]: pgmap v3227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:28:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:27 smithi016 ceph-mon[96085]: pgmap v3227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:28:28.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:28.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:28:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:28:29.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:29.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:29.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:29 smithi098 ceph-mon[112578]: pgmap v3228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:29 smithi016 ceph-mon[96085]: pgmap v3228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:30.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:30.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:31.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:31.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:31 smithi098 ceph-mon[112578]: pgmap v3229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:31 smithi016 ceph-mon[96085]: pgmap v3229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:32.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:32.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:33.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:33.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:33 smithi098 ceph-mon[112578]: pgmap v3230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:34.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:28:34.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:33 smithi016 ceph-mon[96085]: pgmap v3230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:34.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:28:34.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:34.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:28:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:28:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:28:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:28:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:28:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:28:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:28:35.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:28:35.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:28:35.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:28:35.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:35.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:35 smithi098 ceph-mon[112578]: pgmap v3231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:35 smithi016 ceph-mon[96085]: pgmap v3231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:36.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:36.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:37.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:37.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:37 smithi098 ceph-mon[112578]: pgmap v3232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:28:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:37 smithi016 ceph-mon[96085]: pgmap v3232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:28:38.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:38.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:39.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:39.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:40.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:39 smithi098 ceph-mon[112578]: pgmap v3233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:39 smithi016 ceph-mon[96085]: pgmap v3233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:40.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:40.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:41.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:41.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:41 smithi016 ceph-mon[96085]: pgmap v3234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:41 smithi098 ceph-mon[112578]: pgmap v3234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:42.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:42.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:43.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:43.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:43 smithi098 ceph-mon[112578]: pgmap v3235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:28:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:43 smithi016 ceph-mon[96085]: pgmap v3235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:28:44.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:44.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:45.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:45.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:45 smithi098 ceph-mon[112578]: pgmap v3236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:45 smithi016 ceph-mon[96085]: pgmap v3236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:46.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:46.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:47.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:47.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:47 smithi098 ceph-mon[112578]: pgmap v3237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:28:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:47 smithi016 ceph-mon[96085]: pgmap v3237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:28:48.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:48.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:49 smithi098 ceph-mon[112578]: pgmap v3238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:49 smithi016 ceph-mon[96085]: pgmap v3238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:50.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:50.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:51.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:51.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:51 smithi098 ceph-mon[112578]: pgmap v3239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:51 smithi016 ceph-mon[96085]: pgmap v3239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:52.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:52.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:53.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:53.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:53 smithi098 ceph-mon[112578]: pgmap v3240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:53 smithi016 ceph-mon[96085]: pgmap v3240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:54.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:54.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:55.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:55.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:55 smithi098 ceph-mon[112578]: pgmap v3241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:55 smithi016 ceph-mon[96085]: pgmap v3241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:56.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:56.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:57.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:57.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:57.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:57 smithi098 ceph-mon[112578]: pgmap v3242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:28:57.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:57 smithi016 ceph-mon[96085]: pgmap v3242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:28:58.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:58.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:28:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:28:59.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:28:59.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:28:59 smithi098 ceph-mon[112578]: pgmap v3243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:28:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:28:59 smithi016 ceph-mon[96085]: pgmap v3243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:00.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:00.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:01.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:01.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:01 smithi098 ceph-mon[112578]: pgmap v3244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:01 smithi016 ceph-mon[96085]: pgmap v3244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:02.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:02.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:03.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:03.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:03 smithi098 ceph-mon[112578]: pgmap v3245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:03 smithi016 ceph-mon[96085]: pgmap v3245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:04.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:04.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:05.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:05.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:05 smithi098 ceph-mon[112578]: pgmap v3246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:05 smithi016 ceph-mon[96085]: pgmap v3246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:06.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:06.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:07.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:07.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:07 smithi098 ceph-mon[112578]: pgmap v3247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:29:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:07 smithi016 ceph-mon[96085]: pgmap v3247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:29:08.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:08.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:09.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:09.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:09 smithi098 ceph-mon[112578]: pgmap v3248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:09 smithi016 ceph-mon[96085]: pgmap v3248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:10.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:10.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:11.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:11.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:11.814 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:11 smithi016 ceph-mon[96085]: pgmap v3249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:11 smithi098 ceph-mon[112578]: pgmap v3249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:12.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:12.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:13.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:13.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:13 smithi098 ceph-mon[112578]: pgmap v3250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:29:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:13 smithi016 ceph-mon[96085]: pgmap v3250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:29:14.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:14.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:15.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:15.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:15 smithi098 ceph-mon[112578]: pgmap v3251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:15 smithi016 ceph-mon[96085]: pgmap v3251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:16.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:16.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:17.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:17.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:17 smithi098 ceph-mon[112578]: pgmap v3252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:29:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:17 smithi016 ceph-mon[96085]: pgmap v3252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:29:18.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:18.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:19.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:19.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:19 smithi098 ceph-mon[112578]: pgmap v3253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:19 smithi016 ceph-mon[96085]: pgmap v3253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:20.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:20.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:21.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:21.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:21.929 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:21 smithi016 ceph-mon[96085]: pgmap v3254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:21 smithi098 ceph-mon[112578]: pgmap v3254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:22.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:22.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:23.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:23.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:23 smithi098 ceph-mon[112578]: pgmap v3255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:23 smithi016 ceph-mon[96085]: pgmap v3255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:24.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:24.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:25.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:25.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:25 smithi098 ceph-mon[112578]: pgmap v3256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:25 smithi016 ceph-mon[96085]: pgmap v3256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:26.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:26.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:27.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:27.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:27 smithi098 ceph-mon[112578]: pgmap v3257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:29:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:27 smithi016 ceph-mon[96085]: pgmap v3257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:29:28.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:28.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:29:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:29:29.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:29.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:29.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:29 smithi098 ceph-mon[112578]: pgmap v3258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:29 smithi016 ceph-mon[96085]: pgmap v3258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:30.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:30.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:31.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:31.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:31 smithi098 ceph-mon[112578]: pgmap v3259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:31 smithi016 ceph-mon[96085]: pgmap v3259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:32.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:32.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:33.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:33.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:33 smithi098 ceph-mon[112578]: pgmap v3260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:33 smithi016 ceph-mon[96085]: pgmap v3260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:34.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:34.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:29:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:29:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:29:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:29:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:29:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:29:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:29:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:29:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:29:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:29:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:29:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:29:35.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:35.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:36.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:36.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:36 smithi098 ceph-mon[112578]: pgmap v3261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:36 smithi016 ceph-mon[96085]: pgmap v3261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:37.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:37.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:37 smithi098 ceph-mon[112578]: pgmap v3262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:29:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:37 smithi016 ceph-mon[96085]: pgmap v3262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:29:38.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:38.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:39.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:39.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:39 smithi098 ceph-mon[112578]: pgmap v3263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:39 smithi016 ceph-mon[96085]: pgmap v3263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:40.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:40.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:41.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:41.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:41 smithi098 ceph-mon[112578]: pgmap v3264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:41 smithi016 ceph-mon[96085]: pgmap v3264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:42.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:42.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:43.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:43.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:43 smithi098 ceph-mon[112578]: pgmap v3265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:29:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:43 smithi016 ceph-mon[96085]: pgmap v3265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:29:44.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:44.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:45.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:45.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:45 smithi098 ceph-mon[112578]: pgmap v3266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:45 smithi016 ceph-mon[96085]: pgmap v3266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:46.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:46.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:47.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:47.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:47 smithi098 ceph-mon[112578]: pgmap v3267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:29:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:47 smithi016 ceph-mon[96085]: pgmap v3267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:29:48.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:48.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:49.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:49.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:49.918 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:49 smithi098 ceph-mon[112578]: pgmap v3268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:49 smithi016 ceph-mon[96085]: pgmap v3268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:50.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:50.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:51.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:51.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:51 smithi098 ceph-mon[112578]: pgmap v3269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:51 smithi016 ceph-mon[96085]: pgmap v3269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:52.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:52.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:53.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:53.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:53 smithi098 ceph-mon[112578]: pgmap v3270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:53 smithi016 ceph-mon[96085]: pgmap v3270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:54.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:54.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:55.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:55.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:55 smithi098 ceph-mon[112578]: pgmap v3271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:55 smithi016 ceph-mon[96085]: pgmap v3271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:56.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:56.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:57.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:57.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:57.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:57 smithi098 ceph-mon[112578]: pgmap v3272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:29:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:57 smithi016 ceph-mon[96085]: pgmap v3272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:29:58.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:58.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:29:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:29:59.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:29:59.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:29:59 smithi098 ceph-mon[112578]: pgmap v3273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:29:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:29:59 smithi016 ceph-mon[96085]: pgmap v3273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:00.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:00.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T22:30:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T22:30:01.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:01.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:01 smithi098 ceph-mon[112578]: pgmap v3274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:01.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:01 smithi016 ceph-mon[96085]: pgmap v3274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:02.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:02.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:03.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:03.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:03 smithi098 ceph-mon[112578]: pgmap v3275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:03 smithi016 ceph-mon[96085]: pgmap v3275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:04.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:04.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:05.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:05.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:05 smithi098 ceph-mon[112578]: pgmap v3276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:05 smithi016 ceph-mon[96085]: pgmap v3276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:06.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:06.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:07.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:07.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:07 smithi098 ceph-mon[112578]: pgmap v3277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:30:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:07 smithi016 ceph-mon[96085]: pgmap v3277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:30:08.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:08.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:09.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:09.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:09 smithi098 ceph-mon[112578]: pgmap v3278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:09 smithi016 ceph-mon[96085]: pgmap v3278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:10.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:10.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:11.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:11.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:11 smithi098 ceph-mon[112578]: pgmap v3279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:11 smithi016 ceph-mon[96085]: pgmap v3279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:12.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:12.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:13.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:13.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:13 smithi098 ceph-mon[112578]: pgmap v3280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:30:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:13 smithi016 ceph-mon[96085]: pgmap v3280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:30:14.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:14.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:15.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:15.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:16.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:15 smithi098 ceph-mon[112578]: pgmap v3281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:15 smithi016 ceph-mon[96085]: pgmap v3281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:16.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:16.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:17.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:17.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:17 smithi098 ceph-mon[112578]: pgmap v3282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:30:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:17 smithi016 ceph-mon[96085]: pgmap v3282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:30:18.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:18.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:19.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:19.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:20.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:19 smithi098 ceph-mon[112578]: pgmap v3283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:19 smithi016 ceph-mon[96085]: pgmap v3283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:20.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:20.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:21.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:21.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:21 smithi098 ceph-mon[112578]: pgmap v3284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:21 smithi016 ceph-mon[96085]: pgmap v3284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:22.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:22.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:23.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:23.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:23 smithi098 ceph-mon[112578]: pgmap v3285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:23 smithi016 ceph-mon[96085]: pgmap v3285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:24.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:24.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:25.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:25.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:25 smithi098 ceph-mon[112578]: pgmap v3286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:25 smithi016 ceph-mon[96085]: pgmap v3286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:26.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:26.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:27.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:27.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:27 smithi098 ceph-mon[112578]: pgmap v3287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:30:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:27 smithi016 ceph-mon[96085]: pgmap v3287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:30:28.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:28.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:30:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:30:29.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:29.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:29.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:29 smithi016 ceph-mon[96085]: pgmap v3288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:29 smithi098 ceph-mon[112578]: pgmap v3288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:30.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:30.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:31.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:31.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:31 smithi098 ceph-mon[112578]: pgmap v3289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:31 smithi016 ceph-mon[96085]: pgmap v3289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:32.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:32.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:33.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:33.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:33 smithi098 ceph-mon[112578]: pgmap v3290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:33 smithi016 ceph-mon[96085]: pgmap v3290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:34.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:34.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:30:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:30:35.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:35.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:35 smithi098 ceph-mon[112578]: pgmap v3291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:35 smithi016 ceph-mon[96085]: pgmap v3291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:36.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:36.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:37.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:37.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:38 smithi098 ceph-mon[112578]: pgmap v3292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:30:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:30:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:30:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:30:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:30:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:30:38.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:30:38.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:30:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:38 smithi016 ceph-mon[96085]: pgmap v3292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:30:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:30:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:30:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:30:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:30:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:30:38.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:30:38.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:30:38.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:38.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:39.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:39.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:40.446 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:40 smithi098 ceph-mon[112578]: pgmap v3293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:40 smithi016 ceph-mon[96085]: pgmap v3293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:40.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:40.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:41.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:41.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:42 smithi098 ceph-mon[112578]: pgmap v3294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:42 smithi016 ceph-mon[96085]: pgmap v3294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:42.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:42.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:30:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:30:43.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:43.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:44 smithi098 ceph-mon[112578]: pgmap v3295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:44 smithi016 ceph-mon[96085]: pgmap v3295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:44.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:44.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:45.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:45.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:46 smithi098 ceph-mon[112578]: pgmap v3296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:46 smithi016 ceph-mon[96085]: pgmap v3296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:46.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:46.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:47.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:47.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:47 smithi098 ceph-mon[112578]: pgmap v3297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:30:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:47 smithi016 ceph-mon[96085]: pgmap v3297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:30:48.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:48.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:49.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:49.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:49 smithi098 ceph-mon[112578]: pgmap v3298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:49 smithi016 ceph-mon[96085]: pgmap v3298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:50.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:50.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:51.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:51.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:51 smithi098 ceph-mon[112578]: pgmap v3299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:51 smithi016 ceph-mon[96085]: pgmap v3299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:52.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:52.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:53.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:53.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:53 smithi098 ceph-mon[112578]: pgmap v3300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:53 smithi016 ceph-mon[96085]: pgmap v3300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:54.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:54.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:55.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:55.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:55 smithi098 ceph-mon[112578]: pgmap v3301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:55 smithi016 ceph-mon[96085]: pgmap v3301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:30:56.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:56.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:57.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:57.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:57.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:57 smithi098 ceph-mon[112578]: pgmap v3302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:30:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:57 smithi016 ceph-mon[96085]: pgmap v3302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:30:58.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:58.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:30:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:30:59.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:30:59.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:30:59 smithi016 ceph-mon[96085]: pgmap v3303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:30:59 smithi098 ceph-mon[112578]: pgmap v3303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:00.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:00.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:01.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:01.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:01 smithi098 ceph-mon[112578]: pgmap v3304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:01 smithi016 ceph-mon[96085]: pgmap v3304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:02.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:02.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:03.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:03.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:03 smithi098 ceph-mon[112578]: pgmap v3305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:03 smithi016 ceph-mon[96085]: pgmap v3305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:04.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:04.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:05.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:05.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:05 smithi098 ceph-mon[112578]: pgmap v3306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:05 smithi016 ceph-mon[96085]: pgmap v3306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:06.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:06.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:07.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:07.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:07 smithi016 ceph-mon[96085]: pgmap v3307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:31:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:07 smithi098 ceph-mon[112578]: pgmap v3307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:31:08.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:08.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:09.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:09.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:09 smithi098 ceph-mon[112578]: pgmap v3308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:09 smithi016 ceph-mon[96085]: pgmap v3308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:10.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:10.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:11.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:11.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:12.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:11 smithi098 ceph-mon[112578]: pgmap v3309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:11 smithi016 ceph-mon[96085]: pgmap v3309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:12.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:12.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:13.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:13.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:13 smithi098 ceph-mon[112578]: pgmap v3310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:31:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:13 smithi016 ceph-mon[96085]: pgmap v3310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:31:14.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:14.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:15.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:15.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:15 smithi098 ceph-mon[112578]: pgmap v3311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:15 smithi016 ceph-mon[96085]: pgmap v3311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:16.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:16.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:17.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:17.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:17 smithi016 ceph-mon[96085]: pgmap v3312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:31:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:17 smithi098 ceph-mon[112578]: pgmap v3312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:31:18.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:18.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:19.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:19.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:19 smithi098 ceph-mon[112578]: pgmap v3313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:19 smithi016 ceph-mon[96085]: pgmap v3313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:20.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:20.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:21.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:21.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:21 smithi098 ceph-mon[112578]: pgmap v3314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:21 smithi016 ceph-mon[96085]: pgmap v3314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:22.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:22.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:23.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:23.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:23 smithi098 ceph-mon[112578]: pgmap v3315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:23 smithi016 ceph-mon[96085]: pgmap v3315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:24.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:24.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:25.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:25.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:25.923 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:25 smithi098 ceph-mon[112578]: pgmap v3316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:25 smithi016 ceph-mon[96085]: pgmap v3316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:26.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:26.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:27.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:27.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:27 smithi016 ceph-mon[96085]: pgmap v3317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:31:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:27 smithi098 ceph-mon[112578]: pgmap v3317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:31:28.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:28.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:31:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:31:29.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:29.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:29 smithi016 ceph-mon[96085]: pgmap v3318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:29 smithi098 ceph-mon[112578]: pgmap v3318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:30.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:30.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:31.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:31.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:31 smithi098 ceph-mon[112578]: pgmap v3319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:31 smithi016 ceph-mon[96085]: pgmap v3319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:32.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:32.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:33.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:33.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:33 smithi016 ceph-mon[96085]: pgmap v3320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:33 smithi098 ceph-mon[112578]: pgmap v3320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:34.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:34.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:35.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:35.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:35 smithi098 ceph-mon[112578]: pgmap v3321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:35 smithi016 ceph-mon[96085]: pgmap v3321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:36.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:36.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:37.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:37.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:37 smithi016 ceph-mon[96085]: pgmap v3322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:31:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:37 smithi098 ceph-mon[112578]: pgmap v3322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:31:38.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:38.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:31:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:31:39.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:39.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:39 smithi016 ceph-mon[96085]: pgmap v3323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:39 smithi098 ceph-mon[112578]: pgmap v3323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:40.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:40.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:41.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:41.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:41 smithi098 ceph-mon[112578]: pgmap v3324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:41 smithi016 ceph-mon[96085]: pgmap v3324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:42.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:42.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:43.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:43.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:43 smithi098 ceph-mon[112578]: pgmap v3325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:31:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:31:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:31:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:31:44.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:31:44.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:31:44.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:31:44.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:31:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:43 smithi016 ceph-mon[96085]: pgmap v3325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:31:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:31:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:31:44.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:31:44.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:31:44.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:31:44.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:31:44.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:31:44.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:44.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:45.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:45.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:45 smithi098 ceph-mon[112578]: pgmap v3326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:45 smithi016 ceph-mon[96085]: pgmap v3326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:46.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:46.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:47.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:47.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:47 smithi016 ceph-mon[96085]: pgmap v3327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:31:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:47 smithi098 ceph-mon[112578]: pgmap v3327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:31:48.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:48.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:49.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:49.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:49 smithi098 ceph-mon[112578]: pgmap v3328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:49 smithi016 ceph-mon[96085]: pgmap v3328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:50.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:50.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:51.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:51.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:51 smithi098 ceph-mon[112578]: pgmap v3329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:51 smithi016 ceph-mon[96085]: pgmap v3329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:52.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:52.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:53.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:53.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:53 smithi098 ceph-mon[112578]: pgmap v3330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:53 smithi016 ceph-mon[96085]: pgmap v3330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:54.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:54.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:55.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:55.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:55 smithi098 ceph-mon[112578]: pgmap v3331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:55 smithi016 ceph-mon[96085]: pgmap v3331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:31:56.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:56.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:57.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:57.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:57 smithi016 ceph-mon[96085]: pgmap v3332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:31:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:57 smithi098 ceph-mon[112578]: pgmap v3332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:31:58.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:58.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:31:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:31:59.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:31:59.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:31:59 smithi098 ceph-mon[112578]: pgmap v3333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:31:59 smithi016 ceph-mon[96085]: pgmap v3333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:00.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:00.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:01.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:01.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:01 smithi098 ceph-mon[112578]: pgmap v3334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:01 smithi016 ceph-mon[96085]: pgmap v3334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:02.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:02.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:03.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:03.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:03 smithi098 ceph-mon[112578]: pgmap v3335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:03 smithi016 ceph-mon[96085]: pgmap v3335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:04.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:04.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:05.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:05.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:05 smithi098 ceph-mon[112578]: pgmap v3336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:05 smithi016 ceph-mon[96085]: pgmap v3336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:06.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:06.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:07.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:07.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:08.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:07 smithi098 ceph-mon[112578]: pgmap v3337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:32:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:07 smithi016 ceph-mon[96085]: pgmap v3337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:32:08.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:08.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:09.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:09.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:10.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:09 smithi098 ceph-mon[112578]: pgmap v3338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:09 smithi016 ceph-mon[96085]: pgmap v3338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:10.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:10.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:11.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:11.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:11 smithi098 ceph-mon[112578]: pgmap v3339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:11 smithi016 ceph-mon[96085]: pgmap v3339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:12.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:12.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:13.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:13.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:13.893 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:13 smithi016 ceph-mon[96085]: pgmap v3340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:13.894 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:32:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:13 smithi098 ceph-mon[112578]: pgmap v3340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:32:14.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:14.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:15.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:15.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:15 smithi098 ceph-mon[112578]: pgmap v3341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:15 smithi016 ceph-mon[96085]: pgmap v3341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:16.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:16.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:17.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:17.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:17 smithi098 ceph-mon[112578]: pgmap v3342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:32:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:17 smithi016 ceph-mon[96085]: pgmap v3342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:32:18.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:18.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:19.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:19.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:19 smithi098 ceph-mon[112578]: pgmap v3343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:19 smithi016 ceph-mon[96085]: pgmap v3343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:20.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:20.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:21.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:21.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:21 smithi098 ceph-mon[112578]: pgmap v3344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:21 smithi016 ceph-mon[96085]: pgmap v3344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:22.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:22.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:23.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:23.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:24.008 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:23 smithi016 ceph-mon[96085]: pgmap v3345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:23 smithi098 ceph-mon[112578]: pgmap v3345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:24.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:24.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:25.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:25.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:25 smithi098 ceph-mon[112578]: pgmap v3346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:25 smithi016 ceph-mon[96085]: pgmap v3346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:26.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:26.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:27.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:27.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:27.829 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:27 smithi098 ceph-mon[112578]: pgmap v3347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:32:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:27 smithi016 ceph-mon[96085]: pgmap v3347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:32:28.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:28.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:32:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:32:29.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:29.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:29 smithi098 ceph-mon[112578]: pgmap v3348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:29 smithi016 ceph-mon[96085]: pgmap v3348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:30.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:30.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:31.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:31.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:31 smithi098 ceph-mon[112578]: pgmap v3349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:31 smithi016 ceph-mon[96085]: pgmap v3349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:32.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:32.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:33.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:33.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:33 smithi098 ceph-mon[112578]: pgmap v3350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:33 smithi016 ceph-mon[96085]: pgmap v3350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:34.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:34.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:35.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:35.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:35 smithi098 ceph-mon[112578]: pgmap v3351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:35 smithi016 ceph-mon[96085]: pgmap v3351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:36.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:36.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:37.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:37.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:37 smithi098 ceph-mon[112578]: pgmap v3352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:32:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:37 smithi016 ceph-mon[96085]: pgmap v3352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:32:38.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:38.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:39.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:39.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:39 smithi098 ceph-mon[112578]: pgmap v3353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:39 smithi016 ceph-mon[96085]: pgmap v3353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:40.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:40.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:41.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:41.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:41 smithi098 ceph-mon[112578]: pgmap v3354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:41 smithi016 ceph-mon[96085]: pgmap v3354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:42.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:42.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:43.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:43.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:43 smithi098 ceph-mon[112578]: pgmap v3355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:32:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:32:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:43 smithi016 ceph-mon[96085]: pgmap v3355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:32:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:32:44.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:44.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:32:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:32:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:32:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:32:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:32:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:32:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:32:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:32:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:32:45.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:32:45.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:45.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:45 smithi098 ceph-mon[112578]: pgmap v3356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:45 smithi016 ceph-mon[96085]: pgmap v3356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:46.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:46.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:47.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:47.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:47 smithi098 ceph-mon[112578]: pgmap v3357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:32:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:47 smithi016 ceph-mon[96085]: pgmap v3357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:32:48.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:48.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:49.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:49.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:49 smithi098 ceph-mon[112578]: pgmap v3358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:49 smithi016 ceph-mon[96085]: pgmap v3358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:50.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:50.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:51.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:51.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:51 smithi098 ceph-mon[112578]: pgmap v3359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:51 smithi016 ceph-mon[96085]: pgmap v3359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:52.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:52.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:53.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:53.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:53 smithi098 ceph-mon[112578]: pgmap v3360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:53 smithi016 ceph-mon[96085]: pgmap v3360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:54.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:54.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:55.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:55.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:55 smithi098 ceph-mon[112578]: pgmap v3361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:55 smithi016 ceph-mon[96085]: pgmap v3361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:56.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:56.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:57.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:57.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:58.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:57 smithi098 ceph-mon[112578]: pgmap v3362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:32:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:57 smithi016 ceph-mon[96085]: pgmap v3362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:32:58.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:58.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:32:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:32:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:32:59 smithi016 ceph-mon[96085]: pgmap v3363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:32:59.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:32:59.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:32:59 smithi098 ceph-mon[112578]: pgmap v3363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:00.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:00.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:01.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:01.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:01.925 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:01 smithi098 ceph-mon[112578]: pgmap v3364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:01 smithi016 ceph-mon[96085]: pgmap v3364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:02.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:02.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:03.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:03.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:03 smithi098 ceph-mon[112578]: pgmap v3365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:03 smithi016 ceph-mon[96085]: pgmap v3365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:04.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:04.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:05.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:05.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:05 smithi098 ceph-mon[112578]: pgmap v3366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:05 smithi016 ceph-mon[96085]: pgmap v3366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:06.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:06.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:07.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:07.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:07 smithi098 ceph-mon[112578]: pgmap v3367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:33:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:07 smithi016 ceph-mon[96085]: pgmap v3367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:33:08.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:08.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:09 smithi016 ceph-mon[96085]: pgmap v3368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:09.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:09.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:09 smithi098 ceph-mon[112578]: pgmap v3368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:10.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:10.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:11.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:11.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:11 smithi098 ceph-mon[112578]: pgmap v3369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:11 smithi016 ceph-mon[96085]: pgmap v3369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:12.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:12.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:13.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:13.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:13 smithi098 ceph-mon[112578]: pgmap v3370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:33:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:13 smithi016 ceph-mon[96085]: pgmap v3370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:33:14.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:14.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:15.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:15.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:15 smithi098 ceph-mon[112578]: pgmap v3371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:15 smithi016 ceph-mon[96085]: pgmap v3371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:16.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:16.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:17.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:17.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:17 smithi098 ceph-mon[112578]: pgmap v3372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:33:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:17 smithi016 ceph-mon[96085]: pgmap v3372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:33:18.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:18.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:19.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:19.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:19 smithi098 ceph-mon[112578]: pgmap v3373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:19 smithi016 ceph-mon[96085]: pgmap v3373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:20.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:20.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:21.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:21.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:21 smithi098 ceph-mon[112578]: pgmap v3374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:21 smithi016 ceph-mon[96085]: pgmap v3374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:22.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:22.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:23.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:23.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:23 smithi098 ceph-mon[112578]: pgmap v3375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:23 smithi016 ceph-mon[96085]: pgmap v3375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:24.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:24.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:25.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:25.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:25 smithi098 ceph-mon[112578]: pgmap v3376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:25 smithi016 ceph-mon[96085]: pgmap v3376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:26.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:26.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:27.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:27.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:27 smithi098 ceph-mon[112578]: pgmap v3377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:33:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:27 smithi016 ceph-mon[96085]: pgmap v3377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:33:28.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:28.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:33:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:33:29.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:29.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:29 smithi098 ceph-mon[112578]: pgmap v3378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:29 smithi016 ceph-mon[96085]: pgmap v3378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:30.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:30.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:31.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:31.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:31 smithi098 ceph-mon[112578]: pgmap v3379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:31 smithi016 ceph-mon[96085]: pgmap v3379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:32.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:32.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:33.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:33.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:33 smithi098 ceph-mon[112578]: pgmap v3380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:33 smithi016 ceph-mon[96085]: pgmap v3380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:34.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:34.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:35.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:35.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:35 smithi098 ceph-mon[112578]: pgmap v3381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:35 smithi016 ceph-mon[96085]: pgmap v3381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:36.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:36.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:37.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:37.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:37 smithi098 ceph-mon[112578]: pgmap v3382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:33:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:37 smithi016 ceph-mon[96085]: pgmap v3382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:33:38.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:38.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:39.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:39.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:39 smithi098 ceph-mon[112578]: pgmap v3383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:39 smithi016 ceph-mon[96085]: pgmap v3383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:40.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:40.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:41.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:41.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:41 smithi098 ceph-mon[112578]: pgmap v3384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:41 smithi016 ceph-mon[96085]: pgmap v3384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:42.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:42.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:43.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:43.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:43 smithi098 ceph-mon[112578]: pgmap v3385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:33:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:43 smithi016 ceph-mon[96085]: pgmap v3385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:33:44.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:44.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:44.930 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:33:44.930 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:33:44.931 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:33:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:33:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:33:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:33:45.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:45.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:45 smithi098 ceph-mon[112578]: pgmap v3386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:46.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:33:46.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:33:46.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:33:46.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:33:46.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:33:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:45 smithi016 ceph-mon[96085]: pgmap v3386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:46.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:33:46.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:33:46.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:33:46.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:33:46.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:33:46.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:46.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:47 smithi098 ceph-mon[112578]: pgmap v3387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:33:47.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:47.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:47 smithi016 ceph-mon[96085]: pgmap v3387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:33:48.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:48.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:49.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:49.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:49.984 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:49 smithi016 ceph-mon[96085]: pgmap v3388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:49 smithi098 ceph-mon[112578]: pgmap v3388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:50.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:50.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:51.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:51.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:51 smithi098 ceph-mon[112578]: pgmap v3389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:51 smithi016 ceph-mon[96085]: pgmap v3389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:52.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:52.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:53.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:53.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:53 smithi098 ceph-mon[112578]: pgmap v3390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:53 smithi016 ceph-mon[96085]: pgmap v3390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:54.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:54.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:55.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:55.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:55 smithi098 ceph-mon[112578]: pgmap v3391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:55 smithi016 ceph-mon[96085]: pgmap v3391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:33:56.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:56.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:57.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:57 smithi098 ceph-mon[112578]: pgmap v3392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:33:57.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:57.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:57 smithi016 ceph-mon[96085]: pgmap v3392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:33:58.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:58.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:33:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:33:59.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:33:59.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:33:59 smithi098 ceph-mon[112578]: pgmap v3393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:00.200 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:33:59 smithi016 ceph-mon[96085]: pgmap v3393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:00.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:00.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:01.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:01.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:01 smithi098 ceph-mon[112578]: pgmap v3394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:01 smithi016 ceph-mon[96085]: pgmap v3394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:02.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:02.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:03.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:03.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:03 smithi098 ceph-mon[112578]: pgmap v3395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:03 smithi016 ceph-mon[96085]: pgmap v3395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:04.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:04.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:05.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:05.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:05 smithi098 ceph-mon[112578]: pgmap v3396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:05 smithi016 ceph-mon[96085]: pgmap v3396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:06.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:06.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:07.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:07.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:07 smithi098 ceph-mon[112578]: pgmap v3397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:34:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:07 smithi016 ceph-mon[96085]: pgmap v3397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:34:08.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:08.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:09.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:09.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:09 smithi098 ceph-mon[112578]: pgmap v3398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:09 smithi016 ceph-mon[96085]: pgmap v3398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:10.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:10.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:11.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:11.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:11 smithi098 ceph-mon[112578]: pgmap v3399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:11 smithi016 ceph-mon[96085]: pgmap v3399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:12.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:12.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:13.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:13.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:13 smithi098 ceph-mon[112578]: pgmap v3400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:34:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:13 smithi016 ceph-mon[96085]: pgmap v3400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:34:14.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:14.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:15.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:15.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:15 smithi098 ceph-mon[112578]: pgmap v3401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:15 smithi016 ceph-mon[96085]: pgmap v3401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:16.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:16.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:17.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:17.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:17 smithi098 ceph-mon[112578]: pgmap v3402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:34:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:17 smithi016 ceph-mon[96085]: pgmap v3402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:34:18.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:18.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:19.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:19.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:19 smithi098 ceph-mon[112578]: pgmap v3403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:19 smithi016 ceph-mon[96085]: pgmap v3403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:20.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:20.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:21.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:21.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:21 smithi098 ceph-mon[112578]: pgmap v3404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:21 smithi016 ceph-mon[96085]: pgmap v3404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:22.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:22.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:23.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:23.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:23 smithi098 ceph-mon[112578]: pgmap v3405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:23 smithi016 ceph-mon[96085]: pgmap v3405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:24.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:24.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:25.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:25.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:25 smithi098 ceph-mon[112578]: pgmap v3406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:25 smithi016 ceph-mon[96085]: pgmap v3406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:26.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:26.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:27.815 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:27 smithi098 ceph-mon[112578]: pgmap v3407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:34:27.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:27.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:27 smithi016 ceph-mon[96085]: pgmap v3407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:34:28.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:28.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:34:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:34:29.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:29.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:29 smithi098 ceph-mon[112578]: pgmap v3408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:29 smithi016 ceph-mon[96085]: pgmap v3408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:30.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:30.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:31.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:31.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:31 smithi098 ceph-mon[112578]: pgmap v3409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:31 smithi016 ceph-mon[96085]: pgmap v3409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:32.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:32.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:33.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:33.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:33 smithi098 ceph-mon[112578]: pgmap v3410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:33 smithi016 ceph-mon[96085]: pgmap v3410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:34.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:34.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:35 smithi016 ceph-mon[96085]: pgmap v3411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:35.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:35.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:35 smithi098 ceph-mon[112578]: pgmap v3411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:36.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:36.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:37.920 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:37 smithi098 ceph-mon[112578]: pgmap v3412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:34:37.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:37.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:37 smithi016 ceph-mon[96085]: pgmap v3412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:34:38.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:38.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:39.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:39.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:39 smithi098 ceph-mon[112578]: pgmap v3413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:39 smithi016 ceph-mon[96085]: pgmap v3413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:40.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:40.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:41.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:41.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:41 smithi098 ceph-mon[112578]: pgmap v3414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:41 smithi016 ceph-mon[96085]: pgmap v3414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:42.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:42.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:43.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:43.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:43 smithi098 ceph-mon[112578]: pgmap v3415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:34:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:43 smithi016 ceph-mon[96085]: pgmap v3415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:34:44.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:44.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:45.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:45.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:45 smithi098 ceph-mon[112578]: pgmap v3416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:34:46.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:34:46.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:34:46.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:34:46.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:34:46.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:34:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:45 smithi016 ceph-mon[96085]: pgmap v3416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:46.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:34:46.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:34:46.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:34:46.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:34:46.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:34:46.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:34:46.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:46.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:47.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:47.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:47 smithi098 ceph-mon[112578]: pgmap v3417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:34:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:47 smithi016 ceph-mon[96085]: pgmap v3417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:34:48.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:48.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:49.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:49.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:49 smithi098 ceph-mon[112578]: pgmap v3418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:49 smithi016 ceph-mon[96085]: pgmap v3418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:50.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:50.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:51.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:51.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:51 smithi098 ceph-mon[112578]: pgmap v3419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:51 smithi016 ceph-mon[96085]: pgmap v3419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:52.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:52.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:53.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:53.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:53 smithi098 ceph-mon[112578]: pgmap v3420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:53 smithi016 ceph-mon[96085]: pgmap v3420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:54.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:54.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:55.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:55.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:55 smithi098 ceph-mon[112578]: pgmap v3421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:55 smithi016 ceph-mon[96085]: pgmap v3421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:34:56.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:56.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:57.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:57.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:57 smithi098 ceph-mon[112578]: pgmap v3422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:34:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:57 smithi016 ceph-mon[96085]: pgmap v3422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:34:58.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:58.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:34:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:34:59.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:34:59.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:34:59 smithi098 ceph-mon[112578]: pgmap v3423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:34:59 smithi016 ceph-mon[96085]: pgmap v3423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:00.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:00.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:01.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:01.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:01 smithi098 ceph-mon[112578]: pgmap v3424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:01 smithi016 ceph-mon[96085]: pgmap v3424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:02.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:02.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:03.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:03.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:03 smithi098 ceph-mon[112578]: pgmap v3425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:03 smithi016 ceph-mon[96085]: pgmap v3425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:04.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:04.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:05.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:05.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:05 smithi098 ceph-mon[112578]: pgmap v3426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:05 smithi016 ceph-mon[96085]: pgmap v3426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:06.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:06.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:08.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:08.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:07 smithi098 ceph-mon[112578]: pgmap v3427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:35:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:07 smithi016 ceph-mon[96085]: pgmap v3427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:35:09.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:09.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:10.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:10.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:09 smithi098 ceph-mon[112578]: pgmap v3428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:09 smithi016 ceph-mon[96085]: pgmap v3428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:11.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:11.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:12.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:12.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:11 smithi098 ceph-mon[112578]: pgmap v3429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:11 smithi016 ceph-mon[96085]: pgmap v3429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:13.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:13.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:14.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:14.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:13 smithi098 ceph-mon[112578]: pgmap v3430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:35:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:13 smithi016 ceph-mon[96085]: pgmap v3430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:35:15.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:15.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:15.966 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:15 smithi016 ceph-mon[96085]: pgmap v3431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:16.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:16.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:15 smithi098 ceph-mon[112578]: pgmap v3431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:17.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:17.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:17 smithi098 ceph-mon[112578]: pgmap v3432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:35:18.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:18.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:17 smithi016 ceph-mon[96085]: pgmap v3432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:35:19.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:19.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:19 smithi098 ceph-mon[112578]: pgmap v3433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:20.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:20.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:19 smithi016 ceph-mon[96085]: pgmap v3433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:21.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:21.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:21 smithi098 ceph-mon[112578]: pgmap v3434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:22.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:22.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:21 smithi016 ceph-mon[96085]: pgmap v3434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:23.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:23.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:23 smithi098 ceph-mon[112578]: pgmap v3435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:24.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:24.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:23 smithi016 ceph-mon[96085]: pgmap v3435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:25.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:25.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:25 smithi098 ceph-mon[112578]: pgmap v3436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:26.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:26.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:25 smithi016 ceph-mon[96085]: pgmap v3436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:27.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:27.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:27 smithi098 ceph-mon[112578]: pgmap v3437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:35:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:27 smithi016 ceph-mon[96085]: pgmap v3437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:35:28.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:28.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:35:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:35:29.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:29.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:29 smithi098 ceph-mon[112578]: pgmap v3438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:29 smithi016 ceph-mon[96085]: pgmap v3438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:30.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:30.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:31.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:31.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:31 smithi098 ceph-mon[112578]: pgmap v3439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:31 smithi016 ceph-mon[96085]: pgmap v3439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:32.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:32.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:33.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:33.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:33.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:33 smithi098 ceph-mon[112578]: pgmap v3440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:33 smithi016 ceph-mon[96085]: pgmap v3440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:34.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:34.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:35.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:35.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:35 smithi098 ceph-mon[112578]: pgmap v3441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:35 smithi016 ceph-mon[96085]: pgmap v3441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:36.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:36.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:37.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:37.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:37 smithi098 ceph-mon[112578]: pgmap v3442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:35:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:37 smithi016 ceph-mon[96085]: pgmap v3442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:35:38.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:38.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:39.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:39.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:39 smithi098 ceph-mon[112578]: pgmap v3443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:39 smithi016 ceph-mon[96085]: pgmap v3443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:40.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:40.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:41.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:41.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:41 smithi098 ceph-mon[112578]: pgmap v3444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:41 smithi016 ceph-mon[96085]: pgmap v3444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:42.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:42.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:35:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:35:43.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:43.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:43 smithi098 ceph-mon[112578]: pgmap v3445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:43 smithi016 ceph-mon[96085]: pgmap v3445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:44.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:44.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:45.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:45.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:45 smithi098 ceph-mon[112578]: pgmap v3446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:46.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:35:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:45 smithi016 ceph-mon[96085]: pgmap v3446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:35:46.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:46.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:47.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:47.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:35:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:35:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:35:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:35:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:35:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:35:47.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:35:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:35:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:35:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:35:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:35:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:35:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:35:47.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:35:48.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:48.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:47 smithi098 ceph-mon[112578]: pgmap v3447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:35:48.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:47 smithi016 ceph-mon[96085]: pgmap v3447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:35:49.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:49.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:50.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:50.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:49 smithi098 ceph-mon[112578]: pgmap v3448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:49 smithi016 ceph-mon[96085]: pgmap v3448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:51.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:51.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:52.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:52.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:51 smithi098 ceph-mon[112578]: pgmap v3449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:51 smithi016 ceph-mon[96085]: pgmap v3449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:53.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:53.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:53 smithi098 ceph-mon[112578]: pgmap v3450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:54.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:54.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:54.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:53 smithi016 ceph-mon[96085]: pgmap v3450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:55.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:55.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:56.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:56.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:55 smithi098 ceph-mon[112578]: pgmap v3451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:55 smithi016 ceph-mon[96085]: pgmap v3451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:35:57.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:57.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:57 smithi098 ceph-mon[112578]: pgmap v3452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:35:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:57 smithi016 ceph-mon[96085]: pgmap v3452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:35:58.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:58.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:35:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:35:59.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:35:59.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:35:59 smithi098 ceph-mon[112578]: pgmap v3453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:35:59 smithi016 ceph-mon[96085]: pgmap v3453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:00.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:00.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:01.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:01.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:01.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:01 smithi016 ceph-mon[96085]: pgmap v3454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:01 smithi098 ceph-mon[112578]: pgmap v3454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:02.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:02.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:03.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:03.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:03 smithi098 ceph-mon[112578]: pgmap v3455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:03 smithi016 ceph-mon[96085]: pgmap v3455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:04.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:04.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:05.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:05.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:05 smithi098 ceph-mon[112578]: pgmap v3456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:05 smithi016 ceph-mon[96085]: pgmap v3456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:06.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:06.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:07.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:07.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:07 smithi098 ceph-mon[112578]: pgmap v3457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:36:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:07 smithi016 ceph-mon[96085]: pgmap v3457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:36:08.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:08.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:09.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:09.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:09 smithi098 ceph-mon[112578]: pgmap v3458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:09 smithi016 ceph-mon[96085]: pgmap v3458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:10.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:10.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:11.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:11.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:11 smithi098 ceph-mon[112578]: pgmap v3459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:11 smithi016 ceph-mon[96085]: pgmap v3459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:12.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:12.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:36:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:36:13.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:13.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:13 smithi098 ceph-mon[112578]: pgmap v3460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:13 smithi016 ceph-mon[96085]: pgmap v3460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:14.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:14.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:15.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:15.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:15 smithi098 ceph-mon[112578]: pgmap v3461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:15 smithi016 ceph-mon[96085]: pgmap v3461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:16.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:16.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:17.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:17.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:17 smithi098 ceph-mon[112578]: pgmap v3462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:36:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:17 smithi016 ceph-mon[96085]: pgmap v3462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:36:18.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:18.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:19.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:19.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:19 smithi098 ceph-mon[112578]: pgmap v3463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:19 smithi016 ceph-mon[96085]: pgmap v3463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:20.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:20.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:21.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:21.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:21 smithi098 ceph-mon[112578]: pgmap v3464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:21 smithi016 ceph-mon[96085]: pgmap v3464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:22.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:22.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:23.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:23.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:23 smithi098 ceph-mon[112578]: pgmap v3465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:23 smithi016 ceph-mon[96085]: pgmap v3465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:24.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:24.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:25.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:25.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:25 smithi098 ceph-mon[112578]: pgmap v3466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:25 smithi016 ceph-mon[96085]: pgmap v3466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:26.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:26.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:27.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:27.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:27 smithi098 ceph-mon[112578]: pgmap v3467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:36:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:27 smithi016 ceph-mon[96085]: pgmap v3467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:36:28.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:28.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:36:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:36:29.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:29.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:29 smithi098 ceph-mon[112578]: pgmap v3468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:29 smithi016 ceph-mon[96085]: pgmap v3468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:30.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:30.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:31.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:31.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:31 smithi098 ceph-mon[112578]: pgmap v3469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:31 smithi016 ceph-mon[96085]: pgmap v3469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:32.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:32.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:33.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:33.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:33 smithi098 ceph-mon[112578]: pgmap v3470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:33 smithi016 ceph-mon[96085]: pgmap v3470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:34.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:34.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:35.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:35.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:35 smithi098 ceph-mon[112578]: pgmap v3471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:35 smithi016 ceph-mon[96085]: pgmap v3471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:36.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:36.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:37.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:37.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:37 smithi098 ceph-mon[112578]: pgmap v3472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:36:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:37 smithi016 ceph-mon[96085]: pgmap v3472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:36:38.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:38.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:39.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:39.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:39 smithi098 ceph-mon[112578]: pgmap v3473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:39 smithi016 ceph-mon[96085]: pgmap v3473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:40.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:40.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:41.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:41.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:41 smithi098 ceph-mon[112578]: pgmap v3474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:41 smithi016 ceph-mon[96085]: pgmap v3474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:42.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:42.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:36:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:36:43.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:43.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:43 smithi098 ceph-mon[112578]: pgmap v3475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:43 smithi016 ceph-mon[96085]: pgmap v3475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:44.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:44.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:45.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:45.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:45 smithi098 ceph-mon[112578]: pgmap v3476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:45 smithi016 ceph-mon[96085]: pgmap v3476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:46.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:46.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:46.998 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:36:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:36:47.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:47.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:47 smithi098 ceph-mon[112578]: pgmap v3477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:36:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:36:48.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:36:48.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:36:48.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:36:48.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:36:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:47 smithi016 ceph-mon[96085]: pgmap v3477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:36:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:36:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:36:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:36:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:36:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:36:48.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:48.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:49.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:49.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:49 smithi098 ceph-mon[112578]: pgmap v3478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:49 smithi016 ceph-mon[96085]: pgmap v3478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:50.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:50.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:51.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:51.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:51 smithi098 ceph-mon[112578]: pgmap v3479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:51 smithi016 ceph-mon[96085]: pgmap v3479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:52.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:52.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:53.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:53.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:53 smithi098 ceph-mon[112578]: pgmap v3480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:53 smithi016 ceph-mon[96085]: pgmap v3480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:54.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:54.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:55.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:55.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:55 smithi098 ceph-mon[112578]: pgmap v3481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:55 smithi016 ceph-mon[96085]: pgmap v3481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:36:56.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:56.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:57.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:57.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:57 smithi098 ceph-mon[112578]: pgmap v3482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:36:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:57 smithi016 ceph-mon[96085]: pgmap v3482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:36:58.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:58.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:36:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:36:59.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:36:59.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:36:59 smithi098 ceph-mon[112578]: pgmap v3483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:36:59 smithi016 ceph-mon[96085]: pgmap v3483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:00.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:00.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:01.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:01.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:01 smithi098 ceph-mon[112578]: pgmap v3484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:01 smithi016 ceph-mon[96085]: pgmap v3484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:02.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:02.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:03.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:03.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:03 smithi098 ceph-mon[112578]: pgmap v3485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:03 smithi016 ceph-mon[96085]: pgmap v3485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:04.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:04.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:05.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:05.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:05 smithi098 ceph-mon[112578]: pgmap v3486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:05 smithi016 ceph-mon[96085]: pgmap v3486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:06.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:06.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:07.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:07.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:07 smithi098 ceph-mon[112578]: pgmap v3487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:37:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:07 smithi016 ceph-mon[96085]: pgmap v3487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:37:08.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:08.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:09.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:09.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:09 smithi098 ceph-mon[112578]: pgmap v3488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:09 smithi016 ceph-mon[96085]: pgmap v3488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:10.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:10.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:11.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:11.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:11 smithi098 ceph-mon[112578]: pgmap v3489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:11 smithi016 ceph-mon[96085]: pgmap v3489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:12.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:12.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:37:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:37:13.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:13.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:13 smithi098 ceph-mon[112578]: pgmap v3490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:13 smithi016 ceph-mon[96085]: pgmap v3490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:14.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:14.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:15.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:15.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:15 smithi098 ceph-mon[112578]: pgmap v3491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:15 smithi016 ceph-mon[96085]: pgmap v3491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:16.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:16.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:17.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:17.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:17 smithi098 ceph-mon[112578]: pgmap v3492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:37:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:17 smithi016 ceph-mon[96085]: pgmap v3492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:37:18.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:18.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:19.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:19.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:19 smithi098 ceph-mon[112578]: pgmap v3493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:19 smithi016 ceph-mon[96085]: pgmap v3493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:20.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:20.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:21.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:21.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:21 smithi098 ceph-mon[112578]: pgmap v3494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:21 smithi016 ceph-mon[96085]: pgmap v3494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:22.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:22.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:23.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:23.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:23 smithi098 ceph-mon[112578]: pgmap v3495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:23 smithi016 ceph-mon[96085]: pgmap v3495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:24.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:24.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:25.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:25.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:25 smithi098 ceph-mon[112578]: pgmap v3496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:25 smithi016 ceph-mon[96085]: pgmap v3496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:26.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:26.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:27.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:27.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:27 smithi016 ceph-mon[96085]: pgmap v3497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:37:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:27 smithi098 ceph-mon[112578]: pgmap v3497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:37:28.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:28.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:37:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:37:29.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:29.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:29 smithi098 ceph-mon[112578]: pgmap v3498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:29 smithi016 ceph-mon[96085]: pgmap v3498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:30.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:30.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:31.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:31.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:31 smithi098 ceph-mon[112578]: pgmap v3499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:31 smithi016 ceph-mon[96085]: pgmap v3499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:32.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:32.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:33.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:33.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:34.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:33 smithi098 ceph-mon[112578]: pgmap v3500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:33 smithi016 ceph-mon[96085]: pgmap v3500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:34.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:34.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:35.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:35.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:36.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:35 smithi098 ceph-mon[112578]: pgmap v3501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:35 smithi016 ceph-mon[96085]: pgmap v3501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:36.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:36.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:37.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:37.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:37 smithi098 ceph-mon[112578]: pgmap v3502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:37:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:37 smithi016 ceph-mon[96085]: pgmap v3502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:37:38.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:38.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:39.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:39.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:39 smithi098 ceph-mon[112578]: pgmap v3503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:39 smithi016 ceph-mon[96085]: pgmap v3503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:40.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:40.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:41.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:41.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:41 smithi098 ceph-mon[112578]: pgmap v3504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:41 smithi016 ceph-mon[96085]: pgmap v3504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:42.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:42.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:37:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:37:43.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:43.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:43 smithi098 ceph-mon[112578]: pgmap v3505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:43 smithi016 ceph-mon[96085]: pgmap v3505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:44.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:44.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:45.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:45.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:45 smithi098 ceph-mon[112578]: pgmap v3506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:45 smithi016 ceph-mon[96085]: pgmap v3506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:46.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:46.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:47.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:47.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:47 smithi098 ceph-mon[112578]: pgmap v3507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:37:48.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:37:48.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:37:48.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:37:48.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:37:48.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:37:48.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:37:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:47 smithi016 ceph-mon[96085]: pgmap v3507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:37:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:37:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:37:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:37:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:37:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:37:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:37:48.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:48.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:49.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:49.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:49 smithi098 ceph-mon[112578]: pgmap v3508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:49 smithi016 ceph-mon[96085]: pgmap v3508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:50.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:50.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:51.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:51.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:51 smithi098 ceph-mon[112578]: pgmap v3509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:51 smithi016 ceph-mon[96085]: pgmap v3509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:52.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:52.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:53.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:53.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:53 smithi098 ceph-mon[112578]: pgmap v3510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:53 smithi016 ceph-mon[96085]: pgmap v3510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:54.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:54.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:55.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:55.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:55 smithi098 ceph-mon[112578]: pgmap v3511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:55 smithi016 ceph-mon[96085]: pgmap v3511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:37:56.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:56.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:57.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:57.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:57 smithi098 ceph-mon[112578]: pgmap v3512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:37:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:57 smithi016 ceph-mon[96085]: pgmap v3512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:37:58.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:58.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:37:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:37:59.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:37:59.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:37:59 smithi098 ceph-mon[112578]: pgmap v3513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:37:59 smithi016 ceph-mon[96085]: pgmap v3513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:00.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:00.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:01.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:01.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:01 smithi098 ceph-mon[112578]: pgmap v3514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:01 smithi016 ceph-mon[96085]: pgmap v3514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:02.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:02.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:03.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:03.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:03 smithi098 ceph-mon[112578]: pgmap v3515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:03 smithi016 ceph-mon[96085]: pgmap v3515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:04.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:04.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:05.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:05.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:05 smithi098 ceph-mon[112578]: pgmap v3516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:05 smithi016 ceph-mon[96085]: pgmap v3516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:06.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:06.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:07.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:07.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:07.921 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:07 smithi016 ceph-mon[96085]: pgmap v3517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:38:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:07 smithi098 ceph-mon[112578]: pgmap v3517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:38:08.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:08.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:09.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:09.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:09 smithi098 ceph-mon[112578]: pgmap v3518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:09 smithi016 ceph-mon[96085]: pgmap v3518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:10.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:10.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:11.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:11.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:11 smithi098 ceph-mon[112578]: pgmap v3519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:11 smithi016 ceph-mon[96085]: pgmap v3519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:12.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:12.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:38:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:38:13.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:13.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:13 smithi098 ceph-mon[112578]: pgmap v3520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:13 smithi016 ceph-mon[96085]: pgmap v3520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:14.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:14.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:15.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:15.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:15 smithi098 ceph-mon[112578]: pgmap v3521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:15 smithi016 ceph-mon[96085]: pgmap v3521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:16.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:16.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:17.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:17.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:17 smithi098 ceph-mon[112578]: pgmap v3522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:38:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:17 smithi016 ceph-mon[96085]: pgmap v3522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:38:18.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:18.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:19.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:19.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:19 smithi098 ceph-mon[112578]: pgmap v3523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:19 smithi016 ceph-mon[96085]: pgmap v3523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:20.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:20.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:21.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:21.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:21 smithi098 ceph-mon[112578]: pgmap v3524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:21 smithi016 ceph-mon[96085]: pgmap v3524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:22.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:22.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:23.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:23.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:23 smithi098 ceph-mon[112578]: pgmap v3525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:23 smithi016 ceph-mon[96085]: pgmap v3525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:24.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:24.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:25 smithi098 ceph-mon[112578]: pgmap v3526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:25 smithi016 ceph-mon[96085]: pgmap v3526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:26.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:26.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:27.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:27.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:27 smithi098 ceph-mon[112578]: pgmap v3527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:38:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:27 smithi016 ceph-mon[96085]: pgmap v3527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:38:28.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:28.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:38:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:38:29.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:29.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:29 smithi098 ceph-mon[112578]: pgmap v3528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:29 smithi016 ceph-mon[96085]: pgmap v3528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:30.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:30.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:31.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:31.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:31 smithi098 ceph-mon[112578]: pgmap v3529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:31 smithi016 ceph-mon[96085]: pgmap v3529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:32.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:32.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:33.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:33.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:33 smithi098 ceph-mon[112578]: pgmap v3530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:33 smithi016 ceph-mon[96085]: pgmap v3530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:34.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:34.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:35.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:35.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:35 smithi098 ceph-mon[112578]: pgmap v3531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:35 smithi016 ceph-mon[96085]: pgmap v3531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:36.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:36.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:37.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:37.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:37 smithi098 ceph-mon[112578]: pgmap v3532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:38:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:37 smithi016 ceph-mon[96085]: pgmap v3532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:38:38.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:38.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:39.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:39.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:39 smithi098 ceph-mon[112578]: pgmap v3533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:39 smithi016 ceph-mon[96085]: pgmap v3533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:40.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:40.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:41.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:41.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:41 smithi098 ceph-mon[112578]: pgmap v3534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:41 smithi016 ceph-mon[96085]: pgmap v3534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:42.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:42.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:38:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:38:43.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:43.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:43 smithi098 ceph-mon[112578]: pgmap v3535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:43 smithi016 ceph-mon[96085]: pgmap v3535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:44.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:44.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:45.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:45.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:45 smithi098 ceph-mon[112578]: pgmap v3536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:45 smithi016 ceph-mon[96085]: pgmap v3536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:46.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:46.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:47.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:47.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:47 smithi098 ceph-mon[112578]: pgmap v3537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:38:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:47 smithi016 ceph-mon[96085]: pgmap v3537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:38:48.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:48.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:38:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:38:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:38:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:38:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:38:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:38:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:38:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:38:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:38:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:38:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:38:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:38:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:49 smithi098 ceph-mon[112578]: pgmap v3538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:49 smithi016 ceph-mon[96085]: pgmap v3538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:50.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:50.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:51.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:51.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:51 smithi098 ceph-mon[112578]: pgmap v3539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:51 smithi016 ceph-mon[96085]: pgmap v3539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:52.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:52.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:53.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:53.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:53 smithi098 ceph-mon[112578]: pgmap v3540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:53 smithi016 ceph-mon[96085]: pgmap v3540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:54.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:54.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:55.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:55.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:55 smithi098 ceph-mon[112578]: pgmap v3541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:55 smithi016 ceph-mon[96085]: pgmap v3541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:38:56.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:56.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:57.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:57.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:57 smithi098 ceph-mon[112578]: pgmap v3542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:38:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:57 smithi016 ceph-mon[96085]: pgmap v3542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:38:58.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:58.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:38:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:38:59.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:38:59.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:38:59 smithi098 ceph-mon[112578]: pgmap v3543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:38:59 smithi016 ceph-mon[96085]: pgmap v3543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:00.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:00.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:01.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:01.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:01 smithi098 ceph-mon[112578]: pgmap v3544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:01 smithi016 ceph-mon[96085]: pgmap v3544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:02.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:02.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:03.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:03.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:03 smithi098 ceph-mon[112578]: pgmap v3545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:03 smithi016 ceph-mon[96085]: pgmap v3545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:04.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:04.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:05.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:05.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:05 smithi098 ceph-mon[112578]: pgmap v3546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:05 smithi016 ceph-mon[96085]: pgmap v3546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:06.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:06.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:07.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:07.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:07 smithi098 ceph-mon[112578]: pgmap v3547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:39:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:07 smithi016 ceph-mon[96085]: pgmap v3547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:39:08.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:08.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:09.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:09.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:09 smithi098 ceph-mon[112578]: pgmap v3548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:09 smithi016 ceph-mon[96085]: pgmap v3548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:10.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:10.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:11.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:11.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:11 smithi098 ceph-mon[112578]: pgmap v3549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:11 smithi016 ceph-mon[96085]: pgmap v3549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:12.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:12.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:39:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:39:13.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:13.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:13 smithi016 ceph-mon[96085]: pgmap v3550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:13 smithi098 ceph-mon[112578]: pgmap v3550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:14.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:14.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:15.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:15.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:15 smithi016 ceph-mon[96085]: pgmap v3551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:15 smithi098 ceph-mon[112578]: pgmap v3551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:16.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:16.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:17.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:17.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:17 smithi098 ceph-mon[112578]: pgmap v3552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:39:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:17 smithi016 ceph-mon[96085]: pgmap v3552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:39:18.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:18.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:19.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:19.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:19 smithi098 ceph-mon[112578]: pgmap v3553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:19 smithi016 ceph-mon[96085]: pgmap v3553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:20.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:20.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:21.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:21.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:21 smithi098 ceph-mon[112578]: pgmap v3554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:21 smithi016 ceph-mon[96085]: pgmap v3554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:22.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:22.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:23.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:23.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:23 smithi098 ceph-mon[112578]: pgmap v3555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:23 smithi016 ceph-mon[96085]: pgmap v3555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:24.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:24.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:25.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:25.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:25 smithi016 ceph-mon[96085]: pgmap v3556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:25 smithi098 ceph-mon[112578]: pgmap v3556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:26.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:26.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:27.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:27.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:27 smithi098 ceph-mon[112578]: pgmap v3557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:39:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:27 smithi016 ceph-mon[96085]: pgmap v3557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:39:28.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:28.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:39:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:39:29.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:29.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:29 smithi098 ceph-mon[112578]: pgmap v3558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:29 smithi016 ceph-mon[96085]: pgmap v3558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:30.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:30.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:31.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:31.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:31 smithi098 ceph-mon[112578]: pgmap v3559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:31 smithi016 ceph-mon[96085]: pgmap v3559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:32.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:32.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:33.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:33.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:33 smithi098 ceph-mon[112578]: pgmap v3560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:33 smithi016 ceph-mon[96085]: pgmap v3560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:34.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:34.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:35.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:35.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:35 smithi016 ceph-mon[96085]: pgmap v3561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:35 smithi098 ceph-mon[112578]: pgmap v3561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:36.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:36.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:37.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:37.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:37 smithi098 ceph-mon[112578]: pgmap v3562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:39:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:37 smithi016 ceph-mon[96085]: pgmap v3562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:39:38.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:38.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:39.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:39.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:39 smithi098 ceph-mon[112578]: pgmap v3563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:39 smithi016 ceph-mon[96085]: pgmap v3563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:40.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:40.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:41.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:41.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:41 smithi016 ceph-mon[96085]: pgmap v3564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:42.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:41 smithi098 ceph-mon[112578]: pgmap v3564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:42.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:42.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:39:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:39:43.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:43.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:43 smithi016 ceph-mon[96085]: pgmap v3565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:43 smithi098 ceph-mon[112578]: pgmap v3565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:44.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:44.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:45.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:45.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:45 smithi016 ceph-mon[96085]: pgmap v3566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:46.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:45 smithi098 ceph-mon[112578]: pgmap v3566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:46.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:46.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:47.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:47.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:47 smithi098 ceph-mon[112578]: pgmap v3567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:39:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:47 smithi016 ceph-mon[96085]: pgmap v3567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:39:48.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:48.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:39:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:39:49.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:49.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:49 smithi098 ceph-mon[112578]: pgmap v3568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:39:50.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:39:50.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:39:50.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:39:50.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:39:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:49 smithi016 ceph-mon[96085]: pgmap v3568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:39:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:39:50.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:39:50.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:39:50.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:39:50.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:50.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:51.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:51.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:51 smithi016 ceph-mon[96085]: pgmap v3569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:51 smithi098 ceph-mon[112578]: pgmap v3569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:52.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:52.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:53.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:53.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:53 smithi016 ceph-mon[96085]: pgmap v3570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:53 smithi098 ceph-mon[112578]: pgmap v3570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:54.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:54.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:55.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:55.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:55 smithi016 ceph-mon[96085]: pgmap v3571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:56.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:55 smithi098 ceph-mon[112578]: pgmap v3571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:39:56.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:56.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:57.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:57.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:57 smithi098 ceph-mon[112578]: pgmap v3572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:39:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:57 smithi016 ceph-mon[96085]: pgmap v3572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:39:58.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:58.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:39:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:39:59.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:39:59.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:39:59 smithi098 ceph-mon[112578]: pgmap v3573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:39:59 smithi016 ceph-mon[96085]: pgmap v3573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:00.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:00.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T22:40:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T22:40:01.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:01.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:01 smithi098 ceph-mon[112578]: pgmap v3574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:01 smithi016 ceph-mon[96085]: pgmap v3574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:02.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:02.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:03.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:03.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:03 smithi016 ceph-mon[96085]: pgmap v3575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:03 smithi098 ceph-mon[112578]: pgmap v3575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:04.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:04.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:05.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:05.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:05 smithi016 ceph-mon[96085]: pgmap v3576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:05 smithi098 ceph-mon[112578]: pgmap v3576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:06.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:06.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:07.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:07.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:07 smithi098 ceph-mon[112578]: pgmap v3577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:40:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:07 smithi016 ceph-mon[96085]: pgmap v3577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:40:08.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:08.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:09.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:09.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:09 smithi016 ceph-mon[96085]: pgmap v3578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:09 smithi098 ceph-mon[112578]: pgmap v3578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:10.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:10.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:11.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:11.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:11 smithi016 ceph-mon[96085]: pgmap v3579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:11 smithi098 ceph-mon[112578]: pgmap v3579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:12.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:12.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:40:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:40:13.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:13.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:13 smithi016 ceph-mon[96085]: pgmap v3580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:13 smithi098 ceph-mon[112578]: pgmap v3580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:14.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:14.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:15.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:15.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:15 smithi098 ceph-mon[112578]: pgmap v3581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:15 smithi016 ceph-mon[96085]: pgmap v3581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:16.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:16.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:17.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:17.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:17 smithi098 ceph-mon[112578]: pgmap v3582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:40:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:17 smithi016 ceph-mon[96085]: pgmap v3582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:40:18.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:18.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:19.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:19.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:19 smithi016 ceph-mon[96085]: pgmap v3583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:20.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:19 smithi098 ceph-mon[112578]: pgmap v3583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:20.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:20.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:21.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:21.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:21 smithi016 ceph-mon[96085]: pgmap v3584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:21 smithi098 ceph-mon[112578]: pgmap v3584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:22.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:22.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:23.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:23.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:23 smithi016 ceph-mon[96085]: pgmap v3585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:23 smithi098 ceph-mon[112578]: pgmap v3585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:24.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:24.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:25.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:25.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:25 smithi098 ceph-mon[112578]: pgmap v3586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:25 smithi016 ceph-mon[96085]: pgmap v3586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:26.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:26.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:27.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:27.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:27 smithi098 ceph-mon[112578]: pgmap v3587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:40:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:27 smithi016 ceph-mon[96085]: pgmap v3587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:40:28.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:28.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:40:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:40:29.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:29.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:29 smithi016 ceph-mon[96085]: pgmap v3588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:29 smithi098 ceph-mon[112578]: pgmap v3588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:30.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:30.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:31.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:31.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:31 smithi098 ceph-mon[112578]: pgmap v3589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:31 smithi016 ceph-mon[96085]: pgmap v3589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:32.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:32.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:33.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:33.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:33 smithi098 ceph-mon[112578]: pgmap v3590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:33 smithi016 ceph-mon[96085]: pgmap v3590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:34.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:34.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:35.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:35.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:35 smithi098 ceph-mon[112578]: pgmap v3591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:35 smithi016 ceph-mon[96085]: pgmap v3591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:36.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:36.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:37.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:37.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:37 smithi098 ceph-mon[112578]: pgmap v3592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:40:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:37 smithi016 ceph-mon[96085]: pgmap v3592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:40:38.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:38.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:39.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:39.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:39 smithi016 ceph-mon[96085]: pgmap v3593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:39 smithi098 ceph-mon[112578]: pgmap v3593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:40.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:40.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:41.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:41.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:41 smithi098 ceph-mon[112578]: pgmap v3594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:41 smithi016 ceph-mon[96085]: pgmap v3594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:42.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:42.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:40:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:40:43.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:43.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:43 smithi098 ceph-mon[112578]: pgmap v3595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:43 smithi016 ceph-mon[96085]: pgmap v3595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:44.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:44.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:45.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:45.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:45 smithi098 ceph-mon[112578]: pgmap v3596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:45 smithi016 ceph-mon[96085]: pgmap v3596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:46.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:46.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:47.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:47.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:47 smithi098 ceph-mon[112578]: pgmap v3597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:40:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:47 smithi016 ceph-mon[96085]: pgmap v3597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:40:48.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:48.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:49.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:49.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:50.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:49 smithi016 ceph-mon[96085]: pgmap v3598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:50.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:40:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:49 smithi098 ceph-mon[112578]: pgmap v3598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:40:50.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:50.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:51.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:51.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:51 smithi098 ceph-mon[112578]: pgmap v3599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:51 smithi016 ceph-mon[96085]: pgmap v3599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:52.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:52.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:53.222 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:40:53.223 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:40:53.223 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:40:53.223 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:40:53.223 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:40:53.224 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:40:53.224 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:40:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:40:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:40:53.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:40:53.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:40:53.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:40:53.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:40:53.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:40:53.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:53.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:54 smithi098 ceph-mon[112578]: pgmap v3600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:54 smithi016 ceph-mon[96085]: pgmap v3600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:54.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:54.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:55.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:55.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:56 smithi098 ceph-mon[112578]: pgmap v3601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:56 smithi016 ceph-mon[96085]: pgmap v3601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:40:56.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:56.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:57.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:57.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:57 smithi098 ceph-mon[112578]: pgmap v3602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:40:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:57 smithi016 ceph-mon[96085]: pgmap v3602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:40:58.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:58.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:40:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:40:59.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:40:59.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:40:59 smithi098 ceph-mon[112578]: pgmap v3603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:40:59 smithi016 ceph-mon[96085]: pgmap v3603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:00.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:00.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:01.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:01.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:01 smithi098 ceph-mon[112578]: pgmap v3604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:01 smithi016 ceph-mon[96085]: pgmap v3604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:02.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:02.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:03.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:03.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:03 smithi098 ceph-mon[112578]: pgmap v3605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:03 smithi016 ceph-mon[96085]: pgmap v3605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:04.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:04.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:05.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:05.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:05 smithi098 ceph-mon[112578]: pgmap v3606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:05 smithi016 ceph-mon[96085]: pgmap v3606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:06.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:06.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:07.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:07.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:07 smithi098 ceph-mon[112578]: pgmap v3607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:41:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:07 smithi016 ceph-mon[96085]: pgmap v3607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:41:08.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:08.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:09.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:09.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:09 smithi098 ceph-mon[112578]: pgmap v3608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:09 smithi016 ceph-mon[96085]: pgmap v3608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:10.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:10.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:11.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:11.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:11 smithi098 ceph-mon[112578]: pgmap v3609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:11 smithi016 ceph-mon[96085]: pgmap v3609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:12.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:12.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:41:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:41:13.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:13.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:13 smithi098 ceph-mon[112578]: pgmap v3610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:13 smithi016 ceph-mon[96085]: pgmap v3610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:14.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:14.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:15.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:15.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:15 smithi098 ceph-mon[112578]: pgmap v3611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:15 smithi016 ceph-mon[96085]: pgmap v3611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:16.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:16.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:17.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:17.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:17 smithi098 ceph-mon[112578]: pgmap v3612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:41:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:17 smithi016 ceph-mon[96085]: pgmap v3612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:41:18.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:18.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:19.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:19.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:20.103 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:19 smithi016 ceph-mon[96085]: pgmap v3613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:20.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:19 smithi098 ceph-mon[112578]: pgmap v3613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:20.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:20.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:21.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:21.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:22.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:21 smithi098 ceph-mon[112578]: pgmap v3614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:21 smithi016 ceph-mon[96085]: pgmap v3614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:22.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:22.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:23.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:23.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:23 smithi098 ceph-mon[112578]: pgmap v3615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:23 smithi016 ceph-mon[96085]: pgmap v3615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:24.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:24.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:25.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:25.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:25 smithi098 ceph-mon[112578]: pgmap v3616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:25 smithi016 ceph-mon[96085]: pgmap v3616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:26.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:26.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:27.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:27.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:27 smithi098 ceph-mon[112578]: pgmap v3617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:41:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:27 smithi016 ceph-mon[96085]: pgmap v3617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:41:28.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:28.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:41:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:41:29.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:29.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:29 smithi098 ceph-mon[112578]: pgmap v3618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:29 smithi016 ceph-mon[96085]: pgmap v3618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:30.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:30.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:31.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:31.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:32.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:31 smithi098 ceph-mon[112578]: pgmap v3619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:31 smithi016 ceph-mon[96085]: pgmap v3619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:32.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:32.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:33.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:33.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:33 smithi098 ceph-mon[112578]: pgmap v3620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:33 smithi016 ceph-mon[96085]: pgmap v3620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:34.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:34.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:35.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:35.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:35 smithi098 ceph-mon[112578]: pgmap v3621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:35 smithi016 ceph-mon[96085]: pgmap v3621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:36.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:36.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:37.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:37.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:37 smithi098 ceph-mon[112578]: pgmap v3622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:41:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:37 smithi016 ceph-mon[96085]: pgmap v3622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:41:38.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:38.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:39.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:39.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:39 smithi098 ceph-mon[112578]: pgmap v3623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:39 smithi016 ceph-mon[96085]: pgmap v3623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:40.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:40.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:41.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:41.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:42.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:41 smithi098 ceph-mon[112578]: pgmap v3624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:41 smithi016 ceph-mon[96085]: pgmap v3624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:42.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:42.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:41:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:41:43.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:43.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:43 smithi098 ceph-mon[112578]: pgmap v3625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:43 smithi016 ceph-mon[96085]: pgmap v3625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:44.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:44.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:45.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:45.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:45 smithi098 ceph-mon[112578]: pgmap v3626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:45 smithi016 ceph-mon[96085]: pgmap v3626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:46.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:46.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:47.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:47.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:47 smithi098 ceph-mon[112578]: pgmap v3627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:41:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:47 smithi016 ceph-mon[96085]: pgmap v3627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:41:48.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:48.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:49.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:49.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:49 smithi098 ceph-mon[112578]: pgmap v3628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:49 smithi016 ceph-mon[96085]: pgmap v3628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:50.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:50.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:51.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:51.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:51 smithi098 ceph-mon[112578]: pgmap v3629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:51 smithi016 ceph-mon[96085]: pgmap v3629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:52.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:52.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:53.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:53.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:53 smithi098 ceph-mon[112578]: pgmap v3630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:41:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:53 smithi016 ceph-mon[96085]: pgmap v3630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:41:54.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:54.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:55.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:55.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:55 smithi098 ceph-mon[112578]: pgmap v3631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:55 smithi016 ceph-mon[96085]: pgmap v3631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:41:56.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:56.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:57.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:57.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:57.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:57 smithi098 ceph-mon[112578]: pgmap v3632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:41:57.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:41:57.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:41:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:57 smithi016 ceph-mon[96085]: pgmap v3632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:41:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:41:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:41:58.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:58.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:41:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:41:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:41:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:41:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:41:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:41:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:41:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:41:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:41:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:41:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:41:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:41:59.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:41:59.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:41:59 smithi098 ceph-mon[112578]: pgmap v3633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:41:59 smithi016 ceph-mon[96085]: pgmap v3633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:00.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:00.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:01.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:01.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:01 smithi098 ceph-mon[112578]: pgmap v3634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:01 smithi016 ceph-mon[96085]: pgmap v3634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:02.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:02.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:03.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:03.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:03 smithi098 ceph-mon[112578]: pgmap v3635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:03 smithi016 ceph-mon[96085]: pgmap v3635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:04.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:04.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:05.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:05.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:05 smithi016 ceph-mon[96085]: pgmap v3636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:05 smithi098 ceph-mon[112578]: pgmap v3636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:06.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:06.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:07.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:07.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:07 smithi098 ceph-mon[112578]: pgmap v3637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:42:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:07 smithi016 ceph-mon[96085]: pgmap v3637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:42:08.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:08.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:09.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:09.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:09 smithi098 ceph-mon[112578]: pgmap v3638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:09 smithi016 ceph-mon[96085]: pgmap v3638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:10.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:10.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:11.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:11.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:11 smithi098 ceph-mon[112578]: pgmap v3639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:11 smithi016 ceph-mon[96085]: pgmap v3639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:12.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:12.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:42:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:42:13.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:13.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:13 smithi098 ceph-mon[112578]: pgmap v3640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:13 smithi016 ceph-mon[96085]: pgmap v3640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:14.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:14.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:15.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:15.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:15 smithi016 ceph-mon[96085]: pgmap v3641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:15 smithi098 ceph-mon[112578]: pgmap v3641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:16.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:16.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:17.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:17.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:17 smithi098 ceph-mon[112578]: pgmap v3642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:42:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:17 smithi016 ceph-mon[96085]: pgmap v3642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:42:18.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:18.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:19.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:19.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:20.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:19 smithi098 ceph-mon[112578]: pgmap v3643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:20.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:19 smithi016 ceph-mon[96085]: pgmap v3643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:20.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:20.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:21.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:21.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:21 smithi098 ceph-mon[112578]: pgmap v3644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:21 smithi016 ceph-mon[96085]: pgmap v3644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:22.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:22.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:23.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:23.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:23 smithi098 ceph-mon[112578]: pgmap v3645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:23 smithi016 ceph-mon[96085]: pgmap v3645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:24.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:24.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:25.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:25.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:25 smithi098 ceph-mon[112578]: pgmap v3646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:25 smithi016 ceph-mon[96085]: pgmap v3646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:26.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:26.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:27.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:27.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:27 smithi098 ceph-mon[112578]: pgmap v3647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:42:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:27 smithi016 ceph-mon[96085]: pgmap v3647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:42:28.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:28.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:42:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:42:29.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:29.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:29 smithi098 ceph-mon[112578]: pgmap v3648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:29 smithi016 ceph-mon[96085]: pgmap v3648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:30.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:30.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:31.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:31.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:31 smithi098 ceph-mon[112578]: pgmap v3649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:31 smithi016 ceph-mon[96085]: pgmap v3649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:32.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:32.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:33.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:33.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:33 smithi098 ceph-mon[112578]: pgmap v3650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:33 smithi016 ceph-mon[96085]: pgmap v3650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:34.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:34.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:35.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:35.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:35 smithi098 ceph-mon[112578]: pgmap v3651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:35 smithi016 ceph-mon[96085]: pgmap v3651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:36.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:36.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:37.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:37.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:37 smithi098 ceph-mon[112578]: pgmap v3652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:42:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:37 smithi016 ceph-mon[96085]: pgmap v3652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:42:38.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:38.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:39.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:39.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:39 smithi098 ceph-mon[112578]: pgmap v3653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:39 smithi016 ceph-mon[96085]: pgmap v3653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:40.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:40.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:41.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:41.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:42.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:41 smithi098 ceph-mon[112578]: pgmap v3654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:41 smithi016 ceph-mon[96085]: pgmap v3654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:42.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:42.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:42:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:42:43.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:43.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:43 smithi098 ceph-mon[112578]: pgmap v3655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:43 smithi016 ceph-mon[96085]: pgmap v3655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:44.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:44.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:45.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:45.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:46.090 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:45 smithi016 ceph-mon[96085]: pgmap v3656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:45 smithi098 ceph-mon[112578]: pgmap v3656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:46.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:46.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:47.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:47.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:47 smithi098 ceph-mon[112578]: pgmap v3657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:42:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:47 smithi016 ceph-mon[96085]: pgmap v3657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:42:48.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:48.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:49.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:49.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:49 smithi098 ceph-mon[112578]: pgmap v3658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:49 smithi016 ceph-mon[96085]: pgmap v3658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:50.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:50.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:51.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:51.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:51 smithi098 ceph-mon[112578]: pgmap v3659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:51 smithi016 ceph-mon[96085]: pgmap v3659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:52.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:52.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:53.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:53.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:53 smithi098 ceph-mon[112578]: pgmap v3660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:53 smithi016 ceph-mon[96085]: pgmap v3660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:54.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:54.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:55.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:55.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:56.205 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:55 smithi016 ceph-mon[96085]: pgmap v3661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:55 smithi098 ceph-mon[112578]: pgmap v3661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:42:56.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:56.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:57.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:57.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:57 smithi098 ceph-mon[112578]: pgmap v3662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:42:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:57 smithi016 ceph-mon[96085]: pgmap v3662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:42:58.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:58.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:42:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:42:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:42:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:42:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:42:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:42:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:42:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:42:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:42:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:42:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:42:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:42:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:42:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:42:59.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:42:59.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:42:59 smithi098 ceph-mon[112578]: pgmap v3663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:42:59 smithi016 ceph-mon[96085]: pgmap v3663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:00.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:00.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:01.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:01.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:01 smithi098 ceph-mon[112578]: pgmap v3664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:01 smithi016 ceph-mon[96085]: pgmap v3664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:02.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:02.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:03.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:03.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:03 smithi016 ceph-mon[96085]: pgmap v3665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:03 smithi098 ceph-mon[112578]: pgmap v3665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:04.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:04.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:05.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:05.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:05 smithi098 ceph-mon[112578]: pgmap v3666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:05 smithi016 ceph-mon[96085]: pgmap v3666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:06.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:06.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:07.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:07.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:07 smithi098 ceph-mon[112578]: pgmap v3667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:43:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:07 smithi016 ceph-mon[96085]: pgmap v3667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:43:08.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:08.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:09.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:09.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:09 smithi098 ceph-mon[112578]: pgmap v3668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:10.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:09 smithi016 ceph-mon[96085]: pgmap v3668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:10.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:10.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:11.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:11.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:11 smithi098 ceph-mon[112578]: pgmap v3669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:11 smithi016 ceph-mon[96085]: pgmap v3669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:12.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:12.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:43:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:43:13.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:13.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:13 smithi098 ceph-mon[112578]: pgmap v3670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:13 smithi016 ceph-mon[96085]: pgmap v3670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:14.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:14.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:15.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:15.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:15 smithi098 ceph-mon[112578]: pgmap v3671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:15 smithi016 ceph-mon[96085]: pgmap v3671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:16.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:16.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:17.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:17.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:17 smithi098 ceph-mon[112578]: pgmap v3672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:43:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:17 smithi016 ceph-mon[96085]: pgmap v3672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:43:18.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:18.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:19.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:19.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:20.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:19 smithi098 ceph-mon[112578]: pgmap v3673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:19 smithi016 ceph-mon[96085]: pgmap v3673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:20.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:20.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:21.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:21.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:21 smithi098 ceph-mon[112578]: pgmap v3674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:21 smithi016 ceph-mon[96085]: pgmap v3674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:22.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:22.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:23.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:23.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:23 smithi098 ceph-mon[112578]: pgmap v3675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:23 smithi016 ceph-mon[96085]: pgmap v3675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:24.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:24.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:25.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:25.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:25 smithi098 ceph-mon[112578]: pgmap v3676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:25 smithi016 ceph-mon[96085]: pgmap v3676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:26.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:26.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:27.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:27.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:27 smithi098 ceph-mon[112578]: pgmap v3677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:43:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:27 smithi016 ceph-mon[96085]: pgmap v3677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:43:28.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:28.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:43:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:43:29.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:29.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:29 smithi098 ceph-mon[112578]: pgmap v3678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:29 smithi016 ceph-mon[96085]: pgmap v3678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:30.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:30.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:31.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:31.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:31 smithi016 ceph-mon[96085]: pgmap v3679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:31 smithi098 ceph-mon[112578]: pgmap v3679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:32.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:32.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:33.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:33.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:33 smithi098 ceph-mon[112578]: pgmap v3680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:33 smithi016 ceph-mon[96085]: pgmap v3680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:34.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:34.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:35.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:35.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:35 smithi098 ceph-mon[112578]: pgmap v3681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:35 smithi016 ceph-mon[96085]: pgmap v3681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:36.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:36.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:37.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:37.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:37 smithi098 ceph-mon[112578]: pgmap v3682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:43:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:37 smithi016 ceph-mon[96085]: pgmap v3682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:43:38.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:38.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:39.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:39.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:39 smithi098 ceph-mon[112578]: pgmap v3683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:39 smithi016 ceph-mon[96085]: pgmap v3683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:40.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:40.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:41.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:41.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:41 smithi016 ceph-mon[96085]: pgmap v3684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:42.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:41 smithi098 ceph-mon[112578]: pgmap v3684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:42.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:42.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:43:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:43:43.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:43.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:43 smithi098 ceph-mon[112578]: pgmap v3685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:43 smithi016 ceph-mon[96085]: pgmap v3685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:44.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:44.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:45.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:45.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:45 smithi098 ceph-mon[112578]: pgmap v3686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:45 smithi016 ceph-mon[96085]: pgmap v3686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:46.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:46.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:47.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:47.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:47 smithi098 ceph-mon[112578]: pgmap v3687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:43:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:47 smithi016 ceph-mon[96085]: pgmap v3687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:43:48.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:48.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:49.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:49.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:49 smithi098 ceph-mon[112578]: pgmap v3688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:49 smithi016 ceph-mon[96085]: pgmap v3688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:50.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:50.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:51.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:51.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:51 smithi098 ceph-mon[112578]: pgmap v3689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:51 smithi016 ceph-mon[96085]: pgmap v3689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:52.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:52.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:53.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:53.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:53 smithi098 ceph-mon[112578]: pgmap v3690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:53 smithi016 ceph-mon[96085]: pgmap v3690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:54.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:54.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:55.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:55.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:55 smithi098 ceph-mon[112578]: pgmap v3691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:55 smithi016 ceph-mon[96085]: pgmap v3691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:43:56.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:56.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:57.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:57.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:57 smithi098 ceph-mon[112578]: pgmap v3692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:43:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:57 smithi016 ceph-mon[96085]: pgmap v3692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:43:58.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:58.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:43:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:43:59.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:43:59.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:59 smithi098 ceph-mon[112578]: pgmap v3693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:44:00.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:44:00.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:44:00.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:44:00.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:44:00.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:44:00.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:44:00.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:43:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:44:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:59 smithi016 ceph-mon[96085]: pgmap v3693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:00.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:44:00.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:44:00.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:44:00.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:44:00.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:44:00.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:44:00.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:44:00.035 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:43:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:44:00.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:00.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:01.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:01.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:01 smithi098 ceph-mon[112578]: pgmap v3694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:01 smithi016 ceph-mon[96085]: pgmap v3694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:02.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:02.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:03.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:03.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:03 smithi098 ceph-mon[112578]: pgmap v3695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:03 smithi016 ceph-mon[96085]: pgmap v3695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:04.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:04.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:05.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:05.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:05 smithi098 ceph-mon[112578]: pgmap v3696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:05 smithi016 ceph-mon[96085]: pgmap v3696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:06.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:06.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:07.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:07.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:07 smithi098 ceph-mon[112578]: pgmap v3697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:44:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:07 smithi016 ceph-mon[96085]: pgmap v3697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:44:08.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:08.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:09.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:09.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:09 smithi098 ceph-mon[112578]: pgmap v3698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:09 smithi016 ceph-mon[96085]: pgmap v3698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:10.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:10.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:11.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:11.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:11 smithi098 ceph-mon[112578]: pgmap v3699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:11 smithi016 ceph-mon[96085]: pgmap v3699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:12.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:12.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:44:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:44:13.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:13.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:13 smithi098 ceph-mon[112578]: pgmap v3700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:13 smithi016 ceph-mon[96085]: pgmap v3700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:14.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:14.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:15.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:15.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:15 smithi098 ceph-mon[112578]: pgmap v3701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:15 smithi016 ceph-mon[96085]: pgmap v3701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:16.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:16.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:17.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:17.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:17 smithi098 ceph-mon[112578]: pgmap v3702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:44:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:17 smithi016 ceph-mon[96085]: pgmap v3702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:44:18.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:18.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:19.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:19.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:20.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:19 smithi098 ceph-mon[112578]: pgmap v3703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:19 smithi016 ceph-mon[96085]: pgmap v3703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:20.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:20.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:21.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:21.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:22.185 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:21 smithi016 ceph-mon[96085]: pgmap v3704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:21 smithi098 ceph-mon[112578]: pgmap v3704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:22.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:22.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:23.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:23.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:23 smithi098 ceph-mon[112578]: pgmap v3705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:23 smithi016 ceph-mon[96085]: pgmap v3705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:24.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:24.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:25.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:25.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:25 smithi098 ceph-mon[112578]: pgmap v3706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:25 smithi016 ceph-mon[96085]: pgmap v3706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:26.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:26.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:27.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:27.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:27 smithi098 ceph-mon[112578]: pgmap v3707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:44:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:27 smithi016 ceph-mon[96085]: pgmap v3707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:44:28.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:28.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:44:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:44:29.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:29.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:29 smithi098 ceph-mon[112578]: pgmap v3708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:29 smithi016 ceph-mon[96085]: pgmap v3708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:30.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:30.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:31.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:31.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:31 smithi098 ceph-mon[112578]: pgmap v3709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:31 smithi016 ceph-mon[96085]: pgmap v3709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:32.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:32.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:33.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:33.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:34.118 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:33 smithi098 ceph-mon[112578]: pgmap v3710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:33 smithi016 ceph-mon[96085]: pgmap v3710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:34.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:34.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:35.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:35.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:35 smithi098 ceph-mon[112578]: pgmap v3711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:35 smithi016 ceph-mon[96085]: pgmap v3711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:36.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:36.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:37.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:37.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:37 smithi098 ceph-mon[112578]: pgmap v3712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:44:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:37 smithi016 ceph-mon[96085]: pgmap v3712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:44:38.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:38.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:39.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:39.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:39 smithi098 ceph-mon[112578]: pgmap v3713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:39 smithi016 ceph-mon[96085]: pgmap v3713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:40.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:40.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:41.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:41.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:42.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:41 smithi098 ceph-mon[112578]: pgmap v3714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:41 smithi016 ceph-mon[96085]: pgmap v3714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:42.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:42.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:44:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:44:43.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:43.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:44.223 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:43 smithi098 ceph-mon[112578]: pgmap v3715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:43 smithi016 ceph-mon[96085]: pgmap v3715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:44.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:44.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:45.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:45.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:45 smithi098 ceph-mon[112578]: pgmap v3716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:45 smithi016 ceph-mon[96085]: pgmap v3716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:46.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:46.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:47 smithi016 ceph-mon[96085]: pgmap v3717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:44:47.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:47.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:47 smithi098 ceph-mon[112578]: pgmap v3717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:44:48.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:48.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:49.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:49.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:49 smithi098 ceph-mon[112578]: pgmap v3718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:49 smithi016 ceph-mon[96085]: pgmap v3718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:50.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:50.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:51.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:51.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:51 smithi098 ceph-mon[112578]: pgmap v3719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:51 smithi016 ceph-mon[96085]: pgmap v3719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:52.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:52.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:53.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:53.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:53 smithi098 ceph-mon[112578]: pgmap v3720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:53 smithi016 ceph-mon[96085]: pgmap v3720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:54.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:54.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:55.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:55.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:55 smithi098 ceph-mon[112578]: pgmap v3721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:55 smithi016 ceph-mon[96085]: pgmap v3721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:44:56.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:56.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:57.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:57.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:57 smithi098 ceph-mon[112578]: pgmap v3722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:44:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:57 smithi016 ceph-mon[96085]: pgmap v3722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:44:58.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:58.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:44:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:44:59.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:44:59.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:44:59 smithi098 ceph-mon[112578]: pgmap v3723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:44:59 smithi016 ceph-mon[96085]: pgmap v3723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:00.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:00.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:45:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:45:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:45:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:45:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:45:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:45:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:45:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:45:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:45:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:45:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:45:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:45:01.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:01.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:01 smithi098 ceph-mon[112578]: pgmap v3724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:01 smithi016 ceph-mon[96085]: pgmap v3724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:02.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:02.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:04.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:04.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:03 smithi098 ceph-mon[112578]: pgmap v3725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:03 smithi016 ceph-mon[96085]: pgmap v3725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:05.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:05.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:06.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:06.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:05 smithi098 ceph-mon[112578]: pgmap v3726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:05 smithi016 ceph-mon[96085]: pgmap v3726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:07.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:07.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:08.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:08.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:07 smithi098 ceph-mon[112578]: pgmap v3727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:45:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:07 smithi016 ceph-mon[96085]: pgmap v3727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:45:09.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:09.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:10.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:10.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:09 smithi098 ceph-mon[112578]: pgmap v3728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:09 smithi016 ceph-mon[96085]: pgmap v3728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:11.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:11.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:12.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:12.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:11 smithi098 ceph-mon[112578]: pgmap v3729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:11 smithi016 ceph-mon[96085]: pgmap v3729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:13.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:13.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:45:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:45:14.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:14.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:13 smithi098 ceph-mon[112578]: pgmap v3730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:13 smithi016 ceph-mon[96085]: pgmap v3730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:15.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:15.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:16.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:16.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:15 smithi098 ceph-mon[112578]: pgmap v3731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:15 smithi016 ceph-mon[96085]: pgmap v3731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:17.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:17.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:17 smithi098 ceph-mon[112578]: pgmap v3732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:45:18.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:18.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:17 smithi016 ceph-mon[96085]: pgmap v3732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:45:19.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:19.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:20.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:20.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:20.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:19 smithi098 ceph-mon[112578]: pgmap v3733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:19 smithi016 ceph-mon[96085]: pgmap v3733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:21.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:21.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:22.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:22.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:21 smithi098 ceph-mon[112578]: pgmap v3734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:21 smithi016 ceph-mon[96085]: pgmap v3734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:23.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:23.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:24.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:24.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:23 smithi098 ceph-mon[112578]: pgmap v3735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:23 smithi016 ceph-mon[96085]: pgmap v3735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:25.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:25.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:26.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:26.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:25 smithi098 ceph-mon[112578]: pgmap v3736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:25 smithi016 ceph-mon[96085]: pgmap v3736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:27.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:27.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:27 smithi098 ceph-mon[112578]: pgmap v3737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:45:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:45:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:27 smithi016 ceph-mon[96085]: pgmap v3737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:45:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:45:28.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:28.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:29.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:29.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:29 smithi098 ceph-mon[112578]: pgmap v3738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:30.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:30.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:29 smithi016 ceph-mon[96085]: pgmap v3738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:31.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:31.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:32.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:32.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:31 smithi098 ceph-mon[112578]: pgmap v3739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:31 smithi016 ceph-mon[96085]: pgmap v3739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:33.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:33.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:34.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:34.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:33 smithi098 ceph-mon[112578]: pgmap v3740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:33 smithi016 ceph-mon[96085]: pgmap v3740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:35.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:35.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:36.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:36.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:35 smithi098 ceph-mon[112578]: pgmap v3741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:35 smithi016 ceph-mon[96085]: pgmap v3741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:37.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:37.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:37 smithi098 ceph-mon[112578]: pgmap v3742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:45:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:37 smithi016 ceph-mon[96085]: pgmap v3742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:45:38.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:38.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:39.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:39.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:40.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:40.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:39 smithi098 ceph-mon[112578]: pgmap v3743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:39 smithi016 ceph-mon[96085]: pgmap v3743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:41.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:41.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:42.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:42.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:42.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:41 smithi098 ceph-mon[112578]: pgmap v3744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:41 smithi016 ceph-mon[96085]: pgmap v3744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:43.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:43.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:45:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:45:44.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:44.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:44.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:43 smithi098 ceph-mon[112578]: pgmap v3745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:43 smithi016 ceph-mon[96085]: pgmap v3745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:45.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:45.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:46.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:46.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:45 smithi098 ceph-mon[112578]: pgmap v3746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:45 smithi016 ceph-mon[96085]: pgmap v3746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:47.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:47.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:47 smithi098 ceph-mon[112578]: pgmap v3747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:45:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:47 smithi016 ceph-mon[96085]: pgmap v3747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:45:48.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:48.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:49.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:49.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:50.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:50.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:49 smithi098 ceph-mon[112578]: pgmap v3748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:49 smithi016 ceph-mon[96085]: pgmap v3748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:51.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:51.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:52.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:52.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:51 smithi098 ceph-mon[112578]: pgmap v3749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:51 smithi016 ceph-mon[96085]: pgmap v3749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:53.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:53.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:54.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:54.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:53 smithi098 ceph-mon[112578]: pgmap v3750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:53 smithi016 ceph-mon[96085]: pgmap v3750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:55.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:55.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:56.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:56.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:55 smithi098 ceph-mon[112578]: pgmap v3751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:55 smithi016 ceph-mon[96085]: pgmap v3751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:45:57.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:57.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:57 smithi098 ceph-mon[112578]: pgmap v3752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:45:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:45:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:57 smithi016 ceph-mon[96085]: pgmap v3752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:45:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:45:58.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:58.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:59.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:45:59.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:00.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:00.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:45:59 smithi098 ceph-mon[112578]: pgmap v3753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:45:59 smithi016 ceph-mon[96085]: pgmap v3753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:01.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:01.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:01.168 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:46:01.168 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:46:01.169 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:46:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:46:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:46:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:46:02.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:02.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:01 smithi098 ceph-mon[112578]: pgmap v3754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:46:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:46:02.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:46:02.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:46:02.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:46:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:01 smithi016 ceph-mon[96085]: pgmap v3754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:46:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:46:02.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:46:02.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:46:02.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:46:03.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:03.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:04.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:04.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:03 smithi098 ceph-mon[112578]: pgmap v3755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:03 smithi016 ceph-mon[96085]: pgmap v3755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:05.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:05.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:06.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:06.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:05 smithi098 ceph-mon[112578]: pgmap v3756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:05 smithi016 ceph-mon[96085]: pgmap v3756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:07.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:07.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:07 smithi098 ceph-mon[112578]: pgmap v3757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:46:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:07 smithi016 ceph-mon[96085]: pgmap v3757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:46:08.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:08.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:09.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:09.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:10.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:10.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:09 smithi098 ceph-mon[112578]: pgmap v3758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:09 smithi016 ceph-mon[96085]: pgmap v3758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:11.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:11.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:12.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:12.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:11 smithi098 ceph-mon[112578]: pgmap v3759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:11 smithi016 ceph-mon[96085]: pgmap v3759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:13.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:13.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:46:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:46:14.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:14.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:13 smithi098 ceph-mon[112578]: pgmap v3760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:13 smithi016 ceph-mon[96085]: pgmap v3760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:15.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:15.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:16.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:16.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:15 smithi098 ceph-mon[112578]: pgmap v3761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:15 smithi016 ceph-mon[96085]: pgmap v3761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:17.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:17.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:17 smithi098 ceph-mon[112578]: pgmap v3762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:46:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:17 smithi016 ceph-mon[96085]: pgmap v3762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:46:18.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:18.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:19.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:19.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:20.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:20.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:20.224 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:19 smithi098 ceph-mon[112578]: pgmap v3763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:19 smithi016 ceph-mon[96085]: pgmap v3763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:21.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:21.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:22.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:22.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:21 smithi098 ceph-mon[112578]: pgmap v3764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:21 smithi016 ceph-mon[96085]: pgmap v3764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:23.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:23.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:24.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:24.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:23 smithi098 ceph-mon[112578]: pgmap v3765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:23 smithi016 ceph-mon[96085]: pgmap v3765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:25.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:25.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:26.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:26.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:25 smithi098 ceph-mon[112578]: pgmap v3766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:25 smithi016 ceph-mon[96085]: pgmap v3766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:27.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:27.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:27 smithi098 ceph-mon[112578]: pgmap v3767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:46:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:46:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:27 smithi016 ceph-mon[96085]: pgmap v3767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:46:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:46:28.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:28.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:29.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:29.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:30.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:30.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:29 smithi098 ceph-mon[112578]: pgmap v3768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:29 smithi016 ceph-mon[96085]: pgmap v3768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:31.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:31.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:32.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:32.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:31 smithi098 ceph-mon[112578]: pgmap v3769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:31 smithi016 ceph-mon[96085]: pgmap v3769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:33.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:33.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:33 smithi016 ceph-mon[96085]: pgmap v3770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:34.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:34.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:33 smithi098 ceph-mon[112578]: pgmap v3770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:35.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:35.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:36.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:36.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:35 smithi098 ceph-mon[112578]: pgmap v3771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:35 smithi016 ceph-mon[96085]: pgmap v3771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:37.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:37.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:37 smithi098 ceph-mon[112578]: pgmap v3772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:46:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:37 smithi016 ceph-mon[96085]: pgmap v3772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:46:38.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:38.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:39.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:39.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:40.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:40.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:39 smithi098 ceph-mon[112578]: pgmap v3773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:39 smithi016 ceph-mon[96085]: pgmap v3773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:41.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:41.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:42.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:42.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:42.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:41 smithi098 ceph-mon[112578]: pgmap v3774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:41 smithi016 ceph-mon[96085]: pgmap v3774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:43.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:43.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:46:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:46:44.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:44.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:43 smithi098 ceph-mon[112578]: pgmap v3775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:43 smithi016 ceph-mon[96085]: pgmap v3775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:45.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:45.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:46.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:46.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:45 smithi098 ceph-mon[112578]: pgmap v3776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:45 smithi016 ceph-mon[96085]: pgmap v3776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:47.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:47.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:47 smithi098 ceph-mon[112578]: pgmap v3777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:46:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:47 smithi016 ceph-mon[96085]: pgmap v3777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:46:48.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:48.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:49.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:49.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:50.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:50.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:49 smithi098 ceph-mon[112578]: pgmap v3778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:49 smithi016 ceph-mon[96085]: pgmap v3778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:51.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:51.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:52.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:52.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:51 smithi098 ceph-mon[112578]: pgmap v3779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:51 smithi016 ceph-mon[96085]: pgmap v3779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:53.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:53.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:54.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:54.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:53 smithi098 ceph-mon[112578]: pgmap v3780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:53 smithi016 ceph-mon[96085]: pgmap v3780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:55.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:55.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:56.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:56.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:55 smithi098 ceph-mon[112578]: pgmap v3781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:55 smithi016 ceph-mon[96085]: pgmap v3781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:46:57.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:57.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:57 smithi098 ceph-mon[112578]: pgmap v3782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:46:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:46:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:57 smithi016 ceph-mon[96085]: pgmap v3782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:46:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:46:58.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:58.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:59.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:46:59.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:00.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:00.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:00.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:46:59 smithi098 ceph-mon[112578]: pgmap v3783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:46:59 smithi016 ceph-mon[96085]: pgmap v3783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:01.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:01.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:02.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:02.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:01 smithi098 ceph-mon[112578]: pgmap v3784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:47:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:47:02.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:47:02.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:47:02.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:47:02.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:47:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:01 smithi016 ceph-mon[96085]: pgmap v3784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:47:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:47:02.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:47:02.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:47:02.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:47:02.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:47:03.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:03.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:04.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:04.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:03 smithi098 ceph-mon[112578]: pgmap v3785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:03 smithi016 ceph-mon[96085]: pgmap v3785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:05.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:05.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:05 smithi098 ceph-mon[112578]: pgmap v3786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:06.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:06.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:05 smithi016 ceph-mon[96085]: pgmap v3786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:07.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:07.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:07 smithi098 ceph-mon[112578]: pgmap v3787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:47:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:07 smithi016 ceph-mon[96085]: pgmap v3787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:47:08.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:08.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:09.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:09.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:10.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:10.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:09 smithi098 ceph-mon[112578]: pgmap v3788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:09 smithi016 ceph-mon[96085]: pgmap v3788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:11.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:11.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:12.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:12.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:11 smithi098 ceph-mon[112578]: pgmap v3789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:11 smithi016 ceph-mon[96085]: pgmap v3789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:13.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:13.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:47:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:47:14.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:14.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:13 smithi098 ceph-mon[112578]: pgmap v3790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:13 smithi016 ceph-mon[96085]: pgmap v3790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:15.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:15.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:16.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:16.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:15 smithi098 ceph-mon[112578]: pgmap v3791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:15 smithi016 ceph-mon[96085]: pgmap v3791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:17.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:17.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:17 smithi098 ceph-mon[112578]: pgmap v3792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:47:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:17 smithi016 ceph-mon[96085]: pgmap v3792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:47:18.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:18.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:19.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:19.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:20.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:20.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:19 smithi098 ceph-mon[112578]: pgmap v3793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:19 smithi016 ceph-mon[96085]: pgmap v3793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:21.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:21.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:22.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:22.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:21 smithi098 ceph-mon[112578]: pgmap v3794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:21 smithi016 ceph-mon[96085]: pgmap v3794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:23.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:23.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:24.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:24.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:24.259 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:23 smithi016 ceph-mon[96085]: pgmap v3795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:23 smithi098 ceph-mon[112578]: pgmap v3795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:25.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:25.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:26.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:26.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:25 smithi098 ceph-mon[112578]: pgmap v3796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:25 smithi016 ceph-mon[96085]: pgmap v3796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:27.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:27.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:27 smithi098 ceph-mon[112578]: pgmap v3797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:47:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:47:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:27 smithi016 ceph-mon[96085]: pgmap v3797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:47:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:47:28.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:28.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:29.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:29.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:30.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:30.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:29 smithi098 ceph-mon[112578]: pgmap v3798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:29 smithi016 ceph-mon[96085]: pgmap v3798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:31.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:31.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:32.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:32.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:31 smithi098 ceph-mon[112578]: pgmap v3799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:31 smithi016 ceph-mon[96085]: pgmap v3799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:33.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:33.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:34.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:34.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:33 smithi098 ceph-mon[112578]: pgmap v3800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:33 smithi016 ceph-mon[96085]: pgmap v3800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:35.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:35.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:36.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:36.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:35 smithi098 ceph-mon[112578]: pgmap v3801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:35 smithi016 ceph-mon[96085]: pgmap v3801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:37.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:37.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:37 smithi098 ceph-mon[112578]: pgmap v3802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:47:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:37 smithi016 ceph-mon[96085]: pgmap v3802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:47:38.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:38.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:39.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:39.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:40.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:40.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:39 smithi098 ceph-mon[112578]: pgmap v3803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:39 smithi016 ceph-mon[96085]: pgmap v3803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:41.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:41.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:42.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:42.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:41 smithi098 ceph-mon[112578]: pgmap v3804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:41 smithi016 ceph-mon[96085]: pgmap v3804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:47:43.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:43.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:47:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:43 smithi098 ceph-mon[112578]: pgmap v3805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:44.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:44.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:43 smithi016 ceph-mon[96085]: pgmap v3805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:45.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:45.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:45 smithi098 ceph-mon[112578]: pgmap v3806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:46.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:46.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:45 smithi016 ceph-mon[96085]: pgmap v3806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:47.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:47.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:47 smithi098 ceph-mon[112578]: pgmap v3807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:47:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:47 smithi016 ceph-mon[96085]: pgmap v3807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:47:48.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:48.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:49.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:49.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:49 smithi098 ceph-mon[112578]: pgmap v3808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:50.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:50.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:49 smithi016 ceph-mon[96085]: pgmap v3808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:51.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:51.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:51 smithi098 ceph-mon[112578]: pgmap v3809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:52.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:52.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:51 smithi016 ceph-mon[96085]: pgmap v3809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:53.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:53.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:53 smithi098 ceph-mon[112578]: pgmap v3810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:53 smithi016 ceph-mon[96085]: pgmap v3810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:54.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:54.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:55.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:55.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:56.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:55 smithi098 ceph-mon[112578]: pgmap v3811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:55 smithi016 ceph-mon[96085]: pgmap v3811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:47:56.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:56.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:57.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:57.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:57 smithi098 ceph-mon[112578]: pgmap v3812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:47:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:47:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:57 smithi016 ceph-mon[96085]: pgmap v3812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:47:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:47:58.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:58.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:59.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:47:59.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:00.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:47:59 smithi098 ceph-mon[112578]: pgmap v3813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:47:59 smithi016 ceph-mon[96085]: pgmap v3813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:00.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:00.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:01.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:01.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:01 smithi098 ceph-mon[112578]: pgmap v3814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:01 smithi016 ceph-mon[96085]: pgmap v3814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:02.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:02.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:48:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:03.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:48:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:03.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:03.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:03 smithi016 ceph-mon[96085]: pgmap v3815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:03 smithi098 ceph-mon[112578]: pgmap v3815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:04.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:04.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:05.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:05.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:06.199 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:05 smithi016 ceph-mon[96085]: pgmap v3816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:05 smithi098 ceph-mon[112578]: pgmap v3816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:06.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:06.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:07.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:07.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:08.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:48:08.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:48:08.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:08.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:48:08.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:08.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:07 smithi098 ceph-mon[112578]: pgmap v3817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:48:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:08.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:08.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:48:08.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:48:08.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:08.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:48:08.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:48:08.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:07 smithi016 ceph-mon[96085]: pgmap v3817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:48:08.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:08.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:09.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:09.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:09 smithi016 ceph-mon[96085]: pgmap v3818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:09 smithi098 ceph-mon[112578]: pgmap v3818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:10.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:10.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:11.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:11.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:11 smithi098 ceph-mon[112578]: pgmap v3819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:11 smithi016 ceph-mon[96085]: pgmap v3819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:12.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:12.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:48:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:48:13.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:13.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:13 smithi098 ceph-mon[112578]: pgmap v3820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:13 smithi016 ceph-mon[96085]: pgmap v3820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:14.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:14.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:15.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:15.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:15 smithi098 ceph-mon[112578]: pgmap v3821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:15 smithi016 ceph-mon[96085]: pgmap v3821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:16.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:16.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:17.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:17.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:17 smithi098 ceph-mon[112578]: pgmap v3822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:48:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:17 smithi016 ceph-mon[96085]: pgmap v3822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:48:18.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:18.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:19.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:19.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:20.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:19 smithi098 ceph-mon[112578]: pgmap v3823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:19 smithi016 ceph-mon[96085]: pgmap v3823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:20.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:20.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:21.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:21.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:21 smithi098 ceph-mon[112578]: pgmap v3824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:21 smithi016 ceph-mon[96085]: pgmap v3824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:22.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:22.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:23.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:23.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:23 smithi098 ceph-mon[112578]: pgmap v3825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:23 smithi016 ceph-mon[96085]: pgmap v3825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:24.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:24.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:25.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:25.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:25 smithi098 ceph-mon[112578]: pgmap v3826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:25 smithi016 ceph-mon[96085]: pgmap v3826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:26.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:26.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:27.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:27.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:27 smithi098 ceph-mon[112578]: pgmap v3827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:48:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:48:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:27 smithi016 ceph-mon[96085]: pgmap v3827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:48:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:48:28.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:28.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:29.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:29.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:29 smithi098 ceph-mon[112578]: pgmap v3828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:29 smithi016 ceph-mon[96085]: pgmap v3828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:30.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:30.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:31.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:31.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:31 smithi098 ceph-mon[112578]: pgmap v3829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:31 smithi016 ceph-mon[96085]: pgmap v3829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:32.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:32.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:33.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:33.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:33 smithi098 ceph-mon[112578]: pgmap v3830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:33 smithi016 ceph-mon[96085]: pgmap v3830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:34.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:34.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:35.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:35.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:35 smithi098 ceph-mon[112578]: pgmap v3831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:35 smithi016 ceph-mon[96085]: pgmap v3831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:36.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:36.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:37.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:37.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:37 smithi098 ceph-mon[112578]: pgmap v3832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:48:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:37 smithi016 ceph-mon[96085]: pgmap v3832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:48:38.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:38.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:39.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:39.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:39 smithi098 ceph-mon[112578]: pgmap v3833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:39 smithi016 ceph-mon[96085]: pgmap v3833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:40.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:40.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:41.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:41.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:41 smithi098 ceph-mon[112578]: pgmap v3834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:41 smithi016 ceph-mon[96085]: pgmap v3834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:42.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:42.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:48:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:48:43.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:43.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:43 smithi098 ceph-mon[112578]: pgmap v3835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:43 smithi016 ceph-mon[96085]: pgmap v3835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:44.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:44.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:45.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:45.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:45 smithi098 ceph-mon[112578]: pgmap v3836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:45 smithi016 ceph-mon[96085]: pgmap v3836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:46.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:46.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:47.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:47.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:47 smithi098 ceph-mon[112578]: pgmap v3837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:48:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:47 smithi016 ceph-mon[96085]: pgmap v3837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:48:48.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:48.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:49.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:49.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:50.237 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:49 smithi016 ceph-mon[96085]: pgmap v3838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:49 smithi098 ceph-mon[112578]: pgmap v3838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:50.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:50.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:51.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:51.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:51 smithi098 ceph-mon[112578]: pgmap v3839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:51 smithi016 ceph-mon[96085]: pgmap v3839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:52.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:52.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:53.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:53.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:53 smithi098 ceph-mon[112578]: pgmap v3840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:53 smithi016 ceph-mon[96085]: pgmap v3840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:54.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:54.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:55.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:55.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:55 smithi098 ceph-mon[112578]: pgmap v3841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:55 smithi016 ceph-mon[96085]: pgmap v3841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:48:56.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:56.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:57.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:57.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:57 smithi098 ceph-mon[112578]: pgmap v3842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:48:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:48:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:57 smithi016 ceph-mon[96085]: pgmap v3842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:48:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:48:58.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:58.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:59.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:48:59.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:00.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:48:59 smithi098 ceph-mon[112578]: pgmap v3843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:48:59 smithi016 ceph-mon[96085]: pgmap v3843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:00.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:00.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:01.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:01.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:01 smithi098 ceph-mon[112578]: pgmap v3844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:01 smithi016 ceph-mon[96085]: pgmap v3844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:02.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:02.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:03.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:03.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:03 smithi098 ceph-mon[112578]: pgmap v3845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:03 smithi016 ceph-mon[96085]: pgmap v3845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:04.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:04.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:05.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:05.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:05 smithi098 ceph-mon[112578]: pgmap v3846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:05 smithi016 ceph-mon[96085]: pgmap v3846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:06.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:06.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:07.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:07.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:07 smithi016 ceph-mon[96085]: pgmap v3847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:49:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:49:08.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:49:08.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:49:08.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:49:08.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:49:08.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:49:08.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:07 smithi098 ceph-mon[112578]: pgmap v3847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:49:08.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:49:08.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:49:08.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:49:08.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:49:08.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:49:08.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:49:08.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:08.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:09.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:09.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:09 smithi098 ceph-mon[112578]: pgmap v3848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:09 smithi016 ceph-mon[96085]: pgmap v3848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:10.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:10.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:11.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:11.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:11 smithi098 ceph-mon[112578]: pgmap v3849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:11 smithi016 ceph-mon[96085]: pgmap v3849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:12.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:12.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:49:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:49:13.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:13.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:13 smithi098 ceph-mon[112578]: pgmap v3850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:13 smithi016 ceph-mon[96085]: pgmap v3850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:14.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:14.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:15.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:15.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:15 smithi098 ceph-mon[112578]: pgmap v3851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:15 smithi016 ceph-mon[96085]: pgmap v3851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:16.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:16.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:17.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:17.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:17 smithi016 ceph-mon[96085]: pgmap v3852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:49:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:17 smithi098 ceph-mon[112578]: pgmap v3852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:49:18.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:18.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:19.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:19.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:20.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:19 smithi098 ceph-mon[112578]: pgmap v3853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:19 smithi016 ceph-mon[96085]: pgmap v3853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:20.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:20.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:21.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:21.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:21 smithi098 ceph-mon[112578]: pgmap v3854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:21 smithi016 ceph-mon[96085]: pgmap v3854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:22.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:22.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:23.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:23.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:23 smithi098 ceph-mon[112578]: pgmap v3855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:23 smithi016 ceph-mon[96085]: pgmap v3855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:24.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:24.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:25.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:25.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:25 smithi098 ceph-mon[112578]: pgmap v3856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:25 smithi016 ceph-mon[96085]: pgmap v3856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:26.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:26.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:27.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:27.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:27 smithi016 ceph-mon[96085]: pgmap v3857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:49:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:49:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:27 smithi098 ceph-mon[112578]: pgmap v3857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:49:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:49:28.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:28.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:29.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:29.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:29 smithi098 ceph-mon[112578]: pgmap v3858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:29 smithi016 ceph-mon[96085]: pgmap v3858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:30.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:30.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:31.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:31.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:32.229 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:31 smithi098 ceph-mon[112578]: pgmap v3859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:31 smithi016 ceph-mon[96085]: pgmap v3859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:32.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:32.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:33.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:33.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:33 smithi098 ceph-mon[112578]: pgmap v3860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:33 smithi016 ceph-mon[96085]: pgmap v3860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:34.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:34.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:35.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:35.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:35 smithi016 ceph-mon[96085]: pgmap v3861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:35 smithi098 ceph-mon[112578]: pgmap v3861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:36.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:36.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:37.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:37.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:37 smithi016 ceph-mon[96085]: pgmap v3862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:49:38.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:37 smithi098 ceph-mon[112578]: pgmap v3862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:49:38.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:38.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:39.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:39.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:39 smithi098 ceph-mon[112578]: pgmap v3863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:39 smithi016 ceph-mon[96085]: pgmap v3863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:40.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:40.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:41.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:41.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:42.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:41 smithi098 ceph-mon[112578]: pgmap v3864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:41 smithi016 ceph-mon[96085]: pgmap v3864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:42.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:42.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:49:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:49:43.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:43.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:43 smithi098 ceph-mon[112578]: pgmap v3865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:43 smithi016 ceph-mon[96085]: pgmap v3865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:44.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:44.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:45.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:45.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:45 smithi098 ceph-mon[112578]: pgmap v3866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:45 smithi016 ceph-mon[96085]: pgmap v3866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:46.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:46.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:47.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:47.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:47 smithi016 ceph-mon[96085]: pgmap v3867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:49:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:47 smithi098 ceph-mon[112578]: pgmap v3867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:49:48.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:48.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:49.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:49.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:49 smithi098 ceph-mon[112578]: pgmap v3868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:49 smithi016 ceph-mon[96085]: pgmap v3868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:50.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:50.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:51.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:51.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:51 smithi098 ceph-mon[112578]: pgmap v3869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:51 smithi016 ceph-mon[96085]: pgmap v3869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:52.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:52.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:53.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:53.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:53 smithi098 ceph-mon[112578]: pgmap v3870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:53 smithi016 ceph-mon[96085]: pgmap v3870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:54.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:54.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:55.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:55.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:55 smithi098 ceph-mon[112578]: pgmap v3871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:55 smithi016 ceph-mon[96085]: pgmap v3871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:49:56.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:56.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:57.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:57.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:57 smithi016 ceph-mon[96085]: pgmap v3872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:49:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:49:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:57 smithi098 ceph-mon[112578]: pgmap v3872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:49:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:49:58.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:58.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:59.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:49:59.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:00.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:49:59 smithi098 ceph-mon[112578]: pgmap v3873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:49:59 smithi016 ceph-mon[96085]: pgmap v3873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:00.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:00.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T22:50:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T22:50:01.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:01.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:01 smithi098 ceph-mon[112578]: pgmap v3874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:02.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:01 smithi016 ceph-mon[96085]: pgmap v3874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:02.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:02.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:03.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:03.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:03 smithi098 ceph-mon[112578]: pgmap v3875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:03 smithi016 ceph-mon[96085]: pgmap v3875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:04.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:04.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:05.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:05.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:05 smithi098 ceph-mon[112578]: pgmap v3876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:05 smithi016 ceph-mon[96085]: pgmap v3876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:06.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:06.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:07.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:07.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:07.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:07 smithi098 ceph-mon[112578]: pgmap v3877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:50:07.888 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:50:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:07 smithi016 ceph-mon[96085]: pgmap v3877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:50:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:50:08.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:08.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:50:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:50:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:50:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:50:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:50:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:50:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:50:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:50:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:50:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:50:09.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:09.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:09 smithi098 ceph-mon[112578]: pgmap v3878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:09 smithi016 ceph-mon[96085]: pgmap v3878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:10.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:10.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:11.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:11.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:11 smithi098 ceph-mon[112578]: pgmap v3879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:11 smithi016 ceph-mon[96085]: pgmap v3879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:12.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:12.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:50:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:50:13.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:13.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:13 smithi098 ceph-mon[112578]: pgmap v3880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:13 smithi016 ceph-mon[96085]: pgmap v3880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:14.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:14.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:15.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:15.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:15 smithi098 ceph-mon[112578]: pgmap v3881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:15 smithi016 ceph-mon[96085]: pgmap v3881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:16.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:16.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:17.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:17.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:17 smithi098 ceph-mon[112578]: pgmap v3882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:50:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:17 smithi016 ceph-mon[96085]: pgmap v3882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:50:18.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:18.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:19.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:19.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:20.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:19 smithi098 ceph-mon[112578]: pgmap v3883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:19 smithi016 ceph-mon[96085]: pgmap v3883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:20.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:20.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:21.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:21.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:21 smithi098 ceph-mon[112578]: pgmap v3884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:21 smithi016 ceph-mon[96085]: pgmap v3884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:22.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:22.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:23.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:23.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:23 smithi098 ceph-mon[112578]: pgmap v3885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:23 smithi016 ceph-mon[96085]: pgmap v3885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:24.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:24.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:25.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:25.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:25 smithi098 ceph-mon[112578]: pgmap v3886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:25 smithi016 ceph-mon[96085]: pgmap v3886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:26.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:26.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:27.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:27.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:27 smithi098 ceph-mon[112578]: pgmap v3887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:50:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:50:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:27 smithi016 ceph-mon[96085]: pgmap v3887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:50:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:50:28.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:28.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:29.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:29.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:29 smithi098 ceph-mon[112578]: pgmap v3888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:29 smithi016 ceph-mon[96085]: pgmap v3888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:30.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:30.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:31.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:31.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:31 smithi098 ceph-mon[112578]: pgmap v3889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:31 smithi016 ceph-mon[96085]: pgmap v3889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:32.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:32.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:33.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:33.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:34.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:33 smithi098 ceph-mon[112578]: pgmap v3890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:33 smithi016 ceph-mon[96085]: pgmap v3890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:34.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:34.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:35.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:35.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:35 smithi098 ceph-mon[112578]: pgmap v3891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:35 smithi016 ceph-mon[96085]: pgmap v3891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:36.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:36.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:37.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:37.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:38.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:37 smithi098 ceph-mon[112578]: pgmap v3892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:50:38.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:37 smithi016 ceph-mon[96085]: pgmap v3892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:50:38.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:38.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:39.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:39.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:39 smithi098 ceph-mon[112578]: pgmap v3893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:39 smithi016 ceph-mon[96085]: pgmap v3893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:40.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:40.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:41.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:41.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:42.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:41 smithi098 ceph-mon[112578]: pgmap v3894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:41 smithi016 ceph-mon[96085]: pgmap v3894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:42.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:42.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:50:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:50:43.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:43.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:43 smithi098 ceph-mon[112578]: pgmap v3895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:43 smithi016 ceph-mon[96085]: pgmap v3895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:44.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:44.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:45.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:45.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:45 smithi098 ceph-mon[112578]: pgmap v3896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:45 smithi016 ceph-mon[96085]: pgmap v3896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:46.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:46.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:47.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:47.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:47 smithi098 ceph-mon[112578]: pgmap v3897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:50:48.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:47 smithi016 ceph-mon[96085]: pgmap v3897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:50:48.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:48.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:49.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:49.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:49 smithi098 ceph-mon[112578]: pgmap v3898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:49 smithi016 ceph-mon[96085]: pgmap v3898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:50.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:50.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:51.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:51.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:51 smithi098 ceph-mon[112578]: pgmap v3899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:51 smithi016 ceph-mon[96085]: pgmap v3899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:52.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:52.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:53.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:53.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:53 smithi098 ceph-mon[112578]: pgmap v3900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:53 smithi016 ceph-mon[96085]: pgmap v3900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:54.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:54.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:55.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:55.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:55 smithi098 ceph-mon[112578]: pgmap v3901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:55 smithi016 ceph-mon[96085]: pgmap v3901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:50:56.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:56.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:57.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:57.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:58.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:57 smithi098 ceph-mon[112578]: pgmap v3902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:50:58.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:50:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:57 smithi016 ceph-mon[96085]: pgmap v3902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:50:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:50:58.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:58.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:59.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:50:59.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:00.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:50:59 smithi098 ceph-mon[112578]: pgmap v3903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:50:59 smithi016 ceph-mon[96085]: pgmap v3903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:00.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:00.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:01.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:01.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:01 smithi016 ceph-mon[96085]: pgmap v3904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:01 smithi098 ceph-mon[112578]: pgmap v3904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:02.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:02.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:03.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:03.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:03 smithi098 ceph-mon[112578]: pgmap v3905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:03 smithi016 ceph-mon[96085]: pgmap v3905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:04.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:04.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:05.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:05.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:05 smithi098 ceph-mon[112578]: pgmap v3906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:05 smithi016 ceph-mon[96085]: pgmap v3906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:06.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:06.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:07.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:07.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:08.230 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:07 smithi098 ceph-mon[112578]: pgmap v3907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:51:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:07 smithi016 ceph-mon[96085]: pgmap v3907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:51:08.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:08.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:51:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:51:09.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:09.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:09 smithi098 ceph-mon[112578]: pgmap v3908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:09 smithi016 ceph-mon[96085]: pgmap v3908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:10.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:10.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:11.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:11.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:12 smithi016 ceph-mon[96085]: pgmap v3909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:51:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:51:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:51:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:51:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:51:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:51:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:51:12.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:12.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:12 smithi098 ceph-mon[112578]: pgmap v3909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:51:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:51:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:51:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:51:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:51:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:51:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:51:13.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:13.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:51:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:51:14.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:14.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:14 smithi098 ceph-mon[112578]: pgmap v3910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:14 smithi016 ceph-mon[96085]: pgmap v3910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:15.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:15.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:16.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:16.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:16 smithi098 ceph-mon[112578]: pgmap v3911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:16 smithi016 ceph-mon[96085]: pgmap v3911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:17.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:17.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:17 smithi098 ceph-mon[112578]: pgmap v3912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:51:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:17 smithi016 ceph-mon[96085]: pgmap v3912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:51:18.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:18.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:19.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:19.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:19 smithi098 ceph-mon[112578]: pgmap v3913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:19 smithi016 ceph-mon[96085]: pgmap v3913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:20.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:20.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:21.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:21.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:21 smithi098 ceph-mon[112578]: pgmap v3914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:21 smithi016 ceph-mon[96085]: pgmap v3914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:22.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:22.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:23.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:23.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:23 smithi098 ceph-mon[112578]: pgmap v3915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:23 smithi016 ceph-mon[96085]: pgmap v3915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:24.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:24.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:25.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:25.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:25 smithi098 ceph-mon[112578]: pgmap v3916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:25 smithi016 ceph-mon[96085]: pgmap v3916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:26.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:26.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:27.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:27.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:27 smithi098 ceph-mon[112578]: pgmap v3917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:51:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:51:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:27 smithi016 ceph-mon[96085]: pgmap v3917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:51:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:51:28.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:28.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:29.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:29.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:29 smithi098 ceph-mon[112578]: pgmap v3918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:29 smithi016 ceph-mon[96085]: pgmap v3918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:30.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:30.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:31.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:31.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:31 smithi098 ceph-mon[112578]: pgmap v3919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:31 smithi016 ceph-mon[96085]: pgmap v3919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:32.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:32.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:33.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:33.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:33 smithi098 ceph-mon[112578]: pgmap v3920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:33 smithi016 ceph-mon[96085]: pgmap v3920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:34.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:34.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:35.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:35.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:35 smithi098 ceph-mon[112578]: pgmap v3921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:35 smithi016 ceph-mon[96085]: pgmap v3921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:36.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:36.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:37.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:37.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:37 smithi098 ceph-mon[112578]: pgmap v3922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:51:38.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:37 smithi016 ceph-mon[96085]: pgmap v3922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:51:38.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:38.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:39.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:39.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:39 smithi098 ceph-mon[112578]: pgmap v3923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:39 smithi016 ceph-mon[96085]: pgmap v3923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:40.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:40.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:41.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:41.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:41 smithi098 ceph-mon[112578]: pgmap v3924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:41 smithi016 ceph-mon[96085]: pgmap v3924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:42.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:42.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:51:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:51:43.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:43.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:44 smithi098 ceph-mon[112578]: pgmap v3925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:44 smithi016 ceph-mon[96085]: pgmap v3925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:44.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:44.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:45.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:45.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:46 smithi098 ceph-mon[112578]: pgmap v3926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:46 smithi016 ceph-mon[96085]: pgmap v3926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:46.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:46.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:47.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:47.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:47 smithi098 ceph-mon[112578]: pgmap v3927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:51:48.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:47 smithi016 ceph-mon[96085]: pgmap v3927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:51:48.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:48.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:49.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:49.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:49 smithi098 ceph-mon[112578]: pgmap v3928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:49 smithi016 ceph-mon[96085]: pgmap v3928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:50.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:50.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:51.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:51.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:51 smithi098 ceph-mon[112578]: pgmap v3929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:51 smithi016 ceph-mon[96085]: pgmap v3929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:52.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:52.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:53.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:53.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:54 smithi098 ceph-mon[112578]: pgmap v3930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:54 smithi016 ceph-mon[96085]: pgmap v3930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:54.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:54.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:55.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:55.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:56 smithi098 ceph-mon[112578]: pgmap v3931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:56 smithi016 ceph-mon[96085]: pgmap v3931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:51:56.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:56.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:57.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:57.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:57 smithi098 ceph-mon[112578]: pgmap v3932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:51:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:51:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:57 smithi016 ceph-mon[96085]: pgmap v3932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:51:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:51:58.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:58.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:59.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:51:59.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:51:59 smithi098 ceph-mon[112578]: pgmap v3933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:51:59 smithi016 ceph-mon[96085]: pgmap v3933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:00.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:00.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:01.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:01.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:02 smithi098 ceph-mon[112578]: pgmap v3934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:02 smithi016 ceph-mon[96085]: pgmap v3934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:02.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:02.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:03.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:03.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:04 smithi098 ceph-mon[112578]: pgmap v3935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:04 smithi016 ceph-mon[96085]: pgmap v3935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:04.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:04.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:05.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:05.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:06 smithi098 ceph-mon[112578]: pgmap v3936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:06 smithi016 ceph-mon[96085]: pgmap v3936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:06.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:06.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:07.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:07.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:07 smithi098 ceph-mon[112578]: pgmap v3937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:52:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:07 smithi016 ceph-mon[96085]: pgmap v3937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:52:08.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:08.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:09.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:09.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:10 smithi098 ceph-mon[112578]: pgmap v3938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:10 smithi016 ceph-mon[96085]: pgmap v3938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:10.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:10.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:11.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:11.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:12 smithi098 ceph-mon[112578]: pgmap v3939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:52:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:12 smithi016 ceph-mon[96085]: pgmap v3939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:52:12.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:12.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:52:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:52:13.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:13.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:14 smithi098 ceph-mon[112578]: pgmap v3940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:14 smithi016 ceph-mon[96085]: pgmap v3940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:14.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:14.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:15.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:15.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:16 smithi098 ceph-mon[112578]: pgmap v3941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:16 smithi016 ceph-mon[96085]: pgmap v3941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:16.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:16.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:17.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:17.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:52:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:52:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:52:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:52:17.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:52:17.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:52:17.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:52:17.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:52:17.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:52:17.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:52:17.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:52:17.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:52:17.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:52:17.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:52:18.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:18.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:18 smithi098 ceph-mon[112578]: pgmap v3942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:52:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:18 smithi016 ceph-mon[96085]: pgmap v3942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:52:19.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:19.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:20.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:20.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:20 smithi098 ceph-mon[112578]: pgmap v3943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:20 smithi016 ceph-mon[96085]: pgmap v3943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:21.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:21.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:22.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:22.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:22 smithi098 ceph-mon[112578]: pgmap v3944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:22 smithi016 ceph-mon[96085]: pgmap v3944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:23.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:23.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:24.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:24.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:24 smithi098 ceph-mon[112578]: pgmap v3945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:24 smithi016 ceph-mon[96085]: pgmap v3945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:25.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:25.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:26.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:26.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:26 smithi098 ceph-mon[112578]: pgmap v3946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:26 smithi016 ceph-mon[96085]: pgmap v3946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:27.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:27.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:27 smithi016 ceph-mon[96085]: pgmap v3947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:52:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:52:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:27 smithi098 ceph-mon[112578]: pgmap v3947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:52:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:52:28.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:28.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:29.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:29.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:30 smithi098 ceph-mon[112578]: pgmap v3948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:30 smithi016 ceph-mon[96085]: pgmap v3948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:30.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:30.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:31.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:31.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:32 smithi098 ceph-mon[112578]: pgmap v3949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:32 smithi016 ceph-mon[96085]: pgmap v3949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:32.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:32.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:33.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:33.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:34 smithi016 ceph-mon[96085]: pgmap v3950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:34 smithi098 ceph-mon[112578]: pgmap v3950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:34.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:34.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:35.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:35.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:36 smithi016 ceph-mon[96085]: pgmap v3951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:36 smithi098 ceph-mon[112578]: pgmap v3951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:36.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:36.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:37.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:37.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:37 smithi098 ceph-mon[112578]: pgmap v3952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:52:38.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:37 smithi016 ceph-mon[96085]: pgmap v3952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:52:38.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:38.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:39.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:39.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:40 smithi098 ceph-mon[112578]: pgmap v3953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:40 smithi016 ceph-mon[96085]: pgmap v3953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:40.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:40.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:41.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:41.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:42 smithi016 ceph-mon[96085]: pgmap v3954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:42 smithi098 ceph-mon[112578]: pgmap v3954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:42.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:42.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:52:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:52:43.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:43.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:44 smithi016 ceph-mon[96085]: pgmap v3955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:44 smithi098 ceph-mon[112578]: pgmap v3955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:44.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:44.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:45.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:45.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:46 smithi016 ceph-mon[96085]: pgmap v3956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:46 smithi098 ceph-mon[112578]: pgmap v3956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:46.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:46.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:47.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:47.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:47 smithi098 ceph-mon[112578]: pgmap v3957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:52:48.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:47 smithi016 ceph-mon[96085]: pgmap v3957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:52:48.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:48.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:49.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:49.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:50 smithi016 ceph-mon[96085]: pgmap v3958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:50 smithi098 ceph-mon[112578]: pgmap v3958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:50.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:50.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:51.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:51.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:52 smithi016 ceph-mon[96085]: pgmap v3959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:52 smithi098 ceph-mon[112578]: pgmap v3959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:52.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:52.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:53.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:53.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:54 smithi016 ceph-mon[96085]: pgmap v3960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:54.340 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:54 smithi098 ceph-mon[112578]: pgmap v3960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:54.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:54.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:55.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:55.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:56 smithi016 ceph-mon[96085]: pgmap v3961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:56 smithi098 ceph-mon[112578]: pgmap v3961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:52:56.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:56.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:57.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:57.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:57 smithi098 ceph-mon[112578]: pgmap v3962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:52:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:52:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:52:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:57 smithi016 ceph-mon[96085]: pgmap v3962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:52:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:52:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:52:58.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:58.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:59.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:52:59.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:00 smithi016 ceph-mon[96085]: pgmap v3963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:00 smithi098 ceph-mon[112578]: pgmap v3963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:00.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:00.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:01.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:01.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:02 smithi016 ceph-mon[96085]: pgmap v3964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:02 smithi098 ceph-mon[112578]: pgmap v3964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:02.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:02.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:03.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:03.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:04 smithi016 ceph-mon[96085]: pgmap v3965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:04.445 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:04 smithi098 ceph-mon[112578]: pgmap v3965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:04.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:04.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:05.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:05.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:06 smithi016 ceph-mon[96085]: pgmap v3966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:06 smithi098 ceph-mon[112578]: pgmap v3966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:06.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:06.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:07.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:07.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:08.173 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:07 smithi016 ceph-mon[96085]: pgmap v3967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:53:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:07 smithi098 ceph-mon[112578]: pgmap v3967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:53:08.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:08.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:09.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:09.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:10 smithi016 ceph-mon[96085]: pgmap v3968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:10 smithi098 ceph-mon[112578]: pgmap v3968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:10.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:10.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:11.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:11.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:12 smithi016 ceph-mon[96085]: pgmap v3969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:12 smithi098 ceph-mon[112578]: pgmap v3969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:12.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:12.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:53:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:53:13.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:13.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:14 smithi098 ceph-mon[112578]: pgmap v3970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:14 smithi016 ceph-mon[96085]: pgmap v3970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:14.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:14.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:15.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:15.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:16 smithi098 ceph-mon[112578]: pgmap v3971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:16 smithi016 ceph-mon[96085]: pgmap v3971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:16.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:16.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:17.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:17.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:17 smithi098 ceph-mon[112578]: pgmap v3972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:53:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:53:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:53:18.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:53:18.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:53:18.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:53:18.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:53:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:17 smithi016 ceph-mon[96085]: pgmap v3972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:53:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:53:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:53:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:53:18.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:53:18.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:53:18.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:53:18.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:18.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:19.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:19.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:20 smithi016 ceph-mon[96085]: pgmap v3973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:20 smithi098 ceph-mon[112578]: pgmap v3973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:20.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:20.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:21.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:21.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:22 smithi016 ceph-mon[96085]: pgmap v3974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:22 smithi098 ceph-mon[112578]: pgmap v3974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:22.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:22.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:23.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:23.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:24 smithi098 ceph-mon[112578]: pgmap v3975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:24 smithi016 ceph-mon[96085]: pgmap v3975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:24.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:24.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:25.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:25.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:26 smithi098 ceph-mon[112578]: pgmap v3976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:26 smithi016 ceph-mon[96085]: pgmap v3976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:26.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:26.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:27.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:27.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:27 smithi098 ceph-mon[112578]: pgmap v3977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:53:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:53:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:27 smithi016 ceph-mon[96085]: pgmap v3977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:53:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:53:28.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:28.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:29.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:29.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:30 smithi016 ceph-mon[96085]: pgmap v3978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:30 smithi098 ceph-mon[112578]: pgmap v3978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:30.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:30.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:31.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:31.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:32 smithi098 ceph-mon[112578]: pgmap v3979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:32 smithi016 ceph-mon[96085]: pgmap v3979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:32.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:32.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:33.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:33.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:34 smithi098 ceph-mon[112578]: pgmap v3980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:34 smithi016 ceph-mon[96085]: pgmap v3980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:34.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:34.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:35.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:35.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:36 smithi098 ceph-mon[112578]: pgmap v3981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:36 smithi016 ceph-mon[96085]: pgmap v3981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:36.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:36.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:37.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:37.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:37 smithi098 ceph-mon[112578]: pgmap v3982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:53:38.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:37 smithi016 ceph-mon[96085]: pgmap v3982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:53:38.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:38.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:39.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:39.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:40 smithi098 ceph-mon[112578]: pgmap v3983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:40 smithi016 ceph-mon[96085]: pgmap v3983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:40.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:40.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:41.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:41.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:42 smithi098 ceph-mon[112578]: pgmap v3984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:42 smithi016 ceph-mon[96085]: pgmap v3984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:42.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:42.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:53:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:53:43.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:43.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:44 smithi098 ceph-mon[112578]: pgmap v3985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:44 smithi016 ceph-mon[96085]: pgmap v3985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:44.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:44.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:45.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:45.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:46 smithi098 ceph-mon[112578]: pgmap v3986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:46 smithi016 ceph-mon[96085]: pgmap v3986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:46.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:46.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:47.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:47.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:47 smithi098 ceph-mon[112578]: pgmap v3987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:53:48.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:47 smithi016 ceph-mon[96085]: pgmap v3987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:53:48.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:48.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:49.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:49.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:50 smithi098 ceph-mon[112578]: pgmap v3988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:50 smithi016 ceph-mon[96085]: pgmap v3988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:50.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:50.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:51.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:51.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:52 smithi098 ceph-mon[112578]: pgmap v3989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:52 smithi016 ceph-mon[96085]: pgmap v3989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:52.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:52.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:53.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:53.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:54 smithi098 ceph-mon[112578]: pgmap v3990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:54 smithi016 ceph-mon[96085]: pgmap v3990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:54.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:54.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:55.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:55.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:56 smithi098 ceph-mon[112578]: pgmap v3991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:56 smithi016 ceph-mon[96085]: pgmap v3991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:53:56.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:56.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:57.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:57.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:57 smithi098 ceph-mon[112578]: pgmap v3992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:53:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:53:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:53:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:57 smithi016 ceph-mon[96085]: pgmap v3992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:53:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:53:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:53:58.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:58.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:59.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:53:59.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:00 smithi098 ceph-mon[112578]: pgmap v3993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:00 smithi016 ceph-mon[96085]: pgmap v3993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:00.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:00.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:01.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:01.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:02 smithi098 ceph-mon[112578]: pgmap v3994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:02 smithi016 ceph-mon[96085]: pgmap v3994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:02.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:02.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:03.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:03.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:04 smithi016 ceph-mon[96085]: pgmap v3995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:04 smithi098 ceph-mon[112578]: pgmap v3995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:04.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:04.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:05.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:05.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:06 smithi098 ceph-mon[112578]: pgmap v3996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:06 smithi016 ceph-mon[96085]: pgmap v3996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:06.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:06.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:07.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:07.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:07 smithi098 ceph-mon[112578]: pgmap v3997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:54:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:07 smithi016 ceph-mon[96085]: pgmap v3997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:54:08.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:08.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:09.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:09.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:10 smithi098 ceph-mon[112578]: pgmap v3998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:10 smithi016 ceph-mon[96085]: pgmap v3998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:10.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:10.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:11.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:11.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:12 smithi098 ceph-mon[112578]: pgmap v3999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:12 smithi016 ceph-mon[96085]: pgmap v3999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:12.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:12.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:54:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:54:13.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:13.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:14 smithi016 ceph-mon[96085]: pgmap v4000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:14 smithi098 ceph-mon[112578]: pgmap v4000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:14.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:14.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:15.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:15.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:16 smithi098 ceph-mon[112578]: pgmap v4001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:16 smithi016 ceph-mon[96085]: pgmap v4001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:16.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:16.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:17.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:17.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:17 smithi098 ceph-mon[112578]: pgmap v4002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:54:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:54:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:17 smithi016 ceph-mon[96085]: pgmap v4002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:54:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:54:18.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:18.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:54:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:54:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:54:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:54:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:54:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:54:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:54:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:54:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:54:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:54:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:54:19.530 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:54:19.530 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:54:19.531 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:54:19.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:19.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:20.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:20.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:20 smithi098 ceph-mon[112578]: pgmap v4003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:20 smithi016 ceph-mon[96085]: pgmap v4003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:21.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:21.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:22.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:22.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:22 smithi098 ceph-mon[112578]: pgmap v4004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:22 smithi016 ceph-mon[96085]: pgmap v4004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:23.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:23.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:24.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:24.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:24 smithi098 ceph-mon[112578]: pgmap v4005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:24 smithi016 ceph-mon[96085]: pgmap v4005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:25.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:25.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:26.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:26.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:26 smithi098 ceph-mon[112578]: pgmap v4006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:26 smithi016 ceph-mon[96085]: pgmap v4006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:27.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:27.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:27 smithi098 ceph-mon[112578]: pgmap v4007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:54:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:54:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:27 smithi016 ceph-mon[96085]: pgmap v4007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:54:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:54:28.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:28.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:29.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:29.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:30.344 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:30 smithi098 ceph-mon[112578]: pgmap v4008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:30 smithi016 ceph-mon[96085]: pgmap v4008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:30.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:30.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:31.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:31.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:32 smithi098 ceph-mon[112578]: pgmap v4009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:32 smithi016 ceph-mon[96085]: pgmap v4009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:32.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:32.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:33.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:33.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:34 smithi098 ceph-mon[112578]: pgmap v4010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:34 smithi016 ceph-mon[96085]: pgmap v4010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:34.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:34.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:35.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:35.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:36 smithi098 ceph-mon[112578]: pgmap v4011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:36 smithi016 ceph-mon[96085]: pgmap v4011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:36.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:36.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:37.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:37.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:37 smithi098 ceph-mon[112578]: pgmap v4012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:54:38.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:37 smithi016 ceph-mon[96085]: pgmap v4012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:54:38.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:38.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:39.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:39.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:40.449 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:40 smithi098 ceph-mon[112578]: pgmap v4013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:40 smithi016 ceph-mon[96085]: pgmap v4013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:40.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:40.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:41.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:41.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:42 smithi098 ceph-mon[112578]: pgmap v4014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:42 smithi016 ceph-mon[96085]: pgmap v4014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:42.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:42.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:54:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:54:43.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:43.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:44 smithi098 ceph-mon[112578]: pgmap v4015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:44 smithi016 ceph-mon[96085]: pgmap v4015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:44.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:44.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:45.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:45.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:46 smithi098 ceph-mon[112578]: pgmap v4016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:46 smithi016 ceph-mon[96085]: pgmap v4016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:46.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:46.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:47.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:47.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:47 smithi098 ceph-mon[112578]: pgmap v4017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:54:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:47 smithi016 ceph-mon[96085]: pgmap v4017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:54:48.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:48.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:49.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:49.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:50 smithi098 ceph-mon[112578]: pgmap v4018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:50 smithi016 ceph-mon[96085]: pgmap v4018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:50.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:50.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:51.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:51.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:52 smithi098 ceph-mon[112578]: pgmap v4019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:52 smithi016 ceph-mon[96085]: pgmap v4019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:52.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:52.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:53.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:53.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:54.381 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:54 smithi016 ceph-mon[96085]: pgmap v4020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:54 smithi098 ceph-mon[112578]: pgmap v4020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:54.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:54.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:55.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:55.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:56 smithi098 ceph-mon[112578]: pgmap v4021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:56 smithi016 ceph-mon[96085]: pgmap v4021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:54:56.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:56.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:57.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:57.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:57 smithi098 ceph-mon[112578]: pgmap v4022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:54:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:54:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:54:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:57 smithi016 ceph-mon[96085]: pgmap v4022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:54:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:54:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:54:58.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:58.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:59.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:54:59.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:00 smithi098 ceph-mon[112578]: pgmap v4023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:00 smithi016 ceph-mon[96085]: pgmap v4023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:00.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:00.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:01.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:01.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:02 smithi098 ceph-mon[112578]: pgmap v4024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:02 smithi016 ceph-mon[96085]: pgmap v4024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:02.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:02.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:04.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:04.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:04.496 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:04 smithi016 ceph-mon[96085]: pgmap v4025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:04 smithi098 ceph-mon[112578]: pgmap v4025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:05.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:05.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:06.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:06.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:06 smithi098 ceph-mon[112578]: pgmap v4026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:06 smithi016 ceph-mon[96085]: pgmap v4026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:07.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:07.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:08.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:08.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:08.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:07 smithi098 ceph-mon[112578]: pgmap v4027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:55:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:07 smithi016 ceph-mon[96085]: pgmap v4027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:55:09.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:09.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:10.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:10.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:10 smithi098 ceph-mon[112578]: pgmap v4028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:10 smithi016 ceph-mon[96085]: pgmap v4028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:11.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:11.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:12.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:12.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:12 smithi098 ceph-mon[112578]: pgmap v4029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:12 smithi016 ceph-mon[96085]: pgmap v4029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:13.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:13.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:55:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:55:14.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:14.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:14 smithi098 ceph-mon[112578]: pgmap v4030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:14 smithi016 ceph-mon[96085]: pgmap v4030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:15.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:15.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:16.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:16.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:16 smithi098 ceph-mon[112578]: pgmap v4031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:16 smithi016 ceph-mon[96085]: pgmap v4031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:17.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:17.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:18.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:18.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:17 smithi098 ceph-mon[112578]: pgmap v4032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:55:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:17 smithi016 ceph-mon[96085]: pgmap v4032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:55:19.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:19.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:55:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:55:20.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:20.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:19 smithi016 ceph-mon[96085]: pgmap v4033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:55:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:55:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:55:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:55:20.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:55:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:19 smithi098 ceph-mon[112578]: pgmap v4033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:20.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:55:20.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:55:20.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:55:20.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:55:20.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:55:21.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:21.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:22.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:22.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:22 smithi098 ceph-mon[112578]: pgmap v4034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:22 smithi016 ceph-mon[96085]: pgmap v4034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:23.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:23.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:24.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:24.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:24 smithi098 ceph-mon[112578]: pgmap v4035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:24 smithi016 ceph-mon[96085]: pgmap v4035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:25.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:25.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:26.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:26.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:26 smithi098 ceph-mon[112578]: pgmap v4036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:26 smithi016 ceph-mon[96085]: pgmap v4036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:27.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:27.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:28.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:28.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:27 smithi098 ceph-mon[112578]: pgmap v4037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:55:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:55:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:27 smithi016 ceph-mon[96085]: pgmap v4037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:55:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:55:29.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:29.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:30.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:30.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:30 smithi098 ceph-mon[112578]: pgmap v4038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:30 smithi016 ceph-mon[96085]: pgmap v4038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:31.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:31.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:32.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:32.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:32 smithi098 ceph-mon[112578]: pgmap v4039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:32 smithi016 ceph-mon[96085]: pgmap v4039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:33.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:33.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:34.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:34.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:34 smithi098 ceph-mon[112578]: pgmap v4040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:34 smithi016 ceph-mon[96085]: pgmap v4040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:35.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:35.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:36.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:36.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:36 smithi098 ceph-mon[112578]: pgmap v4041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:36 smithi016 ceph-mon[96085]: pgmap v4041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:37.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:37.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:38.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:38.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:37 smithi098 ceph-mon[112578]: pgmap v4042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:55:38.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:37 smithi016 ceph-mon[96085]: pgmap v4042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:55:39.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:39.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:40.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:40.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:40 smithi016 ceph-mon[96085]: pgmap v4043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:40 smithi098 ceph-mon[112578]: pgmap v4043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:41.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:41.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:42.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:42.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:42 smithi098 ceph-mon[112578]: pgmap v4044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:42 smithi016 ceph-mon[96085]: pgmap v4044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:43.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:43.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:55:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:55:44.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:44.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:44 smithi098 ceph-mon[112578]: pgmap v4045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:44 smithi016 ceph-mon[96085]: pgmap v4045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:45.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:45.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:46.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:46.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:46 smithi098 ceph-mon[112578]: pgmap v4046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:46 smithi016 ceph-mon[96085]: pgmap v4046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:47.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:47.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:48.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:48.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:47 smithi098 ceph-mon[112578]: pgmap v4047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:55:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:47 smithi016 ceph-mon[96085]: pgmap v4047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:55:49.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:49.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:50.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:50.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:50 smithi016 ceph-mon[96085]: pgmap v4048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:50 smithi098 ceph-mon[112578]: pgmap v4048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:51.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:51.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:52.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:52.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:52 smithi098 ceph-mon[112578]: pgmap v4049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:52 smithi016 ceph-mon[96085]: pgmap v4049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:53.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:53.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:54.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:54.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:54 smithi098 ceph-mon[112578]: pgmap v4050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:54 smithi016 ceph-mon[96085]: pgmap v4050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:55.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:55.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:56.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:56.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:56 smithi098 ceph-mon[112578]: pgmap v4051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:56 smithi016 ceph-mon[96085]: pgmap v4051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:55:57.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:57.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:58.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:58.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:57 smithi098 ceph-mon[112578]: pgmap v4052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:55:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:55:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:55:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:57 smithi016 ceph-mon[96085]: pgmap v4052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:55:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:55:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:55:59.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:55:59.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:00.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:00.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:00 smithi098 ceph-mon[112578]: pgmap v4053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:00 smithi016 ceph-mon[96085]: pgmap v4053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:01.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:01.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:02.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:02.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:02 smithi098 ceph-mon[112578]: pgmap v4054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:02 smithi016 ceph-mon[96085]: pgmap v4054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:03.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:03.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:04.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:04.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:04 smithi098 ceph-mon[112578]: pgmap v4055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:04 smithi016 ceph-mon[96085]: pgmap v4055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:05.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:05.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:06.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:06.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:06.349 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:06 smithi098 ceph-mon[112578]: pgmap v4056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:06 smithi016 ceph-mon[96085]: pgmap v4056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:07.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:07.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:08.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:08.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:07 smithi098 ceph-mon[112578]: pgmap v4057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:56:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:07 smithi016 ceph-mon[96085]: pgmap v4057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:56:09.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:09.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:10.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:10.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:10 smithi098 ceph-mon[112578]: pgmap v4058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:10 smithi016 ceph-mon[96085]: pgmap v4058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:11.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:11.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:12.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:12.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:12 smithi098 ceph-mon[112578]: pgmap v4059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:12 smithi016 ceph-mon[96085]: pgmap v4059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:13.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:13.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:56:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:56:14.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:14.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:14 smithi098 ceph-mon[112578]: pgmap v4060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:14 smithi016 ceph-mon[96085]: pgmap v4060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:15.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:15.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:16.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:16.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:16.455 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:16 smithi098 ceph-mon[112578]: pgmap v4061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:16 smithi016 ceph-mon[96085]: pgmap v4061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:17.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:17.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:18.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:18.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:17 smithi098 ceph-mon[112578]: pgmap v4062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:56:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:17 smithi016 ceph-mon[96085]: pgmap v4062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:56:19.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:19.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:20.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:20.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:20.358 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:20 smithi016 ceph-mon[96085]: pgmap v4063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:20.359 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:56:20.359 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:56:20.359 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:56:20.359 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:56:20.360 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:56:20.360 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:56:20.360 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:56:20.360 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:56:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:20 smithi098 ceph-mon[112578]: pgmap v4063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:56:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:56:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:56:20.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:56:20.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:56:20.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:56:20.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:56:20.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:56:21.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:21.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:22.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:22.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:22 smithi098 ceph-mon[112578]: pgmap v4064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:22 smithi016 ceph-mon[96085]: pgmap v4064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:23.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:23.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:24.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:24.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:24 smithi098 ceph-mon[112578]: pgmap v4065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:24 smithi016 ceph-mon[96085]: pgmap v4065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:25.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:25.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:26.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:26.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:26 smithi098 ceph-mon[112578]: pgmap v4066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:26 smithi016 ceph-mon[96085]: pgmap v4066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:27.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:27.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:28.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:28.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:27 smithi098 ceph-mon[112578]: pgmap v4067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:56:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:56:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:27 smithi016 ceph-mon[96085]: pgmap v4067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:56:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:56:29.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:29.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:30.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:30.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:30.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:30 smithi016 ceph-mon[96085]: pgmap v4068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:30 smithi098 ceph-mon[112578]: pgmap v4068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:31.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:31.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:32.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:32.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:32 smithi098 ceph-mon[112578]: pgmap v4069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:32 smithi016 ceph-mon[96085]: pgmap v4069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:33.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:33.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:34.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:34.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:34 smithi098 ceph-mon[112578]: pgmap v4070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:34 smithi016 ceph-mon[96085]: pgmap v4070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:35.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:35.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:36.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:36.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:36 smithi098 ceph-mon[112578]: pgmap v4071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:36 smithi016 ceph-mon[96085]: pgmap v4071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:37.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:37.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:38.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:38.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:37 smithi098 ceph-mon[112578]: pgmap v4072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:56:38.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:37 smithi016 ceph-mon[96085]: pgmap v4072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:56:39.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:39.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:40.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:40.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:40 smithi098 ceph-mon[112578]: pgmap v4073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:40 smithi016 ceph-mon[96085]: pgmap v4073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:41.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:41.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:42.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:42.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:42 smithi098 ceph-mon[112578]: pgmap v4074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:42 smithi016 ceph-mon[96085]: pgmap v4074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:43.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:43.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:56:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:56:44.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:44.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:44 smithi098 ceph-mon[112578]: pgmap v4075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:44 smithi016 ceph-mon[96085]: pgmap v4075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:45.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:45.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:46.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:46.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:46 smithi098 ceph-mon[112578]: pgmap v4076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:46 smithi016 ceph-mon[96085]: pgmap v4076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:47.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:47.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:48.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:48.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:47 smithi098 ceph-mon[112578]: pgmap v4077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:56:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:47 smithi016 ceph-mon[96085]: pgmap v4077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:56:49.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:49.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:50.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:50.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:50 smithi098 ceph-mon[112578]: pgmap v4078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:50 smithi016 ceph-mon[96085]: pgmap v4078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:51.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:51.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:52.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:52.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:52 smithi098 ceph-mon[112578]: pgmap v4079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:52 smithi016 ceph-mon[96085]: pgmap v4079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:53.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:53.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:54.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:54.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:54 smithi098 ceph-mon[112578]: pgmap v4080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:54 smithi016 ceph-mon[96085]: pgmap v4080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:55.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:55.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:56.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:56.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:56 smithi098 ceph-mon[112578]: pgmap v4081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:56 smithi016 ceph-mon[96085]: pgmap v4081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:56:57.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:57.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:58.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:58.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:57 smithi098 ceph-mon[112578]: pgmap v4082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:56:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:56:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:56:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:57 smithi016 ceph-mon[96085]: pgmap v4082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:56:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:56:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:56:59.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:56:59.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:00.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:00.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:00 smithi098 ceph-mon[112578]: pgmap v4083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:00 smithi016 ceph-mon[96085]: pgmap v4083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:01.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:01.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:02.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:02.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:02 smithi098 ceph-mon[112578]: pgmap v4084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:02 smithi016 ceph-mon[96085]: pgmap v4084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:03.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:03.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:04.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:04.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:04 smithi098 ceph-mon[112578]: pgmap v4085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:04 smithi016 ceph-mon[96085]: pgmap v4085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:05.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:05.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:06.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:06.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:06 smithi016 ceph-mon[96085]: pgmap v4086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:06 smithi098 ceph-mon[112578]: pgmap v4086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:07.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:07.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:08.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:08.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:08.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:07 smithi098 ceph-mon[112578]: pgmap v4087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:57:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:07 smithi016 ceph-mon[96085]: pgmap v4087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:57:09.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:09.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:10.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:10.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:10 smithi098 ceph-mon[112578]: pgmap v4088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:10 smithi016 ceph-mon[96085]: pgmap v4088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:11.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:11.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:12.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:12.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:12 smithi098 ceph-mon[112578]: pgmap v4089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:12 smithi016 ceph-mon[96085]: pgmap v4089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:13.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:13.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:57:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:57:14.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:14.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:14 smithi098 ceph-mon[112578]: pgmap v4090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:14 smithi016 ceph-mon[96085]: pgmap v4090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:15.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:15.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:16.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:16.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:16 smithi016 ceph-mon[96085]: pgmap v4091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:16 smithi098 ceph-mon[112578]: pgmap v4091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:17.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:17.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:18.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:18.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:17 smithi098 ceph-mon[112578]: pgmap v4092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:57:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:17 smithi016 ceph-mon[96085]: pgmap v4092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:57:19.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:19.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:20.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:20.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:20 smithi098 ceph-mon[112578]: pgmap v4093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:20 smithi016 ceph-mon[96085]: pgmap v4093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:21.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:21.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:57:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:57:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:57:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:57:21.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:57:21.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:57:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:57:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:57:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:57:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:57:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:57:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:57:22.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:22.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:22 smithi098 ceph-mon[112578]: pgmap v4094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:22 smithi016 ceph-mon[96085]: pgmap v4094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:23.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:23.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:24.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:24.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:24 smithi098 ceph-mon[112578]: pgmap v4095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:24 smithi016 ceph-mon[96085]: pgmap v4095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:25.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:25.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:26.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:26.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:26 smithi098 ceph-mon[112578]: pgmap v4096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:26 smithi016 ceph-mon[96085]: pgmap v4096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:27.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:27.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:28.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:28.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:27 smithi098 ceph-mon[112578]: pgmap v4097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:57:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:57:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:27 smithi016 ceph-mon[96085]: pgmap v4097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:57:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:57:29.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:29.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:30.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:30.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:30 smithi098 ceph-mon[112578]: pgmap v4098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:30 smithi016 ceph-mon[96085]: pgmap v4098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:31.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:31.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:32.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:32.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:32 smithi098 ceph-mon[112578]: pgmap v4099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:32 smithi016 ceph-mon[96085]: pgmap v4099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:33.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:33.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:34.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:34.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:34 smithi098 ceph-mon[112578]: pgmap v4100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:34 smithi016 ceph-mon[96085]: pgmap v4100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:35.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:35.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:36.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:36.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:36 smithi098 ceph-mon[112578]: pgmap v4101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:36 smithi016 ceph-mon[96085]: pgmap v4101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:37.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:37.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:38.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:38.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:37 smithi098 ceph-mon[112578]: pgmap v4102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:57:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:37 smithi016 ceph-mon[96085]: pgmap v4102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:57:39.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:39.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:40.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:40.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:40 smithi098 ceph-mon[112578]: pgmap v4103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:40 smithi016 ceph-mon[96085]: pgmap v4103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:41.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:41.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:42.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:42.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:42 smithi098 ceph-mon[112578]: pgmap v4104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:42 smithi016 ceph-mon[96085]: pgmap v4104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:43.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:43.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:57:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:57:44.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:44.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:44 smithi098 ceph-mon[112578]: pgmap v4105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:44 smithi016 ceph-mon[96085]: pgmap v4105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:45.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:45.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:46.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:46.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:46 smithi098 ceph-mon[112578]: pgmap v4106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:46 smithi016 ceph-mon[96085]: pgmap v4106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:47.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:47.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:47 smithi098 ceph-mon[112578]: pgmap v4107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:57:48.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:48.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:47 smithi016 ceph-mon[96085]: pgmap v4107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:57:49.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:49.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:50.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:50.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:50 smithi098 ceph-mon[112578]: pgmap v4108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:50 smithi016 ceph-mon[96085]: pgmap v4108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:51.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:51.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:52.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:52.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:52.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:52 smithi098 ceph-mon[112578]: pgmap v4109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:52 smithi016 ceph-mon[96085]: pgmap v4109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:53.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:53.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:54.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:54.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:54 smithi098 ceph-mon[112578]: pgmap v4110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:54 smithi016 ceph-mon[96085]: pgmap v4110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:55.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:55.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:56.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:56.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:56.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:56 smithi016 ceph-mon[96085]: pgmap v4111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:56 smithi098 ceph-mon[112578]: pgmap v4111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:57:57.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:57.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:57 smithi098 ceph-mon[112578]: pgmap v4112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:57:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:57:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:57:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:57 smithi016 ceph-mon[96085]: pgmap v4112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:57:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:57:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:57:58.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:58.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:59.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:57:59.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:00.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:00.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:00 smithi098 ceph-mon[112578]: pgmap v4113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:00 smithi016 ceph-mon[96085]: pgmap v4113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:01.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:01.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:02.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:02.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:02 smithi098 ceph-mon[112578]: pgmap v4114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:02 smithi016 ceph-mon[96085]: pgmap v4114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:03.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:03.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:04.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:04.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:04 smithi098 ceph-mon[112578]: pgmap v4115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:04 smithi016 ceph-mon[96085]: pgmap v4115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:05.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:05.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:06.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:06.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:06 smithi098 ceph-mon[112578]: pgmap v4116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:06 smithi016 ceph-mon[96085]: pgmap v4116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:07.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:07.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:08.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:07 smithi098 ceph-mon[112578]: pgmap v4117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:58:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:07 smithi016 ceph-mon[96085]: pgmap v4117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:58:08.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:08.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:09.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:09.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:10.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:10.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:10 smithi098 ceph-mon[112578]: pgmap v4118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:10 smithi016 ceph-mon[96085]: pgmap v4118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:11.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:11.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:12.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:12.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:12 smithi098 ceph-mon[112578]: pgmap v4119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:12 smithi016 ceph-mon[96085]: pgmap v4119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:13.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:13.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:58:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:58:14.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:14.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:14 smithi098 ceph-mon[112578]: pgmap v4120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:14 smithi016 ceph-mon[96085]: pgmap v4120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:15.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:15.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:16.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:16.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:16 smithi098 ceph-mon[112578]: pgmap v4121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:16 smithi016 ceph-mon[96085]: pgmap v4121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:17.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:17.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:17 smithi098 ceph-mon[112578]: pgmap v4122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:58:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:17 smithi016 ceph-mon[96085]: pgmap v4122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:58:18.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:18.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:19.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:19.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:20.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:20.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:20 smithi098 ceph-mon[112578]: pgmap v4123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:20 smithi016 ceph-mon[96085]: pgmap v4123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:21.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:21.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:58:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:58:22.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:22.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:22 smithi098 ceph-mon[112578]: pgmap v4124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:58:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:58:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:58:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:58:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:58:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:22 smithi016 ceph-mon[96085]: pgmap v4124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:58:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:58:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:58:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:58:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:58:23.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:23.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:24.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:24.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:24 smithi098 ceph-mon[112578]: pgmap v4125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:24 smithi016 ceph-mon[96085]: pgmap v4125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:26.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:26.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:26 smithi098 ceph-mon[112578]: pgmap v4126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:26 smithi016 ceph-mon[96085]: pgmap v4126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:27.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:27.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:27 smithi098 ceph-mon[112578]: pgmap v4127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:58:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:58:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:27 smithi016 ceph-mon[96085]: pgmap v4127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:58:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:58:28.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:28.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:29.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:29.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:30.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:30.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:30 smithi098 ceph-mon[112578]: pgmap v4128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:30 smithi016 ceph-mon[96085]: pgmap v4128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:31.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:31.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:32.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:32.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:32 smithi098 ceph-mon[112578]: pgmap v4129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:32 smithi016 ceph-mon[96085]: pgmap v4129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:33.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:33.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:34.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:34.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:34 smithi098 ceph-mon[112578]: pgmap v4130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:34 smithi016 ceph-mon[96085]: pgmap v4130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:35.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:35.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:36.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:36.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:36 smithi098 ceph-mon[112578]: pgmap v4131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:36 smithi016 ceph-mon[96085]: pgmap v4131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:37.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:37.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:37 smithi098 ceph-mon[112578]: pgmap v4132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:58:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:37 smithi016 ceph-mon[96085]: pgmap v4132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:58:38.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:38.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:39.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:39.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:40.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:40.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:40 smithi098 ceph-mon[112578]: pgmap v4133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:40 smithi016 ceph-mon[96085]: pgmap v4133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:41.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:41.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:42 smithi016 ceph-mon[96085]: pgmap v4134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:42.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:42.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:42 smithi098 ceph-mon[112578]: pgmap v4134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:58:43.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:43.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:58:44.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:44.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:44 smithi098 ceph-mon[112578]: pgmap v4135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:44 smithi016 ceph-mon[96085]: pgmap v4135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:45.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:45.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:46.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:46.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:46 smithi098 ceph-mon[112578]: pgmap v4136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:46 smithi016 ceph-mon[96085]: pgmap v4136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:47.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:47.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:47 smithi098 ceph-mon[112578]: pgmap v4137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:58:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:47 smithi016 ceph-mon[96085]: pgmap v4137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:58:48.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:48.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:49.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:49.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:50.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:50.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:50 smithi098 ceph-mon[112578]: pgmap v4138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:50 smithi016 ceph-mon[96085]: pgmap v4138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:51.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:51.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:52.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:52.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:52 smithi098 ceph-mon[112578]: pgmap v4139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:52 smithi016 ceph-mon[96085]: pgmap v4139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:53.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:53.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:54.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:54.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:54 smithi098 ceph-mon[112578]: pgmap v4140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:54 smithi016 ceph-mon[96085]: pgmap v4140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:55.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:55.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:56.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:56.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:56 smithi098 ceph-mon[112578]: pgmap v4141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:56 smithi016 ceph-mon[96085]: pgmap v4141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:58:57.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:57.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:57 smithi098 ceph-mon[112578]: pgmap v4142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:58:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:58:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:58:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:57 smithi016 ceph-mon[96085]: pgmap v4142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:58:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:58:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:58:58.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:58.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:59.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:58:59.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:00.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:00.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:00 smithi098 ceph-mon[112578]: pgmap v4143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:00 smithi016 ceph-mon[96085]: pgmap v4143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:01.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:01.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:02.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:02.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:02 smithi098 ceph-mon[112578]: pgmap v4144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:02 smithi016 ceph-mon[96085]: pgmap v4144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:03.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:03.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:04.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:04.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:04 smithi098 ceph-mon[112578]: pgmap v4145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:04 smithi016 ceph-mon[96085]: pgmap v4145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:05.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:05.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:06.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:06.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:06 smithi098 ceph-mon[112578]: pgmap v4146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:06 smithi016 ceph-mon[96085]: pgmap v4146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:07.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:07.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:08.246 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:07 smithi098 ceph-mon[112578]: pgmap v4147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:59:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:07 smithi016 ceph-mon[96085]: pgmap v4147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:59:08.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:08.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:09.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:09.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:10.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:10.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:10 smithi098 ceph-mon[112578]: pgmap v4148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:10 smithi016 ceph-mon[96085]: pgmap v4148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:11.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:11.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:12.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:12.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:12 smithi098 ceph-mon[112578]: pgmap v4149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:12 smithi016 ceph-mon[96085]: pgmap v4149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:13.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:13.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:59:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:59:14.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:14.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:14 smithi098 ceph-mon[112578]: pgmap v4150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:14 smithi016 ceph-mon[96085]: pgmap v4150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:15.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:15.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:16.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:16.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:16 smithi098 ceph-mon[112578]: pgmap v4151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:16 smithi016 ceph-mon[96085]: pgmap v4151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:17.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:17.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:17 smithi098 ceph-mon[112578]: pgmap v4152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:59:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:17 smithi016 ceph-mon[96085]: pgmap v4152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:59:18.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:18.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:19.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:19.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:20.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:20.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:20 smithi098 ceph-mon[112578]: pgmap v4153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:20 smithi016 ceph-mon[96085]: pgmap v4153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:21.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:21.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:22.421 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:22 smithi016 ceph-mon[96085]: pgmap v4154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:22.422 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:59:22.422 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:59:22.422 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:59:22.422 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:59:22.423 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:59:22.423 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:59:22.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:22.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:22 smithi098 ceph-mon[112578]: pgmap v4154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:59:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:59:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:59:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:59:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:59:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T22:59:23.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:23.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:24.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:24.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:24 smithi098 ceph-mon[112578]: pgmap v4155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:24 smithi016 ceph-mon[96085]: pgmap v4155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:25.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:25.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:26.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:26.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:26 smithi098 ceph-mon[112578]: pgmap v4156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:26 smithi016 ceph-mon[96085]: pgmap v4156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:27.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:27.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:27 smithi098 ceph-mon[112578]: pgmap v4157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:59:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:59:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:27 smithi016 ceph-mon[96085]: pgmap v4157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:59:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:59:28.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:28.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:29.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:29.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:30.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:30.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:30 smithi098 ceph-mon[112578]: pgmap v4158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:30 smithi016 ceph-mon[96085]: pgmap v4158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:31.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:31.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:32.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:32.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:32 smithi098 ceph-mon[112578]: pgmap v4159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:32 smithi016 ceph-mon[96085]: pgmap v4159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:33.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:33.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:34.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:34.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:34 smithi098 ceph-mon[112578]: pgmap v4160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:34 smithi016 ceph-mon[96085]: pgmap v4160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:35.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:35.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:36.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:36.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:36 smithi098 ceph-mon[112578]: pgmap v4161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:36 smithi016 ceph-mon[96085]: pgmap v4161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:37.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:37.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:37 smithi098 ceph-mon[112578]: pgmap v4162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:59:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:37 smithi016 ceph-mon[96085]: pgmap v4162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:59:38.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:38.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:39.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:39.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:40.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:40.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:40 smithi098 ceph-mon[112578]: pgmap v4163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:40 smithi016 ceph-mon[96085]: pgmap v4163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:41.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:41.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:42.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:42.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:42 smithi098 ceph-mon[112578]: pgmap v4164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:42 smithi016 ceph-mon[96085]: pgmap v4164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:43.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:43.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:59:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:59:44.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:44.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:44 smithi098 ceph-mon[112578]: pgmap v4165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:44 smithi016 ceph-mon[96085]: pgmap v4165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:45.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:45.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:46.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:46.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:46 smithi098 ceph-mon[112578]: pgmap v4166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:46 smithi016 ceph-mon[96085]: pgmap v4166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:47.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:47.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:47 smithi016 ceph-mon[96085]: pgmap v4167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:59:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:47 smithi098 ceph-mon[112578]: pgmap v4167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:59:48.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:48.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:49.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:49.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:50.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:50.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:50 smithi098 ceph-mon[112578]: pgmap v4168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:50 smithi016 ceph-mon[96085]: pgmap v4168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:51.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:51.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:52.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:52.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:52 smithi098 ceph-mon[112578]: pgmap v4169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:52 smithi016 ceph-mon[96085]: pgmap v4169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:53.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:53.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:54.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:54.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:54 smithi098 ceph-mon[112578]: pgmap v4170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:54 smithi016 ceph-mon[96085]: pgmap v4170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:55.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:55.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:56.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:56.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:56 smithi098 ceph-mon[112578]: pgmap v4171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:56 smithi016 ceph-mon[96085]: pgmap v4171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T22:59:57.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:57.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:57 smithi098 ceph-mon[112578]: pgmap v4172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:59:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 22:59:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:59:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:57 smithi016 ceph-mon[96085]: pgmap v4172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T22:59:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 22:59:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:59:58.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:58.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:59.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T22:59:59.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:00.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:00.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:00 smithi098 ceph-mon[112578]: pgmap v4173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T23:00:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:00 smithi016 ceph-mon[96085]: pgmap v4173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T23:00:01.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:01.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:02.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:02.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:02 smithi098 ceph-mon[112578]: pgmap v4174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:02 smithi016 ceph-mon[96085]: pgmap v4174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:03.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:03.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:04.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:04.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:04 smithi098 ceph-mon[112578]: pgmap v4175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:04 smithi016 ceph-mon[96085]: pgmap v4175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:05.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:05.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:06.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:06.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:06 smithi098 ceph-mon[112578]: pgmap v4176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:06 smithi016 ceph-mon[96085]: pgmap v4176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:07.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:07.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:07 smithi098 ceph-mon[112578]: pgmap v4177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:00:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:07 smithi016 ceph-mon[96085]: pgmap v4177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:00:08.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:08.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:09.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:09.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:10.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:10.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:10 smithi098 ceph-mon[112578]: pgmap v4178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:10 smithi016 ceph-mon[96085]: pgmap v4178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:11.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:11.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:12.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:12.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:12 smithi098 ceph-mon[112578]: pgmap v4179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:12 smithi016 ceph-mon[96085]: pgmap v4179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:00:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:00:13.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:13.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:14 smithi098 ceph-mon[112578]: pgmap v4180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:14.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:14.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:14 smithi016 ceph-mon[96085]: pgmap v4180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:15.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:15.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:16 smithi098 ceph-mon[112578]: pgmap v4181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:16.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:16.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:16 smithi016 ceph-mon[96085]: pgmap v4181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:17.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:17.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:17 smithi098 ceph-mon[112578]: pgmap v4182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:00:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:17 smithi016 ceph-mon[96085]: pgmap v4182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:00:18.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:18.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:19.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:19.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:20 smithi098 ceph-mon[112578]: pgmap v4183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:20.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:20.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:20 smithi016 ceph-mon[96085]: pgmap v4183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:21.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:21.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:22 smithi098 ceph-mon[112578]: pgmap v4184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:00:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:22 smithi016 ceph-mon[96085]: pgmap v4184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:00:22.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:22.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:00:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:00:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:00:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:00:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:00:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:00:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:00:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:00:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:00:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:00:23.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:23.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:24.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:24.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:24 smithi098 ceph-mon[112578]: pgmap v4185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:24 smithi016 ceph-mon[96085]: pgmap v4185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:25.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:25.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:26.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:26.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:26 smithi098 ceph-mon[112578]: pgmap v4186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:26 smithi016 ceph-mon[96085]: pgmap v4186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:27.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:27.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:28.170 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:27 smithi016 ceph-mon[96085]: pgmap v4187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:00:28.170 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:00:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:27 smithi098 ceph-mon[112578]: pgmap v4187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:00:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:00:28.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:28.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:29.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:29.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:30 smithi098 ceph-mon[112578]: pgmap v4188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:30 smithi016 ceph-mon[96085]: pgmap v4188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:30.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:30.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:31.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:31.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:32 smithi098 ceph-mon[112578]: pgmap v4189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:32 smithi016 ceph-mon[96085]: pgmap v4189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:32.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:32.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:33.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:33.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:34 smithi098 ceph-mon[112578]: pgmap v4190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:34 smithi016 ceph-mon[96085]: pgmap v4190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:34.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:34.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:35.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:35.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:36 smithi098 ceph-mon[112578]: pgmap v4191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:36 smithi016 ceph-mon[96085]: pgmap v4191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:36.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:36.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:37.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:37.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:37 smithi098 ceph-mon[112578]: pgmap v4192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:00:38.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:37 smithi016 ceph-mon[96085]: pgmap v4192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:00:38.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:38.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:39.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:39.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:40 smithi098 ceph-mon[112578]: pgmap v4193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:40 smithi016 ceph-mon[96085]: pgmap v4193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:40.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:40.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:41.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:41.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:42 smithi098 ceph-mon[112578]: pgmap v4194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:42 smithi016 ceph-mon[96085]: pgmap v4194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:42.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:42.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:00:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:00:43.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:43.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:44 smithi098 ceph-mon[112578]: pgmap v4195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:44 smithi016 ceph-mon[96085]: pgmap v4195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:44.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:44.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:45.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:45.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:46 smithi098 ceph-mon[112578]: pgmap v4196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:46 smithi016 ceph-mon[96085]: pgmap v4196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:46.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:46.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:47.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:47.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:47 smithi098 ceph-mon[112578]: pgmap v4197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:00:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:47 smithi016 ceph-mon[96085]: pgmap v4197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:00:48.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:48.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:49.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:49.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:50 smithi098 ceph-mon[112578]: pgmap v4198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:50 smithi016 ceph-mon[96085]: pgmap v4198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:50.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:50.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:51.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:51.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:52 smithi098 ceph-mon[112578]: pgmap v4199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:52 smithi016 ceph-mon[96085]: pgmap v4199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:52.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:52.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:53.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:53.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:54 smithi098 ceph-mon[112578]: pgmap v4200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:54 smithi016 ceph-mon[96085]: pgmap v4200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:54.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:54.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:55.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:55.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:56 smithi098 ceph-mon[112578]: pgmap v4201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:56 smithi016 ceph-mon[96085]: pgmap v4201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:00:56.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:56.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:57.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:57.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:57 smithi098 ceph-mon[112578]: pgmap v4202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:00:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:00:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:00:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:57 smithi016 ceph-mon[96085]: pgmap v4202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:00:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:00:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:00:58.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:58.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:59.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:00:59.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:00 smithi098 ceph-mon[112578]: pgmap v4203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:00 smithi016 ceph-mon[96085]: pgmap v4203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:00.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:00.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:01.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:01.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:02 smithi098 ceph-mon[112578]: pgmap v4204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:02 smithi016 ceph-mon[96085]: pgmap v4204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:02.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:02.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:03.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:03.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:04.451 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:04 smithi098 ceph-mon[112578]: pgmap v4205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:04 smithi016 ceph-mon[96085]: pgmap v4205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:04.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:04.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:05.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:05.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:06 smithi098 ceph-mon[112578]: pgmap v4206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:06 smithi016 ceph-mon[96085]: pgmap v4206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:06.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:06.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:07.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:07.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:07 smithi098 ceph-mon[112578]: pgmap v4207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:01:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:07 smithi016 ceph-mon[96085]: pgmap v4207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:01:08.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:08.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:09.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:09.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:10 smithi098 ceph-mon[112578]: pgmap v4208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:10 smithi016 ceph-mon[96085]: pgmap v4208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:10.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:10.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:11.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:11.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:12 smithi098 ceph-mon[112578]: pgmap v4209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:12 smithi016 ceph-mon[96085]: pgmap v4209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:12.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:12.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:13.499 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:01:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:01:13.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:13.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:14 smithi098 ceph-mon[112578]: pgmap v4210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:14 smithi016 ceph-mon[96085]: pgmap v4210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:14.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:14.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:15.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:15.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:16 smithi098 ceph-mon[112578]: pgmap v4211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:16 smithi016 ceph-mon[96085]: pgmap v4211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:16.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:16.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:17.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:17.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:17 smithi098 ceph-mon[112578]: pgmap v4212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:01:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:17 smithi016 ceph-mon[96085]: pgmap v4212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:01:18.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:18.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:19.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:19.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:20 smithi098 ceph-mon[112578]: pgmap v4213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:20 smithi016 ceph-mon[96085]: pgmap v4213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:20.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:20.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:21.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:21.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:22 smithi098 ceph-mon[112578]: pgmap v4214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:22 smithi016 ceph-mon[96085]: pgmap v4214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:22.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:22.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:01:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:01:23.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:23.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:24 smithi098 ceph-mon[112578]: pgmap v4215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:24 smithi016 ceph-mon[96085]: pgmap v4215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:24.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:24.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:25.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:25.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:26.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:26.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:26 smithi098 ceph-mon[112578]: pgmap v4216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:01:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:01:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:01:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:01:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:01:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:01:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:01:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:26 smithi016 ceph-mon[96085]: pgmap v4216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:01:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:01:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:01:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:01:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:01:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:01:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:01:27.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:27.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:27 smithi098 ceph-mon[112578]: pgmap v4217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:01:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:01:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:27 smithi016 ceph-mon[96085]: pgmap v4217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:01:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:01:28.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:28.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:29.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:29.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:30 smithi098 ceph-mon[112578]: pgmap v4218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:30 smithi016 ceph-mon[96085]: pgmap v4218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:30.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:30.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:31.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:31.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:32 smithi098 ceph-mon[112578]: pgmap v4219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:32 smithi016 ceph-mon[96085]: pgmap v4219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:32.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:32.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:33.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:33.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:34 smithi098 ceph-mon[112578]: pgmap v4220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:34 smithi016 ceph-mon[96085]: pgmap v4220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:34.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:34.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:35.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:35.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:36 smithi098 ceph-mon[112578]: pgmap v4221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:36 smithi016 ceph-mon[96085]: pgmap v4221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:36.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:36.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:37.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:37.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:37 smithi098 ceph-mon[112578]: pgmap v4222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:01:38.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:37 smithi016 ceph-mon[96085]: pgmap v4222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:01:38.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:38.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:39.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:39.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:40 smithi098 ceph-mon[112578]: pgmap v4223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:40 smithi016 ceph-mon[96085]: pgmap v4223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:40.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:40.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:41.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:41.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:42 smithi098 ceph-mon[112578]: pgmap v4224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:42 smithi016 ceph-mon[96085]: pgmap v4224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:42.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:42.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:01:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:01:43.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:43.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:44 smithi098 ceph-mon[112578]: pgmap v4225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:44 smithi016 ceph-mon[96085]: pgmap v4225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:44.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:44.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:45.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:45.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:46 smithi098 ceph-mon[112578]: pgmap v4226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:46 smithi016 ceph-mon[96085]: pgmap v4226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:46.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:46.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:47.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:47.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:47 smithi098 ceph-mon[112578]: pgmap v4227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:01:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:47 smithi016 ceph-mon[96085]: pgmap v4227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:01:48.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:48.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:49.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:49.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:50 smithi098 ceph-mon[112578]: pgmap v4228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:50 smithi016 ceph-mon[96085]: pgmap v4228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:50.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:50.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:51.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:51.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:52 smithi098 ceph-mon[112578]: pgmap v4229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:52 smithi016 ceph-mon[96085]: pgmap v4229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:52.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:52.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:53.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:53.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:54 smithi098 ceph-mon[112578]: pgmap v4230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:54 smithi016 ceph-mon[96085]: pgmap v4230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:54.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:54.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:55.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:55.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:56 smithi098 ceph-mon[112578]: pgmap v4231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:56 smithi016 ceph-mon[96085]: pgmap v4231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:01:56.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:56.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:57.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:57.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:57 smithi098 ceph-mon[112578]: pgmap v4232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:01:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:01:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:01:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:57 smithi016 ceph-mon[96085]: pgmap v4232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:01:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:01:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:01:58.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:58.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:59.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:01:59.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:00 smithi098 ceph-mon[112578]: pgmap v4233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:00 smithi016 ceph-mon[96085]: pgmap v4233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:00.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:00.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:01.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:01.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:02 smithi098 ceph-mon[112578]: pgmap v4234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:02 smithi016 ceph-mon[96085]: pgmap v4234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:02.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:02.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:03.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:03.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:04 smithi098 ceph-mon[112578]: pgmap v4235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:04 smithi016 ceph-mon[96085]: pgmap v4235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:04.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:04.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:05.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:05.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:06 smithi098 ceph-mon[112578]: pgmap v4236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:06 smithi016 ceph-mon[96085]: pgmap v4236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:06.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:06.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:07.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:07.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:07 smithi098 ceph-mon[112578]: pgmap v4237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:02:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:07 smithi016 ceph-mon[96085]: pgmap v4237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:02:08.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:08.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:09.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:09.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:10 smithi098 ceph-mon[112578]: pgmap v4238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:10 smithi016 ceph-mon[96085]: pgmap v4238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:10.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:10.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:11.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:11.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:12 smithi098 ceph-mon[112578]: pgmap v4239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:12 smithi016 ceph-mon[96085]: pgmap v4239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:12.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:12.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:02:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:02:13.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:13.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:14 smithi098 ceph-mon[112578]: pgmap v4240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:14 smithi016 ceph-mon[96085]: pgmap v4240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:14.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:14.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:15.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:15.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:16 smithi098 ceph-mon[112578]: pgmap v4241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:16 smithi016 ceph-mon[96085]: pgmap v4241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:16.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:16.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:17.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:17.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:17 smithi098 ceph-mon[112578]: pgmap v4242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:02:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:17 smithi016 ceph-mon[96085]: pgmap v4242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:02:18.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:18.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:19.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:19.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:20 smithi098 ceph-mon[112578]: pgmap v4243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:20 smithi016 ceph-mon[96085]: pgmap v4243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:20.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:20.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:21.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:21.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:22 smithi098 ceph-mon[112578]: pgmap v4244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:22 smithi016 ceph-mon[96085]: pgmap v4244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:22.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:22.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:23.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:23.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:24.504 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:24 smithi016 ceph-mon[96085]: pgmap v4245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:24 smithi098 ceph-mon[112578]: pgmap v4245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:24.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:24.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:25.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:25.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:26 smithi098 ceph-mon[112578]: pgmap v4246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:26 smithi016 ceph-mon[96085]: pgmap v4246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:26.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:26.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:02:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:02:27.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:27.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:28 smithi098 ceph-mon[112578]: pgmap v4247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:02:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:02:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:28 smithi016 ceph-mon[96085]: pgmap v4247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:02:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:02:28.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:28.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:29.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:29.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:30 smithi098 ceph-mon[112578]: pgmap v4248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:30 smithi016 ceph-mon[96085]: pgmap v4248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:30.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:30.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:31.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:31.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:02:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:02:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:31 smithi098 ceph-mon[112578]: pgmap v4249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:02:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:02:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:02:32.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:02:32.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:02:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:02:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:02:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:31 smithi016 ceph-mon[96085]: pgmap v4249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:02:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:02:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:02:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:02:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:02:32.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:32.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:33.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:33.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:34 smithi098 ceph-mon[112578]: pgmap v4250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:34 smithi016 ceph-mon[96085]: pgmap v4250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:34.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:34.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:35.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:35.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:36 smithi098 ceph-mon[112578]: pgmap v4251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:36 smithi016 ceph-mon[96085]: pgmap v4251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:36.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:36.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:37.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:37.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:37 smithi098 ceph-mon[112578]: pgmap v4252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:02:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:37 smithi016 ceph-mon[96085]: pgmap v4252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:02:38.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:38.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:39.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:39.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:40.461 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:40 smithi098 ceph-mon[112578]: pgmap v4253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:40 smithi016 ceph-mon[96085]: pgmap v4253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:40.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:40.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:41.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:41.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:42 smithi098 ceph-mon[112578]: pgmap v4254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:42 smithi016 ceph-mon[96085]: pgmap v4254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:42.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:42.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:02:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:02:43.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:43.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:44 smithi098 ceph-mon[112578]: pgmap v4255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:44 smithi016 ceph-mon[96085]: pgmap v4255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:44.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:44.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:45.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:45.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:46 smithi098 ceph-mon[112578]: pgmap v4256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:46 smithi016 ceph-mon[96085]: pgmap v4256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:46.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:46.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:47.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:47.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:47 smithi098 ceph-mon[112578]: pgmap v4257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:02:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:47 smithi016 ceph-mon[96085]: pgmap v4257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:02:48.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:48.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:49.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:49.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:50 smithi098 ceph-mon[112578]: pgmap v4258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:50 smithi016 ceph-mon[96085]: pgmap v4258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:50.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:50.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:51.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:51.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:52 smithi098 ceph-mon[112578]: pgmap v4259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:52 smithi016 ceph-mon[96085]: pgmap v4259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:52.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:52.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:53.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:53.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:54 smithi098 ceph-mon[112578]: pgmap v4260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:54 smithi016 ceph-mon[96085]: pgmap v4260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:54.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:54.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:55.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:55.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:56 smithi098 ceph-mon[112578]: pgmap v4261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:56 smithi016 ceph-mon[96085]: pgmap v4261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:02:56.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:56.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:57.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:57.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:57 smithi098 ceph-mon[112578]: pgmap v4262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:02:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:02:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:02:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:57 smithi016 ceph-mon[96085]: pgmap v4262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:02:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:02:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:02:58.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:58.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:59.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:02:59.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:00 smithi098 ceph-mon[112578]: pgmap v4263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:00 smithi016 ceph-mon[96085]: pgmap v4263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:00.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:00.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:01.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:01.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:02 smithi098 ceph-mon[112578]: pgmap v4264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:02 smithi016 ceph-mon[96085]: pgmap v4264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:02.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:02.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:03.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:03.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:04 smithi098 ceph-mon[112578]: pgmap v4265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:04 smithi016 ceph-mon[96085]: pgmap v4265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:04.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:04.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:05.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:05.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:06 smithi098 ceph-mon[112578]: pgmap v4266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:06 smithi016 ceph-mon[96085]: pgmap v4266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:06.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:06.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:07.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:07.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:07 smithi098 ceph-mon[112578]: pgmap v4267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:03:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:07 smithi016 ceph-mon[96085]: pgmap v4267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:03:08.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:08.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:09.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:09.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:10 smithi016 ceph-mon[96085]: pgmap v4268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:10 smithi098 ceph-mon[112578]: pgmap v4268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:10.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:10.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:11.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:11.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:12 smithi098 ceph-mon[112578]: pgmap v4269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:12 smithi016 ceph-mon[96085]: pgmap v4269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:12.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:12.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:03:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:03:13.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:13.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:14 smithi098 ceph-mon[112578]: pgmap v4270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:14 smithi016 ceph-mon[96085]: pgmap v4270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:14.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:14.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:15.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:15.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:16 smithi098 ceph-mon[112578]: pgmap v4271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:16 smithi016 ceph-mon[96085]: pgmap v4271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:16.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:16.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:17.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:17.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:17 smithi098 ceph-mon[112578]: pgmap v4272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:03:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:17 smithi016 ceph-mon[96085]: pgmap v4272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:03:18.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:18.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:19.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:19.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:20 smithi098 ceph-mon[112578]: pgmap v4273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:20 smithi016 ceph-mon[96085]: pgmap v4273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:20.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:20.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:21.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:21.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:22 smithi098 ceph-mon[112578]: pgmap v4274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:22 smithi016 ceph-mon[96085]: pgmap v4274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:22.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:22.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:23.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:23.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:24 smithi098 ceph-mon[112578]: pgmap v4275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:24 smithi016 ceph-mon[96085]: pgmap v4275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:24.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:24.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:25.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:25.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:26 smithi098 ceph-mon[112578]: pgmap v4276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:26 smithi016 ceph-mon[96085]: pgmap v4276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:26.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:26.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:27.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:27.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:27 smithi098 ceph-mon[112578]: pgmap v4277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:03:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:03:28.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:27 smithi016 ceph-mon[96085]: pgmap v4277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:03:28.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:03:28.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:28.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:29.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:29.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:30 smithi098 ceph-mon[112578]: pgmap v4278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:30 smithi016 ceph-mon[96085]: pgmap v4278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:30.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:30.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:31.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:31.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:32 smithi098 ceph-mon[112578]: pgmap v4279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:03:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:03:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:03:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:03:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:03:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:03:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:32 smithi016 ceph-mon[96085]: pgmap v4279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:03:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:03:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:03:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:03:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:03:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:03:32.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:32.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:33.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:33.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:34 smithi098 ceph-mon[112578]: pgmap v4280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:34 smithi016 ceph-mon[96085]: pgmap v4280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:34.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:34.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:35.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:35.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:36 smithi098 ceph-mon[112578]: pgmap v4281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:36 smithi016 ceph-mon[96085]: pgmap v4281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:36.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:36.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:37.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:37.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:37 smithi098 ceph-mon[112578]: pgmap v4282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:03:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:37 smithi016 ceph-mon[96085]: pgmap v4282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:03:38.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:38.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:39.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:39.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:40 smithi098 ceph-mon[112578]: pgmap v4283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:40 smithi016 ceph-mon[96085]: pgmap v4283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:40.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:40.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:41.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:41.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:42 smithi098 ceph-mon[112578]: pgmap v4284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:42 smithi016 ceph-mon[96085]: pgmap v4284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:42.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:42.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:03:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:03:43.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:43.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:44 smithi098 ceph-mon[112578]: pgmap v4285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:44 smithi016 ceph-mon[96085]: pgmap v4285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:44.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:44.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:45.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:45.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:46 smithi098 ceph-mon[112578]: pgmap v4286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:46 smithi016 ceph-mon[96085]: pgmap v4286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:46.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:46.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:47.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:47.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:47 smithi098 ceph-mon[112578]: pgmap v4287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:03:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:47 smithi016 ceph-mon[96085]: pgmap v4287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:03:48.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:48.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:49.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:49.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:50.489 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:50 smithi016 ceph-mon[96085]: pgmap v4288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:50 smithi098 ceph-mon[112578]: pgmap v4288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:50.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:50.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:51.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:51.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:52 smithi098 ceph-mon[112578]: pgmap v4289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:52 smithi016 ceph-mon[96085]: pgmap v4289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:52.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:52.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:53.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:53.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:54 smithi098 ceph-mon[112578]: pgmap v4290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:54 smithi016 ceph-mon[96085]: pgmap v4290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:54.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:54.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:55.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:55.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:56 smithi098 ceph-mon[112578]: pgmap v4291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:56 smithi016 ceph-mon[96085]: pgmap v4291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:03:56.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:56.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:57.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:57.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:57 smithi098 ceph-mon[112578]: pgmap v4292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:03:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:03:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:03:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:57 smithi016 ceph-mon[96085]: pgmap v4292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:03:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:03:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:03:58.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:58.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:59.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:03:59.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:00 smithi098 ceph-mon[112578]: pgmap v4293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:00 smithi016 ceph-mon[96085]: pgmap v4293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:00.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:00.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:01.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:01.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:02 smithi098 ceph-mon[112578]: pgmap v4294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:02 smithi016 ceph-mon[96085]: pgmap v4294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:02.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:02.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:03.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:03.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:04 smithi098 ceph-mon[112578]: pgmap v4295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:04 smithi016 ceph-mon[96085]: pgmap v4295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:04.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:04.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:05.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:05.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:06 smithi098 ceph-mon[112578]: pgmap v4296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:06 smithi016 ceph-mon[96085]: pgmap v4296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:06.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:06.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:07.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:07.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:07 smithi098 ceph-mon[112578]: pgmap v4297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:04:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:07 smithi016 ceph-mon[96085]: pgmap v4297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:04:08.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:08.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:09.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:09.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:10 smithi098 ceph-mon[112578]: pgmap v4298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:10 smithi016 ceph-mon[96085]: pgmap v4298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:10.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:10.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:11.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:11.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:12 smithi098 ceph-mon[112578]: pgmap v4299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:12 smithi016 ceph-mon[96085]: pgmap v4299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:12.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:12.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:04:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:04:13.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:13.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:14 smithi098 ceph-mon[112578]: pgmap v4300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:14 smithi016 ceph-mon[96085]: pgmap v4300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:14.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:14.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:15.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:15.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:16 smithi098 ceph-mon[112578]: pgmap v4301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:16 smithi016 ceph-mon[96085]: pgmap v4301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:16.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:16.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:17.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:17.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:17 smithi098 ceph-mon[112578]: pgmap v4302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:04:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:17 smithi016 ceph-mon[96085]: pgmap v4302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:04:18.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:18.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:19.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:19.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:20 smithi098 ceph-mon[112578]: pgmap v4303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:20 smithi016 ceph-mon[96085]: pgmap v4303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:20.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:20.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:21.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:21.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:22 smithi098 ceph-mon[112578]: pgmap v4304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:22 smithi016 ceph-mon[96085]: pgmap v4304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:22.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:22.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:23.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:23.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:24 smithi098 ceph-mon[112578]: pgmap v4305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:24 smithi016 ceph-mon[96085]: pgmap v4305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:24.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:24.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:25.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:25.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:26 smithi098 ceph-mon[112578]: pgmap v4306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:26 smithi016 ceph-mon[96085]: pgmap v4306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:26.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:26.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:27.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:27.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:27 smithi098 ceph-mon[112578]: pgmap v4307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:04:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:04:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:27 smithi016 ceph-mon[96085]: pgmap v4307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:04:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:04:28.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:28.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:29.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:29.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:30 smithi098 ceph-mon[112578]: pgmap v4308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:30 smithi016 ceph-mon[96085]: pgmap v4308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:30.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:30.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:31.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:31.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:32 smithi098 ceph-mon[112578]: pgmap v4309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:04:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:32 smithi016 ceph-mon[96085]: pgmap v4309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:04:32.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:32.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:04:33.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:04:33.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:04:33.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:04:33.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:04:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:04:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:04:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:04:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:04:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:04:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:04:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:04:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:04:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:04:33.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:33.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:34 smithi098 ceph-mon[112578]: pgmap v4310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:34 smithi016 ceph-mon[96085]: pgmap v4310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:34.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:34.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:35.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:35.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:36 smithi098 ceph-mon[112578]: pgmap v4311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:36 smithi016 ceph-mon[96085]: pgmap v4311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:36.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:36.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:37.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:37.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:37 smithi098 ceph-mon[112578]: pgmap v4312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:04:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:37 smithi016 ceph-mon[96085]: pgmap v4312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:04:38.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:38.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:39.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:39.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:40 smithi098 ceph-mon[112578]: pgmap v4313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:40 smithi016 ceph-mon[96085]: pgmap v4313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:40.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:40.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:41.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:41.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:42 smithi098 ceph-mon[112578]: pgmap v4314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:42 smithi016 ceph-mon[96085]: pgmap v4314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:42.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:42.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:04:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:04:43.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:43.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:44 smithi098 ceph-mon[112578]: pgmap v4315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:44 smithi016 ceph-mon[96085]: pgmap v4315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:44.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:44.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:45.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:45.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:46 smithi098 ceph-mon[112578]: pgmap v4316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:46 smithi016 ceph-mon[96085]: pgmap v4316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:46.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:46.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:47.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:47.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:47 smithi098 ceph-mon[112578]: pgmap v4317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:04:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:47 smithi016 ceph-mon[96085]: pgmap v4317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:04:48.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:48.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:49.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:49.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:50 smithi098 ceph-mon[112578]: pgmap v4318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:50 smithi016 ceph-mon[96085]: pgmap v4318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:50.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:50.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:51.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:51.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:52 smithi098 ceph-mon[112578]: pgmap v4319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:52 smithi016 ceph-mon[96085]: pgmap v4319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:52.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:52.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:53.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:53.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:54 smithi098 ceph-mon[112578]: pgmap v4320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:54 smithi016 ceph-mon[96085]: pgmap v4320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:54.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:54.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:55.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:55.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:56 smithi098 ceph-mon[112578]: pgmap v4321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:56 smithi016 ceph-mon[96085]: pgmap v4321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:04:56.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:56.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:57.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:57.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:57 smithi098 ceph-mon[112578]: pgmap v4322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:04:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:04:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:04:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:57 smithi016 ceph-mon[96085]: pgmap v4322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:04:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:04:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:04:58.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:58.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:59.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:04:59.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:00 smithi098 ceph-mon[112578]: pgmap v4323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:00 smithi016 ceph-mon[96085]: pgmap v4323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:00.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:00.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:01.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:01.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:02 smithi098 ceph-mon[112578]: pgmap v4324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:02 smithi016 ceph-mon[96085]: pgmap v4324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:02.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:02.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:03.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:03.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:04 smithi098 ceph-mon[112578]: pgmap v4325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:04 smithi016 ceph-mon[96085]: pgmap v4325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:05.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:05.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:06.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:06.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:06 smithi098 ceph-mon[112578]: pgmap v4326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:06 smithi016 ceph-mon[96085]: pgmap v4326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:07.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:07.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:08.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:08.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:07 smithi098 ceph-mon[112578]: pgmap v4327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:05:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:07 smithi016 ceph-mon[96085]: pgmap v4327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:05:09.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:09.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:10.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:10.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:10 smithi098 ceph-mon[112578]: pgmap v4328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:10 smithi016 ceph-mon[96085]: pgmap v4328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:11.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:11.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:12.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:12.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:12 smithi098 ceph-mon[112578]: pgmap v4329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:12 smithi016 ceph-mon[96085]: pgmap v4329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:13.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:13.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:05:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:05:14.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:14.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:14 smithi098 ceph-mon[112578]: pgmap v4330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:14 smithi016 ceph-mon[96085]: pgmap v4330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:15.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:15.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:16.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:16.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:16 smithi016 ceph-mon[96085]: pgmap v4331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:16 smithi098 ceph-mon[112578]: pgmap v4331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:17.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:17.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:18.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:18.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:17 smithi098 ceph-mon[112578]: pgmap v4332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:05:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:17 smithi016 ceph-mon[96085]: pgmap v4332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:05:19.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:19.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:20.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:20.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:20 smithi098 ceph-mon[112578]: pgmap v4333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:20 smithi016 ceph-mon[96085]: pgmap v4333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:21.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:21.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:22.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:22.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:22 smithi098 ceph-mon[112578]: pgmap v4334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:22 smithi016 ceph-mon[96085]: pgmap v4334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:23.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:23.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:24.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:24.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:24 smithi098 ceph-mon[112578]: pgmap v4335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:24 smithi016 ceph-mon[96085]: pgmap v4335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:25.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:25.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:26.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:26.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:26 smithi016 ceph-mon[96085]: pgmap v4336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:26 smithi098 ceph-mon[112578]: pgmap v4336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:27.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:27.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:28.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:28.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:27 smithi098 ceph-mon[112578]: pgmap v4337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:05:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:05:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:27 smithi016 ceph-mon[96085]: pgmap v4337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:05:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:05:29.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:29.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:30.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:30.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:30 smithi098 ceph-mon[112578]: pgmap v4338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:30 smithi016 ceph-mon[96085]: pgmap v4338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:31.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:31.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:32.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:32.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:32 smithi098 ceph-mon[112578]: pgmap v4339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:32 smithi016 ceph-mon[96085]: pgmap v4339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:33.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:33.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:05:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:05:34.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:34.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:34 smithi016 ceph-mon[96085]: pgmap v4340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:05:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:05:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:05:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:05:34.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:05:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:34 smithi098 ceph-mon[112578]: pgmap v4340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:05:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:05:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:05:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:05:34.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:05:35.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:35.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:36.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:36.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:36 smithi016 ceph-mon[96085]: pgmap v4341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:36 smithi098 ceph-mon[112578]: pgmap v4341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:37.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:37.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:38.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:38.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:37 smithi098 ceph-mon[112578]: pgmap v4342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:05:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:37 smithi016 ceph-mon[96085]: pgmap v4342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:05:39.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:39.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:40.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:40.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:40 smithi098 ceph-mon[112578]: pgmap v4343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:40 smithi016 ceph-mon[96085]: pgmap v4343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:41.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:41.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:42.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:42.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:42 smithi016 ceph-mon[96085]: pgmap v4344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:42 smithi098 ceph-mon[112578]: pgmap v4344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:43.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:43.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:05:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:05:44.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:44.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:44 smithi016 ceph-mon[96085]: pgmap v4345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:44 smithi098 ceph-mon[112578]: pgmap v4345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:45.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:45.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:46.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:46.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:46 smithi016 ceph-mon[96085]: pgmap v4346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:46 smithi098 ceph-mon[112578]: pgmap v4346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:47.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:47.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:48.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:48.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:47 smithi098 ceph-mon[112578]: pgmap v4347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:05:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:47 smithi016 ceph-mon[96085]: pgmap v4347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:05:49.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:49.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:50.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:50.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:50 smithi016 ceph-mon[96085]: pgmap v4348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:50 smithi098 ceph-mon[112578]: pgmap v4348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:51.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:51.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:52.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:52.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:52 smithi016 ceph-mon[96085]: pgmap v4349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:52 smithi098 ceph-mon[112578]: pgmap v4349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:53.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:53.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:54.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:54.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:54 smithi016 ceph-mon[96085]: pgmap v4350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:54 smithi098 ceph-mon[112578]: pgmap v4350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:55.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:55.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:56.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:56.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:56 smithi016 ceph-mon[96085]: pgmap v4351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:56 smithi098 ceph-mon[112578]: pgmap v4351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:05:57.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:57.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:58.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:58.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:57 smithi098 ceph-mon[112578]: pgmap v4352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:05:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:05:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:05:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:57 smithi016 ceph-mon[96085]: pgmap v4352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:05:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:05:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:05:59.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:05:59.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:00.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:00.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:00 smithi016 ceph-mon[96085]: pgmap v4353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:00 smithi098 ceph-mon[112578]: pgmap v4353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:01.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:01.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:02.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:02.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:02 smithi016 ceph-mon[96085]: pgmap v4354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:02.569 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:02 smithi098 ceph-mon[112578]: pgmap v4354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:03.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:03.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:04.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:04.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:04 smithi016 ceph-mon[96085]: pgmap v4355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:04 smithi098 ceph-mon[112578]: pgmap v4355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:05.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:05.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:06.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:06.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:06 smithi016 ceph-mon[96085]: pgmap v4356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:06 smithi098 ceph-mon[112578]: pgmap v4356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:07.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:07.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:08.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:08.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:07 smithi098 ceph-mon[112578]: pgmap v4357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:06:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:07 smithi016 ceph-mon[96085]: pgmap v4357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:06:09.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:09.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:10.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:10.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:10 smithi016 ceph-mon[96085]: pgmap v4358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:10 smithi098 ceph-mon[112578]: pgmap v4358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:11.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:11.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:12.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:12.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:12 smithi016 ceph-mon[96085]: pgmap v4359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:12.674 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:12 smithi098 ceph-mon[112578]: pgmap v4359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:13.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:13.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:06:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:06:14.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:14.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:14 smithi098 ceph-mon[112578]: pgmap v4360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:14 smithi016 ceph-mon[96085]: pgmap v4360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:15.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:15.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:16.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:16.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:16 smithi098 ceph-mon[112578]: pgmap v4361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:16 smithi016 ceph-mon[96085]: pgmap v4361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:17.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:17.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:18.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:18.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:18 smithi098 ceph-mon[112578]: pgmap v4362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:06:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:18 smithi016 ceph-mon[96085]: pgmap v4362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:06:19.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:19.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:20.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:20.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:20 smithi016 ceph-mon[96085]: pgmap v4363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:20 smithi098 ceph-mon[112578]: pgmap v4363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:21.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:21.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:22.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:22.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:22 smithi016 ceph-mon[96085]: pgmap v4364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:22 smithi098 ceph-mon[112578]: pgmap v4364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:23.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:23.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:24.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:24.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:24 smithi098 ceph-mon[112578]: pgmap v4365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:24 smithi016 ceph-mon[96085]: pgmap v4365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:25.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:25.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:26.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:26.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:26 smithi098 ceph-mon[112578]: pgmap v4366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:26 smithi016 ceph-mon[96085]: pgmap v4366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:27.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:27.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:28.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:28.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:28 smithi098 ceph-mon[112578]: pgmap v4367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:06:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:06:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:28 smithi016 ceph-mon[96085]: pgmap v4367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:06:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:06:29.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:29.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:30.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:30.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:30 smithi016 ceph-mon[96085]: pgmap v4368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:30 smithi098 ceph-mon[112578]: pgmap v4368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:31.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:31.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:32.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:32.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:32 smithi098 ceph-mon[112578]: pgmap v4369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:32 smithi016 ceph-mon[96085]: pgmap v4369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:33.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:33.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:34.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:34.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:34 smithi098 ceph-mon[112578]: pgmap v4370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:06:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:06:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:06:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:34 smithi016 ceph-mon[96085]: pgmap v4370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:06:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:06:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:06:35.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:35.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:06:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:06:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:06:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:06:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:06:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:06:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:06:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:06:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:06:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:06:36.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:36.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:36 smithi098 ceph-mon[112578]: pgmap v4371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:36 smithi016 ceph-mon[96085]: pgmap v4371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:37.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:37.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:38.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:38.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:38 smithi098 ceph-mon[112578]: pgmap v4372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:06:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:38 smithi016 ceph-mon[96085]: pgmap v4372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:06:39.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:39.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:40.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:40.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:40 smithi098 ceph-mon[112578]: pgmap v4373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:40 smithi016 ceph-mon[96085]: pgmap v4373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:41.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:41.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:42.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:42.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:42 smithi098 ceph-mon[112578]: pgmap v4374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:42 smithi016 ceph-mon[96085]: pgmap v4374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:43.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:43.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:06:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:06:44.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:44.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:44 smithi098 ceph-mon[112578]: pgmap v4375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:44 smithi016 ceph-mon[96085]: pgmap v4375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:45.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:45.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:46.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:46.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:46 smithi098 ceph-mon[112578]: pgmap v4376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:46 smithi016 ceph-mon[96085]: pgmap v4376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:47.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:47.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:48.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:48.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:48 smithi098 ceph-mon[112578]: pgmap v4377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:06:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:48 smithi016 ceph-mon[96085]: pgmap v4377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:06:49.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:49.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:50.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:50.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:50 smithi098 ceph-mon[112578]: pgmap v4378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:50 smithi016 ceph-mon[96085]: pgmap v4378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:51.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:51.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:52.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:52.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:52.559 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:52 smithi016 ceph-mon[96085]: pgmap v4379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:52 smithi098 ceph-mon[112578]: pgmap v4379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:53.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:53.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:54.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:54.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:54 smithi098 ceph-mon[112578]: pgmap v4380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:54 smithi016 ceph-mon[96085]: pgmap v4380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:55.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:55.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:56.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:56.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:56 smithi098 ceph-mon[112578]: pgmap v4381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:56 smithi016 ceph-mon[96085]: pgmap v4381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:06:57.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:57.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:58.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:58.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:58 smithi098 ceph-mon[112578]: pgmap v4382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:06:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:06:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:06:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:58 smithi016 ceph-mon[96085]: pgmap v4382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:06:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:06:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:06:59.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:06:59.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:00.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:00.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:00 smithi098 ceph-mon[112578]: pgmap v4383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:00 smithi016 ceph-mon[96085]: pgmap v4383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:01.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:01.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:02.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:02.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:02.674 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:02 smithi016 ceph-mon[96085]: pgmap v4384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:02 smithi098 ceph-mon[112578]: pgmap v4384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:03.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:03.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:04.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:04.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:04 smithi098 ceph-mon[112578]: pgmap v4385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:04 smithi016 ceph-mon[96085]: pgmap v4385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:05.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:05.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:06.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:06.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:06 smithi098 ceph-mon[112578]: pgmap v4386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:06 smithi016 ceph-mon[96085]: pgmap v4386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:07.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:07.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:08.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:08.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:08 smithi098 ceph-mon[112578]: pgmap v4387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:07:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:08 smithi016 ceph-mon[96085]: pgmap v4387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:07:09.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:09.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:10.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:10.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:10 smithi098 ceph-mon[112578]: pgmap v4388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:10 smithi016 ceph-mon[96085]: pgmap v4388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:11.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:11.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:12.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:12.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:12 smithi098 ceph-mon[112578]: pgmap v4389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:12 smithi016 ceph-mon[96085]: pgmap v4389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:13.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:13.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:07:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:07:14.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:14.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:14 smithi098 ceph-mon[112578]: pgmap v4390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:14 smithi016 ceph-mon[96085]: pgmap v4390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:15.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:15.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:16.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:16.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:16 smithi098 ceph-mon[112578]: pgmap v4391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:16 smithi016 ceph-mon[96085]: pgmap v4391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:17.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:17.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:18.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:18.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:18 smithi016 ceph-mon[96085]: pgmap v4392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:07:18.352 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:18 smithi098 ceph-mon[112578]: pgmap v4392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:07:19.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:19.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:20.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:20.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:20.444 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:20 smithi098 ceph-mon[112578]: pgmap v4393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:20 smithi016 ceph-mon[96085]: pgmap v4393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:21.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:21.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:22.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:22.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:22 smithi098 ceph-mon[112578]: pgmap v4394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:22 smithi016 ceph-mon[96085]: pgmap v4394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:23.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:23.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:24.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:24.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:24 smithi098 ceph-mon[112578]: pgmap v4395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:24 smithi016 ceph-mon[96085]: pgmap v4395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:25.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:25.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:26.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:26.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:26 smithi098 ceph-mon[112578]: pgmap v4396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:26 smithi016 ceph-mon[96085]: pgmap v4396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:27.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:27.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:28.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:28.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:28 smithi016 ceph-mon[96085]: pgmap v4397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:07:28.291 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:07:28.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:28 smithi098 ceph-mon[112578]: pgmap v4397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:07:28.458 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:07:29.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:29.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:30.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:30.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:30 smithi098 ceph-mon[112578]: pgmap v4398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:30 smithi016 ceph-mon[96085]: pgmap v4398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:31.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:31.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:32.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:32.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:32 smithi098 ceph-mon[112578]: pgmap v4399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:32 smithi016 ceph-mon[96085]: pgmap v4399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:33.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:33.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:34.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:34.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:34 smithi098 ceph-mon[112578]: pgmap v4400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:34 smithi016 ceph-mon[96085]: pgmap v4400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:35.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:35.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:07:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:07:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:07:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:07:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:07:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:07:35.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:07:35.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:07:35.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:07:35.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:07:35.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:07:35.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:07:36.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:36.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:36 smithi098 ceph-mon[112578]: pgmap v4401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:36 smithi016 ceph-mon[96085]: pgmap v4401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:37.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:37.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:38.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:38.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:38 smithi016 ceph-mon[96085]: pgmap v4402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:07:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:38 smithi098 ceph-mon[112578]: pgmap v4402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:07:39.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:39.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:40.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:40.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:40 smithi098 ceph-mon[112578]: pgmap v4403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:40 smithi016 ceph-mon[96085]: pgmap v4403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:41.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:41.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:42.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:42.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:42 smithi098 ceph-mon[112578]: pgmap v4404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:42 smithi016 ceph-mon[96085]: pgmap v4404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:43.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:43.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:07:43.609 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:07:44.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:44.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:44 smithi098 ceph-mon[112578]: pgmap v4405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:44 smithi016 ceph-mon[96085]: pgmap v4405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:45.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:45.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:46.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:46.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:46 smithi098 ceph-mon[112578]: pgmap v4406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:46 smithi016 ceph-mon[96085]: pgmap v4406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:47.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:47.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:48.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:48.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:48 smithi016 ceph-mon[96085]: pgmap v4407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:07:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:48 smithi098 ceph-mon[112578]: pgmap v4407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:07:49.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:49.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:50.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:50.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:50 smithi098 ceph-mon[112578]: pgmap v4408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:50 smithi016 ceph-mon[96085]: pgmap v4408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:51.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:51.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:52.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:52.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:52 smithi098 ceph-mon[112578]: pgmap v4409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:52 smithi016 ceph-mon[96085]: pgmap v4409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:53.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:53.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:54.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:54.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:54 smithi098 ceph-mon[112578]: pgmap v4410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:54 smithi016 ceph-mon[96085]: pgmap v4410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:55.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:55.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:56.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:56.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:56 smithi098 ceph-mon[112578]: pgmap v4411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:56 smithi016 ceph-mon[96085]: pgmap v4411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:07:57.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:57.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:58 smithi016 ceph-mon[96085]: pgmap v4412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:07:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:07:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:07:58.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:58.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:58 smithi098 ceph-mon[112578]: pgmap v4412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:07:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:07:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:07:59.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:07:59.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:00.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:00.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:00 smithi098 ceph-mon[112578]: pgmap v4413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:00 smithi016 ceph-mon[96085]: pgmap v4413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:01.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:01.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:02.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:02.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:02 smithi098 ceph-mon[112578]: pgmap v4414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:02 smithi016 ceph-mon[96085]: pgmap v4414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:03.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:03.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:04.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:04.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:04 smithi098 ceph-mon[112578]: pgmap v4415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:04 smithi016 ceph-mon[96085]: pgmap v4415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:05.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:05.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:06.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:06.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:06 smithi098 ceph-mon[112578]: pgmap v4416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:06 smithi016 ceph-mon[96085]: pgmap v4416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:07.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:07.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:08 smithi016 ceph-mon[96085]: pgmap v4417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:08:08.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:08.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:08 smithi098 ceph-mon[112578]: pgmap v4417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:08:09.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:09.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:10.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:10.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:10 smithi098 ceph-mon[112578]: pgmap v4418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:10 smithi016 ceph-mon[96085]: pgmap v4418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:11.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:11.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:12.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:12.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:12 smithi098 ceph-mon[112578]: pgmap v4419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:12 smithi016 ceph-mon[96085]: pgmap v4419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:13.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:13.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:08:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:08:14.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:14.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:14 smithi098 ceph-mon[112578]: pgmap v4420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:14 smithi016 ceph-mon[96085]: pgmap v4420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:15.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:15.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:16.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:16.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:16 smithi098 ceph-mon[112578]: pgmap v4421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:16 smithi016 ceph-mon[96085]: pgmap v4421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:17.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:17.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:18 smithi016 ceph-mon[96085]: pgmap v4422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:08:18.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:18.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:18 smithi098 ceph-mon[112578]: pgmap v4422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:08:19.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:19.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:20.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:20.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:20 smithi098 ceph-mon[112578]: pgmap v4423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:20 smithi016 ceph-mon[96085]: pgmap v4423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:21.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:21.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:22.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:22.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:22 smithi098 ceph-mon[112578]: pgmap v4424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:22 smithi016 ceph-mon[96085]: pgmap v4424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:23.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:23.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:24.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:24.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:24 smithi098 ceph-mon[112578]: pgmap v4425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:24 smithi016 ceph-mon[96085]: pgmap v4425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:26.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:26.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:26 smithi098 ceph-mon[112578]: pgmap v4426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:26 smithi016 ceph-mon[96085]: pgmap v4426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:27.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:27.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:28.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:28.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:28 smithi098 ceph-mon[112578]: pgmap v4427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:08:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:08:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:28 smithi016 ceph-mon[96085]: pgmap v4427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:08:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:08:29.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:29.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:30.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:30.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:30 smithi098 ceph-mon[112578]: pgmap v4428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:30 smithi016 ceph-mon[96085]: pgmap v4428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:31.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:31.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:32.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:32.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:32 smithi098 ceph-mon[112578]: pgmap v4429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:32 smithi016 ceph-mon[96085]: pgmap v4429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:33.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:33.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:34.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:34.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:34 smithi098 ceph-mon[112578]: pgmap v4430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:34 smithi016 ceph-mon[96085]: pgmap v4430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:35.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:35.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:36.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:36.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:36 smithi098 ceph-mon[112578]: pgmap v4431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:08:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:08:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:08:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:08:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:08:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:08:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:36 smithi016 ceph-mon[96085]: pgmap v4431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:08:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:08:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:08:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:08:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:08:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:08:37.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:37.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:38.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:38.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:38 smithi098 ceph-mon[112578]: pgmap v4432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:08:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:38 smithi016 ceph-mon[96085]: pgmap v4432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:08:39.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:39.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:40.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:40.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:40 smithi098 ceph-mon[112578]: pgmap v4433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:40 smithi016 ceph-mon[96085]: pgmap v4433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:41.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:41.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:42.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:42.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:42 smithi098 ceph-mon[112578]: pgmap v4434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:42 smithi016 ceph-mon[96085]: pgmap v4434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:43.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:43.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:08:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:08:44.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:44.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:44 smithi098 ceph-mon[112578]: pgmap v4435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:44 smithi016 ceph-mon[96085]: pgmap v4435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:45.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:45.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:46.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:46.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:46 smithi098 ceph-mon[112578]: pgmap v4436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:46 smithi016 ceph-mon[96085]: pgmap v4436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:47.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:47.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:48.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:48.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:48 smithi098 ceph-mon[112578]: pgmap v4437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:08:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:48 smithi016 ceph-mon[96085]: pgmap v4437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:08:49.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:49.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:50.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:50.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:50 smithi098 ceph-mon[112578]: pgmap v4438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:50 smithi016 ceph-mon[96085]: pgmap v4438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:51.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:51.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:52.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:52.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:52 smithi098 ceph-mon[112578]: pgmap v4439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:52 smithi016 ceph-mon[96085]: pgmap v4439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:53.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:53.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:54.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:54.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:54 smithi098 ceph-mon[112578]: pgmap v4440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:54 smithi016 ceph-mon[96085]: pgmap v4440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:55.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:55.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:56.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:56.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:56 smithi098 ceph-mon[112578]: pgmap v4441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:56 smithi016 ceph-mon[96085]: pgmap v4441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:08:57.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:57.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:58.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:58.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:58 smithi098 ceph-mon[112578]: pgmap v4442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:08:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:08:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:08:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:58 smithi016 ceph-mon[96085]: pgmap v4442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:08:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:08:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:08:59.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:08:59.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:00.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:00.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:00 smithi098 ceph-mon[112578]: pgmap v4443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:00 smithi016 ceph-mon[96085]: pgmap v4443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:01.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:01.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:02.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:02.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:02 smithi098 ceph-mon[112578]: pgmap v4444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:02 smithi016 ceph-mon[96085]: pgmap v4444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:03.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:03.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:04.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:04.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:04 smithi098 ceph-mon[112578]: pgmap v4445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:04 smithi016 ceph-mon[96085]: pgmap v4445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:05.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:05.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:06.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:06.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:06 smithi098 ceph-mon[112578]: pgmap v4446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:06 smithi016 ceph-mon[96085]: pgmap v4446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:07.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:07.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:08.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:08.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:08 smithi098 ceph-mon[112578]: pgmap v4447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:09:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:08 smithi016 ceph-mon[96085]: pgmap v4447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:09:09.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:09.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:10.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:10.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:10 smithi098 ceph-mon[112578]: pgmap v4448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:10 smithi016 ceph-mon[96085]: pgmap v4448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:11.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:11.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:12.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:12.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:12 smithi098 ceph-mon[112578]: pgmap v4449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:12 smithi016 ceph-mon[96085]: pgmap v4449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:13.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:13.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:09:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:09:14.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:14.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:14 smithi016 ceph-mon[96085]: pgmap v4450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:14 smithi098 ceph-mon[112578]: pgmap v4450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:15.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:15.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:16.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:16.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:16 smithi098 ceph-mon[112578]: pgmap v4451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:16 smithi016 ceph-mon[96085]: pgmap v4451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:17.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:17.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:18.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:18.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:18 smithi098 ceph-mon[112578]: pgmap v4452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:09:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:18 smithi016 ceph-mon[96085]: pgmap v4452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:09:19.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:19.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:20.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:20.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:20 smithi098 ceph-mon[112578]: pgmap v4453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:20 smithi016 ceph-mon[96085]: pgmap v4453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:21.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:21.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:22.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:22.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:22 smithi098 ceph-mon[112578]: pgmap v4454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:22 smithi016 ceph-mon[96085]: pgmap v4454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:23.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:23.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:24.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:24.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:24.659 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:24 smithi098 ceph-mon[112578]: pgmap v4455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:24 smithi016 ceph-mon[96085]: pgmap v4455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:25.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:25.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:26.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:26.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:26 smithi098 ceph-mon[112578]: pgmap v4456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:26 smithi016 ceph-mon[96085]: pgmap v4456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:27.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:27.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:28.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:28.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:28 smithi098 ceph-mon[112578]: pgmap v4457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:09:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:09:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:28 smithi016 ceph-mon[96085]: pgmap v4457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:09:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:09:29.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:29.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:30.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:30.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:30 smithi098 ceph-mon[112578]: pgmap v4458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:30 smithi016 ceph-mon[96085]: pgmap v4458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:31.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:31.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:32.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:32.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:32 smithi098 ceph-mon[112578]: pgmap v4459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:32 smithi016 ceph-mon[96085]: pgmap v4459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:33.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:33.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:34.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:34.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:34 smithi098 ceph-mon[112578]: pgmap v4460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:34 smithi016 ceph-mon[96085]: pgmap v4460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:35.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:35.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:36.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:36.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:36 smithi098 ceph-mon[112578]: pgmap v4461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:09:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:36 smithi016 ceph-mon[96085]: pgmap v4461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:09:37.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:37.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:09:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:09:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:09:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:09:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:09:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:09:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:09:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:09:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:09:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:09:38.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:38.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:38 smithi098 ceph-mon[112578]: pgmap v4462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:09:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:38 smithi016 ceph-mon[96085]: pgmap v4462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:09:39.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:39.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:40.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:40.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:40 smithi098 ceph-mon[112578]: pgmap v4463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:40 smithi016 ceph-mon[96085]: pgmap v4463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:41.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:41.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:42.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:42.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:42 smithi098 ceph-mon[112578]: pgmap v4464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:42 smithi016 ceph-mon[96085]: pgmap v4464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:43.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:43.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:09:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:09:44.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:44.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:44 smithi098 ceph-mon[112578]: pgmap v4465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:44 smithi016 ceph-mon[96085]: pgmap v4465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:45.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:45.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:46.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:46.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:46 smithi098 ceph-mon[112578]: pgmap v4466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:46 smithi016 ceph-mon[96085]: pgmap v4466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:47.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:47.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:48.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:48.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:48 smithi098 ceph-mon[112578]: pgmap v4467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:09:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:48 smithi016 ceph-mon[96085]: pgmap v4467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:09:49.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:49.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:50.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:50.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:50 smithi098 ceph-mon[112578]: pgmap v4468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:50 smithi016 ceph-mon[96085]: pgmap v4468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:51.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:51.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:52.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:52.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:52 smithi098 ceph-mon[112578]: pgmap v4469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:52 smithi016 ceph-mon[96085]: pgmap v4469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:53.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:53.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:54.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:54.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:54.637 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:54 smithi016 ceph-mon[96085]: pgmap v4470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:54 smithi098 ceph-mon[112578]: pgmap v4470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:55.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:55.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:56.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:56.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:56 smithi098 ceph-mon[112578]: pgmap v4471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:56 smithi016 ceph-mon[96085]: pgmap v4471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:09:57.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:57.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:58.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:58.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:58 smithi098 ceph-mon[112578]: pgmap v4472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:09:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:09:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:09:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:58 smithi016 ceph-mon[96085]: pgmap v4472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:09:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:09:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:09:59.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:09:59.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:00.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:00.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:00 smithi098 ceph-mon[112578]: pgmap v4473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T23:10:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:00 smithi016 ceph-mon[96085]: pgmap v4473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T23:10:01.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:01.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:02.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:02.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:02 smithi098 ceph-mon[112578]: pgmap v4474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:02 smithi016 ceph-mon[96085]: pgmap v4474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:03.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:03.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:04.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:04.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:04.752 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:04 smithi016 ceph-mon[96085]: pgmap v4475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:04 smithi098 ceph-mon[112578]: pgmap v4475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:05.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:05.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:06.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:06.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:06 smithi098 ceph-mon[112578]: pgmap v4476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:06 smithi016 ceph-mon[96085]: pgmap v4476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:07.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:07.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:08.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:08.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:08 smithi098 ceph-mon[112578]: pgmap v4477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:10:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:08 smithi016 ceph-mon[96085]: pgmap v4477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:10:09.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:09.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:10.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:10.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:10 smithi098 ceph-mon[112578]: pgmap v4478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:10 smithi016 ceph-mon[96085]: pgmap v4478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:11.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:11.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:12.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:12.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:12 smithi098 ceph-mon[112578]: pgmap v4479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:12 smithi016 ceph-mon[96085]: pgmap v4479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:13.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:13.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:10:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:10:14.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:14.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:14 smithi098 ceph-mon[112578]: pgmap v4480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:14 smithi016 ceph-mon[96085]: pgmap v4480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:15.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:15.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:16.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:16.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:16 smithi098 ceph-mon[112578]: pgmap v4481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:16 smithi016 ceph-mon[96085]: pgmap v4481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:17.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:17.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:18 smithi098 ceph-mon[112578]: pgmap v4482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:10:18.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:18.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:18 smithi016 ceph-mon[96085]: pgmap v4482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:10:19.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:19.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:20 smithi098 ceph-mon[112578]: pgmap v4483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:20.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:20.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:20 smithi016 ceph-mon[96085]: pgmap v4483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:21.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:21.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:22.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:22.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:22 smithi098 ceph-mon[112578]: pgmap v4484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:22 smithi016 ceph-mon[96085]: pgmap v4484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:23.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:23.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:24.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:24.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:24 smithi098 ceph-mon[112578]: pgmap v4485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:24 smithi016 ceph-mon[96085]: pgmap v4485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:25.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:25.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:26.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:26.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:26 smithi098 ceph-mon[112578]: pgmap v4486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:26 smithi016 ceph-mon[96085]: pgmap v4486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:27.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:27.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:28 smithi098 ceph-mon[112578]: pgmap v4487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:10:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:10:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:28 smithi016 ceph-mon[96085]: pgmap v4487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:10:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:10:28.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:28.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:29.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:29.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:30.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:30.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:30 smithi098 ceph-mon[112578]: pgmap v4488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:30 smithi016 ceph-mon[96085]: pgmap v4488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:31.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:31.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:32.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:32.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:32 smithi098 ceph-mon[112578]: pgmap v4489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:32 smithi016 ceph-mon[96085]: pgmap v4489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:33.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:33.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:34.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:34.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:34 smithi098 ceph-mon[112578]: pgmap v4490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:34 smithi016 ceph-mon[96085]: pgmap v4490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:35.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:35.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:36.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:36.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:36 smithi098 ceph-mon[112578]: pgmap v4491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:36 smithi016 ceph-mon[96085]: pgmap v4491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:37.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:37.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:10:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:10:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:10:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:10:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:10:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:10:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:10:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:10:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:10:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:10:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:10:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:10:38.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:38.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:38 smithi098 ceph-mon[112578]: pgmap v4492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:10:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:38 smithi016 ceph-mon[96085]: pgmap v4492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:10:39.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:39.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:40 smithi016 ceph-mon[96085]: pgmap v4493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:40.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:40.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:40 smithi098 ceph-mon[112578]: pgmap v4493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:41.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:41.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:42.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:42.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:42 smithi098 ceph-mon[112578]: pgmap v4494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:42 smithi016 ceph-mon[96085]: pgmap v4494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:43.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:43.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:10:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:10:44.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:44.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:44 smithi098 ceph-mon[112578]: pgmap v4495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:44 smithi016 ceph-mon[96085]: pgmap v4495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:45.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:45.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:46.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:46.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:46 smithi098 ceph-mon[112578]: pgmap v4496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:46 smithi016 ceph-mon[96085]: pgmap v4496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:47.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:47.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:48 smithi098 ceph-mon[112578]: pgmap v4497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:10:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:48 smithi016 ceph-mon[96085]: pgmap v4497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:10:48.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:48.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:49.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:49.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:50 smithi016 ceph-mon[96085]: pgmap v4498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:50.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:50.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:50 smithi098 ceph-mon[112578]: pgmap v4498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:51.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:51.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:52.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:52.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:52 smithi098 ceph-mon[112578]: pgmap v4499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:52 smithi016 ceph-mon[96085]: pgmap v4499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:53.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:53.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:54.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:54.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:54 smithi098 ceph-mon[112578]: pgmap v4500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:54 smithi016 ceph-mon[96085]: pgmap v4500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:55.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:55.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:56.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:56.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:56 smithi098 ceph-mon[112578]: pgmap v4501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:56 smithi016 ceph-mon[96085]: pgmap v4501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:10:57.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:57.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:58 smithi098 ceph-mon[112578]: pgmap v4502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:10:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:10:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:10:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:58 smithi016 ceph-mon[96085]: pgmap v4502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:10:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:10:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:10:58.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:58.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:59.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:10:59.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:00.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:00.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:00.664 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:00 smithi098 ceph-mon[112578]: pgmap v4503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:00 smithi016 ceph-mon[96085]: pgmap v4503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:01.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:01.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:02.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:02.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:02 smithi098 ceph-mon[112578]: pgmap v4504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:02 smithi016 ceph-mon[96085]: pgmap v4504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:03.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:03.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:04.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:04.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:04 smithi098 ceph-mon[112578]: pgmap v4505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:04 smithi016 ceph-mon[96085]: pgmap v4505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:05.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:05.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:06.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:06.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:06 smithi098 ceph-mon[112578]: pgmap v4506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:06 smithi016 ceph-mon[96085]: pgmap v4506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:07.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:07.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:08 smithi098 ceph-mon[112578]: pgmap v4507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:11:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:08 smithi016 ceph-mon[96085]: pgmap v4507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:11:08.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:08.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:09.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:09.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:10.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:10.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:10 smithi098 ceph-mon[112578]: pgmap v4508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:10 smithi016 ceph-mon[96085]: pgmap v4508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:11.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:11.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:12.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:12.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:12 smithi098 ceph-mon[112578]: pgmap v4509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:12 smithi016 ceph-mon[96085]: pgmap v4509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:13.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:13.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:11:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:11:14.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:14.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:14 smithi098 ceph-mon[112578]: pgmap v4510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:14 smithi016 ceph-mon[96085]: pgmap v4510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:15.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:15.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:16.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:16.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:16 smithi098 ceph-mon[112578]: pgmap v4511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:16 smithi016 ceph-mon[96085]: pgmap v4511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:17.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:17.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:18 smithi098 ceph-mon[112578]: pgmap v4512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:11:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:18 smithi016 ceph-mon[96085]: pgmap v4512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:11:18.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:18.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:19.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:19.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:20.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:20.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:20 smithi098 ceph-mon[112578]: pgmap v4513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:20 smithi016 ceph-mon[96085]: pgmap v4513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:21.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:21.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:22.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:22.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:22 smithi098 ceph-mon[112578]: pgmap v4514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:22 smithi016 ceph-mon[96085]: pgmap v4514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:23.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:23.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:24.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:24.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:24 smithi098 ceph-mon[112578]: pgmap v4515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:24 smithi016 ceph-mon[96085]: pgmap v4515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:25.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:25.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:26.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:26.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:26 smithi098 ceph-mon[112578]: pgmap v4516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:26 smithi016 ceph-mon[96085]: pgmap v4516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:27.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:27.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:28 smithi098 ceph-mon[112578]: pgmap v4517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:11:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:11:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:28 smithi016 ceph-mon[96085]: pgmap v4517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:11:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:11:28.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:28.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:29.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:29.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:30.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:30.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:30.736 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:30 smithi016 ceph-mon[96085]: pgmap v4518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:30 smithi098 ceph-mon[112578]: pgmap v4518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:31.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:31.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:32.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:32.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:32 smithi098 ceph-mon[112578]: pgmap v4519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:32 smithi016 ceph-mon[96085]: pgmap v4519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:33.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:33.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:34.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:34.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:34 smithi098 ceph-mon[112578]: pgmap v4520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:34 smithi016 ceph-mon[96085]: pgmap v4520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:35.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:35.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:36.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:36.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:36 smithi098 ceph-mon[112578]: pgmap v4521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:36 smithi016 ceph-mon[96085]: pgmap v4521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:37.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:37.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:11:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:38 smithi098 ceph-mon[112578]: pgmap v4522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:11:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:11:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:38 smithi016 ceph-mon[96085]: pgmap v4522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:11:38.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:38.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:39.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:39.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:40.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:40.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:40 smithi098 ceph-mon[112578]: pgmap v4523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:11:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:11:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:40 smithi016 ceph-mon[96085]: pgmap v4523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:11:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:11:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:11:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:11:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:11:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:11:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:11:41.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:41.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:11:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:11:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:11:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:11:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:11:42.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:42.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:42 smithi098 ceph-mon[112578]: pgmap v4524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:42 smithi016 ceph-mon[96085]: pgmap v4524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:43.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:43.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:11:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:11:44.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:44.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:44 smithi098 ceph-mon[112578]: pgmap v4525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:44 smithi016 ceph-mon[96085]: pgmap v4525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:45.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:45.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:46.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:46.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:46 smithi098 ceph-mon[112578]: pgmap v4526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:46 smithi016 ceph-mon[96085]: pgmap v4526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:47.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:47.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:48 smithi098 ceph-mon[112578]: pgmap v4527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:11:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:48 smithi016 ceph-mon[96085]: pgmap v4527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:11:48.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:48.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:49.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:49.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:50.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:50.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:50 smithi098 ceph-mon[112578]: pgmap v4528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:50 smithi016 ceph-mon[96085]: pgmap v4528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:51.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:51.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:52.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:52.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:52 smithi098 ceph-mon[112578]: pgmap v4529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:52 smithi016 ceph-mon[96085]: pgmap v4529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:53.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:53.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:54.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:54.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:54 smithi098 ceph-mon[112578]: pgmap v4530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:54 smithi016 ceph-mon[96085]: pgmap v4530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:55.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:55.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:56 smithi098 ceph-mon[112578]: pgmap v4531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:56.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:56.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:56 smithi016 ceph-mon[96085]: pgmap v4531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:11:57.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:57.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:58 smithi098 ceph-mon[112578]: pgmap v4532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:11:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:11:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:11:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:58 smithi016 ceph-mon[96085]: pgmap v4532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:11:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:11:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:11:58.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:58.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:59.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:11:59.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:00.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:00.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:00 smithi098 ceph-mon[112578]: pgmap v4533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:00 smithi016 ceph-mon[96085]: pgmap v4533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:01.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:01.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:02.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:02.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:02 smithi098 ceph-mon[112578]: pgmap v4534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:02 smithi016 ceph-mon[96085]: pgmap v4534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:03.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:03.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:04.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:04.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:04 smithi098 ceph-mon[112578]: pgmap v4535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:04 smithi016 ceph-mon[96085]: pgmap v4535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:05.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:05.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:06.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:06.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:06 smithi098 ceph-mon[112578]: pgmap v4536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:06 smithi016 ceph-mon[96085]: pgmap v4536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:07.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:07.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:08 smithi098 ceph-mon[112578]: pgmap v4537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:12:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:08 smithi016 ceph-mon[96085]: pgmap v4537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:12:08.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:08.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:09.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:09.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:10.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:10.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:10 smithi098 ceph-mon[112578]: pgmap v4538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:10 smithi016 ceph-mon[96085]: pgmap v4538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:11.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:11.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:12.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:12.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:12 smithi098 ceph-mon[112578]: pgmap v4539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:12 smithi016 ceph-mon[96085]: pgmap v4539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:13.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:13.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:12:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:12:14.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:14.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:14 smithi098 ceph-mon[112578]: pgmap v4540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:14 smithi016 ceph-mon[96085]: pgmap v4540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:15.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:15.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:16 smithi016 ceph-mon[96085]: pgmap v4541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:16.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:16.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:16 smithi098 ceph-mon[112578]: pgmap v4541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:17.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:17.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:18 smithi098 ceph-mon[112578]: pgmap v4542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:12:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:18 smithi016 ceph-mon[96085]: pgmap v4542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:12:18.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:18.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:19.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:19.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:20.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:20.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:20 smithi098 ceph-mon[112578]: pgmap v4543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:20 smithi016 ceph-mon[96085]: pgmap v4543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:21.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:21.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:22.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:22.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:22 smithi098 ceph-mon[112578]: pgmap v4544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:22 smithi016 ceph-mon[96085]: pgmap v4544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:23.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:23.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:24.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:24.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:24 smithi098 ceph-mon[112578]: pgmap v4545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:24 smithi016 ceph-mon[96085]: pgmap v4545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:25.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:25.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:26.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:26.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:26 smithi098 ceph-mon[112578]: pgmap v4546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:26 smithi016 ceph-mon[96085]: pgmap v4546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:27.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:27.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:28 smithi098 ceph-mon[112578]: pgmap v4547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:12:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:12:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:28 smithi016 ceph-mon[96085]: pgmap v4547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:12:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:12:28.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:28.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:29.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:29.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:30.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:30.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:30 smithi098 ceph-mon[112578]: pgmap v4548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:30 smithi016 ceph-mon[96085]: pgmap v4548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:31.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:31.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:32.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:32.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:32 smithi098 ceph-mon[112578]: pgmap v4549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:32 smithi016 ceph-mon[96085]: pgmap v4549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:33.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:33.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:34.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:34.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:34 smithi098 ceph-mon[112578]: pgmap v4550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:34 smithi016 ceph-mon[96085]: pgmap v4550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:35.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:35.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:36.666 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:36 smithi098 ceph-mon[112578]: pgmap v4551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:36.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:36.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:36 smithi016 ceph-mon[96085]: pgmap v4551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:37.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:37.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:38 smithi098 ceph-mon[112578]: pgmap v4552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:12:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:38 smithi016 ceph-mon[96085]: pgmap v4552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:12:38.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:38.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:39.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:39.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:40.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:40.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:40 smithi098 ceph-mon[112578]: pgmap v4553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:40 smithi016 ceph-mon[96085]: pgmap v4553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:12:41.719 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:12:41.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:41.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:42.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:42.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:42 smithi098 ceph-mon[112578]: pgmap v4554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:42 smithi016 ceph-mon[96085]: pgmap v4554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:43.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:43.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:12:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:12:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:44 smithi098 ceph-mon[112578]: pgmap v4555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:44.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:44.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:44 smithi016 ceph-mon[96085]: pgmap v4555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:45.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:45.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:46.599 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:12:46.599 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:12:46.599 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:46 smithi016 ceph-mon[96085]: pgmap v4556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:46.599 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:12:46.600 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:12:46.600 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:12:46.600 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:12:46.600 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:12:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:12:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:12:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:46 smithi098 ceph-mon[112578]: pgmap v4556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:12:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:12:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:12:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:12:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:12:46.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:46.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:47.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:47.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:48 smithi098 ceph-mon[112578]: pgmap v4557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:12:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:48 smithi016 ceph-mon[96085]: pgmap v4557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:12:48.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:48.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:49.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:49.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:50 smithi098 ceph-mon[112578]: pgmap v4558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:50.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:50.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:50 smithi016 ceph-mon[96085]: pgmap v4558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:51.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:51.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:52 smithi098 ceph-mon[112578]: pgmap v4559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:52.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:52.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:52 smithi016 ceph-mon[96085]: pgmap v4559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:53.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:53.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:54 smithi098 ceph-mon[112578]: pgmap v4560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:54 smithi016 ceph-mon[96085]: pgmap v4560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:54.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:54.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:55.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:55.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:56.713 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:56 smithi016 ceph-mon[96085]: pgmap v4561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:56 smithi098 ceph-mon[112578]: pgmap v4561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:12:56.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:56.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:57.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:57.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:58 smithi098 ceph-mon[112578]: pgmap v4562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:12:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:12:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:12:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:58 smithi016 ceph-mon[96085]: pgmap v4562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:12:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:12:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:12:58.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:58.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:59.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:12:59.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:00 smithi098 ceph-mon[112578]: pgmap v4563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:00 smithi016 ceph-mon[96085]: pgmap v4563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:00.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:00.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:01.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:01.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:02 smithi098 ceph-mon[112578]: pgmap v4564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:02 smithi016 ceph-mon[96085]: pgmap v4564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:02.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:02.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:03.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:03.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:04 smithi098 ceph-mon[112578]: pgmap v4565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:04 smithi016 ceph-mon[96085]: pgmap v4565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:04.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:04.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:05.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:05.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:06 smithi098 ceph-mon[112578]: pgmap v4566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:06 smithi016 ceph-mon[96085]: pgmap v4566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:06.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:06.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:07.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:07.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:08 smithi098 ceph-mon[112578]: pgmap v4567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:13:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:08 smithi016 ceph-mon[96085]: pgmap v4567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:13:08.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:08.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:09.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:09.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:10 smithi098 ceph-mon[112578]: pgmap v4568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:10 smithi016 ceph-mon[96085]: pgmap v4568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:10.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:10.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:11.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:11.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:12 smithi098 ceph-mon[112578]: pgmap v4569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:12 smithi016 ceph-mon[96085]: pgmap v4569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:12.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:12.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:13:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:13:13.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:13.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:14 smithi098 ceph-mon[112578]: pgmap v4570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:14 smithi016 ceph-mon[96085]: pgmap v4570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:14.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:14.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:15.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:15.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:16 smithi098 ceph-mon[112578]: pgmap v4571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:16 smithi016 ceph-mon[96085]: pgmap v4571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:16.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:16.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:17.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:17.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:18 smithi098 ceph-mon[112578]: pgmap v4572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:13:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:18 smithi016 ceph-mon[96085]: pgmap v4572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:13:18.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:18.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:19.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:19.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:20 smithi098 ceph-mon[112578]: pgmap v4573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:20 smithi016 ceph-mon[96085]: pgmap v4573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:20.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:20.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:21.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:21.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:22 smithi098 ceph-mon[112578]: pgmap v4574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:22 smithi016 ceph-mon[96085]: pgmap v4574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:22.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:22.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:23.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:23.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:24 smithi098 ceph-mon[112578]: pgmap v4575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:24 smithi016 ceph-mon[96085]: pgmap v4575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:24.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:24.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:25.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:25.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:26 smithi098 ceph-mon[112578]: pgmap v4576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:26 smithi016 ceph-mon[96085]: pgmap v4576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:26.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:26.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:27.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:27.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:28 smithi098 ceph-mon[112578]: pgmap v4577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:13:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:13:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:28 smithi016 ceph-mon[96085]: pgmap v4577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:13:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:13:28.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:28.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:29.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:29.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:30 smithi098 ceph-mon[112578]: pgmap v4578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:30 smithi016 ceph-mon[96085]: pgmap v4578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:30.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:30.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:31.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:31.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:32 smithi098 ceph-mon[112578]: pgmap v4579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:32 smithi016 ceph-mon[96085]: pgmap v4579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:32.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:32.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:33.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:33.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:34 smithi098 ceph-mon[112578]: pgmap v4580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:34 smithi016 ceph-mon[96085]: pgmap v4580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:34.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:34.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:35.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:35.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:36 smithi098 ceph-mon[112578]: pgmap v4581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:36 smithi016 ceph-mon[96085]: pgmap v4581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:36.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:36.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:37.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:37.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:38 smithi098 ceph-mon[112578]: pgmap v4582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:13:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:38 smithi016 ceph-mon[96085]: pgmap v4582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:13:38.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:38.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:39.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:39.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:40 smithi098 ceph-mon[112578]: pgmap v4583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:40 smithi016 ceph-mon[96085]: pgmap v4583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:40.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:40.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:41.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:41.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:42 smithi016 ceph-mon[96085]: pgmap v4584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:42 smithi098 ceph-mon[112578]: pgmap v4584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:42.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:42.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:13:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:13:43.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:43.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:44 smithi098 ceph-mon[112578]: pgmap v4585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:44 smithi016 ceph-mon[96085]: pgmap v4585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:44.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:44.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:45.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:45.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:46 smithi098 ceph-mon[112578]: pgmap v4586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:13:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:13:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:13:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:13:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:13:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:13:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:46 smithi016 ceph-mon[96085]: pgmap v4586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:13:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:13:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:13:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:13:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:13:46.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:13:46.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:46.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:47.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:47.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:48 smithi098 ceph-mon[112578]: pgmap v4587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:13:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:48 smithi016 ceph-mon[96085]: pgmap v4587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:13:48.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:48.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:49.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:49.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:50 smithi098 ceph-mon[112578]: pgmap v4588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:50 smithi016 ceph-mon[96085]: pgmap v4588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:50.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:50.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:51.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:51.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:52 smithi098 ceph-mon[112578]: pgmap v4589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:52 smithi016 ceph-mon[96085]: pgmap v4589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:52.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:52.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:53.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:53.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:54 smithi098 ceph-mon[112578]: pgmap v4590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:54 smithi016 ceph-mon[96085]: pgmap v4590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:54.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:54.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:55.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:55.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:56 smithi098 ceph-mon[112578]: pgmap v4591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:56 smithi016 ceph-mon[96085]: pgmap v4591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:13:56.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:56.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:57.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:57.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:58 smithi098 ceph-mon[112578]: pgmap v4592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:13:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:13:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:13:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:58 smithi016 ceph-mon[96085]: pgmap v4592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:13:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:13:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:13:58.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:58.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:59.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:13:59.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:00 smithi098 ceph-mon[112578]: pgmap v4593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:00 smithi016 ceph-mon[96085]: pgmap v4593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:00.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:00.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:01.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:01.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:02 smithi098 ceph-mon[112578]: pgmap v4594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:02 smithi016 ceph-mon[96085]: pgmap v4594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:02.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:02.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:03.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:03.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:04 smithi098 ceph-mon[112578]: pgmap v4595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:04 smithi016 ceph-mon[96085]: pgmap v4595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:04.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:04.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:05.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:05.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:06 smithi098 ceph-mon[112578]: pgmap v4596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:06 smithi016 ceph-mon[96085]: pgmap v4596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:06.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:06.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:07.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:07.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:08 smithi098 ceph-mon[112578]: pgmap v4597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:14:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:08 smithi016 ceph-mon[96085]: pgmap v4597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:14:08.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:08.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:09.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:09.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:10 smithi098 ceph-mon[112578]: pgmap v4598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:10 smithi016 ceph-mon[96085]: pgmap v4598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:10.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:10.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:11.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:11.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:12 smithi098 ceph-mon[112578]: pgmap v4599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:12 smithi016 ceph-mon[96085]: pgmap v4599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:12.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:12.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:14:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:14:13.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:13.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:14 smithi098 ceph-mon[112578]: pgmap v4600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:14 smithi016 ceph-mon[96085]: pgmap v4600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:14.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:14.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:15.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:15.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:16 smithi098 ceph-mon[112578]: pgmap v4601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:16 smithi016 ceph-mon[96085]: pgmap v4601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:16.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:16.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:17.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:17.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:18 smithi098 ceph-mon[112578]: pgmap v4602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:14:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:18 smithi016 ceph-mon[96085]: pgmap v4602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:14:18.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:18.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:19.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:19.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:20 smithi098 ceph-mon[112578]: pgmap v4603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:20 smithi016 ceph-mon[96085]: pgmap v4603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:20.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:20.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:21.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:21.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:22.692 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:22 smithi016 ceph-mon[96085]: pgmap v4604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:22 smithi098 ceph-mon[112578]: pgmap v4604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:22.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:22.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:23.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:23.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:24 smithi098 ceph-mon[112578]: pgmap v4605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:24 smithi016 ceph-mon[96085]: pgmap v4605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:24.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:24.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:25.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:25.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:26 smithi098 ceph-mon[112578]: pgmap v4606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:26 smithi016 ceph-mon[96085]: pgmap v4606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:26.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:26.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:27.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:27.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:28 smithi098 ceph-mon[112578]: pgmap v4607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:14:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:14:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:28 smithi016 ceph-mon[96085]: pgmap v4607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:14:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:14:28.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:28.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:29.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:29.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:30 smithi098 ceph-mon[112578]: pgmap v4608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:30 smithi016 ceph-mon[96085]: pgmap v4608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:30.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:30.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:31.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:31.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:32 smithi098 ceph-mon[112578]: pgmap v4609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:32 smithi016 ceph-mon[96085]: pgmap v4609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:32.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:32.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:33.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:33.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:34 smithi098 ceph-mon[112578]: pgmap v4610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:34 smithi016 ceph-mon[96085]: pgmap v4610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:34.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:34.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:35.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:35.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:36 smithi098 ceph-mon[112578]: pgmap v4611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:36 smithi016 ceph-mon[96085]: pgmap v4611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:36.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:36.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:37.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:37.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:38 smithi098 ceph-mon[112578]: pgmap v4612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:14:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:38 smithi016 ceph-mon[96085]: pgmap v4612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:14:38.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:38.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:39.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:39.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:40 smithi098 ceph-mon[112578]: pgmap v4613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:40 smithi016 ceph-mon[96085]: pgmap v4613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:40.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:40.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:41.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:41.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:42 smithi098 ceph-mon[112578]: pgmap v4614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:42 smithi016 ceph-mon[96085]: pgmap v4614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:42.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:42.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:14:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:14:43.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:43.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:44 smithi098 ceph-mon[112578]: pgmap v4615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:44 smithi016 ceph-mon[96085]: pgmap v4615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:44.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:44.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:45.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:45.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:46 smithi098 ceph-mon[112578]: pgmap v4616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:46 smithi016 ceph-mon[96085]: pgmap v4616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:46.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:46.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:14:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:14:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:14:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:14:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:14:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:14:47.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:14:47.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:14:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:14:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:14:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:14:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:14:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:14:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:14:47.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:14:47.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:14:47.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:47.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:48 smithi098 ceph-mon[112578]: pgmap v4617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:14:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:48 smithi016 ceph-mon[96085]: pgmap v4617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:14:48.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:48.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:49.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:49.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:50 smithi098 ceph-mon[112578]: pgmap v4618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:50 smithi016 ceph-mon[96085]: pgmap v4618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:50.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:50.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:51.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:51.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:52 smithi098 ceph-mon[112578]: pgmap v4619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:52 smithi016 ceph-mon[96085]: pgmap v4619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:52.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:52.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:53.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:53.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:54 smithi098 ceph-mon[112578]: pgmap v4620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:54 smithi016 ceph-mon[96085]: pgmap v4620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:54.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:54.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:55.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:55.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:56 smithi098 ceph-mon[112578]: pgmap v4621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:56 smithi016 ceph-mon[96085]: pgmap v4621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:14:56.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:56.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:57.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:57.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:58 smithi098 ceph-mon[112578]: pgmap v4622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:14:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:14:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:14:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:58 smithi016 ceph-mon[96085]: pgmap v4622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:14:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:14:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:14:58.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:58.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:59.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:14:59.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:00 smithi098 ceph-mon[112578]: pgmap v4623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:00 smithi016 ceph-mon[96085]: pgmap v4623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:00.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:00.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:01.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:01.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:02 smithi098 ceph-mon[112578]: pgmap v4624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:02 smithi016 ceph-mon[96085]: pgmap v4624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:02.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:02.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:03.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:03.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:04 smithi098 ceph-mon[112578]: pgmap v4625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:04 smithi016 ceph-mon[96085]: pgmap v4625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:04.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:04.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:05.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:05.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:06 smithi098 ceph-mon[112578]: pgmap v4626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:06 smithi016 ceph-mon[96085]: pgmap v4626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:06.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:06.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:08.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:08.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:08 smithi098 ceph-mon[112578]: pgmap v4627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:15:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:08 smithi016 ceph-mon[96085]: pgmap v4627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:15:09.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:09.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:10.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:10.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:10 smithi098 ceph-mon[112578]: pgmap v4628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:10 smithi016 ceph-mon[96085]: pgmap v4628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:11.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:11.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:12.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:12.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:12 smithi098 ceph-mon[112578]: pgmap v4629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:12 smithi016 ceph-mon[96085]: pgmap v4629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:13.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:13.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:15:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:15:14.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:14.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:14 smithi098 ceph-mon[112578]: pgmap v4630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:14 smithi016 ceph-mon[96085]: pgmap v4630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:15.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:15.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:16.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:16.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:16 smithi098 ceph-mon[112578]: pgmap v4631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:16 smithi016 ceph-mon[96085]: pgmap v4631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:17.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:17.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:18.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:18.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:18 smithi098 ceph-mon[112578]: pgmap v4632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:15:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:18 smithi016 ceph-mon[96085]: pgmap v4632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:15:19.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:19.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:20.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:20.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:20 smithi098 ceph-mon[112578]: pgmap v4633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:20 smithi016 ceph-mon[96085]: pgmap v4633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:21.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:21.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:22.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:22.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:22 smithi098 ceph-mon[112578]: pgmap v4634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:22 smithi016 ceph-mon[96085]: pgmap v4634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:23.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:23.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:24.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:24.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:24 smithi098 ceph-mon[112578]: pgmap v4635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:24 smithi016 ceph-mon[96085]: pgmap v4635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:25.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:25.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:26.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:26.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:26 smithi098 ceph-mon[112578]: pgmap v4636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:26 smithi016 ceph-mon[96085]: pgmap v4636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:27.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:27.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:28.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:28.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:28.441 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:28 smithi016 ceph-mon[96085]: pgmap v4637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:15:28.441 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:15:28.452 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:28 smithi098 ceph-mon[112578]: pgmap v4637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:15:28.452 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:15:29.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:29.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:30.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:30.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:30 smithi098 ceph-mon[112578]: pgmap v4638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:30 smithi016 ceph-mon[96085]: pgmap v4638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:31.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:31.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:32.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:32.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:32 smithi098 ceph-mon[112578]: pgmap v4639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:32 smithi016 ceph-mon[96085]: pgmap v4639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:33.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:33.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:34.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:34.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:34 smithi098 ceph-mon[112578]: pgmap v4640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:34 smithi016 ceph-mon[96085]: pgmap v4640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:35.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:35.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:36.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:36.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:36 smithi098 ceph-mon[112578]: pgmap v4641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:36 smithi016 ceph-mon[96085]: pgmap v4641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:37.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:37.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:38.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:38.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:38 smithi098 ceph-mon[112578]: pgmap v4642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:15:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:38 smithi016 ceph-mon[96085]: pgmap v4642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:15:39.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:39.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:40.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:40.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:40 smithi098 ceph-mon[112578]: pgmap v4643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:40 smithi016 ceph-mon[96085]: pgmap v4643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:41.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:41.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:42.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:42.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:42 smithi098 ceph-mon[112578]: pgmap v4644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:42 smithi016 ceph-mon[96085]: pgmap v4644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:43.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:43.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:15:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:15:44.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:44.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:44 smithi098 ceph-mon[112578]: pgmap v4645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:44 smithi016 ceph-mon[96085]: pgmap v4645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:45.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:45.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:46.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:46.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:46 smithi098 ceph-mon[112578]: pgmap v4646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:46 smithi016 ceph-mon[96085]: pgmap v4646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:47.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:47.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:48.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:48.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:48 smithi098 ceph-mon[112578]: pgmap v4647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:15:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:15:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:15:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:15:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:15:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:15:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:15:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:48 smithi016 ceph-mon[96085]: pgmap v4647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:15:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:15:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:15:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:15:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:15:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:15:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:15:49.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:49.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:50.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:50.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:50 smithi098 ceph-mon[112578]: pgmap v4648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:50 smithi016 ceph-mon[96085]: pgmap v4648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:51.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:51.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:52.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:52.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:52 smithi098 ceph-mon[112578]: pgmap v4649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:52 smithi016 ceph-mon[96085]: pgmap v4649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:53.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:53.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:54.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:54.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:54 smithi098 ceph-mon[112578]: pgmap v4650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:54 smithi016 ceph-mon[96085]: pgmap v4650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:55.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:55.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:56.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:56.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:56 smithi098 ceph-mon[112578]: pgmap v4651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:56 smithi016 ceph-mon[96085]: pgmap v4651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:15:57.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:57.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:58.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:58.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:58 smithi098 ceph-mon[112578]: pgmap v4652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:15:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:15:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:15:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:58 smithi016 ceph-mon[96085]: pgmap v4652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:15:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:15:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:15:59.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:15:59.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:00.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:00.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:00 smithi098 ceph-mon[112578]: pgmap v4653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:00 smithi016 ceph-mon[96085]: pgmap v4653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:01.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:01.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:02.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:02.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:02 smithi098 ceph-mon[112578]: pgmap v4654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:02 smithi016 ceph-mon[96085]: pgmap v4654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:03.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:03.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:04.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:04.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:04 smithi098 ceph-mon[112578]: pgmap v4655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:04 smithi016 ceph-mon[96085]: pgmap v4655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:05.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:05.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:06.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:06.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:06 smithi098 ceph-mon[112578]: pgmap v4656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:06 smithi016 ceph-mon[96085]: pgmap v4656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:07.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:07.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:08.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:08.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:08 smithi098 ceph-mon[112578]: pgmap v4657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:16:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:08 smithi016 ceph-mon[96085]: pgmap v4657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:16:09.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:09.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:10.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:10.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:10 smithi098 ceph-mon[112578]: pgmap v4658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:10 smithi016 ceph-mon[96085]: pgmap v4658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:11.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:11.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:12.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:12.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:12 smithi098 ceph-mon[112578]: pgmap v4659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:12 smithi016 ceph-mon[96085]: pgmap v4659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:13.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:13.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:16:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:16:14.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:14.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:14 smithi098 ceph-mon[112578]: pgmap v4660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:14 smithi016 ceph-mon[96085]: pgmap v4660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:15.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:15.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:16.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:16.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:16 smithi098 ceph-mon[112578]: pgmap v4661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:16 smithi016 ceph-mon[96085]: pgmap v4661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:17.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:17.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:18.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:18.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:18 smithi098 ceph-mon[112578]: pgmap v4662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:16:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:18 smithi016 ceph-mon[96085]: pgmap v4662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:16:19.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:19.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:20.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:20.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:20 smithi098 ceph-mon[112578]: pgmap v4663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:20 smithi016 ceph-mon[96085]: pgmap v4663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:21.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:21.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:22.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:22.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:22 smithi098 ceph-mon[112578]: pgmap v4664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:22 smithi016 ceph-mon[96085]: pgmap v4664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:23.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:23.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:24.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:24.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:24 smithi098 ceph-mon[112578]: pgmap v4665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:24 smithi016 ceph-mon[96085]: pgmap v4665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:25.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:25.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:26.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:26.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:26 smithi098 ceph-mon[112578]: pgmap v4666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:26 smithi016 ceph-mon[96085]: pgmap v4666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:27.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:27.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:28.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:28.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:28 smithi098 ceph-mon[112578]: pgmap v4667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:16:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:16:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:28 smithi016 ceph-mon[96085]: pgmap v4667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:16:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:16:29.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:29.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:30.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:30.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:30 smithi098 ceph-mon[112578]: pgmap v4668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:30 smithi016 ceph-mon[96085]: pgmap v4668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:31.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:31.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:32.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:32.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:32 smithi098 ceph-mon[112578]: pgmap v4669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:32 smithi016 ceph-mon[96085]: pgmap v4669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:33.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:33.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:34.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:34.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:34 smithi098 ceph-mon[112578]: pgmap v4670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:34 smithi016 ceph-mon[96085]: pgmap v4670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:35.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:35.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:36.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:36.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:36 smithi098 ceph-mon[112578]: pgmap v4671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:36 smithi016 ceph-mon[96085]: pgmap v4671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:37.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:37.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:38.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:38.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:38 smithi098 ceph-mon[112578]: pgmap v4672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:16:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:38 smithi016 ceph-mon[96085]: pgmap v4672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:16:39.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:39.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:40.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:40.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:40 smithi098 ceph-mon[112578]: pgmap v4673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:40 smithi016 ceph-mon[96085]: pgmap v4673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:41.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:41.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:42.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:42.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:42 smithi098 ceph-mon[112578]: pgmap v4674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:42 smithi016 ceph-mon[96085]: pgmap v4674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:43.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:43.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:16:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:16:44.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:44.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:44 smithi098 ceph-mon[112578]: pgmap v4675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:44 smithi016 ceph-mon[96085]: pgmap v4675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:45.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:45.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:46.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:46.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:46 smithi098 ceph-mon[112578]: pgmap v4676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:46 smithi016 ceph-mon[96085]: pgmap v4676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:47.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:47.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:48.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:48.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:48 smithi098 ceph-mon[112578]: pgmap v4677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:16:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:48 smithi016 ceph-mon[96085]: pgmap v4677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:16:49.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:49.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:16:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:16:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:16:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:16:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:16:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:16:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:16:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:16:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:16:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:16:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:16:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:16:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:16:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:16:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:16:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:16:50.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:50.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:50 smithi098 ceph-mon[112578]: pgmap v4678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:50 smithi016 ceph-mon[96085]: pgmap v4678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:51.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:51.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:52.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:52.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:52 smithi098 ceph-mon[112578]: pgmap v4679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:52 smithi016 ceph-mon[96085]: pgmap v4679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:53.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:53.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:54.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:54.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:54 smithi098 ceph-mon[112578]: pgmap v4680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:54 smithi016 ceph-mon[96085]: pgmap v4680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:55.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:55.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:56.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:56.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:56 smithi098 ceph-mon[112578]: pgmap v4681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:56 smithi016 ceph-mon[96085]: pgmap v4681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:16:57.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:57.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:58.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:58.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:58 smithi098 ceph-mon[112578]: pgmap v4682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:16:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:16:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:16:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:58 smithi016 ceph-mon[96085]: pgmap v4682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:16:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:16:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:16:59.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:16:59.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:00.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:00.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:00 smithi098 ceph-mon[112578]: pgmap v4683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:00 smithi016 ceph-mon[96085]: pgmap v4683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:01.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:01.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:02.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:02.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:02 smithi098 ceph-mon[112578]: pgmap v4684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:02 smithi016 ceph-mon[96085]: pgmap v4684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:03.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:03.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:04.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:04.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:04 smithi098 ceph-mon[112578]: pgmap v4685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:04 smithi016 ceph-mon[96085]: pgmap v4685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:05.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:05.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:06.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:06.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:06 smithi098 ceph-mon[112578]: pgmap v4686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:06 smithi016 ceph-mon[96085]: pgmap v4686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:07.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:07.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:08.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:08.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:08 smithi098 ceph-mon[112578]: pgmap v4687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:17:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:08 smithi016 ceph-mon[96085]: pgmap v4687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:17:09.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:09.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:10.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:10.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:10 smithi098 ceph-mon[112578]: pgmap v4688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:10 smithi016 ceph-mon[96085]: pgmap v4688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:11.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:11.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:12.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:12.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:12 smithi098 ceph-mon[112578]: pgmap v4689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:12 smithi016 ceph-mon[96085]: pgmap v4689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:13.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:13.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:17:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:17:14.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:14.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:14 smithi098 ceph-mon[112578]: pgmap v4690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:14 smithi016 ceph-mon[96085]: pgmap v4690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:15.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:15.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:16.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:16.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:16 smithi098 ceph-mon[112578]: pgmap v4691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:16 smithi016 ceph-mon[96085]: pgmap v4691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:17.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:17.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:18.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:18.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:18 smithi098 ceph-mon[112578]: pgmap v4692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:17:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:18 smithi016 ceph-mon[96085]: pgmap v4692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:17:19.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:19.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:20.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:20.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:20 smithi098 ceph-mon[112578]: pgmap v4693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:20 smithi016 ceph-mon[96085]: pgmap v4693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:21.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:21.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:22.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:22.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:22 smithi098 ceph-mon[112578]: pgmap v4694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:22 smithi016 ceph-mon[96085]: pgmap v4694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:23.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:23.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:24.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:24.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:24.763 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:24 smithi016 ceph-mon[96085]: pgmap v4695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:24 smithi098 ceph-mon[112578]: pgmap v4695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:25.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:25.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:26.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:26.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:26 smithi098 ceph-mon[112578]: pgmap v4696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:26 smithi016 ceph-mon[96085]: pgmap v4696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:27.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:27.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:28.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:28.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:28 smithi098 ceph-mon[112578]: pgmap v4697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:17:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:17:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:28 smithi016 ceph-mon[96085]: pgmap v4697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:17:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:17:29.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:29.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:30.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:30.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:30 smithi098 ceph-mon[112578]: pgmap v4698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:30 smithi016 ceph-mon[96085]: pgmap v4698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:31.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:31.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:32.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:32.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:32 smithi098 ceph-mon[112578]: pgmap v4699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:32 smithi016 ceph-mon[96085]: pgmap v4699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:33.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:33.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:34.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:34.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:34.761 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:34 smithi098 ceph-mon[112578]: pgmap v4700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:34 smithi016 ceph-mon[96085]: pgmap v4700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:35.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:35.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:36.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:36.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:36 smithi098 ceph-mon[112578]: pgmap v4701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:36 smithi016 ceph-mon[96085]: pgmap v4701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:37.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:37.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:38.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:38.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:38 smithi098 ceph-mon[112578]: pgmap v4702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:17:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:38 smithi016 ceph-mon[96085]: pgmap v4702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:17:39.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:39.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:40.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:40.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:40 smithi098 ceph-mon[112578]: pgmap v4703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:40 smithi016 ceph-mon[96085]: pgmap v4703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:41.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:41.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:42.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:42.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:42 smithi098 ceph-mon[112578]: pgmap v4704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:42 smithi016 ceph-mon[96085]: pgmap v4704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:43.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:43.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:17:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:17:44.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:44.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:44 smithi098 ceph-mon[112578]: pgmap v4705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:44 smithi016 ceph-mon[96085]: pgmap v4705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:45.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:45.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:46.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:46.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:46 smithi098 ceph-mon[112578]: pgmap v4706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:46 smithi016 ceph-mon[96085]: pgmap v4706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:47.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:47.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:48.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:48.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:48 smithi098 ceph-mon[112578]: pgmap v4707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:17:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:48 smithi016 ceph-mon[96085]: pgmap v4707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:17:49.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:49.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:17:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:17:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:50 smithi098 ceph-mon[112578]: pgmap v4708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:17:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:17:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:17:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:17:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:17:50.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:50.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:50 smithi016 ceph-mon[96085]: pgmap v4708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:17:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:17:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:17:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:17:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:17:51.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:51.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:52.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:52.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:52 smithi098 ceph-mon[112578]: pgmap v4709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:52 smithi016 ceph-mon[96085]: pgmap v4709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:53.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:53.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:54.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:54.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:54 smithi098 ceph-mon[112578]: pgmap v4710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:54 smithi016 ceph-mon[96085]: pgmap v4710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:55.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:55.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:56.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:56.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:56 smithi098 ceph-mon[112578]: pgmap v4711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:56 smithi016 ceph-mon[96085]: pgmap v4711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:17:57.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:57.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:58.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:58.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:58 smithi098 ceph-mon[112578]: pgmap v4712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:17:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:17:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:17:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:58 smithi016 ceph-mon[96085]: pgmap v4712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:17:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:17:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:17:59.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:17:59.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:00.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:00.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:00 smithi098 ceph-mon[112578]: pgmap v4713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:00 smithi016 ceph-mon[96085]: pgmap v4713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:01.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:01.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:02.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:02.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:02 smithi098 ceph-mon[112578]: pgmap v4714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:02 smithi016 ceph-mon[96085]: pgmap v4714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:03.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:03.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:04.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:04.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:04 smithi098 ceph-mon[112578]: pgmap v4715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:04 smithi016 ceph-mon[96085]: pgmap v4715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:05.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:05.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:06.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:06.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:06 smithi098 ceph-mon[112578]: pgmap v4716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:06 smithi016 ceph-mon[96085]: pgmap v4716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:07.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:07.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:08.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:08.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:08 smithi098 ceph-mon[112578]: pgmap v4717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:18:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:08 smithi016 ceph-mon[96085]: pgmap v4717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:18:09.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:09.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:10.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:10.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:10 smithi016 ceph-mon[96085]: pgmap v4718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:10 smithi098 ceph-mon[112578]: pgmap v4718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:11.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:11.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:12.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:12.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:12 smithi098 ceph-mon[112578]: pgmap v4719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:12 smithi016 ceph-mon[96085]: pgmap v4719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:13.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:13.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:18:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:18:14.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:14.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:14 smithi016 ceph-mon[96085]: pgmap v4720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:14 smithi098 ceph-mon[112578]: pgmap v4720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:15.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:15.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:16.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:16.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:16 smithi016 ceph-mon[96085]: pgmap v4721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:16 smithi098 ceph-mon[112578]: pgmap v4721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:17.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:17.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:18.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:18.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:18 smithi098 ceph-mon[112578]: pgmap v4722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:18:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:18 smithi016 ceph-mon[96085]: pgmap v4722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:18:19.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:19.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:20.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:20.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:20 smithi098 ceph-mon[112578]: pgmap v4723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:20 smithi016 ceph-mon[96085]: pgmap v4723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:21.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:21.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:22.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:22.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:22 smithi098 ceph-mon[112578]: pgmap v4724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:22 smithi016 ceph-mon[96085]: pgmap v4724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:23.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:23.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:24.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:24.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:24 smithi098 ceph-mon[112578]: pgmap v4725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:24 smithi016 ceph-mon[96085]: pgmap v4725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:26.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:26.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:26 smithi016 ceph-mon[96085]: pgmap v4726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:26 smithi098 ceph-mon[112578]: pgmap v4726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:27.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:27.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:28.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:28.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:28 smithi098 ceph-mon[112578]: pgmap v4727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:18:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:18:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:28 smithi016 ceph-mon[96085]: pgmap v4727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:18:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:18:29.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:29.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:30.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:30.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:30 smithi098 ceph-mon[112578]: pgmap v4728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:30 smithi016 ceph-mon[96085]: pgmap v4728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:31.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:31.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:32.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:32.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:32 smithi098 ceph-mon[112578]: pgmap v4729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:32 smithi016 ceph-mon[96085]: pgmap v4729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:33.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:33.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:34.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:34.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:34 smithi016 ceph-mon[96085]: pgmap v4730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:34 smithi098 ceph-mon[112578]: pgmap v4730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:35.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:35.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:36.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:36.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:36 smithi016 ceph-mon[96085]: pgmap v4731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:36 smithi098 ceph-mon[112578]: pgmap v4731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:37.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:37.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:38.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:38.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:38 smithi098 ceph-mon[112578]: pgmap v4732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:18:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:38 smithi016 ceph-mon[96085]: pgmap v4732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:18:39.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:39.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:40.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:40.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:40 smithi098 ceph-mon[112578]: pgmap v4733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:40 smithi016 ceph-mon[96085]: pgmap v4733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:41.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:41.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:42.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:42.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:42 smithi016 ceph-mon[96085]: pgmap v4734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:42 smithi098 ceph-mon[112578]: pgmap v4734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:43.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:43.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:18:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:18:44.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:44.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:44 smithi016 ceph-mon[96085]: pgmap v4735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:44 smithi098 ceph-mon[112578]: pgmap v4735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:45.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:45.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:46.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:46.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:46 smithi016 ceph-mon[96085]: pgmap v4736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:46 smithi098 ceph-mon[112578]: pgmap v4736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:47.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:47.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:48.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:48.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:48 smithi098 ceph-mon[112578]: pgmap v4737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:18:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:48 smithi016 ceph-mon[96085]: pgmap v4737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:18:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:49.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:50.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:50.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:50 smithi016 ceph-mon[96085]: pgmap v4738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:18:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:50 smithi098 ceph-mon[112578]: pgmap v4738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:18:51.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:51.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:51.970 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:51.971 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:51.971 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:51.971 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:52.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:52.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:52 smithi098 ceph-mon[112578]: pgmap v4739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:52 smithi016 ceph-mon[96085]: pgmap v4739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:53.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:53.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:54.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:54.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:54 smithi098 ceph-mon[112578]: pgmap v4740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:54 smithi016 ceph-mon[96085]: pgmap v4740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:55.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:55.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:18:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:18:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:56.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:18:56.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:18:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:18:56.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:56.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:18:56.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:18:56.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:56.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:56 smithi098 ceph-mon[112578]: pgmap v4741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:56 smithi016 ceph-mon[96085]: pgmap v4741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:18:57.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:57.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:58.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:58.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:58 smithi098 ceph-mon[112578]: pgmap v4742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:18:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:18:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:18:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:58 smithi016 ceph-mon[96085]: pgmap v4742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:18:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:18:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:18:59.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:18:59.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:00.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:00.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:00 smithi016 ceph-mon[96085]: pgmap v4743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:00 smithi098 ceph-mon[112578]: pgmap v4743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:01.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:01.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:02.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:02.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:02 smithi016 ceph-mon[96085]: pgmap v4744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:02 smithi098 ceph-mon[112578]: pgmap v4744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:03.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:03.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:04.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:04.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:04 smithi016 ceph-mon[96085]: pgmap v4745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:04 smithi098 ceph-mon[112578]: pgmap v4745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:05.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:05.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:06.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:06.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:06 smithi016 ceph-mon[96085]: pgmap v4746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:06 smithi098 ceph-mon[112578]: pgmap v4746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:07.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:07.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:08.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:08.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:08 smithi098 ceph-mon[112578]: pgmap v4747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:19:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:08 smithi016 ceph-mon[96085]: pgmap v4747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:19:09.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:09.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:10.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:10.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:10 smithi016 ceph-mon[96085]: pgmap v4748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:10 smithi098 ceph-mon[112578]: pgmap v4748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:11.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:11.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:12.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:12.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:12 smithi016 ceph-mon[96085]: pgmap v4749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:12 smithi098 ceph-mon[112578]: pgmap v4749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:13.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:13.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:19:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:19:14.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:14.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:14 smithi098 ceph-mon[112578]: pgmap v4750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:14 smithi016 ceph-mon[96085]: pgmap v4750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:15.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:15.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:16.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:16.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:16 smithi098 ceph-mon[112578]: pgmap v4751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:16 smithi016 ceph-mon[96085]: pgmap v4751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:17.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:17.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:18.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:18.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:18 smithi098 ceph-mon[112578]: pgmap v4752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:19:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:18 smithi016 ceph-mon[96085]: pgmap v4752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:19:19.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:19.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:20.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:20.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:20 smithi016 ceph-mon[96085]: pgmap v4753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:20.868 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:20 smithi098 ceph-mon[112578]: pgmap v4753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:21.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:21.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:22.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:22.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:22 smithi016 ceph-mon[96085]: pgmap v4754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:22 smithi098 ceph-mon[112578]: pgmap v4754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:23.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:23.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:24.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:24.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:24 smithi098 ceph-mon[112578]: pgmap v4755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:24 smithi016 ceph-mon[96085]: pgmap v4755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:25.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:25.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:26.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:26.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:26 smithi098 ceph-mon[112578]: pgmap v4756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:26 smithi016 ceph-mon[96085]: pgmap v4756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:27.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:27.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:28.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:28.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:28 smithi098 ceph-mon[112578]: pgmap v4757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:19:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:19:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:28 smithi016 ceph-mon[96085]: pgmap v4757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:19:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:19:29.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:29.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:30.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:30.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:30.973 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:30 smithi098 ceph-mon[112578]: pgmap v4758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:30 smithi016 ceph-mon[96085]: pgmap v4758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:31.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:31.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:32.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:32.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:32 smithi098 ceph-mon[112578]: pgmap v4759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:32 smithi016 ceph-mon[96085]: pgmap v4759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:33.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:33.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:34.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:34.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:34 smithi098 ceph-mon[112578]: pgmap v4760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:34 smithi016 ceph-mon[96085]: pgmap v4760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:35.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:35.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:36.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:36.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:36 smithi098 ceph-mon[112578]: pgmap v4761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:36 smithi016 ceph-mon[96085]: pgmap v4761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:37.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:37.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:38.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:38.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:38 smithi098 ceph-mon[112578]: pgmap v4762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:19:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:38 smithi016 ceph-mon[96085]: pgmap v4762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:19:39.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:39.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:40.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:40.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:40 smithi098 ceph-mon[112578]: pgmap v4763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:40 smithi016 ceph-mon[96085]: pgmap v4763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:41.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:41.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:42.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:42.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:42 smithi098 ceph-mon[112578]: pgmap v4764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:42 smithi016 ceph-mon[96085]: pgmap v4764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:43.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:43.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:19:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:19:44.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:44.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:44 smithi098 ceph-mon[112578]: pgmap v4765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:44 smithi016 ceph-mon[96085]: pgmap v4765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:45.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:45.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:46.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:46.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:46 smithi016 ceph-mon[96085]: pgmap v4766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:46 smithi098 ceph-mon[112578]: pgmap v4766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:47.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:47.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:48.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:48.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:48 smithi098 ceph-mon[112578]: pgmap v4767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:19:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:48 smithi016 ceph-mon[96085]: pgmap v4767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:19:49.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:49.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:50.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:50.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:50 smithi098 ceph-mon[112578]: pgmap v4768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:50 smithi016 ceph-mon[96085]: pgmap v4768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:51.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:51.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:52.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:52.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:52 smithi098 ceph-mon[112578]: pgmap v4769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:52 smithi016 ceph-mon[96085]: pgmap v4769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:53.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:53.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:54.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:54.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:54.853 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:54 smithi016 ceph-mon[96085]: pgmap v4770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:54 smithi098 ceph-mon[112578]: pgmap v4770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:55.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:55.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:19:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:19:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:19:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:19:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:19:56.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:19:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:19:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:19:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:19:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:19:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:19:56.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:19:56.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:56.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:56 smithi016 ceph-mon[96085]: pgmap v4771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:56 smithi098 ceph-mon[112578]: pgmap v4771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:19:57.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:57.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:58.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:58.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:58 smithi098 ceph-mon[112578]: pgmap v4772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:19:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:19:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:19:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:58 smithi016 ceph-mon[96085]: pgmap v4772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:19:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:19:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:19:59.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:19:59.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:00.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:00.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:00 smithi098 ceph-mon[112578]: pgmap v4773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T23:20:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:00 smithi016 ceph-mon[96085]: pgmap v4773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T23:20:01.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:01.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:02.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:02.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:02 smithi098 ceph-mon[112578]: pgmap v4774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:02 smithi016 ceph-mon[96085]: pgmap v4774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:03.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:03.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:04.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:04.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:04 smithi098 ceph-mon[112578]: pgmap v4775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:04 smithi016 ceph-mon[96085]: pgmap v4775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:05.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:05.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:06.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:06.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:06 smithi098 ceph-mon[112578]: pgmap v4776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:06 smithi016 ceph-mon[96085]: pgmap v4776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:07.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:07.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:08.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:08.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:08 smithi098 ceph-mon[112578]: pgmap v4777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:20:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:08 smithi016 ceph-mon[96085]: pgmap v4777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:20:09.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:09.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:10.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:10.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:10 smithi098 ceph-mon[112578]: pgmap v4778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:10 smithi016 ceph-mon[96085]: pgmap v4778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:11.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:11.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:12.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:12.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:12 smithi098 ceph-mon[112578]: pgmap v4779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:12 smithi016 ceph-mon[96085]: pgmap v4779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:13.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:13.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:20:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:20:14.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:14.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:14 smithi098 ceph-mon[112578]: pgmap v4780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:14 smithi016 ceph-mon[96085]: pgmap v4780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:15.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:15.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:16.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:16.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:16 smithi098 ceph-mon[112578]: pgmap v4781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:16 smithi016 ceph-mon[96085]: pgmap v4781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:17.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:17.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:18 smithi098 ceph-mon[112578]: pgmap v4782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:20:18.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:18.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:18 smithi016 ceph-mon[96085]: pgmap v4782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:20:19.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:19.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:20.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:20.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:20 smithi098 ceph-mon[112578]: pgmap v4783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:20 smithi016 ceph-mon[96085]: pgmap v4783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:21.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:21.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:22.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:22.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:22 smithi098 ceph-mon[112578]: pgmap v4784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:22 smithi016 ceph-mon[96085]: pgmap v4784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:23.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:23.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:24.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:24.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:24 smithi098 ceph-mon[112578]: pgmap v4785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:24 smithi016 ceph-mon[96085]: pgmap v4785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:25.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:25.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:26.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:26.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:26.860 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:26 smithi016 ceph-mon[96085]: pgmap v4786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:26 smithi098 ceph-mon[112578]: pgmap v4786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:27.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:27.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:28 smithi098 ceph-mon[112578]: pgmap v4787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:20:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:20:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:28 smithi016 ceph-mon[96085]: pgmap v4787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:20:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:20:28.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:28.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:29.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:29.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:30.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:30.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:30 smithi098 ceph-mon[112578]: pgmap v4788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:30 smithi016 ceph-mon[96085]: pgmap v4788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:31.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:31.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:32.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:32.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:32 smithi098 ceph-mon[112578]: pgmap v4789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:32 smithi016 ceph-mon[96085]: pgmap v4789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:33.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:33.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:34.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:34.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:34 smithi098 ceph-mon[112578]: pgmap v4790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:34 smithi016 ceph-mon[96085]: pgmap v4790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:35.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:35.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:36.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:36.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:36.976 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:36 smithi016 ceph-mon[96085]: pgmap v4791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:36 smithi098 ceph-mon[112578]: pgmap v4791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:37.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:37.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:38 smithi098 ceph-mon[112578]: pgmap v4792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:20:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:38 smithi016 ceph-mon[96085]: pgmap v4792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:20:38.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:38.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:39.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:39.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:40.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:40.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:40 smithi098 ceph-mon[112578]: pgmap v4793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:40 smithi016 ceph-mon[96085]: pgmap v4793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:41.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:41.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:42.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:42.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:42 smithi098 ceph-mon[112578]: pgmap v4794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:42 smithi016 ceph-mon[96085]: pgmap v4794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:43.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:43.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:20:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:20:44.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:44.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:44 smithi098 ceph-mon[112578]: pgmap v4795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:44 smithi016 ceph-mon[96085]: pgmap v4795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:45.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:45.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:46.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:46.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:46 smithi098 ceph-mon[112578]: pgmap v4796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:46 smithi016 ceph-mon[96085]: pgmap v4796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:47.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:47.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:48 smithi098 ceph-mon[112578]: pgmap v4797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:20:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:48 smithi016 ceph-mon[96085]: pgmap v4797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:20:48.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:48.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:49.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:49.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:50.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:50.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:50 smithi098 ceph-mon[112578]: pgmap v4798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:50 smithi016 ceph-mon[96085]: pgmap v4798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:51.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:51.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:52.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:52.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:52 smithi098 ceph-mon[112578]: pgmap v4799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:52 smithi016 ceph-mon[96085]: pgmap v4799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:53.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:53.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:54.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:54.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:54 smithi098 ceph-mon[112578]: pgmap v4800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:54 smithi016 ceph-mon[96085]: pgmap v4800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:55.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:55.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:20:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:20:56.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:56.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:56.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:56 smithi098 ceph-mon[112578]: pgmap v4801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:56.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:20:56.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:20:56.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:20:56.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:20:56.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:20:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:56 smithi016 ceph-mon[96085]: pgmap v4801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:20:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:20:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:20:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:20:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:20:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:20:57.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:57.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:58 smithi098 ceph-mon[112578]: pgmap v4802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:20:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:20:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:20:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:58 smithi016 ceph-mon[96085]: pgmap v4802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:20:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:20:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:20:58.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:58.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:59.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:20:59.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:00.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:00.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:00 smithi098 ceph-mon[112578]: pgmap v4803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:00 smithi016 ceph-mon[96085]: pgmap v4803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:01.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:01.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:02.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:02.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:02 smithi098 ceph-mon[112578]: pgmap v4804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:02 smithi016 ceph-mon[96085]: pgmap v4804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:03.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:03.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:04.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:04.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:04 smithi098 ceph-mon[112578]: pgmap v4805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:04 smithi016 ceph-mon[96085]: pgmap v4805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:05.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:05.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:06.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:06.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:06.972 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:06 smithi098 ceph-mon[112578]: pgmap v4806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:06 smithi016 ceph-mon[96085]: pgmap v4806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:07.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:07.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:08 smithi098 ceph-mon[112578]: pgmap v4807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:21:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:08 smithi016 ceph-mon[96085]: pgmap v4807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:21:08.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:08.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:09.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:09.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:10.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:10.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:10 smithi098 ceph-mon[112578]: pgmap v4808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:10 smithi016 ceph-mon[96085]: pgmap v4808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:11.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:11.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:12.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:12.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:12 smithi016 ceph-mon[96085]: pgmap v4809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:12 smithi098 ceph-mon[112578]: pgmap v4809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:13.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:13.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:21:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:21:14.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:14.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:14 smithi098 ceph-mon[112578]: pgmap v4810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:14 smithi016 ceph-mon[96085]: pgmap v4810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:15.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:15.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:16.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:16.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:16 smithi098 ceph-mon[112578]: pgmap v4811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:16 smithi016 ceph-mon[96085]: pgmap v4811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:17.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:17.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:18 smithi098 ceph-mon[112578]: pgmap v4812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:21:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:18 smithi016 ceph-mon[96085]: pgmap v4812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:21:18.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:18.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:19.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:19.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:20.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:20.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:20 smithi098 ceph-mon[112578]: pgmap v4813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:20 smithi016 ceph-mon[96085]: pgmap v4813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:21.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:21.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:22.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:22.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:22 smithi016 ceph-mon[96085]: pgmap v4814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:22 smithi098 ceph-mon[112578]: pgmap v4814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:23.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:23.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:24.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:24.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:24 smithi098 ceph-mon[112578]: pgmap v4815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:24 smithi016 ceph-mon[96085]: pgmap v4815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:25.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:25.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:26.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:26.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:26 smithi098 ceph-mon[112578]: pgmap v4816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:26 smithi016 ceph-mon[96085]: pgmap v4816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:27.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:27.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:28 smithi098 ceph-mon[112578]: pgmap v4817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:21:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:21:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:28 smithi016 ceph-mon[96085]: pgmap v4817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:21:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:21:28.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:28.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:29.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:29.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:30.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:30.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:30 smithi098 ceph-mon[112578]: pgmap v4818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:30 smithi016 ceph-mon[96085]: pgmap v4818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:31.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:31.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:32.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:32.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:32 smithi098 ceph-mon[112578]: pgmap v4819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:32 smithi016 ceph-mon[96085]: pgmap v4819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:33.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:33.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:34.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:34.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:34 smithi098 ceph-mon[112578]: pgmap v4820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:34 smithi016 ceph-mon[96085]: pgmap v4820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:35.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:35.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:36.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:36.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:36 smithi098 ceph-mon[112578]: pgmap v4821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:36 smithi016 ceph-mon[96085]: pgmap v4821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:37.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:37.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:38 smithi098 ceph-mon[112578]: pgmap v4822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:21:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:38 smithi016 ceph-mon[96085]: pgmap v4822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:21:38.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:38.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:39.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:39.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:40.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:40.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:40 smithi098 ceph-mon[112578]: pgmap v4823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:40 smithi016 ceph-mon[96085]: pgmap v4823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:41.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:41.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:42.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:42.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:42 smithi098 ceph-mon[112578]: pgmap v4824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:42 smithi016 ceph-mon[96085]: pgmap v4824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:43.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:43.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:21:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:21:44.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:44.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:44 smithi098 ceph-mon[112578]: pgmap v4825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:44 smithi016 ceph-mon[96085]: pgmap v4825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:45.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:45.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:46.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:46.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:46 smithi098 ceph-mon[112578]: pgmap v4826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:46 smithi016 ceph-mon[96085]: pgmap v4826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:47.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:47.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:48 smithi098 ceph-mon[112578]: pgmap v4827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:21:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:48 smithi016 ceph-mon[96085]: pgmap v4827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:21:48.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:48.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:49.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:49.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:50.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:50.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:50 smithi098 ceph-mon[112578]: pgmap v4828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:50 smithi016 ceph-mon[96085]: pgmap v4828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:51.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:51.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:52.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:52.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:52 smithi098 ceph-mon[112578]: pgmap v4829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:52.842 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:52 smithi016 ceph-mon[96085]: pgmap v4829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:53.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:53.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:54.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:54.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:54 smithi098 ceph-mon[112578]: pgmap v4830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:54 smithi016 ceph-mon[96085]: pgmap v4830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:55.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:55.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:56.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:56.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:56 smithi098 ceph-mon[112578]: pgmap v4831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:21:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:56 smithi016 ceph-mon[96085]: pgmap v4831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:21:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:21:57.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:57.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:58 smithi098 ceph-mon[112578]: pgmap v4832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:21:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:21:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:21:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:58 smithi016 ceph-mon[96085]: pgmap v4832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:21:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:21:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:21:58.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:58.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:59.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:21:59.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:22:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:22:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:00 smithi098 ceph-mon[112578]: pgmap v4833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:22:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:22:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:22:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:22:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:22:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:22:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:22:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:00 smithi016 ceph-mon[96085]: pgmap v4833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:22:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:22:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:22:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:22:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:22:00.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:00.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:01.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:01.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:02.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:02.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:02.957 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:02 smithi016 ceph-mon[96085]: pgmap v4834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:02 smithi098 ceph-mon[112578]: pgmap v4834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:03.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:03.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:04.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:04.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:04 smithi098 ceph-mon[112578]: pgmap v4835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:04 smithi016 ceph-mon[96085]: pgmap v4835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:05.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:05.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:06.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:06.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:06 smithi098 ceph-mon[112578]: pgmap v4836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:06 smithi016 ceph-mon[96085]: pgmap v4836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:07.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:07.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:08 smithi016 ceph-mon[96085]: pgmap v4837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:22:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:08 smithi098 ceph-mon[112578]: pgmap v4837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:22:08.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:08.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:09.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:09.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:10.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:10.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:10 smithi098 ceph-mon[112578]: pgmap v4838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:10 smithi016 ceph-mon[96085]: pgmap v4838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:11.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:11.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:12.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:12.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:12 smithi098 ceph-mon[112578]: pgmap v4839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:12 smithi016 ceph-mon[96085]: pgmap v4839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:13.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:13.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:22:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:22:14.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:14.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:14 smithi098 ceph-mon[112578]: pgmap v4840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:14 smithi016 ceph-mon[96085]: pgmap v4840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:15.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:15.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:16.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:16.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:16 smithi098 ceph-mon[112578]: pgmap v4841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:16 smithi016 ceph-mon[96085]: pgmap v4841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:17.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:17.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:18 smithi098 ceph-mon[112578]: pgmap v4842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:22:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:18 smithi016 ceph-mon[96085]: pgmap v4842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:22:18.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:18.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:19.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:19.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:20.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:20.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:20 smithi098 ceph-mon[112578]: pgmap v4843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:20 smithi016 ceph-mon[96085]: pgmap v4843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:21.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:21.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:22.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:22.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:22 smithi098 ceph-mon[112578]: pgmap v4844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:22 smithi016 ceph-mon[96085]: pgmap v4844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:23.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:23.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:24.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:24.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:24 smithi098 ceph-mon[112578]: pgmap v4845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:24 smithi016 ceph-mon[96085]: pgmap v4845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:25.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:25.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:26.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:26.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:26 smithi098 ceph-mon[112578]: pgmap v4846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:26 smithi016 ceph-mon[96085]: pgmap v4846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:27.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:27.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:28 smithi098 ceph-mon[112578]: pgmap v4847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:22:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:22:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:28 smithi016 ceph-mon[96085]: pgmap v4847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:22:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:22:28.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:28.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:29.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:29.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:30.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:30.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:30 smithi098 ceph-mon[112578]: pgmap v4848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:30 smithi016 ceph-mon[96085]: pgmap v4848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:31.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:31.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:32.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:32.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:32.857 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:32 smithi098 ceph-mon[112578]: pgmap v4849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:32 smithi016 ceph-mon[96085]: pgmap v4849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:33.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:33.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:34.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:34.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:34 smithi098 ceph-mon[112578]: pgmap v4850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:34 smithi016 ceph-mon[96085]: pgmap v4850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:35.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:35.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:36.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:36.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:36 smithi098 ceph-mon[112578]: pgmap v4851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:36 smithi016 ceph-mon[96085]: pgmap v4851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:37.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:37.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:38 smithi098 ceph-mon[112578]: pgmap v4852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:22:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:38 smithi016 ceph-mon[96085]: pgmap v4852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:22:38.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:38.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:39.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:39.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:40.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:40.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:40 smithi098 ceph-mon[112578]: pgmap v4853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:40 smithi016 ceph-mon[96085]: pgmap v4853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:41.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:41.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:42.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:42.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:42.961 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:42 smithi098 ceph-mon[112578]: pgmap v4854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:42 smithi016 ceph-mon[96085]: pgmap v4854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:43.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:43.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:22:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:22:44.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:44.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:44 smithi098 ceph-mon[112578]: pgmap v4855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:44 smithi016 ceph-mon[96085]: pgmap v4855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:45.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:45.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:46.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:46.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:46 smithi098 ceph-mon[112578]: pgmap v4856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:46 smithi016 ceph-mon[96085]: pgmap v4856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:47.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:47.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:48 smithi098 ceph-mon[112578]: pgmap v4857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:22:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:48 smithi016 ceph-mon[96085]: pgmap v4857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:22:48.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:48.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:49.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:49.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:50.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:50.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:50 smithi098 ceph-mon[112578]: pgmap v4858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:50 smithi016 ceph-mon[96085]: pgmap v4858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:51.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:51.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:52.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:52.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:52 smithi098 ceph-mon[112578]: pgmap v4859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:52 smithi016 ceph-mon[96085]: pgmap v4859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:53.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:53.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:54.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:54.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:54 smithi098 ceph-mon[112578]: pgmap v4860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:54 smithi016 ceph-mon[96085]: pgmap v4860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:55.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:55.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:56.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:56.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:56 smithi098 ceph-mon[112578]: pgmap v4861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:56 smithi016 ceph-mon[96085]: pgmap v4861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:22:57.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:57.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:58 smithi098 ceph-mon[112578]: pgmap v4862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:22:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:22:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:22:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:58 smithi016 ceph-mon[96085]: pgmap v4862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:22:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:22:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:22:58.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:58.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:59.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:22:59.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:00.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:00.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:00 smithi098 ceph-mon[112578]: pgmap v4863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:23:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:00 smithi016 ceph-mon[96085]: pgmap v4863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:23:01.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:01.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:02.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:02.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:02 smithi098 ceph-mon[112578]: pgmap v4864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:02 smithi016 ceph-mon[96085]: pgmap v4864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:03.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:03.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:04.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:04.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:04 smithi098 ceph-mon[112578]: pgmap v4865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:04 smithi016 ceph-mon[96085]: pgmap v4865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:05.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:05.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:23:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:23:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:23:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:23:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:23:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:23:06.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:23:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:23:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:23:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:23:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:23:06.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:23:06.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:23:06.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:23:06.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:06.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:06 smithi098 ceph-mon[112578]: pgmap v4866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:06 smithi016 ceph-mon[96085]: pgmap v4866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:07.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:07.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:08 smithi098 ceph-mon[112578]: pgmap v4867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:23:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:08 smithi016 ceph-mon[96085]: pgmap v4867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:23:08.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:08.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:09.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:09.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:10.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:10.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:10 smithi098 ceph-mon[112578]: pgmap v4868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:10 smithi016 ceph-mon[96085]: pgmap v4868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:11.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:11.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:12.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:12.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:12 smithi098 ceph-mon[112578]: pgmap v4869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:12 smithi016 ceph-mon[96085]: pgmap v4869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:13.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:13.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:23:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:23:14.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:14.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:14 smithi098 ceph-mon[112578]: pgmap v4870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:14 smithi016 ceph-mon[96085]: pgmap v4870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:15.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:15.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:16.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:16.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:16 smithi098 ceph-mon[112578]: pgmap v4871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:16 smithi016 ceph-mon[96085]: pgmap v4871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:17.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:17.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:18 smithi098 ceph-mon[112578]: pgmap v4872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:23:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:18 smithi016 ceph-mon[96085]: pgmap v4872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:23:18.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:18.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:19.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:19.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:20.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:20.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:20 smithi098 ceph-mon[112578]: pgmap v4873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:20 smithi016 ceph-mon[96085]: pgmap v4873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:21.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:21.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:22.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:22.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:22 smithi098 ceph-mon[112578]: pgmap v4874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:22 smithi016 ceph-mon[96085]: pgmap v4874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:23.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:23.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:24.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:24.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:24 smithi098 ceph-mon[112578]: pgmap v4875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:24 smithi016 ceph-mon[96085]: pgmap v4875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:25.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:25.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:26.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:26.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:26 smithi098 ceph-mon[112578]: pgmap v4876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:26 smithi016 ceph-mon[96085]: pgmap v4876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:27.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:27.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:28 smithi098 ceph-mon[112578]: pgmap v4877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:23:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:23:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:28 smithi016 ceph-mon[96085]: pgmap v4877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:23:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:23:28.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:28.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:29.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:29.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:30.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:30.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:30 smithi098 ceph-mon[112578]: pgmap v4878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:30 smithi016 ceph-mon[96085]: pgmap v4878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:31.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:31.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:32.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:32.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:32 smithi098 ceph-mon[112578]: pgmap v4879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:32 smithi016 ceph-mon[96085]: pgmap v4879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:33.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:33.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:34.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:34.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:34 smithi098 ceph-mon[112578]: pgmap v4880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:34 smithi016 ceph-mon[96085]: pgmap v4880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:35.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:35.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:36.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:36.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:36 smithi098 ceph-mon[112578]: pgmap v4881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:36 smithi016 ceph-mon[96085]: pgmap v4881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:37.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:37.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:38 smithi098 ceph-mon[112578]: pgmap v4882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:23:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:38 smithi016 ceph-mon[96085]: pgmap v4882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:23:38.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:38.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:39.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:39.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:40.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:40.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:40 smithi098 ceph-mon[112578]: pgmap v4883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:40 smithi016 ceph-mon[96085]: pgmap v4883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:41.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:41.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:42.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:42.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:42 smithi098 ceph-mon[112578]: pgmap v4884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:42 smithi016 ceph-mon[96085]: pgmap v4884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:43.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:43.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:23:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:23:44.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:44.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:44 smithi098 ceph-mon[112578]: pgmap v4885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:44 smithi016 ceph-mon[96085]: pgmap v4885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:45.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:45.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:46.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:46.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:46 smithi098 ceph-mon[112578]: pgmap v4886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:46 smithi016 ceph-mon[96085]: pgmap v4886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:47.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:47.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:48 smithi098 ceph-mon[112578]: pgmap v4887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:23:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:48 smithi016 ceph-mon[96085]: pgmap v4887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:23:48.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:48.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:49.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:49.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:50.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:50.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:50 smithi098 ceph-mon[112578]: pgmap v4888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:50 smithi016 ceph-mon[96085]: pgmap v4888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:51.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:51.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:52.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:52.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:52 smithi098 ceph-mon[112578]: pgmap v4889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:52 smithi016 ceph-mon[96085]: pgmap v4889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:53.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:53.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:54.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:54.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:54 smithi098 ceph-mon[112578]: pgmap v4890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:54 smithi016 ceph-mon[96085]: pgmap v4890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:55.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:55.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:56.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:56.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:56 smithi098 ceph-mon[112578]: pgmap v4891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:56 smithi016 ceph-mon[96085]: pgmap v4891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:23:57.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:57.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:58 smithi098 ceph-mon[112578]: pgmap v4892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:23:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:23:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:23:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:58 smithi016 ceph-mon[96085]: pgmap v4892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:23:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:23:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:23:58.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:58.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:59.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:23:59.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:00.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:00.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:00 smithi098 ceph-mon[112578]: pgmap v4893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:00 smithi016 ceph-mon[96085]: pgmap v4893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:01.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:01.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:02.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:02.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:02 smithi098 ceph-mon[112578]: pgmap v4894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:02 smithi016 ceph-mon[96085]: pgmap v4894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:03.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:03.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:04.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:04.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:04 smithi098 ceph-mon[112578]: pgmap v4895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:04 smithi016 ceph-mon[96085]: pgmap v4895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:05.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:05.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:24:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:24:06.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:06.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:06 smithi098 ceph-mon[112578]: pgmap v4896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:24:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:24:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:24:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:24:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:24:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:06 smithi016 ceph-mon[96085]: pgmap v4896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:24:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:24:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:24:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:24:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:24:07.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:07.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:08 smithi098 ceph-mon[112578]: pgmap v4897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:24:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:08 smithi016 ceph-mon[96085]: pgmap v4897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:24:08.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:08.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:09.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:09.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:10.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:10.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:10 smithi098 ceph-mon[112578]: pgmap v4898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:10 smithi016 ceph-mon[96085]: pgmap v4898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:11.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:11.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:12.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:12.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:12 smithi098 ceph-mon[112578]: pgmap v4899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:12 smithi016 ceph-mon[96085]: pgmap v4899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:13.908 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:24:13.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:13.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:24:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:14 smithi016 ceph-mon[96085]: pgmap v4900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:14.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:14.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:14 smithi098 ceph-mon[112578]: pgmap v4900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:15.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:15.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:16.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:16.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:16 smithi098 ceph-mon[112578]: pgmap v4901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:16 smithi016 ceph-mon[96085]: pgmap v4901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:17.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:17.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:18 smithi098 ceph-mon[112578]: pgmap v4902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:24:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:18 smithi016 ceph-mon[96085]: pgmap v4902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:24:18.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:18.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:19.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:19.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:20.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:20.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:20 smithi098 ceph-mon[112578]: pgmap v4903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:20 smithi016 ceph-mon[96085]: pgmap v4903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:21.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:21.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:22.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:22.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:22 smithi098 ceph-mon[112578]: pgmap v4904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:22 smithi016 ceph-mon[96085]: pgmap v4904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:23.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:23.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:24.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:24.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:24 smithi098 ceph-mon[112578]: pgmap v4905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:24 smithi016 ceph-mon[96085]: pgmap v4905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:25.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:25.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:26.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:26.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:26 smithi098 ceph-mon[112578]: pgmap v4906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:26 smithi016 ceph-mon[96085]: pgmap v4906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:27.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:27.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:28 smithi098 ceph-mon[112578]: pgmap v4907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:24:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:24:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:28 smithi016 ceph-mon[96085]: pgmap v4907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:24:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:24:28.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:28.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:29.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:29.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:30.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:30.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:30 smithi098 ceph-mon[112578]: pgmap v4908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:30 smithi016 ceph-mon[96085]: pgmap v4908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:31.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:31.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:32.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:32.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:32 smithi098 ceph-mon[112578]: pgmap v4909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:32 smithi016 ceph-mon[96085]: pgmap v4909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:33.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:33.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:34.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:34.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:34 smithi098 ceph-mon[112578]: pgmap v4910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:34 smithi016 ceph-mon[96085]: pgmap v4910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:35.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:35.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:36.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:36.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:36 smithi098 ceph-mon[112578]: pgmap v4911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:36 smithi016 ceph-mon[96085]: pgmap v4911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:37.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:37.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:38 smithi098 ceph-mon[112578]: pgmap v4912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:24:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:38 smithi016 ceph-mon[96085]: pgmap v4912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:24:38.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:38.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:39.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:39.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:40.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:40.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:40 smithi098 ceph-mon[112578]: pgmap v4913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:40 smithi016 ceph-mon[96085]: pgmap v4913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:41.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:41.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:42.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:42.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:42 smithi098 ceph-mon[112578]: pgmap v4914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:42 smithi016 ceph-mon[96085]: pgmap v4914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:43.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:43.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:24:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:24:44.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:44.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:44 smithi098 ceph-mon[112578]: pgmap v4915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:44 smithi016 ceph-mon[96085]: pgmap v4915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:45.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:45.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:46.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:46.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:46 smithi098 ceph-mon[112578]: pgmap v4916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:46 smithi016 ceph-mon[96085]: pgmap v4916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:47.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:47.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:48 smithi016 ceph-mon[96085]: pgmap v4917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:24:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:48 smithi098 ceph-mon[112578]: pgmap v4917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:24:48.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:48.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:49.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:49.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:50.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:50.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:50 smithi098 ceph-mon[112578]: pgmap v4918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:50 smithi016 ceph-mon[96085]: pgmap v4918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:51.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:51.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:52.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:52.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:52 smithi098 ceph-mon[112578]: pgmap v4919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:52 smithi016 ceph-mon[96085]: pgmap v4919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:53.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:53.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:54.917 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:54 smithi016 ceph-mon[96085]: pgmap v4920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:54.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:54.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:54 smithi098 ceph-mon[112578]: pgmap v4920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:55.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:55.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:56.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:56.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:56 smithi098 ceph-mon[112578]: pgmap v4921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:56 smithi016 ceph-mon[96085]: pgmap v4921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:24:57.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:57.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:58 smithi016 ceph-mon[96085]: pgmap v4922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:24:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:24:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:24:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:58 smithi098 ceph-mon[112578]: pgmap v4922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:24:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:24:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:24:58.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:58.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:59.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:24:59.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:00.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:00.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:00 smithi098 ceph-mon[112578]: pgmap v4923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:00 smithi016 ceph-mon[96085]: pgmap v4923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:01.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:01.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:02.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:02.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:02 smithi098 ceph-mon[112578]: pgmap v4924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:02 smithi016 ceph-mon[96085]: pgmap v4924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:03.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:03.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:04 smithi098 ceph-mon[112578]: pgmap v4925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:04.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:04.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:04 smithi016 ceph-mon[96085]: pgmap v4925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:06.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:06.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:07.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:07.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:06 smithi098 ceph-mon[112578]: pgmap v4926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:25:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:25:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:25:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:06 smithi016 ceph-mon[96085]: pgmap v4926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:25:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:25:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:25:08.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:08.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:25:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:25:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:25:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:25:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:25:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:25:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:25:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:25:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:25:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:25:09.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:09.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:08 smithi098 ceph-mon[112578]: pgmap v4927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:25:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:08 smithi016 ceph-mon[96085]: pgmap v4927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:25:10.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:10.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:11.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:11.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:10 smithi098 ceph-mon[112578]: pgmap v4928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:10 smithi016 ceph-mon[96085]: pgmap v4928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:12.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:12.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:13.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:13.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:12 smithi098 ceph-mon[112578]: pgmap v4929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:12 smithi016 ceph-mon[96085]: pgmap v4929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:14.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:14.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:25:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:25:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:14 smithi098 ceph-mon[112578]: pgmap v4930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:15.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:15.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:14 smithi016 ceph-mon[96085]: pgmap v4930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:16.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:16.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:16 smithi098 ceph-mon[112578]: pgmap v4931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:17.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:17.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:16 smithi016 ceph-mon[96085]: pgmap v4931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:18.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:18.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:18 smithi016 ceph-mon[96085]: pgmap v4932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:25:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:18 smithi098 ceph-mon[112578]: pgmap v4932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:25:19.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:19.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:20.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:20.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:20 smithi098 ceph-mon[112578]: pgmap v4933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:21.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:21.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:20 smithi016 ceph-mon[96085]: pgmap v4933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:22.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:22.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:22 smithi098 ceph-mon[112578]: pgmap v4934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:23.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:23.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:22 smithi016 ceph-mon[96085]: pgmap v4934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:24.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:24.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:24 smithi098 ceph-mon[112578]: pgmap v4935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:24 smithi016 ceph-mon[96085]: pgmap v4935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:25.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:25.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:26.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:26.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:26 smithi098 ceph-mon[112578]: pgmap v4936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:26 smithi016 ceph-mon[96085]: pgmap v4936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:27.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:27.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:28.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:28.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:28 smithi016 ceph-mon[96085]: pgmap v4937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:25:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:25:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:28 smithi098 ceph-mon[112578]: pgmap v4937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:25:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:25:29.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:29.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:30.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:30.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:30 smithi098 ceph-mon[112578]: pgmap v4938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:30 smithi016 ceph-mon[96085]: pgmap v4938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:31.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:31.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:32.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:32.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:32 smithi098 ceph-mon[112578]: pgmap v4939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:32 smithi016 ceph-mon[96085]: pgmap v4939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:33.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:33.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:34.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:34.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:34 smithi098 ceph-mon[112578]: pgmap v4940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:34 smithi016 ceph-mon[96085]: pgmap v4940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:35.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:35.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:36.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:36.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:36 smithi098 ceph-mon[112578]: pgmap v4941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:36 smithi016 ceph-mon[96085]: pgmap v4941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:37.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:37.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:38.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:38.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:38 smithi016 ceph-mon[96085]: pgmap v4942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:25:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:38 smithi098 ceph-mon[112578]: pgmap v4942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:25:39.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:39.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:40.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:40.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:40 smithi016 ceph-mon[96085]: pgmap v4943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:40 smithi098 ceph-mon[112578]: pgmap v4943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:41.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:41.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:42.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:42.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:42 smithi098 ceph-mon[112578]: pgmap v4944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:42 smithi016 ceph-mon[96085]: pgmap v4944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:43.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:43.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:25:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:25:44.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:44.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:44 smithi098 ceph-mon[112578]: pgmap v4945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:44 smithi016 ceph-mon[96085]: pgmap v4945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:45.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:45.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:46.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:46.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:46 smithi098 ceph-mon[112578]: pgmap v4946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:46 smithi016 ceph-mon[96085]: pgmap v4946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:47.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:47.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:48.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:48.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:48 smithi016 ceph-mon[96085]: pgmap v4947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:25:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:48 smithi098 ceph-mon[112578]: pgmap v4947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:25:49.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:49.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:50.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:50.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:50 smithi098 ceph-mon[112578]: pgmap v4948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:50 smithi016 ceph-mon[96085]: pgmap v4948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:51.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:51.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:52.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:52.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:52 smithi098 ceph-mon[112578]: pgmap v4949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:52 smithi016 ceph-mon[96085]: pgmap v4949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:53.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:53.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:54.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:54.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:54.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:54 smithi098 ceph-mon[112578]: pgmap v4950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:55.088 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:54 smithi016 ceph-mon[96085]: pgmap v4950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:55.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:55.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:56.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:56.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:56 smithi098 ceph-mon[112578]: pgmap v4951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:56 smithi016 ceph-mon[96085]: pgmap v4951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:25:57.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:57.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:58.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:58.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:58 smithi016 ceph-mon[96085]: pgmap v4952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:25:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:25:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:25:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:58 smithi098 ceph-mon[112578]: pgmap v4952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:25:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:25:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:25:59.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:25:59.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:00.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:00.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:00 smithi098 ceph-mon[112578]: pgmap v4953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:00 smithi016 ceph-mon[96085]: pgmap v4953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:01.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:01.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:02.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:02.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:02 smithi098 ceph-mon[112578]: pgmap v4954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:02 smithi016 ceph-mon[96085]: pgmap v4954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:03.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:03.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:04.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:04.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:04 smithi098 ceph-mon[112578]: pgmap v4955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:04 smithi016 ceph-mon[96085]: pgmap v4955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:05.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:05.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:06.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:06.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:06 smithi098 ceph-mon[112578]: pgmap v4956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:06 smithi016 ceph-mon[96085]: pgmap v4956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:07.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:07.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:26:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:26:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:26:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:26:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:26:08.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:26:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:26:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:26:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:26:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:26:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:26:08.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:26:08.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:08.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:08 smithi098 ceph-mon[112578]: pgmap v4957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:26:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:08 smithi016 ceph-mon[96085]: pgmap v4957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:26:09.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:09.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:10.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:10.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:10 smithi098 ceph-mon[112578]: pgmap v4958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:10 smithi016 ceph-mon[96085]: pgmap v4958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:11.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:11.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:12.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:12.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:12 smithi098 ceph-mon[112578]: pgmap v4959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:12 smithi016 ceph-mon[96085]: pgmap v4959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:13.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:13.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:26:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:26:14.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:14.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:14 smithi098 ceph-mon[112578]: pgmap v4960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:14 smithi016 ceph-mon[96085]: pgmap v4960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:15.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:15.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:16.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:16.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:16 smithi098 ceph-mon[112578]: pgmap v4961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:16 smithi016 ceph-mon[96085]: pgmap v4961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:17.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:17.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:18.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:18.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:18 smithi098 ceph-mon[112578]: pgmap v4962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:26:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:18 smithi016 ceph-mon[96085]: pgmap v4962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:26:19.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:19.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:20.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:20.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:20 smithi098 ceph-mon[112578]: pgmap v4963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:20 smithi016 ceph-mon[96085]: pgmap v4963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:21.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:21.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:22.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:22.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:22 smithi098 ceph-mon[112578]: pgmap v4964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:22 smithi016 ceph-mon[96085]: pgmap v4964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:23.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:23.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:24.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:24.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:24 smithi098 ceph-mon[112578]: pgmap v4965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:24 smithi016 ceph-mon[96085]: pgmap v4965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:25.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:25.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:26.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:26.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:26 smithi098 ceph-mon[112578]: pgmap v4966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:26 smithi016 ceph-mon[96085]: pgmap v4966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:27.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:27.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:28.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:28.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:28 smithi098 ceph-mon[112578]: pgmap v4967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:26:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:26:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:28 smithi016 ceph-mon[96085]: pgmap v4967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:26:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:26:29.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:29.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:30.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:30.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:31.012 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:30 smithi016 ceph-mon[96085]: pgmap v4968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:30 smithi098 ceph-mon[112578]: pgmap v4968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:31.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:31.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:32.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:32.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:32 smithi098 ceph-mon[112578]: pgmap v4969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:32 smithi016 ceph-mon[96085]: pgmap v4969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:33.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:33.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:34.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:34.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:34 smithi098 ceph-mon[112578]: pgmap v4970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:34 smithi016 ceph-mon[96085]: pgmap v4970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:35.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:35.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:36.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:36.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:36 smithi098 ceph-mon[112578]: pgmap v4971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:36 smithi016 ceph-mon[96085]: pgmap v4971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:37.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:37.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:38.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:38.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:38 smithi098 ceph-mon[112578]: pgmap v4972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:26:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:38 smithi016 ceph-mon[96085]: pgmap v4972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:26:39.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:39.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:40.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:40.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:40 smithi098 ceph-mon[112578]: pgmap v4973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:40 smithi016 ceph-mon[96085]: pgmap v4973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:41.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:41.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:42.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:42.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:42 smithi098 ceph-mon[112578]: pgmap v4974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:42 smithi016 ceph-mon[96085]: pgmap v4974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:43.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:43.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:26:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:26:44.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:44.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:44 smithi098 ceph-mon[112578]: pgmap v4975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:44 smithi016 ceph-mon[96085]: pgmap v4975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:45.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:45.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:46.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:46.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:46 smithi098 ceph-mon[112578]: pgmap v4976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:46 smithi016 ceph-mon[96085]: pgmap v4976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:47.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:47.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:48.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:48.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:48 smithi098 ceph-mon[112578]: pgmap v4977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:26:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:48 smithi016 ceph-mon[96085]: pgmap v4977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:26:49.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:49.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:50.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:50.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:50 smithi098 ceph-mon[112578]: pgmap v4978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:50 smithi016 ceph-mon[96085]: pgmap v4978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:51.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:51.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:52.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:52.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:52 smithi098 ceph-mon[112578]: pgmap v4979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:52 smithi016 ceph-mon[96085]: pgmap v4979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:53.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:53.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:54.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:54.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:54 smithi098 ceph-mon[112578]: pgmap v4980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:54 smithi016 ceph-mon[96085]: pgmap v4980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:55.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:55.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:56.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:56.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:56 smithi098 ceph-mon[112578]: pgmap v4981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:56 smithi016 ceph-mon[96085]: pgmap v4981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:26:57.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:57.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:58.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:58.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:58 smithi098 ceph-mon[112578]: pgmap v4982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:26:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:26:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:26:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:58 smithi016 ceph-mon[96085]: pgmap v4982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:26:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:26:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:26:59.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:26:59.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:00.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:00.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:00 smithi098 ceph-mon[112578]: pgmap v4983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:00 smithi016 ceph-mon[96085]: pgmap v4983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:01.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:01.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:02.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:02.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:02 smithi098 ceph-mon[112578]: pgmap v4984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:02 smithi016 ceph-mon[96085]: pgmap v4984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:03.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:03.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:04.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:04.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:04 smithi098 ceph-mon[112578]: pgmap v4985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:04 smithi016 ceph-mon[96085]: pgmap v4985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:05.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:05.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:06.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:06.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:06 smithi098 ceph-mon[112578]: pgmap v4986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:06 smithi016 ceph-mon[96085]: pgmap v4986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:07.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:07.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:08.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:08.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:27:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:08 smithi098 ceph-mon[112578]: pgmap v4987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:27:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:27:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:27:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:27:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:08 smithi016 ceph-mon[96085]: pgmap v4987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:27:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:27:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:27:09.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:09.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:27:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:27:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:27:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:27:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:27:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:27:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:27:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:27:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:27:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:27:10.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:10.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:10.746 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:10 smithi098 ceph-mon[112578]: pgmap v4988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:10 smithi016 ceph-mon[96085]: pgmap v4988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:11.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:11.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:12.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:12.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:12 smithi098 ceph-mon[112578]: pgmap v4989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:12 smithi016 ceph-mon[96085]: pgmap v4989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:13.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:13.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:27:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:27:14.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:14.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:14 smithi098 ceph-mon[112578]: pgmap v4990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:14 smithi016 ceph-mon[96085]: pgmap v4990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:15.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:15.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:16.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:16.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:16 smithi098 ceph-mon[112578]: pgmap v4991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:16 smithi016 ceph-mon[96085]: pgmap v4991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:17.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:17.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:18.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:18.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:18 smithi098 ceph-mon[112578]: pgmap v4992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:27:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:18 smithi016 ceph-mon[96085]: pgmap v4992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:27:19.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:19.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:20.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:20.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:20 smithi098 ceph-mon[112578]: pgmap v4993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:20 smithi016 ceph-mon[96085]: pgmap v4993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:21.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:21.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:22.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:22.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:22 smithi098 ceph-mon[112578]: pgmap v4994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:22 smithi016 ceph-mon[96085]: pgmap v4994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:23.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:23.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:24.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:24.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:24 smithi098 ceph-mon[112578]: pgmap v4995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:24 smithi016 ceph-mon[96085]: pgmap v4995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:25.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:25.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:26.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:26.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:26 smithi098 ceph-mon[112578]: pgmap v4996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:26 smithi016 ceph-mon[96085]: pgmap v4996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:27.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:27.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:28.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:28.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:28 smithi098 ceph-mon[112578]: pgmap v4997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:27:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:27:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:28 smithi016 ceph-mon[96085]: pgmap v4997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:27:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:27:29.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:29.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:30.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:30.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:30.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:30 smithi098 ceph-mon[112578]: pgmap v4998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:30 smithi016 ceph-mon[96085]: pgmap v4998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:31.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:31.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:32.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:32.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:32 smithi098 ceph-mon[112578]: pgmap v4999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:32 smithi016 ceph-mon[96085]: pgmap v4999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:33.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:33.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:34.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:34.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:34 smithi098 ceph-mon[112578]: pgmap v5000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:34 smithi016 ceph-mon[96085]: pgmap v5000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:35.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:35.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:36.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:36.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:36 smithi098 ceph-mon[112578]: pgmap v5001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:36 smithi016 ceph-mon[96085]: pgmap v5001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:37.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:37.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:38.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:38.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:38 smithi098 ceph-mon[112578]: pgmap v5002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:27:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:38 smithi016 ceph-mon[96085]: pgmap v5002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:27:39.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:39.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:40.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:40.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:40 smithi098 ceph-mon[112578]: pgmap v5003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:40 smithi016 ceph-mon[96085]: pgmap v5003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:41.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:41.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:42.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:42.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:42 smithi098 ceph-mon[112578]: pgmap v5004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:42 smithi016 ceph-mon[96085]: pgmap v5004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:43.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:43.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:27:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:27:44.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:44.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:44 smithi098 ceph-mon[112578]: pgmap v5005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:44 smithi016 ceph-mon[96085]: pgmap v5005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:45.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:45.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:46.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:46.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:46 smithi098 ceph-mon[112578]: pgmap v5006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:46 smithi016 ceph-mon[96085]: pgmap v5006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:47.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:47.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:48.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:48.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:48 smithi098 ceph-mon[112578]: pgmap v5007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:27:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:48 smithi016 ceph-mon[96085]: pgmap v5007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:27:49.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:49.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:50.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:50.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:50 smithi098 ceph-mon[112578]: pgmap v5008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:50 smithi016 ceph-mon[96085]: pgmap v5008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:51.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:51.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:52.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:52.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:52 smithi098 ceph-mon[112578]: pgmap v5009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:52 smithi016 ceph-mon[96085]: pgmap v5009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:53.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:53.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:54.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:54.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:54 smithi098 ceph-mon[112578]: pgmap v5010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:54 smithi016 ceph-mon[96085]: pgmap v5010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:55.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:55.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:56.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:56.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:56.991 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:56 smithi016 ceph-mon[96085]: pgmap v5011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:56 smithi098 ceph-mon[112578]: pgmap v5011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:27:57.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:57.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:58.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:58.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:58 smithi098 ceph-mon[112578]: pgmap v5012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:27:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:27:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:27:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:58 smithi016 ceph-mon[96085]: pgmap v5012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:27:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:27:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:27:59.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:27:59.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:00.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:00.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:00 smithi098 ceph-mon[112578]: pgmap v5013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:00 smithi016 ceph-mon[96085]: pgmap v5013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:01.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:01.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:02.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:02.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:02 smithi098 ceph-mon[112578]: pgmap v5014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:02 smithi016 ceph-mon[96085]: pgmap v5014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:03.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:03.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:04.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:04.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:04 smithi098 ceph-mon[112578]: pgmap v5015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:04 smithi016 ceph-mon[96085]: pgmap v5015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:05.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:05.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:06.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:06.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:06 smithi098 ceph-mon[112578]: pgmap v5016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:06 smithi016 ceph-mon[96085]: pgmap v5016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:07.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:07.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:08.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:08.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:08 smithi098 ceph-mon[112578]: pgmap v5017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:28:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:08 smithi016 ceph-mon[96085]: pgmap v5017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:28:09.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:09.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:28:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:28:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:28:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:28:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:28:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:28:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:28:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:28:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:28:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:28:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:28:09.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:28:10.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:10.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:10 smithi098 ceph-mon[112578]: pgmap v5018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:10 smithi016 ceph-mon[96085]: pgmap v5018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:11.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:11.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:12.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:12.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:12 smithi098 ceph-mon[112578]: pgmap v5019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:12 smithi016 ceph-mon[96085]: pgmap v5019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:13.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:13.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:28:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:28:14.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:14.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:14 smithi098 ceph-mon[112578]: pgmap v5020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:14 smithi016 ceph-mon[96085]: pgmap v5020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:15.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:15.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:16.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:16.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:16 smithi098 ceph-mon[112578]: pgmap v5021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:16 smithi016 ceph-mon[96085]: pgmap v5021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:17.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:17.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:18.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:18.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:18 smithi098 ceph-mon[112578]: pgmap v5022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:28:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:18 smithi016 ceph-mon[96085]: pgmap v5022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:28:19.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:19.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:20.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:20.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:20 smithi098 ceph-mon[112578]: pgmap v5023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:20 smithi016 ceph-mon[96085]: pgmap v5023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:21.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:21.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:22.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:22.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:22 smithi098 ceph-mon[112578]: pgmap v5024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:22 smithi016 ceph-mon[96085]: pgmap v5024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:23.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:23.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:24.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:24.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:24 smithi098 ceph-mon[112578]: pgmap v5025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:24 smithi016 ceph-mon[96085]: pgmap v5025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:26.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:26.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:26 smithi098 ceph-mon[112578]: pgmap v5026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:26 smithi016 ceph-mon[96085]: pgmap v5026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:27.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:27.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:28.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:28.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:28 smithi098 ceph-mon[112578]: pgmap v5027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:28:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:28:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:28 smithi016 ceph-mon[96085]: pgmap v5027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:28:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:28:29.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:29.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:30.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:30.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:30 smithi098 ceph-mon[112578]: pgmap v5028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:30 smithi016 ceph-mon[96085]: pgmap v5028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:31.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:31.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:32.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:32.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:32 smithi098 ceph-mon[112578]: pgmap v5029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:32 smithi016 ceph-mon[96085]: pgmap v5029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:33.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:33.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:34.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:34.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:34 smithi098 ceph-mon[112578]: pgmap v5030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:34 smithi016 ceph-mon[96085]: pgmap v5030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:35.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:35.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:36.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:36.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:36 smithi098 ceph-mon[112578]: pgmap v5031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:36 smithi016 ceph-mon[96085]: pgmap v5031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:37.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:37.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:38.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:38.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:38 smithi098 ceph-mon[112578]: pgmap v5032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:28:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:38 smithi016 ceph-mon[96085]: pgmap v5032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:28:39.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:39.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:40.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:40.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:40 smithi098 ceph-mon[112578]: pgmap v5033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:40 smithi016 ceph-mon[96085]: pgmap v5033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:41.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:41.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:42.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:42.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:42 smithi016 ceph-mon[96085]: pgmap v5034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:42 smithi098 ceph-mon[112578]: pgmap v5034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:43.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:43.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:28:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:28:44.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:44.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:44 smithi098 ceph-mon[112578]: pgmap v5035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:44 smithi016 ceph-mon[96085]: pgmap v5035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:45.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:45.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:46.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:46.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:46 smithi098 ceph-mon[112578]: pgmap v5036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:46 smithi016 ceph-mon[96085]: pgmap v5036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:47.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:47.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:48.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:48.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:48 smithi098 ceph-mon[112578]: pgmap v5037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:28:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:48 smithi016 ceph-mon[96085]: pgmap v5037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:28:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:49.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:50.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:50.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:50 smithi098 ceph-mon[112578]: pgmap v5038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:50 smithi016 ceph-mon[96085]: pgmap v5038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:51.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:51.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:52.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:52.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:52 smithi098 ceph-mon[112578]: pgmap v5039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:52 smithi016 ceph-mon[96085]: pgmap v5039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:53.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:53.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:54.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:54.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:54 smithi098 ceph-mon[112578]: pgmap v5040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:54 smithi016 ceph-mon[96085]: pgmap v5040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:55.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:55.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:56.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:56.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:56 smithi098 ceph-mon[112578]: pgmap v5041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:56 smithi016 ceph-mon[96085]: pgmap v5041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:28:57.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:57.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:58.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:58.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:58 smithi098 ceph-mon[112578]: pgmap v5042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:28:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:28:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:28:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:58 smithi016 ceph-mon[96085]: pgmap v5042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:28:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:28:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:28:59.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:28:59.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:00.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:00.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:00 smithi098 ceph-mon[112578]: pgmap v5043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:00 smithi016 ceph-mon[96085]: pgmap v5043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:01.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:01.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:02.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:02.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:02 smithi098 ceph-mon[112578]: pgmap v5044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:02 smithi016 ceph-mon[96085]: pgmap v5044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:03.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:03.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:04.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:04.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:04 smithi098 ceph-mon[112578]: pgmap v5045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:04 smithi016 ceph-mon[96085]: pgmap v5045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:05.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:05.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:06.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:06.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:06 smithi098 ceph-mon[112578]: pgmap v5046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:06 smithi016 ceph-mon[96085]: pgmap v5046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:07.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:07.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:08.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:08.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:08 smithi098 ceph-mon[112578]: pgmap v5047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:29:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:08 smithi016 ceph-mon[96085]: pgmap v5047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:29:09.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:09.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:29:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:29:10.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:10.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:29:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:29:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:29:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:29:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:10 smithi098 ceph-mon[112578]: pgmap v5048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:29:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:29:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:29:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:29:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:29:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:10 smithi016 ceph-mon[96085]: pgmap v5048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:29:11.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:11.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:12.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:12.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:12 smithi098 ceph-mon[112578]: pgmap v5049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:12 smithi016 ceph-mon[96085]: pgmap v5049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:13.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:13.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:29:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:29:14.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:14.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:14 smithi098 ceph-mon[112578]: pgmap v5050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:14 smithi016 ceph-mon[96085]: pgmap v5050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:15.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:15.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:16.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:16.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:16 smithi098 ceph-mon[112578]: pgmap v5051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:16 smithi016 ceph-mon[96085]: pgmap v5051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:17.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:17.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:18.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:18.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:18 smithi098 ceph-mon[112578]: pgmap v5052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:29:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:18 smithi016 ceph-mon[96085]: pgmap v5052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:29:19.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:19.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:20.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:20.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:20 smithi098 ceph-mon[112578]: pgmap v5053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:20 smithi016 ceph-mon[96085]: pgmap v5053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:21.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:21.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:22.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:22.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:22 smithi098 ceph-mon[112578]: pgmap v5054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:22 smithi016 ceph-mon[96085]: pgmap v5054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:23.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:23.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:24.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:24.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:24 smithi098 ceph-mon[112578]: pgmap v5055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:24 smithi016 ceph-mon[96085]: pgmap v5055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:25.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:25.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:26.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:26.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:26 smithi098 ceph-mon[112578]: pgmap v5056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:26 smithi016 ceph-mon[96085]: pgmap v5056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:27.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:27.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:28.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:28.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:28 smithi098 ceph-mon[112578]: pgmap v5057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:29:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:29:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:28 smithi016 ceph-mon[96085]: pgmap v5057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:29:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:29:29.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:29.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:30.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:30.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:30 smithi098 ceph-mon[112578]: pgmap v5058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:30 smithi016 ceph-mon[96085]: pgmap v5058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:31.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:31.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:32.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:32.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:32 smithi098 ceph-mon[112578]: pgmap v5059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:32 smithi016 ceph-mon[96085]: pgmap v5059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:33.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:33.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:34.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:34.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:34 smithi098 ceph-mon[112578]: pgmap v5060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:34 smithi016 ceph-mon[96085]: pgmap v5060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:35.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:35.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:36.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:36.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:36 smithi098 ceph-mon[112578]: pgmap v5061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:36 smithi016 ceph-mon[96085]: pgmap v5061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:37.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:37.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:38.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:38.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:38 smithi016 ceph-mon[96085]: pgmap v5062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:29:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:38 smithi098 ceph-mon[112578]: pgmap v5062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:29:39.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:39.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:40.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:40.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:40 smithi098 ceph-mon[112578]: pgmap v5063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:40 smithi016 ceph-mon[96085]: pgmap v5063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:41.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:41.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:42.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:42.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:42 smithi098 ceph-mon[112578]: pgmap v5064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:42 smithi016 ceph-mon[96085]: pgmap v5064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:43.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:43.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:29:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:29:44.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:44.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:44 smithi098 ceph-mon[112578]: pgmap v5065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:44 smithi016 ceph-mon[96085]: pgmap v5065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:45.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:45.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:46.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:46.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:46 smithi098 ceph-mon[112578]: pgmap v5066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:46 smithi016 ceph-mon[96085]: pgmap v5066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:47.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:47.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:48.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:48.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:48 smithi016 ceph-mon[96085]: pgmap v5067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:29:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:48 smithi098 ceph-mon[112578]: pgmap v5067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:29:49.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:49.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:50.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:50.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:50 smithi098 ceph-mon[112578]: pgmap v5068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:50 smithi016 ceph-mon[96085]: pgmap v5068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:51.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:51.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:52.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:52.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:52 smithi098 ceph-mon[112578]: pgmap v5069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:52 smithi016 ceph-mon[96085]: pgmap v5069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:53.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:53.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:54.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:54.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:54 smithi098 ceph-mon[112578]: pgmap v5070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:54 smithi016 ceph-mon[96085]: pgmap v5070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:55.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:55.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:56.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:56.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:56 smithi098 ceph-mon[112578]: pgmap v5071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:56 smithi016 ceph-mon[96085]: pgmap v5071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:29:57.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:57.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:58.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:58.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:58 smithi098 ceph-mon[112578]: pgmap v5072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:29:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:29:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:29:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:58 smithi016 ceph-mon[96085]: pgmap v5072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:29:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:29:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:29:59.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:29:59.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:00.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:00.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:00 smithi098 ceph-mon[112578]: pgmap v5073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T23:30:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:00 smithi016 ceph-mon[96085]: pgmap v5073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T23:30:01.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:01.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:02.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:02.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:02 smithi098 ceph-mon[112578]: pgmap v5074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:02 smithi016 ceph-mon[96085]: pgmap v5074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:03.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:03.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:04.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:04.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:04 smithi098 ceph-mon[112578]: pgmap v5075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:04 smithi016 ceph-mon[96085]: pgmap v5075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:05.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:05.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:06.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:06.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:06 smithi098 ceph-mon[112578]: pgmap v5076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:06 smithi016 ceph-mon[96085]: pgmap v5076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:07.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:07.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:08.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:08.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:08 smithi098 ceph-mon[112578]: pgmap v5077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:30:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:08 smithi016 ceph-mon[96085]: pgmap v5077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:30:09.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:09.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:10.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:10.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:10 smithi098 ceph-mon[112578]: pgmap v5078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:30:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:30:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:30:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:30:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:30:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:30:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:10 smithi016 ceph-mon[96085]: pgmap v5078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:30:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:30:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:30:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:30:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:30:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:30:11.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:11.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:12.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:12.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:12 smithi098 ceph-mon[112578]: pgmap v5079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:12 smithi016 ceph-mon[96085]: pgmap v5079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:13.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:13.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:30:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:30:14.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:14.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:14 smithi098 ceph-mon[112578]: pgmap v5080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:14 smithi016 ceph-mon[96085]: pgmap v5080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:15.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:15.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:16.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:16.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:16 smithi098 ceph-mon[112578]: pgmap v5081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:16 smithi016 ceph-mon[96085]: pgmap v5081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:17.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:17.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:18.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:18.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:18.612 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:18 smithi016 ceph-mon[96085]: pgmap v5082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:30:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:18 smithi098 ceph-mon[112578]: pgmap v5082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:30:19.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:19.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:20.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:20.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:20 smithi098 ceph-mon[112578]: pgmap v5083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:20 smithi016 ceph-mon[96085]: pgmap v5083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:21.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:21.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:22.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:22.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:22 smithi098 ceph-mon[112578]: pgmap v5084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:22 smithi016 ceph-mon[96085]: pgmap v5084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:23.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:23.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:24.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:24.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:24 smithi098 ceph-mon[112578]: pgmap v5085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:24 smithi016 ceph-mon[96085]: pgmap v5085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:25.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:25.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:26.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:26.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:26 smithi098 ceph-mon[112578]: pgmap v5086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:26 smithi016 ceph-mon[96085]: pgmap v5086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:27.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:27.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:28.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:28.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:28.728 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:28 smithi016 ceph-mon[96085]: pgmap v5087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:30:28.729 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:30:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:28 smithi098 ceph-mon[112578]: pgmap v5087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:30:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:30:29.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:29.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:30.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:30.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:30 smithi098 ceph-mon[112578]: pgmap v5088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:30 smithi016 ceph-mon[96085]: pgmap v5088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:31.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:31.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:32.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:32.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:32 smithi098 ceph-mon[112578]: pgmap v5089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:32 smithi016 ceph-mon[96085]: pgmap v5089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:33.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:33.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:34.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:34.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:34 smithi098 ceph-mon[112578]: pgmap v5090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:34 smithi016 ceph-mon[96085]: pgmap v5090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:35.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:35.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:36.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:36.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:36 smithi098 ceph-mon[112578]: pgmap v5091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:36 smithi016 ceph-mon[96085]: pgmap v5091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:37.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:37.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:38.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:38.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:38 smithi098 ceph-mon[112578]: pgmap v5092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:30:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:38 smithi016 ceph-mon[96085]: pgmap v5092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:30:39.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:39.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:40.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:40.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:40 smithi098 ceph-mon[112578]: pgmap v5093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:40 smithi016 ceph-mon[96085]: pgmap v5093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:41.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:41.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:42.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:42.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:42 smithi098 ceph-mon[112578]: pgmap v5094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:42 smithi016 ceph-mon[96085]: pgmap v5094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:43.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:43.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:30:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:30:44.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:44.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:44 smithi098 ceph-mon[112578]: pgmap v5095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:44 smithi016 ceph-mon[96085]: pgmap v5095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:45.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:45.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:46.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:46.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:46 smithi098 ceph-mon[112578]: pgmap v5096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:46 smithi016 ceph-mon[96085]: pgmap v5096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:47.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:47.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:48.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:48.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:48 smithi098 ceph-mon[112578]: pgmap v5097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:30:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:48 smithi016 ceph-mon[96085]: pgmap v5097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:30:49.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:49.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:50.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:50.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:50 smithi098 ceph-mon[112578]: pgmap v5098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:50 smithi016 ceph-mon[96085]: pgmap v5098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:51.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:51.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:52.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:52.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:52 smithi098 ceph-mon[112578]: pgmap v5099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:52 smithi016 ceph-mon[96085]: pgmap v5099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:53.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:53.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:54.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:54.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:54 smithi098 ceph-mon[112578]: pgmap v5100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:54 smithi016 ceph-mon[96085]: pgmap v5100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:55.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:55.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:56.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:56.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:56 smithi098 ceph-mon[112578]: pgmap v5101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:56 smithi016 ceph-mon[96085]: pgmap v5101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:30:57.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:57.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:58 smithi098 ceph-mon[112578]: pgmap v5102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:30:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:30:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:30:58.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:58.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:58 smithi016 ceph-mon[96085]: pgmap v5102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:30:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:30:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:30:59.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:30:59.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:00.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:00.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:00 smithi098 ceph-mon[112578]: pgmap v5103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:00 smithi016 ceph-mon[96085]: pgmap v5103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:01.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:01.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:02.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:02.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:02 smithi098 ceph-mon[112578]: pgmap v5104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:02 smithi016 ceph-mon[96085]: pgmap v5104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:03.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:03.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:04.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:04.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:04 smithi098 ceph-mon[112578]: pgmap v5105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:04 smithi016 ceph-mon[96085]: pgmap v5105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:05.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:05.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:06.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:06.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:06 smithi016 ceph-mon[96085]: pgmap v5106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:06 smithi098 ceph-mon[112578]: pgmap v5106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:07.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:07.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:08 smithi098 ceph-mon[112578]: pgmap v5107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:31:08.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:08.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:08 smithi016 ceph-mon[96085]: pgmap v5107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:31:09.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:09.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:10.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:10.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:10 smithi098 ceph-mon[112578]: pgmap v5108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:31:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:10 smithi016 ceph-mon[96085]: pgmap v5108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:31:11.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:11.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:31:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:31:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:31:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:31:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:31:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:31:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:31:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:31:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:31:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:31:12.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:12.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:13 smithi016 ceph-mon[96085]: pgmap v5109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:31:13.283 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:13 smithi098 ceph-mon[112578]: pgmap v5109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:13.284 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:31:13.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:13.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:14.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:14.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:15 smithi098 ceph-mon[112578]: pgmap v5110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:15 smithi016 ceph-mon[96085]: pgmap v5110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:15.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:15.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:16.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:16.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:17 smithi098 ceph-mon[112578]: pgmap v5111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:17 smithi016 ceph-mon[96085]: pgmap v5111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:17.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:17.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:18.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:18.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:18 smithi098 ceph-mon[112578]: pgmap v5112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:31:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:18 smithi016 ceph-mon[96085]: pgmap v5112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:31:19.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:19.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:20.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:20.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:20 smithi098 ceph-mon[112578]: pgmap v5113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:20 smithi016 ceph-mon[96085]: pgmap v5113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:21.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:21.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:22.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:22.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:22 smithi016 ceph-mon[96085]: pgmap v5114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:22 smithi098 ceph-mon[112578]: pgmap v5114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:23.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:23.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:24.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:24.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:24 smithi016 ceph-mon[96085]: pgmap v5115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:24 smithi098 ceph-mon[112578]: pgmap v5115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:25.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:25.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:26.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:26.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:26 smithi016 ceph-mon[96085]: pgmap v5116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:26 smithi098 ceph-mon[112578]: pgmap v5116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:27.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:27.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:28.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:28.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:28 smithi098 ceph-mon[112578]: pgmap v5117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:31:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:31:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:28 smithi016 ceph-mon[96085]: pgmap v5117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:31:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:31:29.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:29.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:30.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:30.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:30 smithi016 ceph-mon[96085]: pgmap v5118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:30 smithi098 ceph-mon[112578]: pgmap v5118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:31.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:31.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:32.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:32.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:32 smithi016 ceph-mon[96085]: pgmap v5119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:32 smithi098 ceph-mon[112578]: pgmap v5119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:33.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:33.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:34.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:34.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:34 smithi016 ceph-mon[96085]: pgmap v5120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:34 smithi098 ceph-mon[112578]: pgmap v5120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:35.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:35.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:36.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:36.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:36 smithi016 ceph-mon[96085]: pgmap v5121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:36 smithi098 ceph-mon[112578]: pgmap v5121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:37.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:37.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:38.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:38.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:38 smithi098 ceph-mon[112578]: pgmap v5122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:31:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:38 smithi016 ceph-mon[96085]: pgmap v5122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:31:39.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:39.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:40.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:40.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:40 smithi016 ceph-mon[96085]: pgmap v5123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:40 smithi098 ceph-mon[112578]: pgmap v5123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:41.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:41.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:42.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:42.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:42 smithi016 ceph-mon[96085]: pgmap v5124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:42 smithi098 ceph-mon[112578]: pgmap v5124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:43.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:43.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:31:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:31:44.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:44.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:44 smithi016 ceph-mon[96085]: pgmap v5125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:44 smithi098 ceph-mon[112578]: pgmap v5125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:45.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:45.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:46.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:46.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:46 smithi098 ceph-mon[112578]: pgmap v5126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:46 smithi016 ceph-mon[96085]: pgmap v5126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:47.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:47.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:48.652 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:48 smithi098 ceph-mon[112578]: pgmap v5127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:31:48.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:48.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:48 smithi016 ceph-mon[96085]: pgmap v5127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:31:49.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:49.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:50.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:50.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:50 smithi016 ceph-mon[96085]: pgmap v5128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:50 smithi098 ceph-mon[112578]: pgmap v5128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:51.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:51.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:52.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:52.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:52 smithi016 ceph-mon[96085]: pgmap v5129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:52 smithi098 ceph-mon[112578]: pgmap v5129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:53.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:53.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:54.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:54.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:54 smithi016 ceph-mon[96085]: pgmap v5130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:54 smithi098 ceph-mon[112578]: pgmap v5130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:55.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:55.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:56.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:56.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:56 smithi098 ceph-mon[112578]: pgmap v5131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:56 smithi016 ceph-mon[96085]: pgmap v5131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:31:57.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:57.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:58.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:58.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:58.758 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:58 smithi098 ceph-mon[112578]: pgmap v5132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:31:58.758 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:31:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:31:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:58 smithi016 ceph-mon[96085]: pgmap v5132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:31:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:31:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:31:59.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:31:59.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:00.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:00.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:00 smithi016 ceph-mon[96085]: pgmap v5133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:00 smithi098 ceph-mon[112578]: pgmap v5133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:01.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:01.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:02.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:02.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:02 smithi016 ceph-mon[96085]: pgmap v5134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:02 smithi098 ceph-mon[112578]: pgmap v5134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:03.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:03.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:04.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:04.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:04 smithi098 ceph-mon[112578]: pgmap v5135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:04 smithi016 ceph-mon[96085]: pgmap v5135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:05.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:05.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:06.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:06.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:06 smithi098 ceph-mon[112578]: pgmap v5136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:06 smithi016 ceph-mon[96085]: pgmap v5136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:07.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:07.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:08.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:08.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:08 smithi098 ceph-mon[112578]: pgmap v5137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:32:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:08 smithi016 ceph-mon[96085]: pgmap v5137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:32:09.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:09.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:10.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:10.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:10 smithi016 ceph-mon[96085]: pgmap v5138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:10 smithi098 ceph-mon[112578]: pgmap v5138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:11.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:11.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:32:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:32:12.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:12.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:12 smithi098 ceph-mon[112578]: pgmap v5139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:32:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:12 smithi016 ceph-mon[96085]: pgmap v5139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:32:13.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:13.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:14.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:14.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:15 smithi016 ceph-mon[96085]: pgmap v5140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:32:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:32:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:32:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:32:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:32:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:32:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:32:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:15 smithi098 ceph-mon[112578]: pgmap v5140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:32:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:32:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:32:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:32:15.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:32:15.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:32:15.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:32:15.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:15.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:16.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:16.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:17 smithi098 ceph-mon[112578]: pgmap v5141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:17 smithi016 ceph-mon[96085]: pgmap v5141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:17.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:17.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:18.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:18.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:18 smithi098 ceph-mon[112578]: pgmap v5142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:32:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:18 smithi016 ceph-mon[96085]: pgmap v5142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:32:19.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:19.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:20.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:20.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:21.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:20 smithi016 ceph-mon[96085]: pgmap v5143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:20 smithi098 ceph-mon[112578]: pgmap v5143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:21.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:21.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:22.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:22.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:22 smithi098 ceph-mon[112578]: pgmap v5144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:22 smithi016 ceph-mon[96085]: pgmap v5144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:23.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:23.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:24.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:24.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:25.056 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:24 smithi016 ceph-mon[96085]: pgmap v5145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:24 smithi098 ceph-mon[112578]: pgmap v5145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:25.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:25.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:26.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:26.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:26 smithi098 ceph-mon[112578]: pgmap v5146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:26 smithi016 ceph-mon[96085]: pgmap v5146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:27.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:27.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:28 smithi098 ceph-mon[112578]: pgmap v5147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:32:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:32:28.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:28.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:28 smithi016 ceph-mon[96085]: pgmap v5147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:32:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:32:29.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:29.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:30.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:30.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:30 smithi016 ceph-mon[96085]: pgmap v5148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:30 smithi098 ceph-mon[112578]: pgmap v5148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:31.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:31.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:32.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:32.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:32 smithi098 ceph-mon[112578]: pgmap v5149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:32 smithi016 ceph-mon[96085]: pgmap v5149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:33.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:33.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:34.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:34.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:35.172 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:34 smithi016 ceph-mon[96085]: pgmap v5150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:34 smithi098 ceph-mon[112578]: pgmap v5150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:35.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:35.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:36.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:36.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:36 smithi098 ceph-mon[112578]: pgmap v5151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:36 smithi016 ceph-mon[96085]: pgmap v5151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:37.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:37.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:38.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:38.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:38 smithi098 ceph-mon[112578]: pgmap v5152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:32:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:38 smithi016 ceph-mon[96085]: pgmap v5152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:32:39.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:39.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:40.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:40.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:40 smithi016 ceph-mon[96085]: pgmap v5153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:40 smithi098 ceph-mon[112578]: pgmap v5153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:41.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:41.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:42.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:42.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:42 smithi098 ceph-mon[112578]: pgmap v5154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:32:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:42 smithi016 ceph-mon[96085]: pgmap v5154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:32:43.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:43.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:44.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:44.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:44 smithi098 ceph-mon[112578]: pgmap v5155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:44 smithi016 ceph-mon[96085]: pgmap v5155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:45.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:45.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:46.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:46.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:46 smithi098 ceph-mon[112578]: pgmap v5156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:46 smithi016 ceph-mon[96085]: pgmap v5156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:47.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:47.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:48 smithi098 ceph-mon[112578]: pgmap v5157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:32:48.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:48.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:48 smithi016 ceph-mon[96085]: pgmap v5157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:32:49.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:49.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:50.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:50.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:50 smithi016 ceph-mon[96085]: pgmap v5158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:50 smithi098 ceph-mon[112578]: pgmap v5158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:51.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:51.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:52.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:52.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:52 smithi098 ceph-mon[112578]: pgmap v5159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:52 smithi016 ceph-mon[96085]: pgmap v5159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:53.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:53.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:54.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:54.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:54 smithi098 ceph-mon[112578]: pgmap v5160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:54 smithi016 ceph-mon[96085]: pgmap v5160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:55.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:55.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:56.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:56.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:56 smithi098 ceph-mon[112578]: pgmap v5161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:56 smithi016 ceph-mon[96085]: pgmap v5161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:32:57.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:57.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:58 smithi098 ceph-mon[112578]: pgmap v5162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:32:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:32:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:32:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:58 smithi016 ceph-mon[96085]: pgmap v5162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:32:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:32:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:32:58.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:58.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:59.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:32:59.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:00.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:00.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:00 smithi016 ceph-mon[96085]: pgmap v5163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:00 smithi098 ceph-mon[112578]: pgmap v5163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:01.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:01.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:02.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:02.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:02 smithi098 ceph-mon[112578]: pgmap v5164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:02 smithi016 ceph-mon[96085]: pgmap v5164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:03.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:03.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:04.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:04.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:04 smithi098 ceph-mon[112578]: pgmap v5165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:04 smithi016 ceph-mon[96085]: pgmap v5165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:05.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:05.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:06.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:06.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:06 smithi098 ceph-mon[112578]: pgmap v5166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:06 smithi016 ceph-mon[96085]: pgmap v5166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:07.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:07.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:08 smithi098 ceph-mon[112578]: pgmap v5167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:33:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:08 smithi016 ceph-mon[96085]: pgmap v5167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:33:08.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:08.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:09.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:09.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:10.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:10.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:10 smithi016 ceph-mon[96085]: pgmap v5168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:10 smithi098 ceph-mon[112578]: pgmap v5168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:11.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:11.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:12.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:12.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:12 smithi098 ceph-mon[112578]: pgmap v5169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:33:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:12 smithi016 ceph-mon[96085]: pgmap v5169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:33:13.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:13.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:14.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:14.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:14 smithi098 ceph-mon[112578]: pgmap v5170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:33:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:14 smithi016 ceph-mon[96085]: pgmap v5170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:33:15.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:15.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:16.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:16.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:16 smithi098 ceph-mon[112578]: pgmap v5171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:16 smithi016 ceph-mon[96085]: pgmap v5171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:17.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:17.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:18 smithi098 ceph-mon[112578]: pgmap v5172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:33:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:18 smithi016 ceph-mon[96085]: pgmap v5172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:33:18.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:18.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:19.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:19.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:20.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:33:20.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:33:20.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:33:20.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:20 smithi016 ceph-mon[96085]: pgmap v5173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:20.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:33:20.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:33:20.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:33:20.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:33:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:33:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:33:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:33:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:20 smithi098 ceph-mon[112578]: pgmap v5173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:33:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:33:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:33:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:33:20.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:20.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:21.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:21.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:22.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:22.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:22 smithi098 ceph-mon[112578]: pgmap v5174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:22 smithi016 ceph-mon[96085]: pgmap v5174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:23.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:23.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:24.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:24.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:24 smithi098 ceph-mon[112578]: pgmap v5175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:24 smithi016 ceph-mon[96085]: pgmap v5175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:25.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:25.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:26.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:26.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:26 smithi098 ceph-mon[112578]: pgmap v5176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:26 smithi016 ceph-mon[96085]: pgmap v5176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:27.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:27.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:28 smithi098 ceph-mon[112578]: pgmap v5177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:33:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:33:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:28 smithi016 ceph-mon[96085]: pgmap v5177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:33:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:33:28.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:28.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:29.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:29.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:30.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:30.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:30 smithi016 ceph-mon[96085]: pgmap v5178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:30 smithi098 ceph-mon[112578]: pgmap v5178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:31.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:31.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:32.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:32.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:32 smithi098 ceph-mon[112578]: pgmap v5179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:32 smithi016 ceph-mon[96085]: pgmap v5179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:33.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:33.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:34.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:34.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:34 smithi098 ceph-mon[112578]: pgmap v5180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:34 smithi016 ceph-mon[96085]: pgmap v5180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:35.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:35.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:36.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:36.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:36 smithi098 ceph-mon[112578]: pgmap v5181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:36 smithi016 ceph-mon[96085]: pgmap v5181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:37.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:37.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:38 smithi098 ceph-mon[112578]: pgmap v5182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:33:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:38 smithi016 ceph-mon[96085]: pgmap v5182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:33:38.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:38.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:39.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:39.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:40.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:40.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:41.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:40 smithi016 ceph-mon[96085]: pgmap v5183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:40 smithi098 ceph-mon[112578]: pgmap v5183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:41.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:41.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:42.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:42.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:42 smithi098 ceph-mon[112578]: pgmap v5184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:33:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:42 smithi016 ceph-mon[96085]: pgmap v5184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:33:43.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:43.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:44.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:44.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:44 smithi098 ceph-mon[112578]: pgmap v5185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:44 smithi016 ceph-mon[96085]: pgmap v5185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:45.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:45.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:46.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:46.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:46 smithi098 ceph-mon[112578]: pgmap v5186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:46 smithi016 ceph-mon[96085]: pgmap v5186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:47.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:47.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:48 smithi098 ceph-mon[112578]: pgmap v5187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:33:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:48 smithi016 ceph-mon[96085]: pgmap v5187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:33:48.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:48.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:49.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:49.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:50.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:50.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:50 smithi016 ceph-mon[96085]: pgmap v5188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:50 smithi098 ceph-mon[112578]: pgmap v5188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:51.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:52.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:52.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:52.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:52 smithi098 ceph-mon[112578]: pgmap v5189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:52 smithi016 ceph-mon[96085]: pgmap v5189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:53.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:53.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:54.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:54.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:54 smithi098 ceph-mon[112578]: pgmap v5190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:54 smithi016 ceph-mon[96085]: pgmap v5190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:55.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:55.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:56.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:56.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:56 smithi098 ceph-mon[112578]: pgmap v5191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:56 smithi016 ceph-mon[96085]: pgmap v5191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:33:57.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:57.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:58 smithi098 ceph-mon[112578]: pgmap v5192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:33:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:33:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:33:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:58 smithi016 ceph-mon[96085]: pgmap v5192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:33:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:33:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:33:58.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:58.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:59.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:33:59.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:00.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:00.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:01.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:00 smithi016 ceph-mon[96085]: pgmap v5193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:00 smithi098 ceph-mon[112578]: pgmap v5193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:01.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:01.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:02.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:02.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:02 smithi098 ceph-mon[112578]: pgmap v5194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:02 smithi016 ceph-mon[96085]: pgmap v5194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:03.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:03.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:04.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:04.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:04 smithi098 ceph-mon[112578]: pgmap v5195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:04 smithi016 ceph-mon[96085]: pgmap v5195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:05.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:05.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:06.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:06.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:06 smithi098 ceph-mon[112578]: pgmap v5196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:06 smithi016 ceph-mon[96085]: pgmap v5196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:07.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:07.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:08 smithi098 ceph-mon[112578]: pgmap v5197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:34:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:08 smithi016 ceph-mon[96085]: pgmap v5197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:34:08.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:08.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:09.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:09.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:10.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:10.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:11.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:10 smithi016 ceph-mon[96085]: pgmap v5198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:10 smithi098 ceph-mon[112578]: pgmap v5198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:11.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:11.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:12.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:12.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:12 smithi098 ceph-mon[112578]: pgmap v5199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:34:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:12 smithi016 ceph-mon[96085]: pgmap v5199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:34:13.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:13.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:14.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:14.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:15.169 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:14 smithi098 ceph-mon[112578]: pgmap v5200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:14 smithi016 ceph-mon[96085]: pgmap v5200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:15.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:15.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:16.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:16.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:16 smithi098 ceph-mon[112578]: pgmap v5201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:16 smithi016 ceph-mon[96085]: pgmap v5201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:17.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:17.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:18 smithi098 ceph-mon[112578]: pgmap v5202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:34:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:18 smithi016 ceph-mon[96085]: pgmap v5202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:34:18.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:18.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:19.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:19.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:20.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:20.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:21.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:20 smithi016 ceph-mon[96085]: pgmap v5203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:21.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:34:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:34:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:34:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:34:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:34:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:34:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:20 smithi098 ceph-mon[112578]: pgmap v5203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:34:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:34:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:34:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:34:21.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:34:21.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:34:21.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:21.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:22.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:23.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:22 smithi098 ceph-mon[112578]: pgmap v5204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:22 smithi016 ceph-mon[96085]: pgmap v5204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:23.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:23.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:24.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:24.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:24 smithi098 ceph-mon[112578]: pgmap v5205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:24 smithi016 ceph-mon[96085]: pgmap v5205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:25.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:25.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:26.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:26.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:26 smithi098 ceph-mon[112578]: pgmap v5206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:26 smithi016 ceph-mon[96085]: pgmap v5206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:27.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:27.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:28 smithi098 ceph-mon[112578]: pgmap v5207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:34:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:34:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:28 smithi016 ceph-mon[96085]: pgmap v5207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:34:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:34:28.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:28.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:29.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:29.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:30.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:30.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:30 smithi016 ceph-mon[96085]: pgmap v5208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:30 smithi098 ceph-mon[112578]: pgmap v5208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:31.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:31.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:32.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:32.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:32 smithi098 ceph-mon[112578]: pgmap v5209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:32 smithi016 ceph-mon[96085]: pgmap v5209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:33.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:33.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:34.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:34.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:34 smithi098 ceph-mon[112578]: pgmap v5210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:34 smithi016 ceph-mon[96085]: pgmap v5210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:35.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:35.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:36.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:36.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:36 smithi098 ceph-mon[112578]: pgmap v5211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:36 smithi016 ceph-mon[96085]: pgmap v5211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:37.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:37.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:38 smithi098 ceph-mon[112578]: pgmap v5212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:34:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:38 smithi016 ceph-mon[96085]: pgmap v5212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:34:38.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:38.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:39.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:39.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:40.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:40.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:41.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:40 smithi016 ceph-mon[96085]: pgmap v5213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:40 smithi098 ceph-mon[112578]: pgmap v5213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:41.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:41.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:42.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:42.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:42 smithi098 ceph-mon[112578]: pgmap v5214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:34:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:42 smithi016 ceph-mon[96085]: pgmap v5214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:34:43.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:43.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:44.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:44.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:44 smithi098 ceph-mon[112578]: pgmap v5215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:44 smithi016 ceph-mon[96085]: pgmap v5215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:45.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:45.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:46.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:46.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:46 smithi016 ceph-mon[96085]: pgmap v5216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:46 smithi098 ceph-mon[112578]: pgmap v5216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:47.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:47.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:48 smithi098 ceph-mon[112578]: pgmap v5217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:34:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:48 smithi016 ceph-mon[96085]: pgmap v5217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:34:48.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:48.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:49.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:49.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:50.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:50.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:50 smithi016 ceph-mon[96085]: pgmap v5218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:50 smithi098 ceph-mon[112578]: pgmap v5218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:51.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:51.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:52.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:52.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:52 smithi098 ceph-mon[112578]: pgmap v5219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:52 smithi016 ceph-mon[96085]: pgmap v5219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:53.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:53.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:54.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:54.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:54 smithi098 ceph-mon[112578]: pgmap v5220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:54 smithi016 ceph-mon[96085]: pgmap v5220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:55.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:55.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:56.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:56.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:56 smithi098 ceph-mon[112578]: pgmap v5221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:56 smithi016 ceph-mon[96085]: pgmap v5221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:34:57.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:57.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:34:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:34:58 smithi098 ceph-mon[112578]: pgmap v5222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:34:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:34:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:34:58 smithi016 ceph-mon[96085]: pgmap v5222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:34:58.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:58.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:59.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:34:59.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:00.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:00.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:00 smithi098 ceph-mon[112578]: pgmap v5223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:00 smithi016 ceph-mon[96085]: pgmap v5223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:01.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:01.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:02.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:02.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:02 smithi098 ceph-mon[112578]: pgmap v5224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:02 smithi016 ceph-mon[96085]: pgmap v5224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:03.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:03.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:04.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:04.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:04 smithi098 ceph-mon[112578]: pgmap v5225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:04 smithi016 ceph-mon[96085]: pgmap v5225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:05.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:05.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:06.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:06.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:06 smithi098 ceph-mon[112578]: pgmap v5226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:06 smithi016 ceph-mon[96085]: pgmap v5226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:07.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:07.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:08 smithi098 ceph-mon[112578]: pgmap v5227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:35:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:08 smithi016 ceph-mon[96085]: pgmap v5227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:35:09.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:09.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:10.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:10.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:11.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:11.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:10 smithi098 ceph-mon[112578]: pgmap v5228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:11.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:10 smithi016 ceph-mon[96085]: pgmap v5228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:12.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:12.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:13.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:13.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:12 smithi098 ceph-mon[112578]: pgmap v5229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:35:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:12 smithi016 ceph-mon[96085]: pgmap v5229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:35:14.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:14.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:15.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:15.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:14 smithi098 ceph-mon[112578]: pgmap v5230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:14 smithi016 ceph-mon[96085]: pgmap v5230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:16.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:16.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:17.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:17.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:16 smithi098 ceph-mon[112578]: pgmap v5231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:16 smithi016 ceph-mon[96085]: pgmap v5231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:18.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:18.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:18 smithi098 ceph-mon[112578]: pgmap v5232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:35:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:18 smithi016 ceph-mon[96085]: pgmap v5232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:35:19.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:19.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:20.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:20.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:21.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:21.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:20 smithi016 ceph-mon[96085]: pgmap v5233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:35:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:20 smithi098 ceph-mon[112578]: pgmap v5233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:35:22.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:22.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:35:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:35:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:35:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:35:22.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:35:22.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:35:22.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:35:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:35:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:35:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:35:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:35:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:35:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:35:22.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:35:23.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:23.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:22 smithi098 ceph-mon[112578]: pgmap v5234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:22 smithi016 ceph-mon[96085]: pgmap v5234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:24.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:24.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:25.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:25.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:24 smithi098 ceph-mon[112578]: pgmap v5235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:24 smithi016 ceph-mon[96085]: pgmap v5235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:26.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:26.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:27.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:27.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:26 smithi098 ceph-mon[112578]: pgmap v5236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:26 smithi016 ceph-mon[96085]: pgmap v5236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:28.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:28.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:35:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:28 smithi098 ceph-mon[112578]: pgmap v5237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:35:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:35:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:28 smithi016 ceph-mon[96085]: pgmap v5237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:35:29.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:29.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:30.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:30.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:31.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:31.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:30 smithi016 ceph-mon[96085]: pgmap v5238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:30 smithi098 ceph-mon[112578]: pgmap v5238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:32.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:32.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:33.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:33.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:32 smithi098 ceph-mon[112578]: pgmap v5239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:32 smithi016 ceph-mon[96085]: pgmap v5239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:34.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:34.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:35.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:35.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:34 smithi098 ceph-mon[112578]: pgmap v5240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:34 smithi016 ceph-mon[96085]: pgmap v5240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:36.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:36.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:37.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:37.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:37.248 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:36 smithi016 ceph-mon[96085]: pgmap v5241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:36 smithi098 ceph-mon[112578]: pgmap v5241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:38.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:38.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:38 smithi098 ceph-mon[112578]: pgmap v5242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:35:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:38 smithi016 ceph-mon[96085]: pgmap v5242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:35:39.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:39.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:40.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:40.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:41.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:41.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:41.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:40 smithi016 ceph-mon[96085]: pgmap v5243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:40 smithi098 ceph-mon[112578]: pgmap v5243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:42.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:42.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:43.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:43.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:42 smithi098 ceph-mon[112578]: pgmap v5244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:35:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:42 smithi016 ceph-mon[96085]: pgmap v5244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:35:44.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:44.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:45.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:45.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:44 smithi098 ceph-mon[112578]: pgmap v5245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:44 smithi016 ceph-mon[96085]: pgmap v5245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:46.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:46.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:47.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:47.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:46 smithi098 ceph-mon[112578]: pgmap v5246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:46 smithi016 ceph-mon[96085]: pgmap v5246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:48.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:48.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:48 smithi098 ceph-mon[112578]: pgmap v5247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:35:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:48 smithi016 ceph-mon[96085]: pgmap v5247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:35:49.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:49.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:50.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:50.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:51.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:51.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:50 smithi016 ceph-mon[96085]: pgmap v5248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:51.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:50 smithi098 ceph-mon[112578]: pgmap v5248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:52.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:52.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:53.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:53.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:52 smithi098 ceph-mon[112578]: pgmap v5249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:52 smithi016 ceph-mon[96085]: pgmap v5249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:54.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:54.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:55.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:55.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:54 smithi098 ceph-mon[112578]: pgmap v5250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:54 smithi016 ceph-mon[96085]: pgmap v5250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:56.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:56.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:57.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:57.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:56 smithi098 ceph-mon[112578]: pgmap v5251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:56 smithi016 ceph-mon[96085]: pgmap v5251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:35:58.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:58.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:35:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:35:58 smithi098 ceph-mon[112578]: pgmap v5252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:35:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:35:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:35:58 smithi016 ceph-mon[96085]: pgmap v5252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:35:59.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:35:59.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:00.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:00.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:01.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:01.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:00 smithi016 ceph-mon[96085]: pgmap v5253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:00 smithi098 ceph-mon[112578]: pgmap v5253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:02.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:02.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:03.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:03.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:02 smithi098 ceph-mon[112578]: pgmap v5254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:02 smithi016 ceph-mon[96085]: pgmap v5254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:04.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:04.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:05.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:05.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:04 smithi098 ceph-mon[112578]: pgmap v5255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:04 smithi016 ceph-mon[96085]: pgmap v5255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:06.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:06.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:07.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:07.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:06 smithi098 ceph-mon[112578]: pgmap v5256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:06 smithi016 ceph-mon[96085]: pgmap v5256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:08.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:08.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:08 smithi098 ceph-mon[112578]: pgmap v5257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:36:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:08 smithi016 ceph-mon[96085]: pgmap v5257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:36:09.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:09.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:10.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:10.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:11.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:11.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:11.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:10 smithi016 ceph-mon[96085]: pgmap v5258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:10 smithi098 ceph-mon[112578]: pgmap v5258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:12.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:12.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:12 smithi016 ceph-mon[96085]: pgmap v5259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:36:13.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:13.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:12 smithi098 ceph-mon[112578]: pgmap v5259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:36:14.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:14.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:15.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:15.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:14 smithi098 ceph-mon[112578]: pgmap v5260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:14 smithi016 ceph-mon[96085]: pgmap v5260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:16.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:16.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:17.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:17.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:16 smithi098 ceph-mon[112578]: pgmap v5261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:16 smithi016 ceph-mon[96085]: pgmap v5261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:18.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:18.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:18 smithi098 ceph-mon[112578]: pgmap v5262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:36:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:18 smithi016 ceph-mon[96085]: pgmap v5262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:36:19.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:19.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:20.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:20.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:21.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:21.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:21.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:20 smithi016 ceph-mon[96085]: pgmap v5263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:20 smithi098 ceph-mon[112578]: pgmap v5263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:22.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:22.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:36:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:36:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:22 smithi016 ceph-mon[96085]: pgmap v5264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:36:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:36:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:36:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:36:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:36:23.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:23.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:22 smithi098 ceph-mon[112578]: pgmap v5264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:36:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:36:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:36:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:36:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:36:24.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:24.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:25.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:25.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:24 smithi098 ceph-mon[112578]: pgmap v5265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:24 smithi016 ceph-mon[96085]: pgmap v5265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:26.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:26.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:27.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:27.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:26 smithi098 ceph-mon[112578]: pgmap v5266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:26 smithi016 ceph-mon[96085]: pgmap v5266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:28.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:28.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:36:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:28 smithi098 ceph-mon[112578]: pgmap v5267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:36:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:36:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:28 smithi016 ceph-mon[96085]: pgmap v5267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:36:29.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:29.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:30.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:30.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:31.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:31.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:30 smithi016 ceph-mon[96085]: pgmap v5268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:30 smithi098 ceph-mon[112578]: pgmap v5268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:32.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:32.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:33.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:33.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:32 smithi098 ceph-mon[112578]: pgmap v5269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:32 smithi016 ceph-mon[96085]: pgmap v5269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:34.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:34.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:35.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:35.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:34 smithi098 ceph-mon[112578]: pgmap v5270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:34 smithi016 ceph-mon[96085]: pgmap v5270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:36.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:36.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:36 smithi098 ceph-mon[112578]: pgmap v5271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:37.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:37.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:36 smithi016 ceph-mon[96085]: pgmap v5271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:38.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:38.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:38 smithi098 ceph-mon[112578]: pgmap v5272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:36:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:38 smithi016 ceph-mon[96085]: pgmap v5272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:36:39.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:39.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:40.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:40.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:41.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:41.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:41.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:40 smithi016 ceph-mon[96085]: pgmap v5273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:40 smithi098 ceph-mon[112578]: pgmap v5273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:42.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:42.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:43.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:43.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:42 smithi098 ceph-mon[112578]: pgmap v5274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:36:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:42 smithi016 ceph-mon[96085]: pgmap v5274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:36:44.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:44.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:45.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:45.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:44 smithi098 ceph-mon[112578]: pgmap v5275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:44 smithi016 ceph-mon[96085]: pgmap v5275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:46.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:46.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:46 smithi098 ceph-mon[112578]: pgmap v5276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:47.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:47.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:46 smithi016 ceph-mon[96085]: pgmap v5276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:48.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:48.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:48 smithi098 ceph-mon[112578]: pgmap v5277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:36:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:48 smithi016 ceph-mon[96085]: pgmap v5277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:36:49.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:49.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:50.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:50.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:50 smithi016 ceph-mon[96085]: pgmap v5278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:51.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:51.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:50 smithi098 ceph-mon[112578]: pgmap v5278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:52.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:52.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:53.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:53.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:52 smithi098 ceph-mon[112578]: pgmap v5279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:52 smithi016 ceph-mon[96085]: pgmap v5279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:54.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:54.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:55.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:55.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:54 smithi098 ceph-mon[112578]: pgmap v5280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:54 smithi016 ceph-mon[96085]: pgmap v5280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:56.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:56.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:57.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:57.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:56 smithi098 ceph-mon[112578]: pgmap v5281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:56 smithi016 ceph-mon[96085]: pgmap v5281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:36:58.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:58.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:36:58.831 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:36:58 smithi098 ceph-mon[112578]: pgmap v5282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:36:58.832 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:36:58.832 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:36:58 smithi016 ceph-mon[96085]: pgmap v5282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:36:59.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:36:59.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:00.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:00.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:00 smithi016 ceph-mon[96085]: pgmap v5283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:01.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:01.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:00 smithi098 ceph-mon[112578]: pgmap v5283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:02.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:02.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:03.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:03.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:03.225 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:02 smithi016 ceph-mon[96085]: pgmap v5284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:02 smithi098 ceph-mon[112578]: pgmap v5284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:04.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:04.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:05.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:05.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:04 smithi098 ceph-mon[112578]: pgmap v5285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:04 smithi016 ceph-mon[96085]: pgmap v5285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:06.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:06.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:07.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:07.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:06 smithi098 ceph-mon[112578]: pgmap v5286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:06 smithi016 ceph-mon[96085]: pgmap v5286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:08.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:08.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:08 smithi098 ceph-mon[112578]: pgmap v5287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:37:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:08 smithi016 ceph-mon[96085]: pgmap v5287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:37:09.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:09.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:10.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:10.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:10 smithi016 ceph-mon[96085]: pgmap v5288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:11.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:11.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:10 smithi098 ceph-mon[112578]: pgmap v5288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:12.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:12.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:13.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:13.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:12 smithi098 ceph-mon[112578]: pgmap v5289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:37:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:12 smithi016 ceph-mon[96085]: pgmap v5289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:37:14.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:14.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:15.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:15.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:14 smithi098 ceph-mon[112578]: pgmap v5290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:14 smithi016 ceph-mon[96085]: pgmap v5290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:16.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:16.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:17.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:17.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:16 smithi098 ceph-mon[112578]: pgmap v5291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:16 smithi016 ceph-mon[96085]: pgmap v5291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:18.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:18.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:18 smithi098 ceph-mon[112578]: pgmap v5292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:37:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:18 smithi016 ceph-mon[96085]: pgmap v5292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:37:19.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:19.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:20.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:20.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:20 smithi016 ceph-mon[96085]: pgmap v5293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:21.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:21.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:20 smithi098 ceph-mon[112578]: pgmap v5293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:22.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:22.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:23.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:23.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:22 smithi098 ceph-mon[112578]: pgmap v5294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:37:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:37:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:37:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:22 smithi016 ceph-mon[96085]: pgmap v5294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:37:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:37:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:37:24.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:24.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:37:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:37:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:37:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:37:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:37:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:37:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:37:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:37:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:37:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:37:25.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:25.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:24 smithi098 ceph-mon[112578]: pgmap v5295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:24 smithi016 ceph-mon[96085]: pgmap v5295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:26.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:26.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:27.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:27.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:26 smithi098 ceph-mon[112578]: pgmap v5296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:26 smithi016 ceph-mon[96085]: pgmap v5296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:28.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:28.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:37:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:28 smithi098 ceph-mon[112578]: pgmap v5297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:37:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:37:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:28 smithi016 ceph-mon[96085]: pgmap v5297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:37:29.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:29.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:30.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:30.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:30 smithi016 ceph-mon[96085]: pgmap v5298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:31.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:31.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:30 smithi098 ceph-mon[112578]: pgmap v5298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:32.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:32.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:33.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:33.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:32 smithi098 ceph-mon[112578]: pgmap v5299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:32 smithi016 ceph-mon[96085]: pgmap v5299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:34.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:34.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:35.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:35.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:34 smithi098 ceph-mon[112578]: pgmap v5300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:34 smithi016 ceph-mon[96085]: pgmap v5300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:36.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:36.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:37.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:37.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:36 smithi098 ceph-mon[112578]: pgmap v5301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:36 smithi016 ceph-mon[96085]: pgmap v5301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:38.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:38.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:38 smithi098 ceph-mon[112578]: pgmap v5302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:37:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:38 smithi016 ceph-mon[96085]: pgmap v5302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:37:39.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:39.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:40.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:40.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:40 smithi016 ceph-mon[96085]: pgmap v5303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:41.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:41.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:40 smithi098 ceph-mon[112578]: pgmap v5303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:42.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:42.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:43.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:43.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:42 smithi098 ceph-mon[112578]: pgmap v5304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:37:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:42 smithi016 ceph-mon[96085]: pgmap v5304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:37:44.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:44.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:45.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:45.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:44 smithi098 ceph-mon[112578]: pgmap v5305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:44 smithi016 ceph-mon[96085]: pgmap v5305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:46.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:46.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:47.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:47.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:46 smithi098 ceph-mon[112578]: pgmap v5306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:46 smithi016 ceph-mon[96085]: pgmap v5306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:48.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:48.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:48.744 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:48 smithi016 ceph-mon[96085]: pgmap v5307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:37:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:48 smithi098 ceph-mon[112578]: pgmap v5307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:37:49.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:49.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:50.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:50.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:50 smithi016 ceph-mon[96085]: pgmap v5308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:50 smithi098 ceph-mon[112578]: pgmap v5308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:51.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:51.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:52.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:52.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:52 smithi098 ceph-mon[112578]: pgmap v5309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:53.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:53.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:52 smithi016 ceph-mon[96085]: pgmap v5309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:54.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:54.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:54 smithi098 ceph-mon[112578]: pgmap v5310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:55.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:55.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:54 smithi016 ceph-mon[96085]: pgmap v5310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:56.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:56.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:56 smithi098 ceph-mon[112578]: pgmap v5311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:56 smithi016 ceph-mon[96085]: pgmap v5311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:37:57.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:57.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:58.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:58.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:37:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:37:58 smithi098 ceph-mon[112578]: pgmap v5312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:37:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:37:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:37:58 smithi016 ceph-mon[96085]: pgmap v5312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:37:59.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:37:59.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:00.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:00.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:00 smithi016 ceph-mon[96085]: pgmap v5313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:00 smithi098 ceph-mon[112578]: pgmap v5313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:01.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:01.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:02.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:02.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:02 smithi098 ceph-mon[112578]: pgmap v5314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:02 smithi016 ceph-mon[96085]: pgmap v5314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:03.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:03.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:04.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:04.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:04 smithi098 ceph-mon[112578]: pgmap v5315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:04 smithi016 ceph-mon[96085]: pgmap v5315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:05.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:05.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:06.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:06.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:06 smithi098 ceph-mon[112578]: pgmap v5316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:06 smithi016 ceph-mon[96085]: pgmap v5316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:07.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:07.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:08.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:08.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:08 smithi098 ceph-mon[112578]: pgmap v5317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:38:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:08 smithi016 ceph-mon[96085]: pgmap v5317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:38:09.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:09.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:10.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:10.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:11.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:10 smithi016 ceph-mon[96085]: pgmap v5318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:10 smithi098 ceph-mon[112578]: pgmap v5318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:11.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:11.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:12.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:12.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:12 smithi098 ceph-mon[112578]: pgmap v5319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:38:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:12 smithi016 ceph-mon[96085]: pgmap v5319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:38:13.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:13.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:14.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:14.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:14 smithi098 ceph-mon[112578]: pgmap v5320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:14 smithi016 ceph-mon[96085]: pgmap v5320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:15.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:15.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:16.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:16.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:16 smithi098 ceph-mon[112578]: pgmap v5321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:16 smithi016 ceph-mon[96085]: pgmap v5321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:17.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:17.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:18.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:18.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:18 smithi098 ceph-mon[112578]: pgmap v5322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:38:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:18 smithi016 ceph-mon[96085]: pgmap v5322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:38:19.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:19.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:20.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:20.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:20 smithi016 ceph-mon[96085]: pgmap v5323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:20 smithi098 ceph-mon[112578]: pgmap v5323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:21.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:21.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:22.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:22.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:22 smithi098 ceph-mon[112578]: pgmap v5324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:22 smithi016 ceph-mon[96085]: pgmap v5324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:23.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:23.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:38:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:38:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:38:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:38:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:38:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:38:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:38:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:38:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:38:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:38:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:38:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:38:24.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:24.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:24 smithi098 ceph-mon[112578]: pgmap v5325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:24 smithi016 ceph-mon[96085]: pgmap v5325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:26.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:26.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:26 smithi098 ceph-mon[112578]: pgmap v5326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:26 smithi016 ceph-mon[96085]: pgmap v5326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:27.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:27.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:28.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:28.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:38:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:28 smithi098 ceph-mon[112578]: pgmap v5327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:38:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:38:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:28 smithi016 ceph-mon[96085]: pgmap v5327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:38:29.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:29.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:30.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:30.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:30 smithi016 ceph-mon[96085]: pgmap v5328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:30 smithi098 ceph-mon[112578]: pgmap v5328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:31.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:31.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:32.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:32.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:32 smithi098 ceph-mon[112578]: pgmap v5329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:32 smithi016 ceph-mon[96085]: pgmap v5329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:33.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:33.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:34.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:34.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:34 smithi098 ceph-mon[112578]: pgmap v5330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:34 smithi016 ceph-mon[96085]: pgmap v5330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:35.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:35.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:36.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:36.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:36 smithi098 ceph-mon[112578]: pgmap v5331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:36 smithi016 ceph-mon[96085]: pgmap v5331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:37.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:37.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:38.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:38.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:38 smithi098 ceph-mon[112578]: pgmap v5332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:38:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:38 smithi016 ceph-mon[96085]: pgmap v5332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:38:39.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:39.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:40.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:40.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:40 smithi098 ceph-mon[112578]: pgmap v5333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:40 smithi016 ceph-mon[96085]: pgmap v5333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:41.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:41.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:42.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:42.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:42 smithi098 ceph-mon[112578]: pgmap v5334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:38:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:42 smithi016 ceph-mon[96085]: pgmap v5334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:38:43.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:43.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:44.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:44.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:44 smithi098 ceph-mon[112578]: pgmap v5335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:44 smithi016 ceph-mon[96085]: pgmap v5335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:45.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:45.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:46.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:46.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:46 smithi098 ceph-mon[112578]: pgmap v5336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:46 smithi016 ceph-mon[96085]: pgmap v5336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:47.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:47.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:48.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:48.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:48 smithi098 ceph-mon[112578]: pgmap v5337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:38:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:48 smithi016 ceph-mon[96085]: pgmap v5337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:38:49.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:49.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:50.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:50.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:50 smithi098 ceph-mon[112578]: pgmap v5338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:50 smithi016 ceph-mon[96085]: pgmap v5338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:51.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:51.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:52.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:52.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:52 smithi098 ceph-mon[112578]: pgmap v5339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:52 smithi016 ceph-mon[96085]: pgmap v5339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:53.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:53.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:54.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:54.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:54 smithi098 ceph-mon[112578]: pgmap v5340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:54 smithi016 ceph-mon[96085]: pgmap v5340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:55.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:55.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:56.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:56.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:56 smithi098 ceph-mon[112578]: pgmap v5341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:56 smithi016 ceph-mon[96085]: pgmap v5341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:38:57.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:57.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:58.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:58.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:38:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:38:58 smithi098 ceph-mon[112578]: pgmap v5342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:38:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:38:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:38:58 smithi016 ceph-mon[96085]: pgmap v5342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:38:59.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:38:59.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:00.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:00.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:00 smithi098 ceph-mon[112578]: pgmap v5343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:00 smithi016 ceph-mon[96085]: pgmap v5343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:01.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:01.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:02.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:02.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:02 smithi098 ceph-mon[112578]: pgmap v5344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:02 smithi016 ceph-mon[96085]: pgmap v5344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:03.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:03.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:04.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:04.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:04 smithi098 ceph-mon[112578]: pgmap v5345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:04 smithi016 ceph-mon[96085]: pgmap v5345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:05.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:05.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:06.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:06.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:06 smithi098 ceph-mon[112578]: pgmap v5346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:06 smithi016 ceph-mon[96085]: pgmap v5346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:07.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:07.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:08.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:08.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:08 smithi098 ceph-mon[112578]: pgmap v5347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:39:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:08 smithi016 ceph-mon[96085]: pgmap v5347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:39:09.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:09.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:10.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:10.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:10 smithi098 ceph-mon[112578]: pgmap v5348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:11.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:10 smithi016 ceph-mon[96085]: pgmap v5348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:11.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:11.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:12.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:12.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:12 smithi098 ceph-mon[112578]: pgmap v5349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:39:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:12 smithi016 ceph-mon[96085]: pgmap v5349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:39:13.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:13.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:14.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:14.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:14 smithi016 ceph-mon[96085]: pgmap v5350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:14 smithi098 ceph-mon[112578]: pgmap v5350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:15.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:15.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:16.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:16.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:16 smithi098 ceph-mon[112578]: pgmap v5351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:16 smithi016 ceph-mon[96085]: pgmap v5351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:17.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:17.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:18.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:18.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:18 smithi098 ceph-mon[112578]: pgmap v5352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:39:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:18 smithi016 ceph-mon[96085]: pgmap v5352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:39:19.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:19.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:20.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:20.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:20 smithi098 ceph-mon[112578]: pgmap v5353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:20 smithi016 ceph-mon[96085]: pgmap v5353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:21.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:21.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:22.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:22.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:22 smithi098 ceph-mon[112578]: pgmap v5354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:22 smithi016 ceph-mon[96085]: pgmap v5354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:23.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:23.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:39:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:39:24.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:24.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:24 smithi098 ceph-mon[112578]: pgmap v5355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:39:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:39:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:39:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:39:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:39:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:24 smithi016 ceph-mon[96085]: pgmap v5355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:39:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:39:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:39:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:39:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:39:25.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:25.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:26.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:26.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:26 smithi098 ceph-mon[112578]: pgmap v5356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:26 smithi016 ceph-mon[96085]: pgmap v5356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:27.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:27.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:28.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:28.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:39:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:28 smithi098 ceph-mon[112578]: pgmap v5357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:39:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:39:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:28 smithi016 ceph-mon[96085]: pgmap v5357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:39:29.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:29.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:30.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:30.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:30 smithi098 ceph-mon[112578]: pgmap v5358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:30 smithi016 ceph-mon[96085]: pgmap v5358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:31.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:31.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:32.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:32.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:32 smithi098 ceph-mon[112578]: pgmap v5359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:32 smithi016 ceph-mon[96085]: pgmap v5359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:33.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:33.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:34.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:34.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:34 smithi098 ceph-mon[112578]: pgmap v5360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:34 smithi016 ceph-mon[96085]: pgmap v5360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:35.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:35.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:36.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:36.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:36 smithi098 ceph-mon[112578]: pgmap v5361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:36 smithi016 ceph-mon[96085]: pgmap v5361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:37.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:37.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:38.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:38.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:38 smithi098 ceph-mon[112578]: pgmap v5362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:39:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:38 smithi016 ceph-mon[96085]: pgmap v5362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:39:39.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:39.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:40.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:40.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:40 smithi098 ceph-mon[112578]: pgmap v5363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:40 smithi016 ceph-mon[96085]: pgmap v5363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:41.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:41.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:42.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:42.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:42 smithi098 ceph-mon[112578]: pgmap v5364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:39:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:42 smithi016 ceph-mon[96085]: pgmap v5364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:39:43.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:43.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:44.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:44.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:44 smithi098 ceph-mon[112578]: pgmap v5365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:44 smithi016 ceph-mon[96085]: pgmap v5365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:45.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:45.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:46.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:46.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:46 smithi098 ceph-mon[112578]: pgmap v5366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:46 smithi016 ceph-mon[96085]: pgmap v5366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:47.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:47.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:48.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:48.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:48 smithi098 ceph-mon[112578]: pgmap v5367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:39:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:48 smithi016 ceph-mon[96085]: pgmap v5367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:39:49.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:49.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:50.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:50.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:50 smithi098 ceph-mon[112578]: pgmap v5368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:50 smithi016 ceph-mon[96085]: pgmap v5368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:51.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:51.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:52.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:52.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:52 smithi098 ceph-mon[112578]: pgmap v5369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:52 smithi016 ceph-mon[96085]: pgmap v5369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:53.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:53.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:54.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:54.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:54 smithi098 ceph-mon[112578]: pgmap v5370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:54 smithi016 ceph-mon[96085]: pgmap v5370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:55.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:55.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:56.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:56.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:56 smithi098 ceph-mon[112578]: pgmap v5371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:56 smithi016 ceph-mon[96085]: pgmap v5371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:39:57.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:57.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:58.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:58.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:58.747 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:39:58.748 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:39:58 smithi098 ceph-mon[112578]: pgmap v5372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:39:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:39:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:39:58 smithi016 ceph-mon[96085]: pgmap v5372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:39:59.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:39:59.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:00.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:00.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:00 smithi098 ceph-mon[112578]: pgmap v5373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T23:40:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:00 smithi016 ceph-mon[96085]: pgmap v5373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T23:40:01.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:01.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:02.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:02.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:02 smithi098 ceph-mon[112578]: pgmap v5374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:02 smithi016 ceph-mon[96085]: pgmap v5374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:03.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:03.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:04.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:04.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:04 smithi098 ceph-mon[112578]: pgmap v5375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:04 smithi016 ceph-mon[96085]: pgmap v5375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:05.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:05.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:06.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:06.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:06 smithi098 ceph-mon[112578]: pgmap v5376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:06 smithi016 ceph-mon[96085]: pgmap v5376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:07.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:07.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:08.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:08.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:08 smithi098 ceph-mon[112578]: pgmap v5377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:40:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:08 smithi016 ceph-mon[96085]: pgmap v5377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:40:09.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:09.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:10.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:10.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:10 smithi098 ceph-mon[112578]: pgmap v5378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:11.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:10 smithi016 ceph-mon[96085]: pgmap v5378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:11.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:11.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:12.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:12.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:12 smithi098 ceph-mon[112578]: pgmap v5379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:40:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:12 smithi016 ceph-mon[96085]: pgmap v5379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:40:13.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:13.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:14.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:14.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:14 smithi098 ceph-mon[112578]: pgmap v5380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:14 smithi016 ceph-mon[96085]: pgmap v5380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:15.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:15.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:16.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:16.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:16 smithi098 ceph-mon[112578]: pgmap v5381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:16 smithi016 ceph-mon[96085]: pgmap v5381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:17.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:17.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:18.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:18.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:18 smithi098 ceph-mon[112578]: pgmap v5382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:40:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:18 smithi016 ceph-mon[96085]: pgmap v5382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:40:19.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:19.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:20.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:20.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:20 smithi098 ceph-mon[112578]: pgmap v5383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:20 smithi016 ceph-mon[96085]: pgmap v5383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:21.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:21.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:22.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:22.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:22 smithi098 ceph-mon[112578]: pgmap v5384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:22 smithi016 ceph-mon[96085]: pgmap v5384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:23.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:23.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:24.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:24.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:24 smithi098 ceph-mon[112578]: pgmap v5385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:40:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:24 smithi016 ceph-mon[96085]: pgmap v5385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:40:25.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:25.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:40:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:40:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:40:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:40:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:40:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:40:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:40:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:40:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:40:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:40:26.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:26.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:26 smithi098 ceph-mon[112578]: pgmap v5386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:26 smithi016 ceph-mon[96085]: pgmap v5386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:27.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:27.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:28.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:28.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:40:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:28 smithi098 ceph-mon[112578]: pgmap v5387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:40:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:40:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:28 smithi016 ceph-mon[96085]: pgmap v5387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:40:29.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:29.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:30.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:30.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:30 smithi098 ceph-mon[112578]: pgmap v5388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:31.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:30 smithi016 ceph-mon[96085]: pgmap v5388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:31.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:31.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:32.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:32.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:32 smithi098 ceph-mon[112578]: pgmap v5389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:32 smithi016 ceph-mon[96085]: pgmap v5389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:33.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:33.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:34.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:34.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:34 smithi098 ceph-mon[112578]: pgmap v5390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:34 smithi016 ceph-mon[96085]: pgmap v5390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:35.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:35.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:36.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:36.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:36 smithi098 ceph-mon[112578]: pgmap v5391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:36 smithi016 ceph-mon[96085]: pgmap v5391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:37.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:37.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:38.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:38.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:38 smithi098 ceph-mon[112578]: pgmap v5392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:40:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:38 smithi016 ceph-mon[96085]: pgmap v5392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:40:39.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:39.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:40.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:40.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:40 smithi016 ceph-mon[96085]: pgmap v5393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:40 smithi098 ceph-mon[112578]: pgmap v5393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:41.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:41.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:42.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:42.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:42 smithi098 ceph-mon[112578]: pgmap v5394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:40:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:42 smithi016 ceph-mon[96085]: pgmap v5394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:40:43.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:43.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:44.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:44.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:44 smithi098 ceph-mon[112578]: pgmap v5395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:44 smithi016 ceph-mon[96085]: pgmap v5395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:45.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:45.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:46.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:46.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:46 smithi098 ceph-mon[112578]: pgmap v5396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:46 smithi016 ceph-mon[96085]: pgmap v5396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:47.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:47.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:48.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:48.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:48 smithi098 ceph-mon[112578]: pgmap v5397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:40:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:48 smithi016 ceph-mon[96085]: pgmap v5397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:40:49.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:49.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:50.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:50.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:50 smithi016 ceph-mon[96085]: pgmap v5398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:50 smithi098 ceph-mon[112578]: pgmap v5398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:51.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:51.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:52.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:52.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:52 smithi098 ceph-mon[112578]: pgmap v5399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:52 smithi016 ceph-mon[96085]: pgmap v5399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:53.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:53.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:54.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:54.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:54 smithi098 ceph-mon[112578]: pgmap v5400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:54 smithi016 ceph-mon[96085]: pgmap v5400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:55.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:55.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:56.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:56.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:56 smithi098 ceph-mon[112578]: pgmap v5401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:56 smithi016 ceph-mon[96085]: pgmap v5401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:40:57.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:57.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:58.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:58.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:40:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:40:58 smithi098 ceph-mon[112578]: pgmap v5402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:40:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:40:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:40:58 smithi016 ceph-mon[96085]: pgmap v5402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:40:59.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:40:59.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:00.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:00.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:00 smithi098 ceph-mon[112578]: pgmap v5403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:00 smithi016 ceph-mon[96085]: pgmap v5403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:01.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:01.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:02.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:02.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:02 smithi098 ceph-mon[112578]: pgmap v5404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:02 smithi016 ceph-mon[96085]: pgmap v5404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:03.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:03.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:04.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:04.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:04 smithi098 ceph-mon[112578]: pgmap v5405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:04 smithi016 ceph-mon[96085]: pgmap v5405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:05.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:05.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:06.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:06.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:06 smithi098 ceph-mon[112578]: pgmap v5406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:06 smithi016 ceph-mon[96085]: pgmap v5406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:07.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:07.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:08.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:08.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:08 smithi098 ceph-mon[112578]: pgmap v5407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:41:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:08 smithi016 ceph-mon[96085]: pgmap v5407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:41:09.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:09.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:10.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:10.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:10 smithi098 ceph-mon[112578]: pgmap v5408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:11.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:10 smithi016 ceph-mon[96085]: pgmap v5408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:11.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:11.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:12.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:12.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:12 smithi098 ceph-mon[112578]: pgmap v5409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:41:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:12 smithi016 ceph-mon[96085]: pgmap v5409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:41:13.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:13.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:14.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:14.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:14 smithi098 ceph-mon[112578]: pgmap v5410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:14 smithi016 ceph-mon[96085]: pgmap v5410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:15.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:15.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:16.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:16.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:16 smithi098 ceph-mon[112578]: pgmap v5411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:16 smithi016 ceph-mon[96085]: pgmap v5411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:17.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:17.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:18.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:18.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:18 smithi098 ceph-mon[112578]: pgmap v5412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:41:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:18 smithi016 ceph-mon[96085]: pgmap v5412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:41:19.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:19.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:20.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:20.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:20 smithi098 ceph-mon[112578]: pgmap v5413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:20 smithi016 ceph-mon[96085]: pgmap v5413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:21.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:21.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:22.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:22.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:22 smithi098 ceph-mon[112578]: pgmap v5414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:22 smithi016 ceph-mon[96085]: pgmap v5414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:23.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:23.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:24.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:24.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:24 smithi098 ceph-mon[112578]: pgmap v5415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:24 smithi016 ceph-mon[96085]: pgmap v5415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:25.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:25.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:26.224 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:41:26.225 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:41:26.225 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:41:26.225 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:41:26.225 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:41:26.226 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:41:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:41:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:41:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:41:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:41:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:41:26.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:41:26.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:26.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:26 smithi098 ceph-mon[112578]: pgmap v5416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:26 smithi016 ceph-mon[96085]: pgmap v5416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:27.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:27.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:28.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:28.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:41:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:28 smithi098 ceph-mon[112578]: pgmap v5417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:41:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:41:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:28 smithi016 ceph-mon[96085]: pgmap v5417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:41:29.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:29.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:30.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:30.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:30 smithi098 ceph-mon[112578]: pgmap v5418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:31.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:30 smithi016 ceph-mon[96085]: pgmap v5418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:31.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:31.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:32.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:32.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:32 smithi098 ceph-mon[112578]: pgmap v5419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:32 smithi016 ceph-mon[96085]: pgmap v5419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:33.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:33.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:34.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:34.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:34 smithi098 ceph-mon[112578]: pgmap v5420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:34 smithi016 ceph-mon[96085]: pgmap v5420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:35.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:35.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:36.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:36.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:36 smithi098 ceph-mon[112578]: pgmap v5421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:36 smithi016 ceph-mon[96085]: pgmap v5421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:37.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:37.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:38.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:38.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:38 smithi098 ceph-mon[112578]: pgmap v5422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:41:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:38 smithi016 ceph-mon[96085]: pgmap v5422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:41:39.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:39.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:40.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:40.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:40 smithi098 ceph-mon[112578]: pgmap v5423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:40 smithi016 ceph-mon[96085]: pgmap v5423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:41.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:41.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:42.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:42.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:42 smithi098 ceph-mon[112578]: pgmap v5424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:41:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:42 smithi016 ceph-mon[96085]: pgmap v5424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:41:43.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:43.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:44.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:44.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:44 smithi098 ceph-mon[112578]: pgmap v5425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:44 smithi016 ceph-mon[96085]: pgmap v5425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:45.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:45.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:46.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:46.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:46 smithi098 ceph-mon[112578]: pgmap v5426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:46 smithi016 ceph-mon[96085]: pgmap v5426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:47.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:47.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:48.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:48.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:48 smithi098 ceph-mon[112578]: pgmap v5427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:41:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:48 smithi016 ceph-mon[96085]: pgmap v5427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:41:49.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:49.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:50.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:50.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:50 smithi098 ceph-mon[112578]: pgmap v5428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:50 smithi016 ceph-mon[96085]: pgmap v5428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:51.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:51.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:52.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:52.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:52 smithi098 ceph-mon[112578]: pgmap v5429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:52 smithi016 ceph-mon[96085]: pgmap v5429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:53.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:53.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:54.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:54.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:54 smithi098 ceph-mon[112578]: pgmap v5430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:54 smithi016 ceph-mon[96085]: pgmap v5430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:55.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:55.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:56.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:56.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:56 smithi098 ceph-mon[112578]: pgmap v5431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:56 smithi016 ceph-mon[96085]: pgmap v5431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:41:57.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:57.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:58.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:58.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:41:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:41:58 smithi098 ceph-mon[112578]: pgmap v5432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:41:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:41:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:41:58 smithi016 ceph-mon[96085]: pgmap v5432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:41:59.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:41:59.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:00.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:00.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:00 smithi098 ceph-mon[112578]: pgmap v5433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:00 smithi016 ceph-mon[96085]: pgmap v5433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:01.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:01.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:02.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:02.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:02 smithi098 ceph-mon[112578]: pgmap v5434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:02 smithi016 ceph-mon[96085]: pgmap v5434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:03.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:03.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:04.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:04.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:04 smithi098 ceph-mon[112578]: pgmap v5435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:04 smithi016 ceph-mon[96085]: pgmap v5435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:05.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:05.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:06.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:06.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:06 smithi098 ceph-mon[112578]: pgmap v5436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:06 smithi016 ceph-mon[96085]: pgmap v5436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:07.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:07.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:08.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:08.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:08.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:08 smithi098 ceph-mon[112578]: pgmap v5437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:42:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:08 smithi016 ceph-mon[96085]: pgmap v5437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:42:09.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:09.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:10.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:10.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:10 smithi098 ceph-mon[112578]: pgmap v5438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:10 smithi016 ceph-mon[96085]: pgmap v5438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:11.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:11.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:12.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:12.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:12 smithi098 ceph-mon[112578]: pgmap v5439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:42:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:12 smithi016 ceph-mon[96085]: pgmap v5439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:42:13.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:13.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:14.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:14.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:14 smithi098 ceph-mon[112578]: pgmap v5440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:14 smithi016 ceph-mon[96085]: pgmap v5440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:15.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:15.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:16.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:16.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:16 smithi098 ceph-mon[112578]: pgmap v5441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:16 smithi016 ceph-mon[96085]: pgmap v5441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:17.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:17.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:18.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:18.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:18 smithi098 ceph-mon[112578]: pgmap v5442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:42:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:18 smithi016 ceph-mon[96085]: pgmap v5442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:42:19.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:19.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:20.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:20.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:20 smithi098 ceph-mon[112578]: pgmap v5443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:20 smithi016 ceph-mon[96085]: pgmap v5443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:21.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:21.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:22.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:22.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:22 smithi098 ceph-mon[112578]: pgmap v5444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:22 smithi016 ceph-mon[96085]: pgmap v5444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:23.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:23.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:24.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:24.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:24 smithi098 ceph-mon[112578]: pgmap v5445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:24 smithi016 ceph-mon[96085]: pgmap v5445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:25.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:25.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:42:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:42:26.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:26.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:26 smithi098 ceph-mon[112578]: pgmap v5446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:26 smithi016 ceph-mon[96085]: pgmap v5446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:27.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:27.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:28.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:28.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:42:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:28 smithi098 ceph-mon[112578]: pgmap v5447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:42:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:42:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:28 smithi016 ceph-mon[96085]: pgmap v5447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:42:29.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:29.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:42:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:42:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:42:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:42:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:42:30.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:42:30.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:42:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:42:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:42:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:42:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:42:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:42:30.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:42:30.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:42:30.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:30.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:30 smithi098 ceph-mon[112578]: pgmap v5448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:30 smithi016 ceph-mon[96085]: pgmap v5448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:31.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:31.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:32.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:32.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:32 smithi098 ceph-mon[112578]: pgmap v5449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:32 smithi016 ceph-mon[96085]: pgmap v5449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:33.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:33.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:34.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:34.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:34 smithi098 ceph-mon[112578]: pgmap v5450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:34 smithi016 ceph-mon[96085]: pgmap v5450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:35.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:35.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:36.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:36.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:36 smithi098 ceph-mon[112578]: pgmap v5451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:36 smithi016 ceph-mon[96085]: pgmap v5451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:37.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:37.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:38.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:38.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:38 smithi016 ceph-mon[96085]: pgmap v5452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:42:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:38 smithi098 ceph-mon[112578]: pgmap v5452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:42:39.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:39.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:40.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:40.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:40 smithi098 ceph-mon[112578]: pgmap v5453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:40 smithi016 ceph-mon[96085]: pgmap v5453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:41.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:41.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:42.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:42.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:42 smithi098 ceph-mon[112578]: pgmap v5454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:42:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:42 smithi016 ceph-mon[96085]: pgmap v5454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:42:43.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:43.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:44.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:44.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:44 smithi098 ceph-mon[112578]: pgmap v5455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:44 smithi016 ceph-mon[96085]: pgmap v5455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:45.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:45.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:46.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:46.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:46 smithi098 ceph-mon[112578]: pgmap v5456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:46 smithi016 ceph-mon[96085]: pgmap v5456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:47.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:47.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:48.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:48.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:48 smithi016 ceph-mon[96085]: pgmap v5457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:42:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:48 smithi098 ceph-mon[112578]: pgmap v5457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:42:49.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:49.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:50.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:50.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:50 smithi098 ceph-mon[112578]: pgmap v5458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:50 smithi016 ceph-mon[96085]: pgmap v5458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:51.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:51.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:52.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:52.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:52 smithi098 ceph-mon[112578]: pgmap v5459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:52 smithi016 ceph-mon[96085]: pgmap v5459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:53.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:53.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:54.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:54.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:54 smithi098 ceph-mon[112578]: pgmap v5460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:54 smithi016 ceph-mon[96085]: pgmap v5460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:55.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:55.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:56.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:56.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:57.260 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:57 smithi016 ceph-mon[96085]: pgmap v5461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:57 smithi098 ceph-mon[112578]: pgmap v5461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:42:57.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:57.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:42:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:42:58 smithi016 ceph-mon[96085]: pgmap v5462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:42:58.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:58.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:42:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:42:58 smithi098 ceph-mon[112578]: pgmap v5462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:42:59.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:42:59.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:00.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:00.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:00 smithi098 ceph-mon[112578]: pgmap v5463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:00 smithi016 ceph-mon[96085]: pgmap v5463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:01.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:01.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:02.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:02.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:02 smithi098 ceph-mon[112578]: pgmap v5464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:02 smithi016 ceph-mon[96085]: pgmap v5464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:03.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:03.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:04.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:04.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:05 smithi098 ceph-mon[112578]: pgmap v5465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:04 smithi016 ceph-mon[96085]: pgmap v5465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:05.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:05.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:06.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:06.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:07 smithi098 ceph-mon[112578]: pgmap v5466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:07 smithi016 ceph-mon[96085]: pgmap v5466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:07.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:07.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:08 smithi016 ceph-mon[96085]: pgmap v5467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:43:08.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:08.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:08 smithi098 ceph-mon[112578]: pgmap v5467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:43:09.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:09.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:10.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:10.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:10 smithi098 ceph-mon[112578]: pgmap v5468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:11.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:10 smithi016 ceph-mon[96085]: pgmap v5468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:11.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:11.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:12.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:12.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:13 smithi098 ceph-mon[112578]: pgmap v5469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:43:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:13 smithi016 ceph-mon[96085]: pgmap v5469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:43:13.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:13.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:14.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:14.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:15 smithi098 ceph-mon[112578]: pgmap v5470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:15 smithi016 ceph-mon[96085]: pgmap v5470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:15.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:15.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:16.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:16.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:17 smithi098 ceph-mon[112578]: pgmap v5471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:17 smithi016 ceph-mon[96085]: pgmap v5471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:17.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:17.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:18 smithi016 ceph-mon[96085]: pgmap v5472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:43:18.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:18.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:18 smithi098 ceph-mon[112578]: pgmap v5472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:43:19.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:19.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:20.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:20.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:21 smithi098 ceph-mon[112578]: pgmap v5473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:21.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:21 smithi016 ceph-mon[96085]: pgmap v5473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:21.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:21.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:22.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:22.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:23 smithi098 ceph-mon[112578]: pgmap v5474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:23 smithi016 ceph-mon[96085]: pgmap v5474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:23.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:23.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:24.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:24.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:25 smithi098 ceph-mon[112578]: pgmap v5475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:25 smithi016 ceph-mon[96085]: pgmap v5475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:25.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:25.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:26.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:26.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:27 smithi098 ceph-mon[112578]: pgmap v5476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:27 smithi016 ceph-mon[96085]: pgmap v5476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:27.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:27.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:43:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:28 smithi016 ceph-mon[96085]: pgmap v5477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:43:28.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:28.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:43:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:28 smithi098 ceph-mon[112578]: pgmap v5477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:43:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:43:29.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:29.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:43:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:30 smithi016 ceph-mon[96085]: pgmap v5478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:30.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:30.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:30.962 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:30 smithi098 ceph-mon[112578]: pgmap v5478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:31.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:31.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:32.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:32.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:33 smithi098 ceph-mon[112578]: pgmap v5479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:33 smithi016 ceph-mon[96085]: pgmap v5479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:33.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:33.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:34.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:34.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:35 smithi016 ceph-mon[96085]: pgmap v5480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:43:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:43:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:43:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:43:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:43:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:43:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:43:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:35 smithi098 ceph-mon[112578]: pgmap v5480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:43:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:43:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:43:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:43:35.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:43:35.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:43:35.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:43:35.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:35.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:36.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:36.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:37 smithi016 ceph-mon[96085]: pgmap v5481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:37 smithi098 ceph-mon[112578]: pgmap v5481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:37.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:37.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:38 smithi016 ceph-mon[96085]: pgmap v5482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:43:38.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:38.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:38 smithi098 ceph-mon[112578]: pgmap v5482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:43:39.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:39.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:40.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:40.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:41 smithi098 ceph-mon[112578]: pgmap v5483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:41 smithi016 ceph-mon[96085]: pgmap v5483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:41.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:41.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:42.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:42.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:43 smithi098 ceph-mon[112578]: pgmap v5484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:43:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:43 smithi016 ceph-mon[96085]: pgmap v5484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:43:43.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:43.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:44.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:44.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:45 smithi016 ceph-mon[96085]: pgmap v5485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:45 smithi098 ceph-mon[112578]: pgmap v5485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:45.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:45.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:46.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:46.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:47 smithi016 ceph-mon[96085]: pgmap v5486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:47 smithi098 ceph-mon[112578]: pgmap v5486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:47.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:47.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:48.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:48.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:48 smithi098 ceph-mon[112578]: pgmap v5487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:43:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:48 smithi016 ceph-mon[96085]: pgmap v5487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:43:49.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:49.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:50.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:50.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:51 smithi098 ceph-mon[112578]: pgmap v5488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:51 smithi016 ceph-mon[96085]: pgmap v5488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:51.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:51.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:52.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:52.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:53 smithi016 ceph-mon[96085]: pgmap v5489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:53 smithi098 ceph-mon[112578]: pgmap v5489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:53.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:53.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:54.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:54.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:55 smithi016 ceph-mon[96085]: pgmap v5490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:55 smithi098 ceph-mon[112578]: pgmap v5490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:55.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:55.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:56.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:56.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:57 smithi016 ceph-mon[96085]: pgmap v5491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:57 smithi098 ceph-mon[112578]: pgmap v5491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:43:57.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:57.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:58.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:58.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:43:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:43:58 smithi098 ceph-mon[112578]: pgmap v5492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:43:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:43:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:43:58 smithi016 ceph-mon[96085]: pgmap v5492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:43:59.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:43:59.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:00.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:00.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:01 smithi016 ceph-mon[96085]: pgmap v5493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:01.280 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:01 smithi098 ceph-mon[112578]: pgmap v5493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:01.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:01.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:02.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:02.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:03 smithi016 ceph-mon[96085]: pgmap v5494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:03 smithi098 ceph-mon[112578]: pgmap v5494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:03.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:03.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:04.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:04.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:05 smithi016 ceph-mon[96085]: pgmap v5495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:05 smithi098 ceph-mon[112578]: pgmap v5495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:05.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:05.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:06.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:06.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:07 smithi016 ceph-mon[96085]: pgmap v5496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:07 smithi098 ceph-mon[112578]: pgmap v5496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:07.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:07.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:08.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:08.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:08 smithi098 ceph-mon[112578]: pgmap v5497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:44:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:08 smithi016 ceph-mon[96085]: pgmap v5497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:44:09.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:09.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:10.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:10.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:11.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:11 smithi016 ceph-mon[96085]: pgmap v5498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:11.385 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:11 smithi098 ceph-mon[112578]: pgmap v5498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:11.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:11.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:12.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:12.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:13.146 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:13 smithi016 ceph-mon[96085]: pgmap v5499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:13.146 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:44:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:13 smithi098 ceph-mon[112578]: pgmap v5499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:44:13.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:13.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:14.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:14.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:15 smithi016 ceph-mon[96085]: pgmap v5500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:15 smithi098 ceph-mon[112578]: pgmap v5500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:15.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:15.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:16.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:16.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:17 smithi016 ceph-mon[96085]: pgmap v5501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:17 smithi098 ceph-mon[112578]: pgmap v5501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:17.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:17.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:18.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:18.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:18 smithi098 ceph-mon[112578]: pgmap v5502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:44:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:18 smithi016 ceph-mon[96085]: pgmap v5502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:44:19.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:19.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:20.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:20.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:21 smithi016 ceph-mon[96085]: pgmap v5503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:21.491 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:21 smithi098 ceph-mon[112578]: pgmap v5503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:21.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:21.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:22.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:22.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:23 smithi016 ceph-mon[96085]: pgmap v5504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:23 smithi098 ceph-mon[112578]: pgmap v5504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:23.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:23.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:24.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:24.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:25 smithi016 ceph-mon[96085]: pgmap v5505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:25 smithi098 ceph-mon[112578]: pgmap v5505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:25.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:25.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:26.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:26.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:27 smithi016 ceph-mon[96085]: pgmap v5506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:27 smithi098 ceph-mon[112578]: pgmap v5506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:27.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:27.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:44:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:28 smithi016 ceph-mon[96085]: pgmap v5507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:44:28.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:28.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:44:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:28 smithi098 ceph-mon[112578]: pgmap v5507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:44:29.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:29.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:30.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:30.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:31.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:31 smithi016 ceph-mon[96085]: pgmap v5508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:31 smithi098 ceph-mon[112578]: pgmap v5508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:31.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:31.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:32.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:32.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:33 smithi016 ceph-mon[96085]: pgmap v5509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:33 smithi098 ceph-mon[112578]: pgmap v5509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:33.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:33.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:34.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:34.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:35 smithi016 ceph-mon[96085]: pgmap v5510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:44:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:35 smithi098 ceph-mon[112578]: pgmap v5510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:44:35.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:35.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:44:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:44:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:44:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:44:36.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:44:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:44:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:44:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:44:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:44:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:44:36.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:36.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:37 smithi098 ceph-mon[112578]: pgmap v5511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:37 smithi016 ceph-mon[96085]: pgmap v5511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:37.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:37.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:38 smithi016 ceph-mon[96085]: pgmap v5512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:44:38.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:38.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:38 smithi098 ceph-mon[112578]: pgmap v5512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:44:39.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:39.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:40.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:40.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:41 smithi016 ceph-mon[96085]: pgmap v5513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:41 smithi098 ceph-mon[112578]: pgmap v5513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:41.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:41.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:42.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:42.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:43 smithi016 ceph-mon[96085]: pgmap v5514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:44:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:43 smithi098 ceph-mon[112578]: pgmap v5514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:44:43.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:43.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:44.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:44.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:45 smithi098 ceph-mon[112578]: pgmap v5515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:45 smithi016 ceph-mon[96085]: pgmap v5515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:45.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:45.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:46.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:46.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:47 smithi098 ceph-mon[112578]: pgmap v5516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:47 smithi016 ceph-mon[96085]: pgmap v5516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:47.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:47.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:48.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:48.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:48 smithi098 ceph-mon[112578]: pgmap v5517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:44:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:48 smithi016 ceph-mon[96085]: pgmap v5517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:44:49.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:50.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:50.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:50.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:51 smithi016 ceph-mon[96085]: pgmap v5518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:51 smithi098 ceph-mon[112578]: pgmap v5518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:51.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:51.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:52.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:52.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:53 smithi098 ceph-mon[112578]: pgmap v5519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:53 smithi016 ceph-mon[96085]: pgmap v5519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:53.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:53.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:54.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:54.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:55 smithi098 ceph-mon[112578]: pgmap v5520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:55 smithi016 ceph-mon[96085]: pgmap v5520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:55.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:55.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:56.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:56.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:57 smithi098 ceph-mon[112578]: pgmap v5521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:57 smithi016 ceph-mon[96085]: pgmap v5521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:44:57.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:57.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:58.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:58.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:44:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:44:58 smithi098 ceph-mon[112578]: pgmap v5522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:44:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:44:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:44:58 smithi016 ceph-mon[96085]: pgmap v5522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:44:59.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:44:59.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:00.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:00.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:01 smithi098 ceph-mon[112578]: pgmap v5523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:01 smithi016 ceph-mon[96085]: pgmap v5523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:01.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:01.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:02.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:02.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:03 smithi098 ceph-mon[112578]: pgmap v5524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:03 smithi016 ceph-mon[96085]: pgmap v5524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:03.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:03.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:04.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:04.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:05 smithi098 ceph-mon[112578]: pgmap v5525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:05 smithi016 ceph-mon[96085]: pgmap v5525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:05.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:05.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:06.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:06.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:07 smithi098 ceph-mon[112578]: pgmap v5526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:07 smithi016 ceph-mon[96085]: pgmap v5526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:07.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:07.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:08.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:08.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:08 smithi098 ceph-mon[112578]: pgmap v5527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:45:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:08 smithi016 ceph-mon[96085]: pgmap v5527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:45:09.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:09.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:10.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:10.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:11 smithi098 ceph-mon[112578]: pgmap v5528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:11 smithi016 ceph-mon[96085]: pgmap v5528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:11.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:11.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:13.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:13.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:13 smithi098 ceph-mon[112578]: pgmap v5529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:45:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:13 smithi016 ceph-mon[96085]: pgmap v5529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:45:14.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:14.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:15.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:15.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:15 smithi098 ceph-mon[112578]: pgmap v5530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:15 smithi016 ceph-mon[96085]: pgmap v5530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:16.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:16.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:17.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:17.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:17 smithi098 ceph-mon[112578]: pgmap v5531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:17 smithi016 ceph-mon[96085]: pgmap v5531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:18.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:18.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:18.889 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:18 smithi016 ceph-mon[96085]: pgmap v5532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:45:19.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:19.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:18 smithi098 ceph-mon[112578]: pgmap v5532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:45:20.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:20.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:21.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:21.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:21 smithi098 ceph-mon[112578]: pgmap v5533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:21 smithi016 ceph-mon[96085]: pgmap v5533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:22.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:22.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:23.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:23.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:23 smithi098 ceph-mon[112578]: pgmap v5534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:23 smithi016 ceph-mon[96085]: pgmap v5534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:24.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:24.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:25.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:25.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:25 smithi098 ceph-mon[112578]: pgmap v5535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:25 smithi016 ceph-mon[96085]: pgmap v5535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:26.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:26.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:27.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:27.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:27 smithi098 ceph-mon[112578]: pgmap v5536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:27 smithi016 ceph-mon[96085]: pgmap v5536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:28.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:28.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:29.005 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:45:29.005 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:28 smithi016 ceph-mon[96085]: pgmap v5537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:45:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:45:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:28 smithi098 ceph-mon[112578]: pgmap v5537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:45:29.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:29.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:30.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:30.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:31.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:31.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:31 smithi098 ceph-mon[112578]: pgmap v5538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:31 smithi016 ceph-mon[96085]: pgmap v5538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:32.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:32.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:33.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:33.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:33 smithi098 ceph-mon[112578]: pgmap v5539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:33 smithi016 ceph-mon[96085]: pgmap v5539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:34.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:34.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:35.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:35.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:35 smithi098 ceph-mon[112578]: pgmap v5540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:35 smithi016 ceph-mon[96085]: pgmap v5540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:36.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:36.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:45:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:45:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:45:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:45:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:45:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:45:37.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:37.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:37 smithi098 ceph-mon[112578]: pgmap v5541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:45:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:45:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:45:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:45:37.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:45:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:37 smithi016 ceph-mon[96085]: pgmap v5541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:45:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:45:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:45:37.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:45:37.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:45:38.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:38.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:38 smithi098 ceph-mon[112578]: pgmap v5542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:45:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:38 smithi016 ceph-mon[96085]: pgmap v5542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:45:39.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:39.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:40.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:40.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:41.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:41.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:41 smithi098 ceph-mon[112578]: pgmap v5543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:41 smithi016 ceph-mon[96085]: pgmap v5543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:42.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:42.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:43.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:43.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:43 smithi098 ceph-mon[112578]: pgmap v5544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:45:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:43 smithi016 ceph-mon[96085]: pgmap v5544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:45:44.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:44.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:45.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:45.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:45 smithi098 ceph-mon[112578]: pgmap v5545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:45 smithi016 ceph-mon[96085]: pgmap v5545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:46.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:46.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:47.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:47.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:47.390 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:47 smithi098 ceph-mon[112578]: pgmap v5546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:47 smithi016 ceph-mon[96085]: pgmap v5546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:48.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:48.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:48 smithi098 ceph-mon[112578]: pgmap v5547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:45:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:48 smithi016 ceph-mon[96085]: pgmap v5547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:45:49.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:49.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:50.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:50.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:51.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:51.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:51 smithi098 ceph-mon[112578]: pgmap v5548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:51 smithi016 ceph-mon[96085]: pgmap v5548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:52.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:52.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:53.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:53.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:53 smithi098 ceph-mon[112578]: pgmap v5549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:53 smithi016 ceph-mon[96085]: pgmap v5549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:54.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:54.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:55.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:55.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:55 smithi098 ceph-mon[112578]: pgmap v5550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:55 smithi016 ceph-mon[96085]: pgmap v5550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:56.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:56.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:57.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:57.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:57.496 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:57 smithi098 ceph-mon[112578]: pgmap v5551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:57 smithi016 ceph-mon[96085]: pgmap v5551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:45:58.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:58.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:45:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:45:58 smithi098 ceph-mon[112578]: pgmap v5552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:45:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:45:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:45:58 smithi016 ceph-mon[96085]: pgmap v5552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:45:59.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:45:59.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:00.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:00.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:01.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:01.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:01 smithi098 ceph-mon[112578]: pgmap v5553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:01 smithi016 ceph-mon[96085]: pgmap v5553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:02.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:02.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:03.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:03.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:03 smithi098 ceph-mon[112578]: pgmap v5554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:03 smithi016 ceph-mon[96085]: pgmap v5554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:04.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:04.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:05.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:05.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:05 smithi098 ceph-mon[112578]: pgmap v5555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:05 smithi016 ceph-mon[96085]: pgmap v5555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:06.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:06.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:07.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:07.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:07 smithi098 ceph-mon[112578]: pgmap v5556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:07 smithi016 ceph-mon[96085]: pgmap v5556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:08.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:08.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:08 smithi098 ceph-mon[112578]: pgmap v5557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:46:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:08 smithi016 ceph-mon[96085]: pgmap v5557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:46:09.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:09.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:10.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:10.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:11.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:11.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:11 smithi098 ceph-mon[112578]: pgmap v5558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:11 smithi016 ceph-mon[96085]: pgmap v5558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:12.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:12.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:13.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:13.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:13 smithi098 ceph-mon[112578]: pgmap v5559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:46:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:13 smithi016 ceph-mon[96085]: pgmap v5559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:46:14.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:14.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:15.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:15.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:15 smithi098 ceph-mon[112578]: pgmap v5560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:15 smithi016 ceph-mon[96085]: pgmap v5560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:16.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:16.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:17.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:17.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:17 smithi098 ceph-mon[112578]: pgmap v5561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:17 smithi016 ceph-mon[96085]: pgmap v5561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:18.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:18.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:18 smithi098 ceph-mon[112578]: pgmap v5562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:46:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:18 smithi016 ceph-mon[96085]: pgmap v5562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:46:19.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:19.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:20.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:20.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:21.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:21.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:21 smithi098 ceph-mon[112578]: pgmap v5563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:21 smithi016 ceph-mon[96085]: pgmap v5563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:22.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:22.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:23.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:23.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:23 smithi098 ceph-mon[112578]: pgmap v5564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:23 smithi016 ceph-mon[96085]: pgmap v5564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:24.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:24.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:25.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:25.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:25 smithi098 ceph-mon[112578]: pgmap v5565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:25 smithi016 ceph-mon[96085]: pgmap v5565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:26.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:26.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:27.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:27.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:27 smithi098 ceph-mon[112578]: pgmap v5566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:27 smithi016 ceph-mon[96085]: pgmap v5566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:28.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:28.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:46:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:28 smithi098 ceph-mon[112578]: pgmap v5567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:46:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:46:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:28 smithi016 ceph-mon[96085]: pgmap v5567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:46:29.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:29.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:30.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:30.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:31.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:31.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:31 smithi098 ceph-mon[112578]: pgmap v5568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:31 smithi016 ceph-mon[96085]: pgmap v5568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:32.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:32.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:33.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:33.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:33 smithi098 ceph-mon[112578]: pgmap v5569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:33 smithi016 ceph-mon[96085]: pgmap v5569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:34.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:34.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:35.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:35.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:35 smithi098 ceph-mon[112578]: pgmap v5570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:35 smithi016 ceph-mon[96085]: pgmap v5570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:36.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:36.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:37.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:37.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:37 smithi098 ceph-mon[112578]: pgmap v5571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:46:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:46:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:46:37.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:46:37.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:46:37.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:46:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:37 smithi016 ceph-mon[96085]: pgmap v5571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:46:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:46:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:46:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:46:37.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:46:37.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:46:38.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:38.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:38 smithi098 ceph-mon[112578]: pgmap v5572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:46:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:38 smithi016 ceph-mon[96085]: pgmap v5572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:46:39.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:39.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:40.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:40.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:41.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:41.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:41 smithi098 ceph-mon[112578]: pgmap v5573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:41 smithi016 ceph-mon[96085]: pgmap v5573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:42.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:42.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:43.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:43.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:43 smithi098 ceph-mon[112578]: pgmap v5574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:46:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:43 smithi016 ceph-mon[96085]: pgmap v5574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:46:44.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:44.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:45.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:45.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:45 smithi016 ceph-mon[96085]: pgmap v5575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:45 smithi098 ceph-mon[112578]: pgmap v5575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:46.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:46.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:47.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:47.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:47 smithi098 ceph-mon[112578]: pgmap v5576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:47 smithi016 ceph-mon[96085]: pgmap v5576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:48.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:48.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:48 smithi098 ceph-mon[112578]: pgmap v5577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:46:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:48 smithi016 ceph-mon[96085]: pgmap v5577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:46:49.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:49.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:50.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:50.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:51.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:51.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:51 smithi098 ceph-mon[112578]: pgmap v5578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:51 smithi016 ceph-mon[96085]: pgmap v5578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:52.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:52.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:53.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:53.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:53 smithi098 ceph-mon[112578]: pgmap v5579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:53 smithi016 ceph-mon[96085]: pgmap v5579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:54.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:54.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:55.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:55.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:55 smithi016 ceph-mon[96085]: pgmap v5580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:55 smithi098 ceph-mon[112578]: pgmap v5580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:56.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:56.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:57.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:57.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:57 smithi098 ceph-mon[112578]: pgmap v5581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:57 smithi016 ceph-mon[96085]: pgmap v5581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:46:58.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:58.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:46:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:46:58 smithi098 ceph-mon[112578]: pgmap v5582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:46:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:46:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:46:58 smithi016 ceph-mon[96085]: pgmap v5582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:46:59.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:46:59.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:00.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:00.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:01.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:01.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:01 smithi098 ceph-mon[112578]: pgmap v5583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:01 smithi016 ceph-mon[96085]: pgmap v5583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:02.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:02.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:03.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:03.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:03 smithi098 ceph-mon[112578]: pgmap v5584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:03 smithi016 ceph-mon[96085]: pgmap v5584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:04.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:04.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:05.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:05.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:05 smithi098 ceph-mon[112578]: pgmap v5585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:05 smithi016 ceph-mon[96085]: pgmap v5585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:06.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:06.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:07.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:07.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:07 smithi098 ceph-mon[112578]: pgmap v5586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:07 smithi016 ceph-mon[96085]: pgmap v5586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:08.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:08.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:08 smithi098 ceph-mon[112578]: pgmap v5587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:47:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:08 smithi016 ceph-mon[96085]: pgmap v5587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:47:09.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:09.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:10.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:10.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:11.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:11.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:11 smithi098 ceph-mon[112578]: pgmap v5588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:11 smithi016 ceph-mon[96085]: pgmap v5588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:12.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:12.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:13.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:13.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:13 smithi098 ceph-mon[112578]: pgmap v5589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:47:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:13 smithi016 ceph-mon[96085]: pgmap v5589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:47:14.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:14.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:15.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:15.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:15 smithi098 ceph-mon[112578]: pgmap v5590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:15 smithi016 ceph-mon[96085]: pgmap v5590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:16.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:16.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:17.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:17.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:17 smithi098 ceph-mon[112578]: pgmap v5591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:17 smithi016 ceph-mon[96085]: pgmap v5591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:18.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:18.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:18 smithi098 ceph-mon[112578]: pgmap v5592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:47:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:18 smithi016 ceph-mon[96085]: pgmap v5592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:47:19.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:19.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:20.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:20.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:21.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:21.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:21 smithi098 ceph-mon[112578]: pgmap v5593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:21 smithi016 ceph-mon[96085]: pgmap v5593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:22.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:22.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:23.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:23.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:23.395 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:23 smithi098 ceph-mon[112578]: pgmap v5594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:23 smithi016 ceph-mon[96085]: pgmap v5594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:24.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:24.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:25.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:25.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:25 smithi098 ceph-mon[112578]: pgmap v5595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:25 smithi016 ceph-mon[96085]: pgmap v5595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:26.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:26.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:27.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:27.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:27 smithi098 ceph-mon[112578]: pgmap v5596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:27 smithi016 ceph-mon[96085]: pgmap v5596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:28.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:28.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:47:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:28 smithi098 ceph-mon[112578]: pgmap v5597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:47:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:47:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:28 smithi016 ceph-mon[96085]: pgmap v5597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:47:29.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:29.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:30.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:30.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:31.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:31.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:31 smithi098 ceph-mon[112578]: pgmap v5598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:31 smithi016 ceph-mon[96085]: pgmap v5598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:32.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:32.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:33.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:33.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:33.501 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:33 smithi098 ceph-mon[112578]: pgmap v5599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:33 smithi016 ceph-mon[96085]: pgmap v5599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:34.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:34.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:35.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:35.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:35.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:35 smithi016 ceph-mon[96085]: pgmap v5600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:35 smithi098 ceph-mon[112578]: pgmap v5600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:36.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:36.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:37.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:37.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:37 smithi098 ceph-mon[112578]: pgmap v5601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:47:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:37 smithi016 ceph-mon[96085]: pgmap v5601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:47:38.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:38.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:47:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:47:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:47:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:47:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:47:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:47:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:47:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:47:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:47:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:47:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:47:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:47:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:47:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:47:39.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:39.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:39 smithi098 ceph-mon[112578]: pgmap v5602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:47:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:39 smithi016 ceph-mon[96085]: pgmap v5602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:47:40.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:40.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:41.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:41.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:41 smithi098 ceph-mon[112578]: pgmap v5603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:41 smithi016 ceph-mon[96085]: pgmap v5603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:42.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:42.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:42 smithi098 ceph-mon[112578]: pgmap v5604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:42 smithi016 ceph-mon[96085]: pgmap v5604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:43.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:43.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:47:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:47:44.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:44.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:44 smithi098 ceph-mon[112578]: pgmap v5605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:44 smithi016 ceph-mon[96085]: pgmap v5605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:45.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:45.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:46.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:46.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:47.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:47.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:47 smithi098 ceph-mon[112578]: pgmap v5606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:47 smithi016 ceph-mon[96085]: pgmap v5606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:48.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:48.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:48 smithi098 ceph-mon[112578]: pgmap v5607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:47:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:48 smithi016 ceph-mon[96085]: pgmap v5607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:47:49.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:49.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:50.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:50.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:51.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:51.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:51 smithi098 ceph-mon[112578]: pgmap v5608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:51 smithi016 ceph-mon[96085]: pgmap v5608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:52.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:52.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:53.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:53.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:53 smithi098 ceph-mon[112578]: pgmap v5609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:53 smithi016 ceph-mon[96085]: pgmap v5609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:54.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:54.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:55.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:55.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:55 smithi098 ceph-mon[112578]: pgmap v5610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:55 smithi016 ceph-mon[96085]: pgmap v5610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:56.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:56.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:57.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:57.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:57 smithi098 ceph-mon[112578]: pgmap v5611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:57 smithi016 ceph-mon[96085]: pgmap v5611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:47:58.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:58.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:47:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:47:58 smithi098 ceph-mon[112578]: pgmap v5612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:47:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:47:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:47:58 smithi016 ceph-mon[96085]: pgmap v5612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:47:59.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:47:59.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:00.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:00.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:01.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:01.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:01 smithi098 ceph-mon[112578]: pgmap v5613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:01 smithi016 ceph-mon[96085]: pgmap v5613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:02.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:02.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:03.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:03.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:03 smithi098 ceph-mon[112578]: pgmap v5614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:03 smithi016 ceph-mon[96085]: pgmap v5614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:04.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:04.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:05.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:05.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:05 smithi098 ceph-mon[112578]: pgmap v5615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:05 smithi016 ceph-mon[96085]: pgmap v5615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:06.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:06.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:07.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:07.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:07 smithi098 ceph-mon[112578]: pgmap v5616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:07 smithi016 ceph-mon[96085]: pgmap v5616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:08.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:08.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:08.868 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:08 smithi098 ceph-mon[112578]: pgmap v5617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:48:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:08 smithi016 ceph-mon[96085]: pgmap v5617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:48:09.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:09.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:10.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:10.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:11.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:11 smithi016 ceph-mon[96085]: pgmap v5618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:11.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:11.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:11 smithi098 ceph-mon[112578]: pgmap v5618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:12.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:12.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:13.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:13.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:13 smithi098 ceph-mon[112578]: pgmap v5619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:48:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:13 smithi016 ceph-mon[96085]: pgmap v5619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:48:14.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:14.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:15.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:15.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:15 smithi098 ceph-mon[112578]: pgmap v5620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:15 smithi016 ceph-mon[96085]: pgmap v5620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:16.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:16.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:17.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:17.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:17 smithi098 ceph-mon[112578]: pgmap v5621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:17 smithi016 ceph-mon[96085]: pgmap v5621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:18.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:18.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:18.973 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:18 smithi098 ceph-mon[112578]: pgmap v5622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:48:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:18 smithi016 ceph-mon[96085]: pgmap v5622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:48:19.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:19.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:20.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:20.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:21 smithi016 ceph-mon[96085]: pgmap v5623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:21.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:21.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:21 smithi098 ceph-mon[112578]: pgmap v5623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:22.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:22.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:23.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:23.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:23 smithi098 ceph-mon[112578]: pgmap v5624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:23 smithi016 ceph-mon[96085]: pgmap v5624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:24.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:24.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:25.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:25.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:25 smithi098 ceph-mon[112578]: pgmap v5625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:25 smithi016 ceph-mon[96085]: pgmap v5625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:26.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:26.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:27.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:27.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:27 smithi098 ceph-mon[112578]: pgmap v5626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:27 smithi016 ceph-mon[96085]: pgmap v5626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:28.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:28.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:48:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:28 smithi098 ceph-mon[112578]: pgmap v5627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:48:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:48:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:28 smithi016 ceph-mon[96085]: pgmap v5627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:48:29.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:29.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:30.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:30.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:31.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:31.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:31 smithi098 ceph-mon[112578]: pgmap v5628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:31 smithi016 ceph-mon[96085]: pgmap v5628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:32.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:32.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:33.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:33.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:33 smithi098 ceph-mon[112578]: pgmap v5629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:33 smithi016 ceph-mon[96085]: pgmap v5629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:34.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:34.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:35.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:35.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:35 smithi098 ceph-mon[112578]: pgmap v5630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:35 smithi016 ceph-mon[96085]: pgmap v5630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:36.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:36.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:37.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:37.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:37 smithi098 ceph-mon[112578]: pgmap v5631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:37 smithi016 ceph-mon[96085]: pgmap v5631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:38.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:38.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:48:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:38 smithi098 ceph-mon[112578]: pgmap v5632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:48:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:48:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:48:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:48:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:48:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:48:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:48:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:38 smithi016 ceph-mon[96085]: pgmap v5632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:48:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:48:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:48:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:48:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:48:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:48:39.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:39.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:40.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:40.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:41.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:41.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:41 smithi098 ceph-mon[112578]: pgmap v5633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:41 smithi016 ceph-mon[96085]: pgmap v5633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:42.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:42.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:43.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:43.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:43 smithi098 ceph-mon[112578]: pgmap v5634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:48:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:43 smithi016 ceph-mon[96085]: pgmap v5634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:48:44.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:44.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:45.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:45.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:45 smithi098 ceph-mon[112578]: pgmap v5635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:45 smithi016 ceph-mon[96085]: pgmap v5635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:46.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:46.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:47.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:47.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:47 smithi098 ceph-mon[112578]: pgmap v5636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:47 smithi016 ceph-mon[96085]: pgmap v5636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:48.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:48.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:48 smithi098 ceph-mon[112578]: pgmap v5637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:48:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:48 smithi016 ceph-mon[96085]: pgmap v5637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:48:49.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:49.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:50.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:50.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:51.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:51.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:51 smithi098 ceph-mon[112578]: pgmap v5638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:51 smithi016 ceph-mon[96085]: pgmap v5638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:52.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:52.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:53.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:53.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:53 smithi098 ceph-mon[112578]: pgmap v5639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:53 smithi016 ceph-mon[96085]: pgmap v5639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:54.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:54.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:55.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:55.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:55 smithi098 ceph-mon[112578]: pgmap v5640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:55 smithi016 ceph-mon[96085]: pgmap v5640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:56.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:56.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:57.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:57.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:57 smithi098 ceph-mon[112578]: pgmap v5641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:57 smithi016 ceph-mon[96085]: pgmap v5641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:48:58.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:58.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:48:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:48:58 smithi098 ceph-mon[112578]: pgmap v5642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:48:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:48:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:48:58 smithi016 ceph-mon[96085]: pgmap v5642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:48:59.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:48:59.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:00.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:00.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:01.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:01.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:01.427 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:01 smithi016 ceph-mon[96085]: pgmap v5643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:01 smithi098 ceph-mon[112578]: pgmap v5643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:02.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:02.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:03.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:03.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:03 smithi098 ceph-mon[112578]: pgmap v5644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:03 smithi016 ceph-mon[96085]: pgmap v5644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:04.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:04.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:05.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:05.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:05 smithi098 ceph-mon[112578]: pgmap v5645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:05 smithi016 ceph-mon[96085]: pgmap v5645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:06.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:06.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:07.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:07.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:07 smithi098 ceph-mon[112578]: pgmap v5646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:07 smithi016 ceph-mon[96085]: pgmap v5646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:08.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:08.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:08 smithi098 ceph-mon[112578]: pgmap v5647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:49:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:08 smithi016 ceph-mon[96085]: pgmap v5647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:49:09.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:09.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:10.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:10.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:11.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:11.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:11 smithi098 ceph-mon[112578]: pgmap v5648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:11 smithi016 ceph-mon[96085]: pgmap v5648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:12.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:12.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:13.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:13.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:13 smithi098 ceph-mon[112578]: pgmap v5649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:49:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:13 smithi016 ceph-mon[96085]: pgmap v5649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:49:14.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:14.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:15.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:15.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:15 smithi098 ceph-mon[112578]: pgmap v5650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:15 smithi016 ceph-mon[96085]: pgmap v5650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:16.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:16.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:17.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:17.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:17 smithi098 ceph-mon[112578]: pgmap v5651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:17 smithi016 ceph-mon[96085]: pgmap v5651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:18.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:18.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:18 smithi098 ceph-mon[112578]: pgmap v5652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:49:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:18 smithi016 ceph-mon[96085]: pgmap v5652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:49:19.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:19.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:20.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:20.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:21.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:21.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:21 smithi098 ceph-mon[112578]: pgmap v5653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:21 smithi016 ceph-mon[96085]: pgmap v5653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:22.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:22.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:23.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:23.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:23 smithi098 ceph-mon[112578]: pgmap v5654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:23 smithi016 ceph-mon[96085]: pgmap v5654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:24.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:24.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:25.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:25.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:25 smithi098 ceph-mon[112578]: pgmap v5655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:25 smithi016 ceph-mon[96085]: pgmap v5655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:26.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:26.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:27.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:27.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:27 smithi098 ceph-mon[112578]: pgmap v5656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:27 smithi016 ceph-mon[96085]: pgmap v5656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:28.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:28.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:49:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:28 smithi098 ceph-mon[112578]: pgmap v5657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:49:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:49:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:28 smithi016 ceph-mon[96085]: pgmap v5657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:49:29.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:29.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:30.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:30.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:31.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:31.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:31 smithi098 ceph-mon[112578]: pgmap v5658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:31 smithi016 ceph-mon[96085]: pgmap v5658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:32.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:32.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:33.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:33.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:33 smithi098 ceph-mon[112578]: pgmap v5659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:33 smithi016 ceph-mon[96085]: pgmap v5659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:34.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:34.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:35.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:35.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:35 smithi098 ceph-mon[112578]: pgmap v5660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:35 smithi016 ceph-mon[96085]: pgmap v5660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:36.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:36.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:37.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:37.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:37 smithi098 ceph-mon[112578]: pgmap v5661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:37 smithi016 ceph-mon[96085]: pgmap v5661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:38.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:38.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:38 smithi098 ceph-mon[112578]: pgmap v5662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:49:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:49:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:38 smithi016 ceph-mon[96085]: pgmap v5662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:49:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:49:39.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:39.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:40.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:40.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:40.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:40 smithi098 ceph-mon[112578]: pgmap v5663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:40.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:40 smithi016 ceph-mon[96085]: pgmap v5663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:41.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:41.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:42.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:42.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:43 smithi098 ceph-mon[112578]: pgmap v5664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:49:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:43 smithi016 ceph-mon[96085]: pgmap v5664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:49:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:43.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:43.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:44.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:44.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:44.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:44.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:44.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:49:44.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:49:44.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:44.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:49:44.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:44.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:44 smithi098 ceph-mon[112578]: pgmap v5665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:49:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:49:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:49:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:49:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:44 smithi016 ceph-mon[96085]: pgmap v5665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:45.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:45.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:46.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:46.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:47 smithi016 ceph-mon[96085]: pgmap v5666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:47.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:47.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:47 smithi098 ceph-mon[112578]: pgmap v5666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:48.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:48.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:48 smithi098 ceph-mon[112578]: pgmap v5667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:49:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:48 smithi016 ceph-mon[96085]: pgmap v5667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:49:49.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:49.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:50.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:50.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:51.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:51.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:51 smithi098 ceph-mon[112578]: pgmap v5668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:51 smithi016 ceph-mon[96085]: pgmap v5668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:52.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:52.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:53.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:53.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:53 smithi098 ceph-mon[112578]: pgmap v5669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:53 smithi016 ceph-mon[96085]: pgmap v5669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:54.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:54.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:55 smithi098 ceph-mon[112578]: pgmap v5670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:55.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:55.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:55 smithi016 ceph-mon[96085]: pgmap v5670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:56.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:56.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:57.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:57.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:57 smithi098 ceph-mon[112578]: pgmap v5671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:57 smithi016 ceph-mon[96085]: pgmap v5671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:49:58.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:58.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:49:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:49:58 smithi098 ceph-mon[112578]: pgmap v5672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:49:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:49:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:49:58 smithi016 ceph-mon[96085]: pgmap v5672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:49:59.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:49:59.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:00.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:00.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-16T23:50:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-16T23:50:01.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:01.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:01 smithi098 ceph-mon[112578]: pgmap v5673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:01 smithi016 ceph-mon[96085]: pgmap v5673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:02.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:02.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:03.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:03.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:03 smithi098 ceph-mon[112578]: pgmap v5674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:03 smithi016 ceph-mon[96085]: pgmap v5674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:04.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:04.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:05.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:05.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:05 smithi098 ceph-mon[112578]: pgmap v5675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:05 smithi016 ceph-mon[96085]: pgmap v5675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:06.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:06.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:07.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:07.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:07 smithi098 ceph-mon[112578]: pgmap v5676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:07 smithi016 ceph-mon[96085]: pgmap v5676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:08.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:08.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:08 smithi098 ceph-mon[112578]: pgmap v5677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:50:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:08 smithi016 ceph-mon[96085]: pgmap v5677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:50:09.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:09.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:10.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:10.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:11.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:11.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:11 smithi098 ceph-mon[112578]: pgmap v5678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:11 smithi016 ceph-mon[96085]: pgmap v5678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:12.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:12.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:13.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:13.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:13 smithi098 ceph-mon[112578]: pgmap v5679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:50:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:13 smithi016 ceph-mon[96085]: pgmap v5679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:50:14.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:14.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:15.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:15.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:15 smithi098 ceph-mon[112578]: pgmap v5680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:15 smithi016 ceph-mon[96085]: pgmap v5680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:16.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:16.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:17.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:17.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:17 smithi098 ceph-mon[112578]: pgmap v5681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:17 smithi016 ceph-mon[96085]: pgmap v5681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:18.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:18.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:18 smithi098 ceph-mon[112578]: pgmap v5682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:50:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:18 smithi016 ceph-mon[96085]: pgmap v5682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:50:19.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:19.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:20.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:20.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:21.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:21.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:21 smithi098 ceph-mon[112578]: pgmap v5683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:21 smithi016 ceph-mon[96085]: pgmap v5683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:22.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:22.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:23 smithi098 ceph-mon[112578]: pgmap v5684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:23.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:23.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:23 smithi016 ceph-mon[96085]: pgmap v5684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:24.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:24.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:25 smithi098 ceph-mon[112578]: pgmap v5685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:25.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:25.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:25 smithi016 ceph-mon[96085]: pgmap v5685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:26.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:26.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:27.404 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:27 smithi016 ceph-mon[96085]: pgmap v5686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:27 smithi098 ceph-mon[112578]: pgmap v5686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:27.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:27.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:28.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:28.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:50:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:28 smithi098 ceph-mon[112578]: pgmap v5687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:50:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:50:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:28 smithi016 ceph-mon[96085]: pgmap v5687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:50:29.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:29.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:30.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:30.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:31 smithi098 ceph-mon[112578]: pgmap v5688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:31.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:31.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:31 smithi016 ceph-mon[96085]: pgmap v5688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:32.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:32.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:33 smithi098 ceph-mon[112578]: pgmap v5689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:33 smithi016 ceph-mon[96085]: pgmap v5689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:33.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:33.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:34.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:34.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:35.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:35 smithi098 ceph-mon[112578]: pgmap v5690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:35 smithi016 ceph-mon[96085]: pgmap v5690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:35.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:35.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:36.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:36.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:37 smithi098 ceph-mon[112578]: pgmap v5691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:37.519 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:37 smithi016 ceph-mon[96085]: pgmap v5691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:37.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:37.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:38.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:38.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:38 smithi098 ceph-mon[112578]: pgmap v5692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:50:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:38 smithi016 ceph-mon[96085]: pgmap v5692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:50:39.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:39.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:40.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:40.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:41 smithi098 ceph-mon[112578]: pgmap v5693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:41 smithi016 ceph-mon[96085]: pgmap v5693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:41.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:41.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:42.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:42.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:43 smithi098 ceph-mon[112578]: pgmap v5694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:50:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:43 smithi016 ceph-mon[96085]: pgmap v5694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:50:43.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:43.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:50:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:50:44.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:44.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:45.510 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:45 smithi098 ceph-mon[112578]: pgmap v5695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:45.511 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:50:45.511 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:50:45.511 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:50:45.511 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:50:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:50:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:45 smithi016 ceph-mon[96085]: pgmap v5695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:50:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:50:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:50:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:50:45.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:50:45.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:45.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:46.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:46.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:47 smithi098 ceph-mon[112578]: pgmap v5696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:47 smithi016 ceph-mon[96085]: pgmap v5696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:47.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:47.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:48.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:48.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:48 smithi098 ceph-mon[112578]: pgmap v5697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:50:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:48 smithi016 ceph-mon[96085]: pgmap v5697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:50:49.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:49.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:50.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:50.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:51 smithi098 ceph-mon[112578]: pgmap v5698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:51 smithi016 ceph-mon[96085]: pgmap v5698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:51.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:51.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:52.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:52.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:53 smithi098 ceph-mon[112578]: pgmap v5699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:53 smithi016 ceph-mon[96085]: pgmap v5699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:53.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:53.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:54.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:54.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:55 smithi098 ceph-mon[112578]: pgmap v5700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:55 smithi016 ceph-mon[96085]: pgmap v5700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:55.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:55.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:56.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:56.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:57 smithi098 ceph-mon[112578]: pgmap v5701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:57 smithi016 ceph-mon[96085]: pgmap v5701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:50:57.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:57.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:58.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:58.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:50:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:50:58 smithi098 ceph-mon[112578]: pgmap v5702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:50:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:50:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:50:58 smithi016 ceph-mon[96085]: pgmap v5702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:50:59.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:50:59.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:00.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:00.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:01 smithi098 ceph-mon[112578]: pgmap v5703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:01 smithi016 ceph-mon[96085]: pgmap v5703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:01.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:01.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:02.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:02.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:03 smithi098 ceph-mon[112578]: pgmap v5704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:03 smithi016 ceph-mon[96085]: pgmap v5704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:03.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:03.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:04.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:04.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:05 smithi098 ceph-mon[112578]: pgmap v5705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:05 smithi016 ceph-mon[96085]: pgmap v5705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:05.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:05.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:06.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:06.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:07 smithi098 ceph-mon[112578]: pgmap v5706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:07 smithi016 ceph-mon[96085]: pgmap v5706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:07.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:07.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:08.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:08.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:08 smithi098 ceph-mon[112578]: pgmap v5707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:51:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:08 smithi016 ceph-mon[96085]: pgmap v5707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:51:09.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:09.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:10.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:10.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:11 smithi098 ceph-mon[112578]: pgmap v5708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:11 smithi016 ceph-mon[96085]: pgmap v5708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:11.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:11.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:12.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:12.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:13 smithi016 ceph-mon[96085]: pgmap v5709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:51:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:13 smithi098 ceph-mon[112578]: pgmap v5709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:51:13.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:13.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:14.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:14.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:15 smithi098 ceph-mon[112578]: pgmap v5710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:15 smithi016 ceph-mon[96085]: pgmap v5710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:15.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:15.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:16.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:16.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:17 smithi098 ceph-mon[112578]: pgmap v5711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:17 smithi016 ceph-mon[96085]: pgmap v5711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:17.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:17.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:18.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:18.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:18 smithi098 ceph-mon[112578]: pgmap v5712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:51:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:18 smithi016 ceph-mon[96085]: pgmap v5712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:51:19.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:19.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:20.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:20.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:21 smithi098 ceph-mon[112578]: pgmap v5713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:21 smithi016 ceph-mon[96085]: pgmap v5713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:21.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:21.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:22.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:22.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:23 smithi098 ceph-mon[112578]: pgmap v5714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:23 smithi016 ceph-mon[96085]: pgmap v5714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:23.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:23.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:24.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:24.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:25 smithi098 ceph-mon[112578]: pgmap v5715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:25 smithi016 ceph-mon[96085]: pgmap v5715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:25.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:25.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:26.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:26.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:27 smithi098 ceph-mon[112578]: pgmap v5716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:27 smithi016 ceph-mon[96085]: pgmap v5716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:27.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:27.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:28.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:28.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:51:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:28 smithi098 ceph-mon[112578]: pgmap v5717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:51:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:51:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:28 smithi016 ceph-mon[96085]: pgmap v5717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:51:29.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:29.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:30.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:30.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:31 smithi098 ceph-mon[112578]: pgmap v5718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:31 smithi016 ceph-mon[96085]: pgmap v5718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:31.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:31.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:32.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:32.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:33 smithi098 ceph-mon[112578]: pgmap v5719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:33 smithi016 ceph-mon[96085]: pgmap v5719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:33.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:33.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:34.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:34.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:35 smithi098 ceph-mon[112578]: pgmap v5720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:35 smithi016 ceph-mon[96085]: pgmap v5720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:35.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:35.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:36.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:36.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:37 smithi098 ceph-mon[112578]: pgmap v5721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:37 smithi016 ceph-mon[96085]: pgmap v5721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:37.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:37.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:38.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:38.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:38 smithi098 ceph-mon[112578]: pgmap v5722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:51:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:38 smithi016 ceph-mon[96085]: pgmap v5722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:51:39.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:39.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:40.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:40.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:41 smithi098 ceph-mon[112578]: pgmap v5723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:41 smithi016 ceph-mon[96085]: pgmap v5723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:41.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:41.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:42.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:42.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:43 smithi098 ceph-mon[112578]: pgmap v5724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:51:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:43 smithi016 ceph-mon[96085]: pgmap v5724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:51:43.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:43.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:44.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:44.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:45 smithi098 ceph-mon[112578]: pgmap v5725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:51:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:51:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:51:45.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:51:45.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:51:45.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:51:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:45 smithi016 ceph-mon[96085]: pgmap v5725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:51:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:51:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:51:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:51:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:51:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:51:45.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:45.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:46.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:46.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:47 smithi098 ceph-mon[112578]: pgmap v5726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:47 smithi016 ceph-mon[96085]: pgmap v5726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:47.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:47.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:48.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:48.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:48 smithi098 ceph-mon[112578]: pgmap v5727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:51:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:48 smithi016 ceph-mon[96085]: pgmap v5727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:51:49.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:49.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:50.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:50.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:51 smithi098 ceph-mon[112578]: pgmap v5728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:51 smithi016 ceph-mon[96085]: pgmap v5728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:51.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:51.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:52.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:52.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:53 smithi098 ceph-mon[112578]: pgmap v5729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:53 smithi016 ceph-mon[96085]: pgmap v5729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:53.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:53.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:54.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:54.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:55 smithi098 ceph-mon[112578]: pgmap v5730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:55 smithi016 ceph-mon[96085]: pgmap v5730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:55.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:55.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:56.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:56.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:57 smithi098 ceph-mon[112578]: pgmap v5731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:57 smithi016 ceph-mon[96085]: pgmap v5731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:51:57.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:57.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:58.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:58.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:51:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:51:58 smithi016 ceph-mon[96085]: pgmap v5732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:51:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:51:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:51:58 smithi098 ceph-mon[112578]: pgmap v5732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:51:59.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:51:59.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:00.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:00.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:01 smithi098 ceph-mon[112578]: pgmap v5733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:01 smithi016 ceph-mon[96085]: pgmap v5733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:01.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:01.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:02.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:02.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:03.503 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:03 smithi016 ceph-mon[96085]: pgmap v5734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:03 smithi098 ceph-mon[112578]: pgmap v5734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:03.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:03.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:04.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:04.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:05 smithi098 ceph-mon[112578]: pgmap v5735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:05 smithi016 ceph-mon[96085]: pgmap v5735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:05.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:05.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:06.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:06.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:07 smithi098 ceph-mon[112578]: pgmap v5736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:07 smithi016 ceph-mon[96085]: pgmap v5736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:07.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:07.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:08.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:08.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:08 smithi098 ceph-mon[112578]: pgmap v5737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:52:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:08 smithi016 ceph-mon[96085]: pgmap v5737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:52:09.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:09.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:10.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:10.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:11 smithi098 ceph-mon[112578]: pgmap v5738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:11 smithi016 ceph-mon[96085]: pgmap v5738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:11.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:11.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:12.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:12.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:13 smithi098 ceph-mon[112578]: pgmap v5739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:52:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:13 smithi016 ceph-mon[96085]: pgmap v5739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:52:13.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:13.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:14.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:14.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:15 smithi098 ceph-mon[112578]: pgmap v5740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:15 smithi016 ceph-mon[96085]: pgmap v5740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:15.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:15.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:16.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:16.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:17 smithi098 ceph-mon[112578]: pgmap v5741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:17 smithi016 ceph-mon[96085]: pgmap v5741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:17.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:17.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:18.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:18.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:18 smithi098 ceph-mon[112578]: pgmap v5742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:52:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:18 smithi016 ceph-mon[96085]: pgmap v5742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:52:19.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:19.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:20.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:20.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:21 smithi098 ceph-mon[112578]: pgmap v5743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:21 smithi016 ceph-mon[96085]: pgmap v5743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:21.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:21.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:22.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:22.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:23 smithi098 ceph-mon[112578]: pgmap v5744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:23 smithi016 ceph-mon[96085]: pgmap v5744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:23.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:23.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:24.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:24.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:25 smithi098 ceph-mon[112578]: pgmap v5745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:25 smithi016 ceph-mon[96085]: pgmap v5745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:25.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:25.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:26.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:26.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:27 smithi098 ceph-mon[112578]: pgmap v5746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:27 smithi016 ceph-mon[96085]: pgmap v5746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:27.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:27.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:28.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:28.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:52:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:28 smithi098 ceph-mon[112578]: pgmap v5747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:52:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:52:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:28 smithi016 ceph-mon[96085]: pgmap v5747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:52:29.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:29.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:30.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:30.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:31 smithi098 ceph-mon[112578]: pgmap v5748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:31 smithi016 ceph-mon[96085]: pgmap v5748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:31.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:31.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:32.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:32.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:33 smithi098 ceph-mon[112578]: pgmap v5749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:33 smithi016 ceph-mon[96085]: pgmap v5749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:33.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:33.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:34.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:34.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:35 smithi098 ceph-mon[112578]: pgmap v5750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:35 smithi016 ceph-mon[96085]: pgmap v5750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:35.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:35.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:36.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:36.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:37 smithi098 ceph-mon[112578]: pgmap v5751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:37 smithi016 ceph-mon[96085]: pgmap v5751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:37.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:37.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:38.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:38.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:38.906 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:38 smithi016 ceph-mon[96085]: pgmap v5752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:52:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:38 smithi098 ceph-mon[112578]: pgmap v5752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:52:39.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:39.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:40.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:40.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:41 smithi098 ceph-mon[112578]: pgmap v5753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:41 smithi016 ceph-mon[96085]: pgmap v5753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:41.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:41.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:42.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:42.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:43 smithi098 ceph-mon[112578]: pgmap v5754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:52:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:43 smithi016 ceph-mon[96085]: pgmap v5754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:52:43.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:43.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:44.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:44.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:45 smithi098 ceph-mon[112578]: pgmap v5755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:52:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:45 smithi016 ceph-mon[96085]: pgmap v5755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:52:45.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:45.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:46.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:46.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:47 smithi098 ceph-mon[112578]: pgmap v5756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:47 smithi016 ceph-mon[96085]: pgmap v5756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:48.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:48.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:52:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:52:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:48 smithi098 ceph-mon[112578]: pgmap v5757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:52:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:52:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:52:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:52:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:52:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:52:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:52:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:52:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:48 smithi016 ceph-mon[96085]: pgmap v5757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:52:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:52:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:52:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:52:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:52:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:52:49.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:49.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:50.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:50.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:51 smithi098 ceph-mon[112578]: pgmap v5758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:51 smithi016 ceph-mon[96085]: pgmap v5758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:51.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:51.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:52.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:52.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:53 smithi098 ceph-mon[112578]: pgmap v5759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:53 smithi016 ceph-mon[96085]: pgmap v5759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:53.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:53.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:54.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:54.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:55 smithi098 ceph-mon[112578]: pgmap v5760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:55 smithi016 ceph-mon[96085]: pgmap v5760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:55.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:55.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:56.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:56.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:57 smithi098 ceph-mon[112578]: pgmap v5761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:57 smithi016 ceph-mon[96085]: pgmap v5761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:52:57.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:57.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:58.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:58.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:52:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:52:58 smithi098 ceph-mon[112578]: pgmap v5762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:52:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:52:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:52:58 smithi016 ceph-mon[96085]: pgmap v5762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:52:59.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:52:59.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:00.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:00.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:01 smithi098 ceph-mon[112578]: pgmap v5763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:01 smithi016 ceph-mon[96085]: pgmap v5763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:01.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:01.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:02.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:02.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:03 smithi098 ceph-mon[112578]: pgmap v5764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:03 smithi016 ceph-mon[96085]: pgmap v5764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:03.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:03.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:04.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:04.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:05 smithi098 ceph-mon[112578]: pgmap v5765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:05 smithi016 ceph-mon[96085]: pgmap v5765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:05.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:05.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:06.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:06.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:07 smithi098 ceph-mon[112578]: pgmap v5766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:07 smithi016 ceph-mon[96085]: pgmap v5766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:07.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:07.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:08.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:08.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:08 smithi098 ceph-mon[112578]: pgmap v5767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:53:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:08 smithi016 ceph-mon[96085]: pgmap v5767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:53:09.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:09.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:10.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:10.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:11 smithi098 ceph-mon[112578]: pgmap v5768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:11 smithi016 ceph-mon[96085]: pgmap v5768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:11.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:11.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:12.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:12.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:13 smithi098 ceph-mon[112578]: pgmap v5769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:53:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:13 smithi016 ceph-mon[96085]: pgmap v5769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:53:13.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:13.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:14.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:14.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:15 smithi098 ceph-mon[112578]: pgmap v5770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:15 smithi016 ceph-mon[96085]: pgmap v5770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:15.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:15.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:16.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:16.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:17 smithi098 ceph-mon[112578]: pgmap v5771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:17 smithi016 ceph-mon[96085]: pgmap v5771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:17.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:17.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:18.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:18.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:18 smithi098 ceph-mon[112578]: pgmap v5772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:53:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:18 smithi016 ceph-mon[96085]: pgmap v5772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:53:19.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:19.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:20.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:20.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:21 smithi098 ceph-mon[112578]: pgmap v5773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:21 smithi016 ceph-mon[96085]: pgmap v5773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:21.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:21.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:22.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:22.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:23 smithi098 ceph-mon[112578]: pgmap v5774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:23 smithi016 ceph-mon[96085]: pgmap v5774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:23.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:23.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:24.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:24.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:25 smithi098 ceph-mon[112578]: pgmap v5775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:25 smithi016 ceph-mon[96085]: pgmap v5775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:25.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:25.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:26.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:26.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:27 smithi098 ceph-mon[112578]: pgmap v5776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:27 smithi016 ceph-mon[96085]: pgmap v5776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:27.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:27.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:28.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:28.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:53:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:28 smithi098 ceph-mon[112578]: pgmap v5777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:53:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:53:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:28 smithi016 ceph-mon[96085]: pgmap v5777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:53:29.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:29.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:30.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:30.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:31 smithi098 ceph-mon[112578]: pgmap v5778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:31 smithi016 ceph-mon[96085]: pgmap v5778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:31.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:31.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:32.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:32.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:33.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:33 smithi098 ceph-mon[112578]: pgmap v5779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:33 smithi016 ceph-mon[96085]: pgmap v5779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:33.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:33.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:34.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:34.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:35 smithi098 ceph-mon[112578]: pgmap v5780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:35 smithi016 ceph-mon[96085]: pgmap v5780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:35.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:35.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:36.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:36.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:37 smithi098 ceph-mon[112578]: pgmap v5781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:37 smithi016 ceph-mon[96085]: pgmap v5781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:37.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:37.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:38.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:38.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:38 smithi098 ceph-mon[112578]: pgmap v5782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:53:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:38 smithi016 ceph-mon[96085]: pgmap v5782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:53:39.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:39.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:40.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:40.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:41 smithi098 ceph-mon[112578]: pgmap v5783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:41 smithi016 ceph-mon[96085]: pgmap v5783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:41.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:41.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:42.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:42.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:43 smithi098 ceph-mon[112578]: pgmap v5784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:53:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:43 smithi016 ceph-mon[96085]: pgmap v5784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:53:43.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:43.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:44.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:44.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:45 smithi098 ceph-mon[112578]: pgmap v5785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:45 smithi016 ceph-mon[96085]: pgmap v5785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:45.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:45.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:46.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:46.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:47 smithi098 ceph-mon[112578]: pgmap v5786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:47 smithi016 ceph-mon[96085]: pgmap v5786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:47.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:47.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:48.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:48.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:48 smithi098 ceph-mon[112578]: pgmap v5787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:53:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:53:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:48 smithi016 ceph-mon[96085]: pgmap v5787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:53:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:53:49.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:49.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:50.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:50.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:51 smithi098 ceph-mon[112578]: pgmap v5788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:51 smithi016 ceph-mon[96085]: pgmap v5788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:51.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:51.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:52.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:52.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:53 smithi098 ceph-mon[112578]: pgmap v5789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:53 smithi016 ceph-mon[96085]: pgmap v5789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:53.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:53.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:53:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:53:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:53:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:53:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:53:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:53:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:53:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:54 smithi098 ceph-mon[112578]: pgmap v5790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:54.775 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:53:54.775 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:53:54.776 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:53:54.776 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:53:54.776 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:53:54.776 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:53:54.776 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:53:54.777 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:54 smithi016 ceph-mon[96085]: pgmap v5790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:54.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:54.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:55.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:55.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:56.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:56.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:57 smithi098 ceph-mon[112578]: pgmap v5791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:57 smithi016 ceph-mon[96085]: pgmap v5791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:53:57.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:57.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:58.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:58.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:53:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:53:58 smithi098 ceph-mon[112578]: pgmap v5792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:53:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:53:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:53:58 smithi016 ceph-mon[96085]: pgmap v5792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:53:59.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:53:59.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:00.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:00.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:01 smithi098 ceph-mon[112578]: pgmap v5793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:01 smithi016 ceph-mon[96085]: pgmap v5793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:01.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:01.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:02.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:02.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:03 smithi098 ceph-mon[112578]: pgmap v5794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:03 smithi016 ceph-mon[96085]: pgmap v5794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:03.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:03.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:04.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:04.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:05 smithi098 ceph-mon[112578]: pgmap v5795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:05 smithi016 ceph-mon[96085]: pgmap v5795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:05.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:05.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:06.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:06.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:07 smithi098 ceph-mon[112578]: pgmap v5796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:07 smithi016 ceph-mon[96085]: pgmap v5796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:07.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:07.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:08.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:08.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:08 smithi098 ceph-mon[112578]: pgmap v5797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:54:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:08 smithi016 ceph-mon[96085]: pgmap v5797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:54:09.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:09.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:10.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:10.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:11 smithi098 ceph-mon[112578]: pgmap v5798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:11 smithi016 ceph-mon[96085]: pgmap v5798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:11.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:11.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:12.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:12.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:13 smithi098 ceph-mon[112578]: pgmap v5799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:54:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:13 smithi016 ceph-mon[96085]: pgmap v5799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:54:13.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:13.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:14.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:14.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:15 smithi016 ceph-mon[96085]: pgmap v5800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:15 smithi098 ceph-mon[112578]: pgmap v5800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:15.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:15.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:16.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:16.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:17 smithi098 ceph-mon[112578]: pgmap v5801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:17 smithi016 ceph-mon[96085]: pgmap v5801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:17.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:17.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:18.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:18.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:18 smithi098 ceph-mon[112578]: pgmap v5802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:54:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:18 smithi016 ceph-mon[96085]: pgmap v5802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:54:19.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:19.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:20.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:20.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:21 smithi098 ceph-mon[112578]: pgmap v5803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:21 smithi016 ceph-mon[96085]: pgmap v5803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:21.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:21.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:22.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:22.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:23 smithi098 ceph-mon[112578]: pgmap v5804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:23 smithi016 ceph-mon[96085]: pgmap v5804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:23.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:23.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:24.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:24.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:25 smithi098 ceph-mon[112578]: pgmap v5805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:25 smithi016 ceph-mon[96085]: pgmap v5805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:25.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:25.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:26.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:26.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:27 smithi098 ceph-mon[112578]: pgmap v5806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:27 smithi016 ceph-mon[96085]: pgmap v5806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:27.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:27.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:28.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:28.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:54:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:28 smithi098 ceph-mon[112578]: pgmap v5807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:54:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:54:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:28 smithi016 ceph-mon[96085]: pgmap v5807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:54:29.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:29.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:30.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:30.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:31 smithi098 ceph-mon[112578]: pgmap v5808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:31 smithi016 ceph-mon[96085]: pgmap v5808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:31.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:31.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:32.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:32.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:33 smithi098 ceph-mon[112578]: pgmap v5809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:33 smithi016 ceph-mon[96085]: pgmap v5809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:33.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:33.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:34.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:34.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:35 smithi098 ceph-mon[112578]: pgmap v5810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:35 smithi016 ceph-mon[96085]: pgmap v5810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:35.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:35.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:36.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:36.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:37 smithi098 ceph-mon[112578]: pgmap v5811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:37 smithi016 ceph-mon[96085]: pgmap v5811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:37.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:37.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:38.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:38.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:38 smithi098 ceph-mon[112578]: pgmap v5812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:54:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:38 smithi016 ceph-mon[96085]: pgmap v5812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:54:39.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:39.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:40.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:40.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:41 smithi098 ceph-mon[112578]: pgmap v5813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:41 smithi016 ceph-mon[96085]: pgmap v5813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:41.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:41.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:42.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:42.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:43 smithi098 ceph-mon[112578]: pgmap v5814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:54:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:43 smithi016 ceph-mon[96085]: pgmap v5814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:54:43.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:43.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:44.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:44.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:45 smithi098 ceph-mon[112578]: pgmap v5815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:45 smithi016 ceph-mon[96085]: pgmap v5815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:45.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:45.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:46.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:46.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:47 smithi098 ceph-mon[112578]: pgmap v5816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:47 smithi016 ceph-mon[96085]: pgmap v5816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:47.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:47.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:48.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:48.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:48 smithi098 ceph-mon[112578]: pgmap v5817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:54:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:48 smithi016 ceph-mon[96085]: pgmap v5817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:54:49.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:49.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:50.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:50.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:51 smithi098 ceph-mon[112578]: pgmap v5818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:51 smithi016 ceph-mon[96085]: pgmap v5818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:51.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:51.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:52.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:52.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:53 smithi098 ceph-mon[112578]: pgmap v5819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:53 smithi016 ceph-mon[96085]: pgmap v5819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:53.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:53.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:54:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:54:54.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:54.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:55 smithi098 ceph-mon[112578]: pgmap v5820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:54:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:54:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:54:55.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:54:55.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:54:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:55 smithi016 ceph-mon[96085]: pgmap v5820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:54:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:54:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:54:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:54:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:54:55.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:55.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:56.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:56.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:57 smithi098 ceph-mon[112578]: pgmap v5821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:57 smithi016 ceph-mon[96085]: pgmap v5821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:54:57.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:57.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:58.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:58.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:54:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:54:58 smithi098 ceph-mon[112578]: pgmap v5822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:54:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:54:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:54:58 smithi016 ceph-mon[96085]: pgmap v5822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:54:59.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:54:59.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:00.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:00.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:01 smithi098 ceph-mon[112578]: pgmap v5823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:01 smithi016 ceph-mon[96085]: pgmap v5823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:01.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:01.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:02.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:02.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:03 smithi098 ceph-mon[112578]: pgmap v5824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:03 smithi016 ceph-mon[96085]: pgmap v5824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:03.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:03.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:04.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:04.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:05 smithi098 ceph-mon[112578]: pgmap v5825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:05 smithi016 ceph-mon[96085]: pgmap v5825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:05.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:05.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:06.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:06.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:07 smithi098 ceph-mon[112578]: pgmap v5826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:07 smithi016 ceph-mon[96085]: pgmap v5826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:07.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:07.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:08.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:08.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:08 smithi098 ceph-mon[112578]: pgmap v5827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:55:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:08 smithi016 ceph-mon[96085]: pgmap v5827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:55:09.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:09.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:10.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:10.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:11 smithi098 ceph-mon[112578]: pgmap v5828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:11 smithi016 ceph-mon[96085]: pgmap v5828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:11.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:11.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:12.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:12.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:13 smithi098 ceph-mon[112578]: pgmap v5829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:55:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:13 smithi016 ceph-mon[96085]: pgmap v5829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:55:13.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:13.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:15.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:15.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:15 smithi098 ceph-mon[112578]: pgmap v5830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:15 smithi016 ceph-mon[96085]: pgmap v5830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:16.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:16.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:17.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:17.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:17 smithi098 ceph-mon[112578]: pgmap v5831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:17 smithi016 ceph-mon[96085]: pgmap v5831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:18.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:18.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:19.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:19.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:18 smithi098 ceph-mon[112578]: pgmap v5832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:55:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:18 smithi016 ceph-mon[96085]: pgmap v5832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:55:20.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:20.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:21.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:21.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:21 smithi098 ceph-mon[112578]: pgmap v5833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:21 smithi016 ceph-mon[96085]: pgmap v5833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:22.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:22.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:23.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:23.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:23 smithi098 ceph-mon[112578]: pgmap v5834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:23 smithi016 ceph-mon[96085]: pgmap v5834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:24.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:24.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:25.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:25.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:25 smithi098 ceph-mon[112578]: pgmap v5835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:25 smithi016 ceph-mon[96085]: pgmap v5835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:26.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:26.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:27.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:27.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:27 smithi098 ceph-mon[112578]: pgmap v5836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:27 smithi016 ceph-mon[96085]: pgmap v5836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:28.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:28.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:55:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:28 smithi098 ceph-mon[112578]: pgmap v5837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:55:29.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:29.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:55:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:28 smithi016 ceph-mon[96085]: pgmap v5837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:55:30.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:30.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:31.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:31.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:31 smithi098 ceph-mon[112578]: pgmap v5838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:31 smithi016 ceph-mon[96085]: pgmap v5838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:32.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:32.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:33.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:33.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:33 smithi098 ceph-mon[112578]: pgmap v5839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:33 smithi016 ceph-mon[96085]: pgmap v5839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:34.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:34.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:35.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:35.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:35 smithi098 ceph-mon[112578]: pgmap v5840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:35 smithi016 ceph-mon[96085]: pgmap v5840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:36.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:36.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:37.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:37.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:37 smithi098 ceph-mon[112578]: pgmap v5841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:37 smithi016 ceph-mon[96085]: pgmap v5841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:38.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:38.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:38 smithi098 ceph-mon[112578]: pgmap v5842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:55:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:38 smithi016 ceph-mon[96085]: pgmap v5842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:55:39.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:39.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:40.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:40.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:41.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:41.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:41 smithi098 ceph-mon[112578]: pgmap v5843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:41 smithi016 ceph-mon[96085]: pgmap v5843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:42.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:42.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:43.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:43.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:43 smithi098 ceph-mon[112578]: pgmap v5844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:55:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:43 smithi016 ceph-mon[96085]: pgmap v5844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:55:44.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:44.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:45.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:45.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:45 smithi098 ceph-mon[112578]: pgmap v5845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:45 smithi016 ceph-mon[96085]: pgmap v5845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:46.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:46.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:47.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:47.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:47 smithi098 ceph-mon[112578]: pgmap v5846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:47 smithi016 ceph-mon[96085]: pgmap v5846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:48.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:48.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:48 smithi098 ceph-mon[112578]: pgmap v5847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:55:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:48 smithi016 ceph-mon[96085]: pgmap v5847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:55:49.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:49.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:50.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:50.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:51.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:51.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:51 smithi098 ceph-mon[112578]: pgmap v5848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:51 smithi016 ceph-mon[96085]: pgmap v5848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:52.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:52.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:53.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:53.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:53 smithi098 ceph-mon[112578]: pgmap v5849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:53 smithi016 ceph-mon[96085]: pgmap v5849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:54.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:54.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:55.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:55.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:55 smithi098 ceph-mon[112578]: pgmap v5850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:55:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:55:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:55:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:55 smithi016 ceph-mon[96085]: pgmap v5850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:55:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:55:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:55:56.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:56.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:55:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:55:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:55:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:55:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:55:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:55:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:55:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:55:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:55:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:55:57.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:57.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:57 smithi098 ceph-mon[112578]: pgmap v5851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:57 smithi016 ceph-mon[96085]: pgmap v5851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:55:58.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:58.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:55:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:55:58 smithi098 ceph-mon[112578]: pgmap v5852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:55:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:55:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:55:58 smithi016 ceph-mon[96085]: pgmap v5852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:55:59.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:55:59.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:00.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:00.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:01.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:01.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:01 smithi098 ceph-mon[112578]: pgmap v5853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:01 smithi016 ceph-mon[96085]: pgmap v5853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:02.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:02.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:03.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:03.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:03 smithi098 ceph-mon[112578]: pgmap v5854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:03 smithi016 ceph-mon[96085]: pgmap v5854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:04.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:04.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:05.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:05.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:05 smithi098 ceph-mon[112578]: pgmap v5855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:05 smithi016 ceph-mon[96085]: pgmap v5855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:06.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:06.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:07.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:07.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:07 smithi098 ceph-mon[112578]: pgmap v5856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:07 smithi016 ceph-mon[96085]: pgmap v5856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:08.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:08.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:08 smithi098 ceph-mon[112578]: pgmap v5857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:56:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:08 smithi016 ceph-mon[96085]: pgmap v5857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:56:09.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:09.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:10.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:10.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:11.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:11.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:11 smithi098 ceph-mon[112578]: pgmap v5858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:11 smithi016 ceph-mon[96085]: pgmap v5858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:12.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:12.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:13.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:13.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:13 smithi098 ceph-mon[112578]: pgmap v5859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:56:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:13 smithi016 ceph-mon[96085]: pgmap v5859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:56:14.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:14.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:15.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:15.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:15 smithi098 ceph-mon[112578]: pgmap v5860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:15 smithi016 ceph-mon[96085]: pgmap v5860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:16.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:16.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:17.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:17.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:17 smithi098 ceph-mon[112578]: pgmap v5861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:17 smithi016 ceph-mon[96085]: pgmap v5861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:18.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:18.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:18.993 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:18 smithi098 ceph-mon[112578]: pgmap v5862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:56:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:18 smithi016 ceph-mon[96085]: pgmap v5862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:56:19.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:19.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:20.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:20.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:21.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:21.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:21.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:21 smithi016 ceph-mon[96085]: pgmap v5863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:21 smithi098 ceph-mon[112578]: pgmap v5863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:22.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:22.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:23.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:23.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:23 smithi098 ceph-mon[112578]: pgmap v5864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:23 smithi016 ceph-mon[96085]: pgmap v5864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:24.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:24.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:25.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:25.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:25 smithi098 ceph-mon[112578]: pgmap v5865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:25 smithi016 ceph-mon[96085]: pgmap v5865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:26.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:26.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:27.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:27.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:27 smithi098 ceph-mon[112578]: pgmap v5866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:27 smithi016 ceph-mon[96085]: pgmap v5866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:28.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:28.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:56:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:28 smithi098 ceph-mon[112578]: pgmap v5867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:56:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:56:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:28 smithi016 ceph-mon[96085]: pgmap v5867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:56:29.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:29.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:30.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:30.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:31.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:31.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:31 smithi098 ceph-mon[112578]: pgmap v5868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:31 smithi016 ceph-mon[96085]: pgmap v5868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:32.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:32.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:33.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:33.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:33 smithi098 ceph-mon[112578]: pgmap v5869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:33 smithi016 ceph-mon[96085]: pgmap v5869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:34.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:34.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:35.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:35.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:35 smithi098 ceph-mon[112578]: pgmap v5870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:35 smithi016 ceph-mon[96085]: pgmap v5870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:36.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:36.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:37.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:37.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:37 smithi098 ceph-mon[112578]: pgmap v5871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:37 smithi016 ceph-mon[96085]: pgmap v5871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:38.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:38.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:38 smithi098 ceph-mon[112578]: pgmap v5872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:56:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:38 smithi016 ceph-mon[96085]: pgmap v5872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:56:39.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:39.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:40.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:40.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:41.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:41.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:41 smithi098 ceph-mon[112578]: pgmap v5873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:41 smithi016 ceph-mon[96085]: pgmap v5873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:42.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:42.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:43.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:43.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:43 smithi098 ceph-mon[112578]: pgmap v5874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:56:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:43 smithi016 ceph-mon[96085]: pgmap v5874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:56:44.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:44.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:45.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:45.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:45 smithi098 ceph-mon[112578]: pgmap v5875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:45 smithi016 ceph-mon[96085]: pgmap v5875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:46.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:46.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:47.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:47.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:47 smithi016 ceph-mon[96085]: pgmap v5876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:47 smithi098 ceph-mon[112578]: pgmap v5876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:48.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:48.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:48 smithi098 ceph-mon[112578]: pgmap v5877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:56:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:48 smithi016 ceph-mon[96085]: pgmap v5877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:56:49.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:49.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:50.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:50.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:51.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:51.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:51 smithi098 ceph-mon[112578]: pgmap v5878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:51 smithi016 ceph-mon[96085]: pgmap v5878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:52.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:52.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:53.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:53.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:53 smithi016 ceph-mon[96085]: pgmap v5879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:53 smithi098 ceph-mon[112578]: pgmap v5879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:54.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:54.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:55.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:55.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:55 smithi016 ceph-mon[96085]: pgmap v5880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:55 smithi098 ceph-mon[112578]: pgmap v5880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:56.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:56.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:56:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:56:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:56:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:56:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:56:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:56:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:56:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:56:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:56:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:56:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:56:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:56:57.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:57.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:57 smithi016 ceph-mon[96085]: pgmap v5881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:57.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:57 smithi098 ceph-mon[112578]: pgmap v5881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:56:58.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:58.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:56:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:56:58 smithi098 ceph-mon[112578]: pgmap v5882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:56:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:56:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:56:58 smithi016 ceph-mon[96085]: pgmap v5882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:56:59.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:56:59.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:00.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:00.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:01.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:01.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:01 smithi016 ceph-mon[96085]: pgmap v5883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:01 smithi098 ceph-mon[112578]: pgmap v5883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:02.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:02.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:03.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:03.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:03 smithi016 ceph-mon[96085]: pgmap v5884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:03 smithi098 ceph-mon[112578]: pgmap v5884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:04.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:04.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:05.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:05.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:05 smithi016 ceph-mon[96085]: pgmap v5885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:05 smithi098 ceph-mon[112578]: pgmap v5885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:06.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:06.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:07.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:07.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:07 smithi016 ceph-mon[96085]: pgmap v5886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:07 smithi098 ceph-mon[112578]: pgmap v5886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:08.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:08.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:08 smithi098 ceph-mon[112578]: pgmap v5887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:57:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:08 smithi016 ceph-mon[96085]: pgmap v5887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:57:09.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:09.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:10.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:10.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:11.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:11.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:11 smithi016 ceph-mon[96085]: pgmap v5888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:11 smithi098 ceph-mon[112578]: pgmap v5888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:12.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:12.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:13.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:13.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:13 smithi016 ceph-mon[96085]: pgmap v5889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:57:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:13 smithi098 ceph-mon[112578]: pgmap v5889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:57:14.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:14.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:15.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:15.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:15 smithi016 ceph-mon[96085]: pgmap v5890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:15 smithi098 ceph-mon[112578]: pgmap v5890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:16.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:16.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:17.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:17.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:17 smithi016 ceph-mon[96085]: pgmap v5891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:17 smithi098 ceph-mon[112578]: pgmap v5891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:18.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:18.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:18 smithi098 ceph-mon[112578]: pgmap v5892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:57:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:18 smithi016 ceph-mon[96085]: pgmap v5892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:57:19.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:19.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:20.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:20.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:21.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:21.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:21 smithi016 ceph-mon[96085]: pgmap v5893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:21 smithi098 ceph-mon[112578]: pgmap v5893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:22.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:22.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:23.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:23.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:23 smithi016 ceph-mon[96085]: pgmap v5894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:23 smithi098 ceph-mon[112578]: pgmap v5894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:24.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:24.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:25.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:25.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:25 smithi016 ceph-mon[96085]: pgmap v5895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:25 smithi098 ceph-mon[112578]: pgmap v5895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:26.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:26.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:27.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:27.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:27 smithi016 ceph-mon[96085]: pgmap v5896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:27 smithi098 ceph-mon[112578]: pgmap v5896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:28.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:28.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:57:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:28 smithi098 ceph-mon[112578]: pgmap v5897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:57:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:57:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:28 smithi016 ceph-mon[96085]: pgmap v5897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:57:29.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:29.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:30.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:30.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:31.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:31.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:31 smithi016 ceph-mon[96085]: pgmap v5898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:31.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:31 smithi098 ceph-mon[112578]: pgmap v5898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:32.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:32.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:33.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:33.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:33 smithi016 ceph-mon[96085]: pgmap v5899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:33 smithi098 ceph-mon[112578]: pgmap v5899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:34.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:34.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:35.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:35.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:35 smithi016 ceph-mon[96085]: pgmap v5900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:35 smithi098 ceph-mon[112578]: pgmap v5900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:36.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:36.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:37.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:37.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:37 smithi098 ceph-mon[112578]: pgmap v5901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:37 smithi016 ceph-mon[96085]: pgmap v5901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:38.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:38.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:38 smithi098 ceph-mon[112578]: pgmap v5902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:57:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:38 smithi016 ceph-mon[96085]: pgmap v5902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:57:39.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:39.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:40.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:40.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:41.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:41.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:41 smithi016 ceph-mon[96085]: pgmap v5903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:41 smithi098 ceph-mon[112578]: pgmap v5903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:42.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:42.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:43.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:43.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:43 smithi016 ceph-mon[96085]: pgmap v5904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:57:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:43 smithi098 ceph-mon[112578]: pgmap v5904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:57:44.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:44.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:45.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:45.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:45 smithi098 ceph-mon[112578]: pgmap v5905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:45 smithi016 ceph-mon[96085]: pgmap v5905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:46.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:46.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:47.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:47.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:47 smithi098 ceph-mon[112578]: pgmap v5906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:47 smithi016 ceph-mon[96085]: pgmap v5906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:48.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:48.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:48 smithi098 ceph-mon[112578]: pgmap v5907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:57:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:48 smithi016 ceph-mon[96085]: pgmap v5907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:57:49.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:49.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:50.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:50.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:51.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:51.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:51 smithi016 ceph-mon[96085]: pgmap v5908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:51 smithi098 ceph-mon[112578]: pgmap v5908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:52.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:52.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:53.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:53.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:53.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:53 smithi098 ceph-mon[112578]: pgmap v5909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:53.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:53 smithi016 ceph-mon[96085]: pgmap v5909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:54.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:54.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:55.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:55.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:55 smithi098 ceph-mon[112578]: pgmap v5910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:55 smithi016 ceph-mon[96085]: pgmap v5910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:56.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:56.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:57:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:57:57.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:57.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:57.542 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:57 smithi016 ceph-mon[96085]: pgmap v5911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:57.543 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:57:57.543 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:57:57.543 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:57:57.543 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:57:57.543 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:57:57.544 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:57:57.544 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:57:57.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:57 smithi098 ceph-mon[112578]: pgmap v5911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:57:57.768 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:57:57.768 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:57:57.768 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:57:57.768 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:57:57.768 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:57:57.769 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:57:57.769 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:57:58.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:58.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:57:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:57:58 smithi098 ceph-mon[112578]: pgmap v5912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:57:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:57:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:57:58 smithi016 ceph-mon[96085]: pgmap v5912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:57:59.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:57:59.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:00.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:00.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:01.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:01.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:01 smithi016 ceph-mon[96085]: pgmap v5913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:01 smithi098 ceph-mon[112578]: pgmap v5913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:02.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:02.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:03.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:03.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:03 smithi098 ceph-mon[112578]: pgmap v5914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:03.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:03 smithi016 ceph-mon[96085]: pgmap v5914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:04.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:04.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:05.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:05.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:05 smithi098 ceph-mon[112578]: pgmap v5915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:05 smithi016 ceph-mon[96085]: pgmap v5915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:06.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:06.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:07.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:07.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:07.658 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:07 smithi016 ceph-mon[96085]: pgmap v5916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:07 smithi098 ceph-mon[112578]: pgmap v5916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:08.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:08.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:08 smithi098 ceph-mon[112578]: pgmap v5917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:58:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:08 smithi016 ceph-mon[96085]: pgmap v5917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:58:09.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:09.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:10.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:10.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:11.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:11.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:11 smithi016 ceph-mon[96085]: pgmap v5918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:11 smithi098 ceph-mon[112578]: pgmap v5918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:12.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:12.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:13.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:13.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:13 smithi098 ceph-mon[112578]: pgmap v5919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:58:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:13 smithi016 ceph-mon[96085]: pgmap v5919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:58:14.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:14.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:15.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:15.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:15 smithi098 ceph-mon[112578]: pgmap v5920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:15 smithi016 ceph-mon[96085]: pgmap v5920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:16.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:16.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:17.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:17.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:17 smithi098 ceph-mon[112578]: pgmap v5921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:17.772 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:17 smithi016 ceph-mon[96085]: pgmap v5921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:18.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:18.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:18 smithi098 ceph-mon[112578]: pgmap v5922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:58:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:18 smithi016 ceph-mon[96085]: pgmap v5922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:58:19.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:19.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:20.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:20.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:21.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:21.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:21 smithi016 ceph-mon[96085]: pgmap v5923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:21 smithi098 ceph-mon[112578]: pgmap v5923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:22.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:22.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:23.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:23.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:23 smithi098 ceph-mon[112578]: pgmap v5924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:23 smithi016 ceph-mon[96085]: pgmap v5924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:24.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:24.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:25.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:25.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:25 smithi098 ceph-mon[112578]: pgmap v5925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:25 smithi016 ceph-mon[96085]: pgmap v5925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:26.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:26.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:27.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:27.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:27 smithi098 ceph-mon[112578]: pgmap v5926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:27 smithi016 ceph-mon[96085]: pgmap v5926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:28.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:28.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:58:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:28 smithi098 ceph-mon[112578]: pgmap v5927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:58:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:58:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:28 smithi016 ceph-mon[96085]: pgmap v5927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:58:29.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:29.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:30.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:30.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:31.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:31.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:31 smithi016 ceph-mon[96085]: pgmap v5928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:31 smithi098 ceph-mon[112578]: pgmap v5928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:32.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:32.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:33.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:33.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:33 smithi098 ceph-mon[112578]: pgmap v5929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:33 smithi016 ceph-mon[96085]: pgmap v5929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:34.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:34.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:35.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:35.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:35 smithi098 ceph-mon[112578]: pgmap v5930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:35 smithi016 ceph-mon[96085]: pgmap v5930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:36.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:36.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:37.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:37.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:37 smithi098 ceph-mon[112578]: pgmap v5931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:37 smithi016 ceph-mon[96085]: pgmap v5931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:38.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:38.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:38 smithi098 ceph-mon[112578]: pgmap v5932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:58:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:38 smithi016 ceph-mon[96085]: pgmap v5932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:58:39.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:39.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:40.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:40.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:41.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:41.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:41 smithi016 ceph-mon[96085]: pgmap v5933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:41 smithi098 ceph-mon[112578]: pgmap v5933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:42.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:42.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:43.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:43.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:43 smithi016 ceph-mon[96085]: pgmap v5934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:58:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:43 smithi098 ceph-mon[112578]: pgmap v5934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:58:44.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:44.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:45.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:45.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:45 smithi098 ceph-mon[112578]: pgmap v5935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:45 smithi016 ceph-mon[96085]: pgmap v5935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:46.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:46.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:47.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:47.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:47 smithi098 ceph-mon[112578]: pgmap v5936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:47 smithi016 ceph-mon[96085]: pgmap v5936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:48.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:48.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:48 smithi098 ceph-mon[112578]: pgmap v5937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:58:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:48 smithi016 ceph-mon[96085]: pgmap v5937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:58:49.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:49.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:50.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:50.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:51.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:51.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:51 smithi016 ceph-mon[96085]: pgmap v5938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:51 smithi098 ceph-mon[112578]: pgmap v5938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:52.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:52.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:53.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:53.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:53 smithi016 ceph-mon[96085]: pgmap v5939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:53 smithi098 ceph-mon[112578]: pgmap v5939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:54.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:54.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:55.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:55.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:55.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:55 smithi098 ceph-mon[112578]: pgmap v5940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:55 smithi016 ceph-mon[96085]: pgmap v5940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:56.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:56.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:57.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:57.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:57.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:57 smithi098 ceph-mon[112578]: pgmap v5941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:57.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:58:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:57 smithi016 ceph-mon[96085]: pgmap v5941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:58:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:58:58.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:58.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:58:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:58:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:58:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:58:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:58:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:58:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:58:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:58:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:58:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:58:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:58:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:58:59.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:58:59.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:58:59 smithi098 ceph-mon[112578]: pgmap v5942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:58:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:58:59 smithi016 ceph-mon[96085]: pgmap v5942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:59:00.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:00.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:01.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:01.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:01 smithi016 ceph-mon[96085]: pgmap v5943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:01 smithi098 ceph-mon[112578]: pgmap v5943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:02.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:02.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:03.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:03.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:03 smithi098 ceph-mon[112578]: pgmap v5944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:03 smithi016 ceph-mon[96085]: pgmap v5944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:04.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:04.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:05.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:05.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:05.730 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:05 smithi098 ceph-mon[112578]: pgmap v5945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:05 smithi016 ceph-mon[96085]: pgmap v5945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:06.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:06.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:07.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:07.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:07 smithi098 ceph-mon[112578]: pgmap v5946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:59:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:07 smithi016 ceph-mon[96085]: pgmap v5946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:59:08.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:08.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:08 smithi098 ceph-mon[112578]: pgmap v5947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:59:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:08 smithi016 ceph-mon[96085]: pgmap v5947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:59:09.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:09.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:10.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:10.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:11.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:11.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:11 smithi016 ceph-mon[96085]: pgmap v5948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:11 smithi098 ceph-mon[112578]: pgmap v5948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:12.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:12.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:13.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:13.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:13 smithi098 ceph-mon[112578]: pgmap v5949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:59:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:13 smithi016 ceph-mon[96085]: pgmap v5949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:59:14.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:14.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:15.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:15.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:15 smithi098 ceph-mon[112578]: pgmap v5950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:15 smithi016 ceph-mon[96085]: pgmap v5950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:16.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:16.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:17.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:17.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:17 smithi098 ceph-mon[112578]: pgmap v5951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:59:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:17 smithi016 ceph-mon[96085]: pgmap v5951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:59:18.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:18.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:18 smithi098 ceph-mon[112578]: pgmap v5952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:18 smithi016 ceph-mon[96085]: pgmap v5952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:19.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:19.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:20.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:20.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:21.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:21.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:21 smithi016 ceph-mon[96085]: pgmap v5953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:21 smithi098 ceph-mon[112578]: pgmap v5953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:22.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:22.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:23.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:23.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:23 smithi098 ceph-mon[112578]: pgmap v5954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:23 smithi016 ceph-mon[96085]: pgmap v5954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:24.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:24.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:25.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:25.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:25 smithi098 ceph-mon[112578]: pgmap v5955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:25 smithi016 ceph-mon[96085]: pgmap v5955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:26.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:26.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:27.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:27.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:27 smithi098 ceph-mon[112578]: pgmap v5956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:59:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:27 smithi016 ceph-mon[96085]: pgmap v5956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:59:28.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:28.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:59:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:28 smithi098 ceph-mon[112578]: pgmap v5957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:59:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:28 smithi016 ceph-mon[96085]: pgmap v5957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:29.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:29.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:30.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:30.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:31.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:31.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:31 smithi016 ceph-mon[96085]: pgmap v5958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:31.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:31 smithi098 ceph-mon[112578]: pgmap v5958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:32.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:32.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:33.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:33.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:33.636 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:33 smithi016 ceph-mon[96085]: pgmap v5959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:33 smithi098 ceph-mon[112578]: pgmap v5959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:34.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:34.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:35.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:35.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:35 smithi098 ceph-mon[112578]: pgmap v5960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:35 smithi016 ceph-mon[96085]: pgmap v5960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:36.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:36.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:37.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:37.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:37.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:37 smithi098 ceph-mon[112578]: pgmap v5961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:59:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:37 smithi016 ceph-mon[96085]: pgmap v5961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:59:38.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:38.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:38 smithi098 ceph-mon[112578]: pgmap v5962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:38 smithi016 ceph-mon[96085]: pgmap v5962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:39.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:39.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:40.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:40.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:41.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:41.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:41 smithi098 ceph-mon[112578]: pgmap v5963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:41 smithi016 ceph-mon[96085]: pgmap v5963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:42.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:42.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:43.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:43.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:43.752 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:43 smithi016 ceph-mon[96085]: pgmap v5964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:43.752 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:59:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:43 smithi098 ceph-mon[112578]: pgmap v5964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:59:44.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:44.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:45.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:45.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:45.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:45 smithi098 ceph-mon[112578]: pgmap v5965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:45 smithi016 ceph-mon[96085]: pgmap v5965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:46.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:46.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:47.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:47.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:47 smithi098 ceph-mon[112578]: pgmap v5966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:59:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:47 smithi016 ceph-mon[96085]: pgmap v5966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:59:48.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:48.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:48 smithi098 ceph-mon[112578]: pgmap v5967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:48 smithi016 ceph-mon[96085]: pgmap v5967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:49.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:49.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:50.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:50.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:51.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:51.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:51 smithi098 ceph-mon[112578]: pgmap v5968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:51 smithi016 ceph-mon[96085]: pgmap v5968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:52.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:52.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:53.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:53.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:53 smithi098 ceph-mon[112578]: pgmap v5969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:53.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:53 smithi016 ceph-mon[96085]: pgmap v5969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:54.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:54.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:55.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:55.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:55.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:55 smithi098 ceph-mon[112578]: pgmap v5970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:55 smithi016 ceph-mon[96085]: pgmap v5970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:56.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:56.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:57.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:57.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:57 smithi098 ceph-mon[112578]: pgmap v5971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:59:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:57 smithi016 ceph-mon[96085]: pgmap v5971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T23:59:58.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:58.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:59:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:59:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:59:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:59:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:59:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:59:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:59:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:59:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:59:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:59:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:59:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:59:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:59:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-16T23:59:59.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-16T23:59:59.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 16 23:59:59 smithi098 ceph-mon[112578]: pgmap v5972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T23:59:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 16 23:59:59 smithi016 ceph-mon[96085]: pgmap v5972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:00.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:00.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T00:00:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T00:00:01.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:01.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:01 smithi016 ceph-mon[96085]: pgmap v5973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:01 smithi098 ceph-mon[112578]: pgmap v5973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:02.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:02.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:03.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:03.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:03.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:03 smithi098 ceph-mon[112578]: pgmap v5974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:03.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:03 smithi016 ceph-mon[96085]: pgmap v5974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:04.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:04.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:05.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:05.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:05 smithi098 ceph-mon[112578]: pgmap v5975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:05 smithi016 ceph-mon[96085]: pgmap v5975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:06.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:06.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:07.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:07.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:07 smithi098 ceph-mon[112578]: pgmap v5976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:00:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:07 smithi016 ceph-mon[96085]: pgmap v5976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:00:08.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:08.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:08 smithi098 ceph-mon[112578]: pgmap v5977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:08 smithi016 ceph-mon[96085]: pgmap v5977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:09.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:09.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:10.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:10.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:11.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:11.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:11 smithi016 ceph-mon[96085]: pgmap v5978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:11 smithi098 ceph-mon[112578]: pgmap v5978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:12.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:12.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:13.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:13.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:13 smithi098 ceph-mon[112578]: pgmap v5979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:00:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:13 smithi016 ceph-mon[96085]: pgmap v5979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:00:14.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:14.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:15.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:15.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:15 smithi016 ceph-mon[96085]: pgmap v5980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:15 smithi098 ceph-mon[112578]: pgmap v5980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:16.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:16.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:17.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:17.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:17 smithi098 ceph-mon[112578]: pgmap v5981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:00:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:17 smithi016 ceph-mon[96085]: pgmap v5981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:00:18.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:18.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:18 smithi098 ceph-mon[112578]: pgmap v5982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:18 smithi016 ceph-mon[96085]: pgmap v5982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:19.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:19.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:20.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:20.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:21.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:21.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:21 smithi016 ceph-mon[96085]: pgmap v5983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:21 smithi098 ceph-mon[112578]: pgmap v5983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:22.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:22.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:23.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:23.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:23 smithi098 ceph-mon[112578]: pgmap v5984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:23 smithi016 ceph-mon[96085]: pgmap v5984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:24.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:24.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:25.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:25.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:25 smithi098 ceph-mon[112578]: pgmap v5985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:25 smithi016 ceph-mon[96085]: pgmap v5985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:26.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:26.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:27.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:27.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:27 smithi098 ceph-mon[112578]: pgmap v5986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:00:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:27 smithi016 ceph-mon[96085]: pgmap v5986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:00:28.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:28.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:00:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:28 smithi098 ceph-mon[112578]: pgmap v5987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:00:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:28 smithi016 ceph-mon[96085]: pgmap v5987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:29.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:29.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:30.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:30.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:31.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:31.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:31 smithi016 ceph-mon[96085]: pgmap v5988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:31.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:31 smithi098 ceph-mon[112578]: pgmap v5988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:32.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:32.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:33.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:33.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:33.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:33 smithi098 ceph-mon[112578]: pgmap v5989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:33 smithi016 ceph-mon[96085]: pgmap v5989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:34.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:34.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:35.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:35.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:35 smithi098 ceph-mon[112578]: pgmap v5990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:35 smithi016 ceph-mon[96085]: pgmap v5990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:36.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:36.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:37.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:37.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:37 smithi098 ceph-mon[112578]: pgmap v5991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:00:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:37 smithi016 ceph-mon[96085]: pgmap v5991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:00:38.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:38.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:38 smithi098 ceph-mon[112578]: pgmap v5992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:38 smithi016 ceph-mon[96085]: pgmap v5992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:39.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:39.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:40.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:40.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:41 smithi016 ceph-mon[96085]: pgmap v5993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:41.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:41.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:41.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:41 smithi098 ceph-mon[112578]: pgmap v5993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:42.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:42.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:43.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:43.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:43 smithi098 ceph-mon[112578]: pgmap v5994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:00:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:43 smithi016 ceph-mon[96085]: pgmap v5994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:00:44.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:44.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:45.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:45.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:45 smithi098 ceph-mon[112578]: pgmap v5995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:45 smithi016 ceph-mon[96085]: pgmap v5995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:46.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:46.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:47.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:47.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:47 smithi098 ceph-mon[112578]: pgmap v5996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:00:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:47 smithi016 ceph-mon[96085]: pgmap v5996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:00:48.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:48.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:48 smithi016 ceph-mon[96085]: pgmap v5997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:48 smithi098 ceph-mon[112578]: pgmap v5997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:49.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:49.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:50.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:50.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:51 smithi016 ceph-mon[96085]: pgmap v5998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:51.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:51.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:51 smithi098 ceph-mon[112578]: pgmap v5998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:52.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:52.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:53.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:53.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:53 smithi098 ceph-mon[112578]: pgmap v5999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:53.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:53 smithi016 ceph-mon[96085]: pgmap v5999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:54.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:54.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:55.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:55.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:55 smithi098 ceph-mon[112578]: pgmap v6000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:55 smithi016 ceph-mon[96085]: pgmap v6000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:56.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:56.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:57.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:57.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:57 smithi098 ceph-mon[112578]: pgmap v6001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:00:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:57 smithi016 ceph-mon[96085]: pgmap v6001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:00:58.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:58.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:00:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:58 smithi098 ceph-mon[112578]: pgmap v6002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:00:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:00:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:58 smithi016 ceph-mon[96085]: pgmap v6002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:00:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:00:59.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:00:59.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:01:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:01:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:01:00.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:01:00.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:00:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:01:00.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:01:00.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:01:00.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:01:00.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:01:00.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:00:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:01:00.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:00.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:00 smithi016 ceph-mon[96085]: pgmap v6003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:00 smithi098 ceph-mon[112578]: pgmap v6003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:01.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:01.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:02.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:02.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:03.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:03.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:03 smithi098 ceph-mon[112578]: pgmap v6004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:03.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:03 smithi016 ceph-mon[96085]: pgmap v6004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:04.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:04.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:05.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:05.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:05 smithi098 ceph-mon[112578]: pgmap v6005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:05 smithi016 ceph-mon[96085]: pgmap v6005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:06.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:06.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:07.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:07.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:07 smithi098 ceph-mon[112578]: pgmap v6006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:01:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:07 smithi016 ceph-mon[96085]: pgmap v6006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:01:08.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:08.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:08 smithi016 ceph-mon[96085]: pgmap v6007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:08 smithi098 ceph-mon[112578]: pgmap v6007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:09.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:09.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:10.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:10.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:11 smithi016 ceph-mon[96085]: pgmap v6008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:11.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:11.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:11 smithi098 ceph-mon[112578]: pgmap v6008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:12.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:12.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:13.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:13.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:13 smithi098 ceph-mon[112578]: pgmap v6009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:01:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:13 smithi016 ceph-mon[96085]: pgmap v6009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:01:14.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:14.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:15.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:15.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:15 smithi098 ceph-mon[112578]: pgmap v6010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:15 smithi016 ceph-mon[96085]: pgmap v6010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:16.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:16.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:17.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:17.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:17 smithi098 ceph-mon[112578]: pgmap v6011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:01:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:17 smithi016 ceph-mon[96085]: pgmap v6011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:01:18.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:18.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:18 smithi016 ceph-mon[96085]: pgmap v6012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:18 smithi098 ceph-mon[112578]: pgmap v6012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:19.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:19.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:20.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:20.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:21 smithi016 ceph-mon[96085]: pgmap v6013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:21.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:21.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:21 smithi098 ceph-mon[112578]: pgmap v6013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:22.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:22.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:23.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:23.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:23 smithi098 ceph-mon[112578]: pgmap v6014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:23 smithi016 ceph-mon[96085]: pgmap v6014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:24.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:24.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:25.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:25.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:25 smithi098 ceph-mon[112578]: pgmap v6015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:25 smithi016 ceph-mon[96085]: pgmap v6015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:26.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:26.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:27 smithi098 ceph-mon[112578]: pgmap v6016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:01:27.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:27.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:27 smithi016 ceph-mon[96085]: pgmap v6016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:01:28.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:28.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:01:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:28 smithi016 ceph-mon[96085]: pgmap v6017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:01:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:28 smithi098 ceph-mon[112578]: pgmap v6017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:29.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:29.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:30.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:30.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:31 smithi016 ceph-mon[96085]: pgmap v6018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:31.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:31.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:31 smithi098 ceph-mon[112578]: pgmap v6018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:32.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:32.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:33.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:33.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:33 smithi098 ceph-mon[112578]: pgmap v6019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:33 smithi016 ceph-mon[96085]: pgmap v6019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:34.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:34.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:35.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:35.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:35 smithi098 ceph-mon[112578]: pgmap v6020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:35 smithi016 ceph-mon[96085]: pgmap v6020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:36.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:36.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:37.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:37.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:37 smithi098 ceph-mon[112578]: pgmap v6021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:01:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:37 smithi016 ceph-mon[96085]: pgmap v6021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:01:38.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:38.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:38 smithi016 ceph-mon[96085]: pgmap v6022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:38 smithi098 ceph-mon[112578]: pgmap v6022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:39.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:39.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:40.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:40.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:41 smithi016 ceph-mon[96085]: pgmap v6023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:41.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:41.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:41 smithi098 ceph-mon[112578]: pgmap v6023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:42.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:42.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:43.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:43.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:43 smithi098 ceph-mon[112578]: pgmap v6024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:01:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:43 smithi016 ceph-mon[96085]: pgmap v6024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:01:44.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:44.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:45 smithi016 ceph-mon[96085]: pgmap v6025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:45.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:45.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:45 smithi098 ceph-mon[112578]: pgmap v6025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:46.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:46.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:47.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:47.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:47 smithi098 ceph-mon[112578]: pgmap v6026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:01:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:47 smithi016 ceph-mon[96085]: pgmap v6026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:01:48.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:48.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:48 smithi016 ceph-mon[96085]: pgmap v6027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:48 smithi098 ceph-mon[112578]: pgmap v6027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:49.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:49.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:50.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:50.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:51 smithi016 ceph-mon[96085]: pgmap v6028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:51.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:51.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:51 smithi098 ceph-mon[112578]: pgmap v6028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:52.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:52.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:53.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:53.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:53 smithi098 ceph-mon[112578]: pgmap v6029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:53.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:53 smithi016 ceph-mon[96085]: pgmap v6029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:54.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:54.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:55 smithi016 ceph-mon[96085]: pgmap v6030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:55.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:55.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:55 smithi098 ceph-mon[112578]: pgmap v6030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:56.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:56.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:56 smithi098 ceph-mon[112578]: pgmap v6031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:01:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:56 smithi016 ceph-mon[96085]: pgmap v6031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:01:57.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:57.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:58.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:58.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:01:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:58 smithi016 ceph-mon[96085]: pgmap v6032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:01:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:58 smithi098 ceph-mon[112578]: pgmap v6032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:01:59.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:01:59.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:02:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:02:00.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:02:00.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:02:00.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:02:00.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:01:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:02:00.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:02:00.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:02:00.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:02:00.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:02:00.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:02:00.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:01:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:02:00.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:00.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:00 smithi016 ceph-mon[96085]: pgmap v6033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:00 smithi098 ceph-mon[112578]: pgmap v6033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:01.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:01.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:02.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:02.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:03.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:03.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:03 smithi098 ceph-mon[112578]: pgmap v6034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:03.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:03 smithi016 ceph-mon[96085]: pgmap v6034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:04.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:04.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:05.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:05.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:05 smithi098 ceph-mon[112578]: pgmap v6035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:05 smithi016 ceph-mon[96085]: pgmap v6035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:06.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:06.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:07.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:07 smithi098 ceph-mon[112578]: pgmap v6036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:02:07.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:07.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:07 smithi016 ceph-mon[96085]: pgmap v6036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:02:08.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:08.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:08 smithi098 ceph-mon[112578]: pgmap v6037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:08 smithi016 ceph-mon[96085]: pgmap v6037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:09.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:09.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:10.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:10.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:11 smithi016 ceph-mon[96085]: pgmap v6038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:11.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:11.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:11 smithi098 ceph-mon[112578]: pgmap v6038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:12.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:12.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:13.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:13.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:13.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:13 smithi098 ceph-mon[112578]: pgmap v6039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:13.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:02:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:13 smithi016 ceph-mon[96085]: pgmap v6039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:02:14.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:14.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:15.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:15.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:15 smithi098 ceph-mon[112578]: pgmap v6040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:15 smithi016 ceph-mon[96085]: pgmap v6040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:16.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:16.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:16 smithi098 ceph-mon[112578]: pgmap v6041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:02:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:16 smithi016 ceph-mon[96085]: pgmap v6041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:02:17.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:17.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:18.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:18.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:18 smithi098 ceph-mon[112578]: pgmap v6042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:18 smithi016 ceph-mon[96085]: pgmap v6042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:19.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:19.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:20.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:20.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:21 smithi016 ceph-mon[96085]: pgmap v6043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:21.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:21.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:21.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:21 smithi098 ceph-mon[112578]: pgmap v6043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:22.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:22.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:23.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:23.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:23 smithi098 ceph-mon[112578]: pgmap v6044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:23 smithi016 ceph-mon[96085]: pgmap v6044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:24.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:24.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:25.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:25.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:25 smithi098 ceph-mon[112578]: pgmap v6045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:25 smithi016 ceph-mon[96085]: pgmap v6045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:26.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:26.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:26 smithi098 ceph-mon[112578]: pgmap v6046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:02:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:26 smithi016 ceph-mon[96085]: pgmap v6046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:02:27.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:27.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:28.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:28.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:02:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:28 smithi098 ceph-mon[112578]: pgmap v6047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:02:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:28 smithi016 ceph-mon[96085]: pgmap v6047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:29.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:29.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:30.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:30.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:31 smithi016 ceph-mon[96085]: pgmap v6048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:31.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:31.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:31 smithi098 ceph-mon[112578]: pgmap v6048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:32.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:32.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:33.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:33.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:33.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:33 smithi098 ceph-mon[112578]: pgmap v6049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:33 smithi016 ceph-mon[96085]: pgmap v6049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:34.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:34.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:34 smithi098 ceph-mon[112578]: pgmap v6050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:34 smithi016 ceph-mon[96085]: pgmap v6050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:35.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:35.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:36.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:36.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:37.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:37.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:37 smithi098 ceph-mon[112578]: pgmap v6051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:02:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:37 smithi016 ceph-mon[96085]: pgmap v6051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:02:38.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:38.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:38 smithi098 ceph-mon[112578]: pgmap v6052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:38 smithi016 ceph-mon[96085]: pgmap v6052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:39.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:39.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:40.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:40.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:41 smithi016 ceph-mon[96085]: pgmap v6053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:41.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:41.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:41 smithi098 ceph-mon[112578]: pgmap v6053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:42.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:42.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:43.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:43.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:43 smithi098 ceph-mon[112578]: pgmap v6054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:02:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:43 smithi016 ceph-mon[96085]: pgmap v6054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:02:44.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:44.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:44 smithi098 ceph-mon[112578]: pgmap v6055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:44 smithi016 ceph-mon[96085]: pgmap v6055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:45.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:45.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:46.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:46.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:47.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:47 smithi098 ceph-mon[112578]: pgmap v6056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:02:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:47 smithi016 ceph-mon[96085]: pgmap v6056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:02:48.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:48.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:48 smithi098 ceph-mon[112578]: pgmap v6057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:48 smithi016 ceph-mon[96085]: pgmap v6057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:49.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:49.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:50.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:50.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:51 smithi016 ceph-mon[96085]: pgmap v6058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:51.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:51.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:51 smithi098 ceph-mon[112578]: pgmap v6058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:52.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:52.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:52 smithi098 ceph-mon[112578]: pgmap v6059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:52 smithi016 ceph-mon[96085]: pgmap v6059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:53.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:53.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:54.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:54.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:55.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:55 smithi098 ceph-mon[112578]: pgmap v6060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:55.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:55.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:55 smithi016 ceph-mon[96085]: pgmap v6060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:56 smithi098 ceph-mon[112578]: pgmap v6061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:02:56.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:56.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:56 smithi016 ceph-mon[96085]: pgmap v6061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:02:57.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:57.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:58.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:58.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:02:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:58 smithi098 ceph-mon[112578]: pgmap v6062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:02:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:58 smithi016 ceph-mon[96085]: pgmap v6062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:02:59.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:02:59.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:02:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:03:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:02:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:03:00.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:00.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:00 smithi016 ceph-mon[96085]: pgmap v6063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:00 smithi098 ceph-mon[112578]: pgmap v6063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:01.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:01.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:02 smithi098 ceph-mon[112578]: pgmap v6064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:02.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:02.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:02.912 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:02 smithi016 ceph-mon[96085]: pgmap v6064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:03.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:03.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:03:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:03:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:03:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:03:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:03:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:03:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:03:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:03:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:03:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:03:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:03:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:03:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:03:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:03:04.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:04.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:04 smithi098 ceph-mon[112578]: pgmap v6065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:04 smithi016 ceph-mon[96085]: pgmap v6065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:05.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:05.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:06 smithi098 ceph-mon[112578]: pgmap v6066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:06 smithi016 ceph-mon[96085]: pgmap v6066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:06.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:06.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:07.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:07.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:08.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:08.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:08 smithi098 ceph-mon[112578]: pgmap v6067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:08 smithi016 ceph-mon[96085]: pgmap v6067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:09.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:09.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:10 smithi098 ceph-mon[112578]: pgmap v6068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:10 smithi016 ceph-mon[96085]: pgmap v6068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:10.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:10.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:11.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:11.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:12 smithi098 ceph-mon[112578]: pgmap v6069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:12 smithi016 ceph-mon[96085]: pgmap v6069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:12.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:12.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:13.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:13.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:03:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:03:14.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:14.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:14 smithi098 ceph-mon[112578]: pgmap v6070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:14 smithi016 ceph-mon[96085]: pgmap v6070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:15.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:15.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:16 smithi098 ceph-mon[112578]: pgmap v6071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:16 smithi016 ceph-mon[96085]: pgmap v6071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:16.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:16.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:17.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:17.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:18.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:18.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:18 smithi098 ceph-mon[112578]: pgmap v6072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:18 smithi016 ceph-mon[96085]: pgmap v6072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:19.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:19.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:20 smithi098 ceph-mon[112578]: pgmap v6073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:20 smithi016 ceph-mon[96085]: pgmap v6073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:20.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:20.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:21.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:21.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:22 smithi098 ceph-mon[112578]: pgmap v6074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:22 smithi016 ceph-mon[96085]: pgmap v6074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:22.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:22.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:23.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:23.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:24 smithi098 ceph-mon[112578]: pgmap v6075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:24 smithi016 ceph-mon[96085]: pgmap v6075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:24.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:24.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:25.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:25.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:26 smithi098 ceph-mon[112578]: pgmap v6076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:26 smithi016 ceph-mon[96085]: pgmap v6076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:26.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:26.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:27.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:27.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:28.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:28.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:03:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:28 smithi098 ceph-mon[112578]: pgmap v6077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:03:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:28 smithi016 ceph-mon[96085]: pgmap v6077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:29.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:29.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:30 smithi098 ceph-mon[112578]: pgmap v6078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:30 smithi016 ceph-mon[96085]: pgmap v6078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:30.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:30.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:31.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:31.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:32 smithi098 ceph-mon[112578]: pgmap v6079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:32 smithi016 ceph-mon[96085]: pgmap v6079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:32.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:32.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:33.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:33.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:34 smithi098 ceph-mon[112578]: pgmap v6080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:34 smithi016 ceph-mon[96085]: pgmap v6080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:34.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:34.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:35.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:35.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:36 smithi098 ceph-mon[112578]: pgmap v6081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:36 smithi016 ceph-mon[96085]: pgmap v6081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:36.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:36.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:37.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:37.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:38.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:38.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:38 smithi098 ceph-mon[112578]: pgmap v6082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:38 smithi016 ceph-mon[96085]: pgmap v6082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:39.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:39.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:40 smithi098 ceph-mon[112578]: pgmap v6083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:40 smithi016 ceph-mon[96085]: pgmap v6083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:40.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:40.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:41.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:41.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:42 smithi098 ceph-mon[112578]: pgmap v6084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:42 smithi016 ceph-mon[96085]: pgmap v6084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:42.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:42.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:43.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:43.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:03:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:03:44.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:44.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:44 smithi098 ceph-mon[112578]: pgmap v6085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:44 smithi016 ceph-mon[96085]: pgmap v6085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:45.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:45.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:46 smithi098 ceph-mon[112578]: pgmap v6086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:46 smithi016 ceph-mon[96085]: pgmap v6086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:46.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:46.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:47.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:47.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:48.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:48.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:48 smithi098 ceph-mon[112578]: pgmap v6087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:48 smithi016 ceph-mon[96085]: pgmap v6087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:49.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:49.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:50.441 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:50 smithi098 ceph-mon[112578]: pgmap v6088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:50 smithi016 ceph-mon[96085]: pgmap v6088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:50.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:50.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:51.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:51.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:52 smithi098 ceph-mon[112578]: pgmap v6089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:52 smithi016 ceph-mon[96085]: pgmap v6089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:52.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:52.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:53.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:53.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:54 smithi098 ceph-mon[112578]: pgmap v6090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:54 smithi016 ceph-mon[96085]: pgmap v6090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:54.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:54.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:55.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:55.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:56 smithi098 ceph-mon[112578]: pgmap v6091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:56 smithi016 ceph-mon[96085]: pgmap v6091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:56.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:56.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:57.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:57.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:58.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:58.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:03:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:03:58 smithi098 ceph-mon[112578]: pgmap v6092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:03:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:03:58 smithi016 ceph-mon[96085]: pgmap v6092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:59.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:03:59.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:00 smithi098 ceph-mon[112578]: pgmap v6093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:00 smithi016 ceph-mon[96085]: pgmap v6093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:00.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:00.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:01.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:01.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:02 smithi098 ceph-mon[112578]: pgmap v6094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:02 smithi016 ceph-mon[96085]: pgmap v6094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:02.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:02.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:03.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:03.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:04:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:04:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:04.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:04.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:05 smithi098 ceph-mon[112578]: pgmap v6095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 33 KiB/s wr, 2 op/s 2023-10-17T00:04:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:05 smithi016 ceph-mon[96085]: pgmap v6095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 33 KiB/s wr, 2 op/s 2023-10-17T00:04:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:05.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:05.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:06.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:06.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:06 smithi098 ceph-mon[112578]: pgmap v6096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 33 KiB/s wr, 2 op/s 2023-10-17T00:04:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:06 smithi016 ceph-mon[96085]: pgmap v6096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 33 KiB/s wr, 2 op/s 2023-10-17T00:04:07.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:07.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:08.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:08.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:09.499 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:09 smithi016 sudo[383899]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-17T00:04:09.499 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:09 smithi016 sudo[383899]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-17T00:04:09.499 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:09 smithi016 sudo[383899]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-17T00:04:09.499 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:09 smithi016 sudo[383899]: pam_unix(sudo:session): session closed for user root 2023-10-17T00:04:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:09 smithi098 ceph-mon[112578]: pgmap v6097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 33 KiB/s wr, 2 op/s 2023-10-17T00:04:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:04:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:04:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:04:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:09 smithi098 ceph-mon[112578]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-17T00:04:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:09 smithi016 sudo[383902]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-17T00:04:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:09 smithi016 sudo[383902]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-17T00:04:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:09 smithi016 sudo[383902]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-17T00:04:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:09 smithi016 sudo[383902]: pam_unix(sudo:session): session closed for user root 2023-10-17T00:04:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:09 smithi016 ceph-mon[96085]: pgmap v6097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 33 KiB/s wr, 2 op/s 2023-10-17T00:04:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:04:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:04:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:09.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:04:09.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:09.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:09.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:09 smithi016 ceph-mon[96085]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-17T00:04:09.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:09.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:10.031 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:09 smithi098 sudo[289887]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-17T00:04:10.031 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:09 smithi098 sudo[289887]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-17T00:04:10.031 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:09 smithi098 sudo[289887]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-17T00:04:10.032 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:09 smithi098 sudo[289887]: pam_unix(sudo:session): session closed for user root 2023-10-17T00:04:10.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:10 smithi098 sudo[289890]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-17T00:04:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:10 smithi098 sudo[289890]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-17T00:04:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:10 smithi098 sudo[289890]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-17T00:04:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:10 smithi098 sudo[289890]: pam_unix(sudo:session): session closed for user root 2023-10-17T00:04:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:10 smithi098 ceph-mon[112578]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-17T00:04:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2023-10-17T00:04:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-17T00:04:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:10 smithi098 ceph-mon[112578]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-17T00:04:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2023-10-17T00:04:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-17T00:04:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:10 smithi098 ceph-mon[112578]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-17T00:04:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:10 smithi098 ceph-mon[112578]: pgmap v6098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 315 KiB/s wr, 20 op/s 2023-10-17T00:04:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:10 smithi016 ceph-mon[96085]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-17T00:04:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2023-10-17T00:04:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-17T00:04:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:10 smithi016 ceph-mon[96085]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-17T00:04:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2023-10-17T00:04:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-10-17T00:04:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:10 smithi016 ceph-mon[96085]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-17T00:04:10.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:04:10.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:10 smithi016 ceph-mon[96085]: pgmap v6098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 315 KiB/s wr, 20 op/s 2023-10-17T00:04:10.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:10.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:11.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:11.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:12 smithi098 ceph-mon[112578]: pgmap v6099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 315 KiB/s wr, 20 op/s 2023-10-17T00:04:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:12 smithi016 ceph-mon[96085]: pgmap v6099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 315 KiB/s wr, 20 op/s 2023-10-17T00:04:12.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:12.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:13.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:13.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:04:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:04:14.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:14.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:14 smithi098 ceph-mon[112578]: pgmap v6100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 403 KiB/s wr, 27 op/s 2023-10-17T00:04:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:14 smithi016 ceph-mon[96085]: pgmap v6100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 403 KiB/s wr, 27 op/s 2023-10-17T00:04:15.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:15.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:16 smithi098 ceph-mon[112578]: pgmap v6101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 370 KiB/s wr, 24 op/s 2023-10-17T00:04:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:16 smithi016 ceph-mon[96085]: pgmap v6101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 370 KiB/s wr, 24 op/s 2023-10-17T00:04:16.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:16.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:17.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:17.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:18.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:18.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:18 smithi098 ceph-mon[112578]: pgmap v6102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 370 KiB/s wr, 24 op/s 2023-10-17T00:04:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:18 smithi016 ceph-mon[96085]: pgmap v6102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 370 KiB/s wr, 24 op/s 2023-10-17T00:04:19.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:19.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:20 smithi098 ceph-mon[112578]: pgmap v6103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 370 KiB/s wr, 24 op/s 2023-10-17T00:04:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:20 smithi016 ceph-mon[96085]: pgmap v6103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 370 KiB/s wr, 24 op/s 2023-10-17T00:04:20.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:20.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:21.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:21.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:22 smithi016 ceph-mon[96085]: pgmap v6104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 87 KiB/s wr, 6 op/s 2023-10-17T00:04:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:22 smithi098 ceph-mon[112578]: pgmap v6104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 87 KiB/s wr, 6 op/s 2023-10-17T00:04:22.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:22.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:23.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:23.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:24 smithi098 ceph-mon[112578]: pgmap v6105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 87 KiB/s wr, 6 op/s 2023-10-17T00:04:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:24 smithi016 ceph-mon[96085]: pgmap v6105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 87 KiB/s wr, 6 op/s 2023-10-17T00:04:24.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:24.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:25.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:25.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:26 smithi098 ceph-mon[112578]: pgmap v6106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:26 smithi016 ceph-mon[96085]: pgmap v6106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:26.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:26.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:27.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:27.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:28.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:28.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:29.089 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:04:29.090 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:28 smithi098 ceph-mon[112578]: pgmap v6107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:04:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:28 smithi016 ceph-mon[96085]: pgmap v6107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:29.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:29.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:30 smithi098 ceph-mon[112578]: pgmap v6108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:30 smithi016 ceph-mon[96085]: pgmap v6108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:30.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:30.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:31.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:31.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:32 smithi098 ceph-mon[112578]: pgmap v6109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:32 smithi016 ceph-mon[96085]: pgmap v6109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:32.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:32.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:33.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:33.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:34 smithi098 ceph-mon[112578]: pgmap v6110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:34 smithi016 ceph-mon[96085]: pgmap v6110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:34.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:34.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:35.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:35.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:36 smithi098 ceph-mon[112578]: pgmap v6111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:36 smithi016 ceph-mon[96085]: pgmap v6111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:36.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:36.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:37.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:37.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:38.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:38.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:39.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:38 smithi098 ceph-mon[112578]: pgmap v6112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:38 smithi016 ceph-mon[96085]: pgmap v6112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:39.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:39.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:40 smithi098 ceph-mon[112578]: pgmap v6113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:40 smithi016 ceph-mon[96085]: pgmap v6113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:40.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:40.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:41.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:41.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:42 smithi098 ceph-mon[112578]: pgmap v6114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:42 smithi016 ceph-mon[96085]: pgmap v6114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:42.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:42.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:43.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:43.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:44.245 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:04:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:04:44.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:44.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:44 smithi098 ceph-mon[112578]: pgmap v6115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:44 smithi016 ceph-mon[96085]: pgmap v6115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:45.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:45.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:46 smithi098 ceph-mon[112578]: pgmap v6116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:46 smithi016 ceph-mon[96085]: pgmap v6116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:46.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:46.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:47.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:47.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:48.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:48.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:48 smithi098 ceph-mon[112578]: pgmap v6117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:48 smithi016 ceph-mon[96085]: pgmap v6117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:49.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:49.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:50 smithi098 ceph-mon[112578]: pgmap v6118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:50 smithi016 ceph-mon[96085]: pgmap v6118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:50.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:50.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:51.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:51.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:52 smithi098 ceph-mon[112578]: pgmap v6119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:52 smithi016 ceph-mon[96085]: pgmap v6119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:52.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:52.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:53.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:53.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:54 smithi098 ceph-mon[112578]: pgmap v6120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:54 smithi016 ceph-mon[96085]: pgmap v6120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:54.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:54.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:55.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:55.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:56 smithi098 ceph-mon[112578]: pgmap v6121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:56 smithi016 ceph-mon[96085]: pgmap v6121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:56.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:56.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:57.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:57.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:58.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:58.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:04:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:04:58 smithi098 ceph-mon[112578]: pgmap v6122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:04:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:04:58 smithi016 ceph-mon[96085]: pgmap v6122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:59.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:04:59.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:00 smithi098 ceph-mon[112578]: pgmap v6123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:00 smithi016 ceph-mon[96085]: pgmap v6123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:00.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:00.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:01.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:01.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:02.724 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:02 smithi016 ceph-mon[96085]: pgmap v6124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:02 smithi098 ceph-mon[112578]: pgmap v6124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:02.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:02.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:03.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:03.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:04 smithi098 ceph-mon[112578]: pgmap v6125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:04 smithi016 ceph-mon[96085]: pgmap v6125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:04.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:04.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:05.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:05.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:06 smithi098 ceph-mon[112578]: pgmap v6126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:06 smithi016 ceph-mon[96085]: pgmap v6126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:06.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:06.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:07.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:07.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:08.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:08.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:08 smithi098 ceph-mon[112578]: pgmap v6127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:05:09.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:08 smithi016 ceph-mon[96085]: pgmap v6127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:09.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:05:09.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:09.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:05:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:05:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:05:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:05:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:05:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:05:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:05:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:05:10.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:05:10.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:05:10.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:10.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:10 smithi016 ceph-mon[96085]: pgmap v6128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:10 smithi098 ceph-mon[112578]: pgmap v6128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:11.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:11.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:12 smithi098 ceph-mon[112578]: pgmap v6129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:12 smithi016 ceph-mon[96085]: pgmap v6129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:12.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:12.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:05:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:05:13.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:13.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:14 smithi098 ceph-mon[112578]: pgmap v6130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:14 smithi016 ceph-mon[96085]: pgmap v6130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:14.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:15.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:16.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:16.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:16 smithi098 ceph-mon[112578]: pgmap v6131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:16 smithi016 ceph-mon[96085]: pgmap v6131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:17.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:17.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:18.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:18.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:19.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:19.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:18 smithi098 ceph-mon[112578]: pgmap v6132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:18 smithi016 ceph-mon[96085]: pgmap v6132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:20.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:20.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:20 smithi098 ceph-mon[112578]: pgmap v6133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:20 smithi016 ceph-mon[96085]: pgmap v6133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:21.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:21.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:22.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:22.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:22 smithi098 ceph-mon[112578]: pgmap v6134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:22 smithi016 ceph-mon[96085]: pgmap v6134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:23.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:23.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:24.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:24.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:24 smithi098 ceph-mon[112578]: pgmap v6135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:24 smithi016 ceph-mon[96085]: pgmap v6135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:25.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:25.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:26.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:26.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:26 smithi098 ceph-mon[112578]: pgmap v6136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:26 smithi016 ceph-mon[96085]: pgmap v6136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:27.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:27.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:28.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:28.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:05:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:05:29.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:29.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:28 smithi098 ceph-mon[112578]: pgmap v6137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:28 smithi016 ceph-mon[96085]: pgmap v6137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:30.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:30.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:30 smithi098 ceph-mon[112578]: pgmap v6138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:30 smithi016 ceph-mon[96085]: pgmap v6138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:31.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:31.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:32.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:32.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:32 smithi098 ceph-mon[112578]: pgmap v6139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:32 smithi016 ceph-mon[96085]: pgmap v6139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:33.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:33.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:34.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:34.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:34 smithi098 ceph-mon[112578]: pgmap v6140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:34.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:34 smithi016 ceph-mon[96085]: pgmap v6140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:35.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:35.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:36.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:36.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:36 smithi098 ceph-mon[112578]: pgmap v6141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:36 smithi016 ceph-mon[96085]: pgmap v6141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:37.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:37.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:38.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:38.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:39.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:39.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:38 smithi098 ceph-mon[112578]: pgmap v6142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:38 smithi016 ceph-mon[96085]: pgmap v6142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:40.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:40.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:40 smithi098 ceph-mon[112578]: pgmap v6143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:40 smithi016 ceph-mon[96085]: pgmap v6143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:41.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:41.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:42.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:42.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:42 smithi098 ceph-mon[112578]: pgmap v6144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:42 smithi016 ceph-mon[96085]: pgmap v6144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:43.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:43.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:05:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:05:44.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:44.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:44 smithi098 ceph-mon[112578]: pgmap v6145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:44 smithi016 ceph-mon[96085]: pgmap v6145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:45.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:45.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:46.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:46.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:46 smithi098 ceph-mon[112578]: pgmap v6146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:46 smithi016 ceph-mon[96085]: pgmap v6146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:47.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:47.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:48.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:48.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:49.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:49.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:48 smithi098 ceph-mon[112578]: pgmap v6147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:48 smithi016 ceph-mon[96085]: pgmap v6147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:50.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:50.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:50 smithi098 ceph-mon[112578]: pgmap v6148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:50 smithi016 ceph-mon[96085]: pgmap v6148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:51.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:51.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:52.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:52.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:52 smithi098 ceph-mon[112578]: pgmap v6149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:52 smithi016 ceph-mon[96085]: pgmap v6149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:53.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:53.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:54.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:54.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:54 smithi098 ceph-mon[112578]: pgmap v6150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:54 smithi016 ceph-mon[96085]: pgmap v6150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:55.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:55.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:56.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:56.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:56 smithi098 ceph-mon[112578]: pgmap v6151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:56 smithi016 ceph-mon[96085]: pgmap v6151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:57.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:57.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:58.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:58.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:05:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:05:59.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:05:59.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:05:58 smithi098 ceph-mon[112578]: pgmap v6152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:05:58 smithi016 ceph-mon[96085]: pgmap v6152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:00.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:00.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:00 smithi098 ceph-mon[112578]: pgmap v6153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:00 smithi016 ceph-mon[96085]: pgmap v6153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:01.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:01.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:02.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:02.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:02 smithi098 ceph-mon[112578]: pgmap v6154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:02 smithi016 ceph-mon[96085]: pgmap v6154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:03.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:03.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:04.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:04.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:04 smithi098 ceph-mon[112578]: pgmap v6155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:04 smithi016 ceph-mon[96085]: pgmap v6155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:05.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:05.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:06.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:06.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:06 smithi098 ceph-mon[112578]: pgmap v6156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:06 smithi016 ceph-mon[96085]: pgmap v6156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:07.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:07.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:08.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:08.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:09.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:09.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:08 smithi098 ceph-mon[112578]: pgmap v6157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:08 smithi016 ceph-mon[96085]: pgmap v6157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:10.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:10.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:10.138 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:06:10.138 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:06:10.138 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:06:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:06:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:06:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:06:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:06:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:06:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:06:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:06:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:06:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:10 smithi098 ceph-mon[112578]: pgmap v6158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:11.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:11.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:06:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:06:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:06:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:06:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:06:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:10 smithi016 ceph-mon[96085]: pgmap v6158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:12.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:12.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:12 smithi098 ceph-mon[112578]: pgmap v6159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:12 smithi016 ceph-mon[96085]: pgmap v6159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:13.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:13.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:06:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:06:14.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:14.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:14 smithi098 ceph-mon[112578]: pgmap v6160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:14 smithi016 ceph-mon[96085]: pgmap v6160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:15.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:15.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:16.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:16.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:16 smithi098 ceph-mon[112578]: pgmap v6161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:16 smithi016 ceph-mon[96085]: pgmap v6161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:17.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:17.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:18.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:18.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:18 smithi016 ceph-mon[96085]: pgmap v6162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:19.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:19.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:18 smithi098 ceph-mon[112578]: pgmap v6162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:20.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:20.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:20 smithi098 ceph-mon[112578]: pgmap v6163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:20 smithi016 ceph-mon[96085]: pgmap v6163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:21.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:21.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:22.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:22.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:22 smithi098 ceph-mon[112578]: pgmap v6164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:22 smithi016 ceph-mon[96085]: pgmap v6164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:23.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:23.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:24.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:24.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:24 smithi098 ceph-mon[112578]: pgmap v6165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:24 smithi016 ceph-mon[96085]: pgmap v6165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:25.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:25.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:26.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:26.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:26 smithi098 ceph-mon[112578]: pgmap v6166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:26 smithi016 ceph-mon[96085]: pgmap v6166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:27.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:27.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:28.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:28.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:06:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:06:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:28 smithi016 ceph-mon[96085]: pgmap v6167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:29.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:29.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:28 smithi098 ceph-mon[112578]: pgmap v6167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:30.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:30.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:30 smithi098 ceph-mon[112578]: pgmap v6168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:30 smithi016 ceph-mon[96085]: pgmap v6168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:31.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:31.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:32.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:32.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:32 smithi098 ceph-mon[112578]: pgmap v6169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:32 smithi016 ceph-mon[96085]: pgmap v6169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:33.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:33.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:34.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:34.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:34 smithi098 ceph-mon[112578]: pgmap v6170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:34 smithi016 ceph-mon[96085]: pgmap v6170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:35.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:35.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:36.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:36.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:36 smithi098 ceph-mon[112578]: pgmap v6171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:36 smithi016 ceph-mon[96085]: pgmap v6171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:37.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:37.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:38.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:38.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:39.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:39.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:38 smithi098 ceph-mon[112578]: pgmap v6172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:38 smithi016 ceph-mon[96085]: pgmap v6172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:40.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:40.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:40 smithi098 ceph-mon[112578]: pgmap v6173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:40 smithi016 ceph-mon[96085]: pgmap v6173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:41.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:41.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:42.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:42.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:42 smithi098 ceph-mon[112578]: pgmap v6174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:42 smithi016 ceph-mon[96085]: pgmap v6174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:43.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:43.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:06:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:06:44.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:44.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:44 smithi098 ceph-mon[112578]: pgmap v6175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:44 smithi016 ceph-mon[96085]: pgmap v6175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:45.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:45.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:46.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:46.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:46 smithi098 ceph-mon[112578]: pgmap v6176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:46 smithi016 ceph-mon[96085]: pgmap v6176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:47.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:47.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:48.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:48.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:49.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:49.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:48 smithi098 ceph-mon[112578]: pgmap v6177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:48 smithi016 ceph-mon[96085]: pgmap v6177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:50.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:50.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:50 smithi098 ceph-mon[112578]: pgmap v6178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:50 smithi016 ceph-mon[96085]: pgmap v6178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:51.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:51.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:52.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:52.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:52 smithi098 ceph-mon[112578]: pgmap v6179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:52 smithi016 ceph-mon[96085]: pgmap v6179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:53.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:53.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:54.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:54.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:54 smithi098 ceph-mon[112578]: pgmap v6180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:54 smithi016 ceph-mon[96085]: pgmap v6180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:55.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:55.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:56.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:56.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:56 smithi098 ceph-mon[112578]: pgmap v6181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:56 smithi016 ceph-mon[96085]: pgmap v6181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:57.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:57.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:58.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:58.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:06:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:06:59.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:06:59.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:06:58 smithi098 ceph-mon[112578]: pgmap v6182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:06:58 smithi016 ceph-mon[96085]: pgmap v6182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:00.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:00.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:00 smithi098 ceph-mon[112578]: pgmap v6183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:00 smithi016 ceph-mon[96085]: pgmap v6183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:01.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:01.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:02.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:02.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:02 smithi098 ceph-mon[112578]: pgmap v6184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:02 smithi016 ceph-mon[96085]: pgmap v6184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:03.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:03.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:04.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:04.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:04 smithi098 ceph-mon[112578]: pgmap v6185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:04 smithi016 ceph-mon[96085]: pgmap v6185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:05.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:05.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:06.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:06.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:06 smithi098 ceph-mon[112578]: pgmap v6186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:06 smithi016 ceph-mon[96085]: pgmap v6186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:07.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:07.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:08.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:08.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:09.179 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:08 smithi016 ceph-mon[96085]: pgmap v6187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:09.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:09.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:08 smithi098 ceph-mon[112578]: pgmap v6187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:10.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:10.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:10.592 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:07:10.604 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:07:11.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:11.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:11 smithi016 ceph-mon[96085]: pgmap v6188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:07:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:07:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:07:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:07:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:07:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:11 smithi098 ceph-mon[112578]: pgmap v6188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:07:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:07:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:07:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:07:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:07:12.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:12.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:12 smithi098 ceph-mon[112578]: pgmap v6189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:12 smithi016 ceph-mon[96085]: pgmap v6189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:13.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:13.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:07:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:07:14.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:14.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:14 smithi016 ceph-mon[96085]: pgmap v6190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:14 smithi098 ceph-mon[112578]: pgmap v6190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:15.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:15.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:16.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:16.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:16 smithi098 ceph-mon[112578]: pgmap v6191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:16 smithi016 ceph-mon[96085]: pgmap v6191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:17.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:17.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:18.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:18.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:19.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:19.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:18 smithi098 ceph-mon[112578]: pgmap v6192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:18 smithi016 ceph-mon[96085]: pgmap v6192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:20.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:20.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:20 smithi098 ceph-mon[112578]: pgmap v6193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:20 smithi016 ceph-mon[96085]: pgmap v6193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:21.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:21.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:22.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:22.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:22 smithi098 ceph-mon[112578]: pgmap v6194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:22 smithi016 ceph-mon[96085]: pgmap v6194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:23.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:23.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:24.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:24.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:24 smithi098 ceph-mon[112578]: pgmap v6195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:24 smithi016 ceph-mon[96085]: pgmap v6195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:25.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:25.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:26.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:26.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:26 smithi098 ceph-mon[112578]: pgmap v6196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:26 smithi016 ceph-mon[96085]: pgmap v6196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:27.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:27.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:28.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:28.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:07:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:07:29.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:29.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:28 smithi098 ceph-mon[112578]: pgmap v6197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:28 smithi016 ceph-mon[96085]: pgmap v6197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:30.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:30.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:30 smithi098 ceph-mon[112578]: pgmap v6198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:30 smithi016 ceph-mon[96085]: pgmap v6198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:31.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:31.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:32.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:32.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:32 smithi098 ceph-mon[112578]: pgmap v6199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:32 smithi016 ceph-mon[96085]: pgmap v6199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:33.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:33.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:34.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:34.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:34 smithi098 ceph-mon[112578]: pgmap v6200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:34 smithi016 ceph-mon[96085]: pgmap v6200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:35.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:35.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:36.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:36.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:36 smithi098 ceph-mon[112578]: pgmap v6201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:36 smithi016 ceph-mon[96085]: pgmap v6201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:37.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:37.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:38.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:38.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:39.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:39.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:38 smithi098 ceph-mon[112578]: pgmap v6202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:38 smithi016 ceph-mon[96085]: pgmap v6202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:40.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:40.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:40 smithi098 ceph-mon[112578]: pgmap v6203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:40 smithi016 ceph-mon[96085]: pgmap v6203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:41.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:41.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:42.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:42.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:42 smithi098 ceph-mon[112578]: pgmap v6204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:42 smithi016 ceph-mon[96085]: pgmap v6204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:43.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:43.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:07:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:07:44.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:44.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:44 smithi098 ceph-mon[112578]: pgmap v6205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:44 smithi016 ceph-mon[96085]: pgmap v6205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:45.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:45.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:46.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:46.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:46 smithi098 ceph-mon[112578]: pgmap v6206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:46 smithi016 ceph-mon[96085]: pgmap v6206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:47.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:47.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:48.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:48.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:49.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:49.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:48 smithi098 ceph-mon[112578]: pgmap v6207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:48 smithi016 ceph-mon[96085]: pgmap v6207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:50.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:50.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:50 smithi098 ceph-mon[112578]: pgmap v6208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:50 smithi016 ceph-mon[96085]: pgmap v6208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:51.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:51.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:52.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:52.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:52 smithi098 ceph-mon[112578]: pgmap v6209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:52 smithi016 ceph-mon[96085]: pgmap v6209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:53.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:53.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:54.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:54.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:54 smithi098 ceph-mon[112578]: pgmap v6210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:54 smithi016 ceph-mon[96085]: pgmap v6210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:55.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:55.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:56.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:56.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:56 smithi098 ceph-mon[112578]: pgmap v6211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:56 smithi016 ceph-mon[96085]: pgmap v6211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:57.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:57.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:07:58.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:58.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:07:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:07:58 smithi098 ceph-mon[112578]: pgmap v6212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:59.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:07:59.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:07:58 smithi016 ceph-mon[96085]: pgmap v6212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:00.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:00.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:00 smithi098 ceph-mon[112578]: pgmap v6213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:00 smithi016 ceph-mon[96085]: pgmap v6213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:01.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:01.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:02.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:02.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:02 smithi098 ceph-mon[112578]: pgmap v6214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:02 smithi016 ceph-mon[96085]: pgmap v6214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:03.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:03.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:04.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:04.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:04 smithi098 ceph-mon[112578]: pgmap v6215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:04 smithi016 ceph-mon[96085]: pgmap v6215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:05.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:05.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:06.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:06.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:06 smithi098 ceph-mon[112578]: pgmap v6216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:06 smithi016 ceph-mon[96085]: pgmap v6216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:07.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:07.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:08.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:08.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:08 smithi098 ceph-mon[112578]: pgmap v6217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:08 smithi016 ceph-mon[96085]: pgmap v6217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:09.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:09.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:10.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:10.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:10 smithi098 ceph-mon[112578]: pgmap v6218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:10 smithi016 ceph-mon[96085]: pgmap v6218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:11.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:11.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:08:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:08:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:08:11.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:08:11.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:08:11.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:08:12.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:12.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:08:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:08:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:08:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:08:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:08:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:12 smithi098 ceph-mon[112578]: pgmap v6219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:08:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:08:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:08:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:08:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:08:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:12 smithi016 ceph-mon[96085]: pgmap v6219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:13.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:13.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:08:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:08:14.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:14.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:14 smithi098 ceph-mon[112578]: pgmap v6220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:14 smithi016 ceph-mon[96085]: pgmap v6220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:15.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:15.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:16.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:16.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:16 smithi098 ceph-mon[112578]: pgmap v6221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:16 smithi016 ceph-mon[96085]: pgmap v6221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:17.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:17.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:18.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:18.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:18 smithi098 ceph-mon[112578]: pgmap v6222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:18 smithi016 ceph-mon[96085]: pgmap v6222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:19.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:19.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:20.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:20.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:20 smithi098 ceph-mon[112578]: pgmap v6223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:20 smithi016 ceph-mon[96085]: pgmap v6223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:21.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:21.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:22.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:22.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:22 smithi098 ceph-mon[112578]: pgmap v6224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:22 smithi016 ceph-mon[96085]: pgmap v6224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:23.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:23.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:24.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:24.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:24 smithi098 ceph-mon[112578]: pgmap v6225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:24 smithi016 ceph-mon[96085]: pgmap v6225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:25.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:25.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:26.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:26.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:26 smithi098 ceph-mon[112578]: pgmap v6226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:26 smithi016 ceph-mon[96085]: pgmap v6226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:27.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:27.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:08:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:08:28.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:28.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:28 smithi098 ceph-mon[112578]: pgmap v6227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:28 smithi016 ceph-mon[96085]: pgmap v6227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:29.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:29.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:30.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:30.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:30 smithi098 ceph-mon[112578]: pgmap v6228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:30 smithi016 ceph-mon[96085]: pgmap v6228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:31.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:31.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:32.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:32.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:32 smithi098 ceph-mon[112578]: pgmap v6229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:32 smithi016 ceph-mon[96085]: pgmap v6229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:33.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:33.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:34.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:34.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:34 smithi098 ceph-mon[112578]: pgmap v6230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:34 smithi016 ceph-mon[96085]: pgmap v6230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:35.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:35.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:36.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:36.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:36 smithi098 ceph-mon[112578]: pgmap v6231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:36 smithi016 ceph-mon[96085]: pgmap v6231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:37.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:37.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:38.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:38.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:38 smithi098 ceph-mon[112578]: pgmap v6232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:38 smithi016 ceph-mon[96085]: pgmap v6232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:39.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:39.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:40.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:40.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:40 smithi098 ceph-mon[112578]: pgmap v6233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:40 smithi016 ceph-mon[96085]: pgmap v6233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:41.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:41.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:42.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:42.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:42 smithi098 ceph-mon[112578]: pgmap v6234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:42 smithi016 ceph-mon[96085]: pgmap v6234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:43.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:43.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:08:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:08:44.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:44.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:44 smithi098 ceph-mon[112578]: pgmap v6235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:44 smithi016 ceph-mon[96085]: pgmap v6235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:45.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:45.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:46.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:46.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:47.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:47.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:47 smithi098 ceph-mon[112578]: pgmap v6236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:47 smithi016 ceph-mon[96085]: pgmap v6236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:48.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:48.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:49.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:49.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:49 smithi098 ceph-mon[112578]: pgmap v6237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:49 smithi016 ceph-mon[96085]: pgmap v6237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:50.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:50.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:51.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:51.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:51 smithi098 ceph-mon[112578]: pgmap v6238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:51 smithi016 ceph-mon[96085]: pgmap v6238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:52.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:52.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:53.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:53.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:53 smithi098 ceph-mon[112578]: pgmap v6239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:53 smithi016 ceph-mon[96085]: pgmap v6239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:54.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:54.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:55.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:55.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:55 smithi098 ceph-mon[112578]: pgmap v6240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:55 smithi016 ceph-mon[96085]: pgmap v6240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:56.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:56.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:57.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:57.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:57 smithi098 ceph-mon[112578]: pgmap v6241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:08:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:57 smithi016 ceph-mon[96085]: pgmap v6241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:08:58.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:58.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:59.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:08:59.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:08:59 smithi098 ceph-mon[112578]: pgmap v6242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:08:59 smithi016 ceph-mon[96085]: pgmap v6242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:00.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:00.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:01.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:01.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:01 smithi098 ceph-mon[112578]: pgmap v6243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:01 smithi016 ceph-mon[96085]: pgmap v6243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:02.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:02.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:03.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:03.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:03 smithi098 ceph-mon[112578]: pgmap v6244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:03 smithi016 ceph-mon[96085]: pgmap v6244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:04.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:04.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:05.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:05.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:05 smithi098 ceph-mon[112578]: pgmap v6245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:05 smithi016 ceph-mon[96085]: pgmap v6245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:06.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:06.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:07.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:07.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:07 smithi098 ceph-mon[112578]: pgmap v6246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:07 smithi016 ceph-mon[96085]: pgmap v6246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:08.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:08.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:09.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:09.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:09 smithi098 ceph-mon[112578]: pgmap v6247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:09 smithi016 ceph-mon[96085]: pgmap v6247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:10.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:10.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:11.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:11.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:11 smithi098 ceph-mon[112578]: pgmap v6248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:09:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:11 smithi016 ceph-mon[96085]: pgmap v6248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:09:12.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:12.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:09:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:09:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:09:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:09:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:09:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:09:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:09:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:09:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:09:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:09:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:09:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:09:13.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:13.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:14.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:14.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:14 smithi098 ceph-mon[112578]: pgmap v6249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:14 smithi016 ceph-mon[96085]: pgmap v6249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:15.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:15.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:16.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:16.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:16 smithi098 ceph-mon[112578]: pgmap v6250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:16.792 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:16 smithi016 ceph-mon[96085]: pgmap v6250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:17.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:17.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:18.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:18.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:18 smithi098 ceph-mon[112578]: pgmap v6251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:18 smithi016 ceph-mon[96085]: pgmap v6251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:19.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:19.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:20.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:20.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:20.685 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:20 smithi016 ceph-mon[96085]: pgmap v6252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:20 smithi098 ceph-mon[112578]: pgmap v6252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:21.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:21.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:22.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:22.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:22 smithi098 ceph-mon[112578]: pgmap v6253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:22 smithi016 ceph-mon[96085]: pgmap v6253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:23.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:23.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:24.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:24.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:24 smithi098 ceph-mon[112578]: pgmap v6254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:24 smithi016 ceph-mon[96085]: pgmap v6254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:25.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:25.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:26.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:26.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:26 smithi098 ceph-mon[112578]: pgmap v6255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:26 smithi016 ceph-mon[96085]: pgmap v6255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:27.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:27.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:28.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:28.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:28 smithi098 ceph-mon[112578]: pgmap v6256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:09:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:28 smithi016 ceph-mon[96085]: pgmap v6256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:09:29.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:29.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:30.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:30.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:30 smithi098 ceph-mon[112578]: pgmap v6257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:30 smithi016 ceph-mon[96085]: pgmap v6257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:31.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:31.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:32.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:32.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:32 smithi098 ceph-mon[112578]: pgmap v6258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:32 smithi016 ceph-mon[96085]: pgmap v6258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:33.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:33.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:34.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:34.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:34 smithi098 ceph-mon[112578]: pgmap v6259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:34 smithi016 ceph-mon[96085]: pgmap v6259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:35.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:35.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:36.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:36.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:36 smithi098 ceph-mon[112578]: pgmap v6260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:36 smithi016 ceph-mon[96085]: pgmap v6260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:37.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:37.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:38.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:38.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:38 smithi098 ceph-mon[112578]: pgmap v6261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:38 smithi016 ceph-mon[96085]: pgmap v6261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:39.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:39.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:40.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:40.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:40 smithi098 ceph-mon[112578]: pgmap v6262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:40 smithi016 ceph-mon[96085]: pgmap v6262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:41.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:41.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:42.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:42.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:42 smithi098 ceph-mon[112578]: pgmap v6263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:42 smithi016 ceph-mon[96085]: pgmap v6263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:43.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:43.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:09:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:09:44.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:44.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:44 smithi098 ceph-mon[112578]: pgmap v6264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:44 smithi016 ceph-mon[96085]: pgmap v6264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:45.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:45.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:46.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:46.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:46 smithi098 ceph-mon[112578]: pgmap v6265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:46 smithi016 ceph-mon[96085]: pgmap v6265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:47.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:47.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:48.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:48.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:48 smithi098 ceph-mon[112578]: pgmap v6266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:48 smithi016 ceph-mon[96085]: pgmap v6266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:49.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:49.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:50.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:50.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:50 smithi098 ceph-mon[112578]: pgmap v6267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:50 smithi016 ceph-mon[96085]: pgmap v6267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:51.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:51.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:52.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:52.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:52 smithi098 ceph-mon[112578]: pgmap v6268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:52 smithi016 ceph-mon[96085]: pgmap v6268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:53.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:53.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:54.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:54.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:54 smithi098 ceph-mon[112578]: pgmap v6269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:54 smithi016 ceph-mon[96085]: pgmap v6269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:55.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:55.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:56.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:56.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:56 smithi098 ceph-mon[112578]: pgmap v6270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:56 smithi016 ceph-mon[96085]: pgmap v6270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:57.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:57.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:58.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:58.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:58 smithi098 ceph-mon[112578]: pgmap v6271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:58.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:09:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:09:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:58 smithi016 ceph-mon[96085]: pgmap v6271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:09:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:09:59.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:09:59.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:00.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:00.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:00 smithi098 ceph-mon[112578]: pgmap v6272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T00:10:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:00 smithi016 ceph-mon[96085]: pgmap v6272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T00:10:01.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:01.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:02.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:02.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:02 smithi098 ceph-mon[112578]: pgmap v6273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:02 smithi016 ceph-mon[96085]: pgmap v6273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:03.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:03.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:04.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:04.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:04 smithi098 ceph-mon[112578]: pgmap v6274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:04 smithi016 ceph-mon[96085]: pgmap v6274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:05.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:05.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:06.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:06.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:06 smithi016 ceph-mon[96085]: pgmap v6275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:06 smithi098 ceph-mon[112578]: pgmap v6275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:07.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:07.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:07 smithi098 ceph-mon[112578]: pgmap v6276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:07 smithi016 ceph-mon[96085]: pgmap v6276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:08.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:08.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:09.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:09.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:09 smithi098 ceph-mon[112578]: pgmap v6277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:09 smithi016 ceph-mon[96085]: pgmap v6277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:10.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:10.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:11.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:11.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:11 smithi098 ceph-mon[112578]: pgmap v6278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:12.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:11 smithi016 ceph-mon[96085]: pgmap v6278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:12.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:12.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:10:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:10:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:10:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:10:13.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:13.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:13 smithi098 ceph-mon[112578]: pgmap v6279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:10:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:10:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:10:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:10:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:10:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:13 smithi016 ceph-mon[96085]: pgmap v6279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:10:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:10:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:10:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:10:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:10:14.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:14.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:15.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:15.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:15 smithi098 ceph-mon[112578]: pgmap v6280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:15 smithi016 ceph-mon[96085]: pgmap v6280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:16.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:16.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:17.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:17.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:17 smithi098 ceph-mon[112578]: pgmap v6281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:17 smithi016 ceph-mon[96085]: pgmap v6281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:18.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:18.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:19.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:19.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:19 smithi098 ceph-mon[112578]: pgmap v6282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:19 smithi016 ceph-mon[96085]: pgmap v6282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:20.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:20.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:21.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:21.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:21 smithi098 ceph-mon[112578]: pgmap v6283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:21 smithi016 ceph-mon[96085]: pgmap v6283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:22.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:22.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:23.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:23.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:23 smithi098 ceph-mon[112578]: pgmap v6284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:23 smithi016 ceph-mon[96085]: pgmap v6284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:24.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:24.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:25.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:25.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:25 smithi098 ceph-mon[112578]: pgmap v6285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:25 smithi016 ceph-mon[96085]: pgmap v6285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:26.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:26.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:27.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:27.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:27 smithi098 ceph-mon[112578]: pgmap v6286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:10:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:27 smithi016 ceph-mon[96085]: pgmap v6286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:10:28.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:28.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:29.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:29.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:29 smithi098 ceph-mon[112578]: pgmap v6287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:29 smithi016 ceph-mon[96085]: pgmap v6287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:30.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:30.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:31.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:31.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:31 smithi098 ceph-mon[112578]: pgmap v6288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:31 smithi016 ceph-mon[96085]: pgmap v6288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:32.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:32.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:33.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:33.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:33 smithi098 ceph-mon[112578]: pgmap v6289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:33 smithi016 ceph-mon[96085]: pgmap v6289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:34.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:34.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:35.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:35.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:35 smithi098 ceph-mon[112578]: pgmap v6290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:35 smithi016 ceph-mon[96085]: pgmap v6290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:36.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:36.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:37.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:37.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:37 smithi098 ceph-mon[112578]: pgmap v6291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:38.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:37 smithi016 ceph-mon[96085]: pgmap v6291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:38.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:38.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:39.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:39.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:39 smithi098 ceph-mon[112578]: pgmap v6292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:39 smithi016 ceph-mon[96085]: pgmap v6292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:40.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:40.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:41.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:41.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:41 smithi098 ceph-mon[112578]: pgmap v6293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:41 smithi016 ceph-mon[96085]: pgmap v6293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:42.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:42.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:10:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:10:43.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:43.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:43 smithi098 ceph-mon[112578]: pgmap v6294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:43 smithi016 ceph-mon[96085]: pgmap v6294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:44.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:44.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:45.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:45.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:45 smithi098 ceph-mon[112578]: pgmap v6295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:45 smithi016 ceph-mon[96085]: pgmap v6295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:46.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:46.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:47.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:47.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:47 smithi098 ceph-mon[112578]: pgmap v6296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:48.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:47 smithi016 ceph-mon[96085]: pgmap v6296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:48.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:48.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:49.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:49.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:49 smithi098 ceph-mon[112578]: pgmap v6297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:49 smithi016 ceph-mon[96085]: pgmap v6297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:50.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:50.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:51.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:51.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:51 smithi016 ceph-mon[96085]: pgmap v6298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:51 smithi098 ceph-mon[112578]: pgmap v6298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:52.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:52.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:53.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:53.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:53 smithi098 ceph-mon[112578]: pgmap v6299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:53 smithi016 ceph-mon[96085]: pgmap v6299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:54.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:54.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:55.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:55.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:55 smithi098 ceph-mon[112578]: pgmap v6300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:55 smithi016 ceph-mon[96085]: pgmap v6300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:56.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:56.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:57.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:57.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:57 smithi098 ceph-mon[112578]: pgmap v6301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:10:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:57 smithi016 ceph-mon[96085]: pgmap v6301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:10:58.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:58.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:59.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:10:59.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:10:59 smithi098 ceph-mon[112578]: pgmap v6302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:10:59 smithi016 ceph-mon[96085]: pgmap v6302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:00.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:00.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:01.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:01.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:01 smithi098 ceph-mon[112578]: pgmap v6303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:01 smithi016 ceph-mon[96085]: pgmap v6303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:02.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:02.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:03.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:03.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:03 smithi098 ceph-mon[112578]: pgmap v6304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:03 smithi016 ceph-mon[96085]: pgmap v6304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:04.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:04.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:05.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:05.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:05 smithi098 ceph-mon[112578]: pgmap v6305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:05 smithi016 ceph-mon[96085]: pgmap v6305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:06.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:06.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:07.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:07.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:08.252 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:07 smithi098 ceph-mon[112578]: pgmap v6306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:07 smithi016 ceph-mon[96085]: pgmap v6306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:08.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:08.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:09.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:09.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:09 smithi098 ceph-mon[112578]: pgmap v6307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:09 smithi016 ceph-mon[96085]: pgmap v6307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:10.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:10.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:11.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:11.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:11 smithi098 ceph-mon[112578]: pgmap v6308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:11 smithi016 ceph-mon[96085]: pgmap v6308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:12.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:12.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:11:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:11:13.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:13.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:13 smithi098 ceph-mon[112578]: pgmap v6309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:11:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:11:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:11:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:11:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:11:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:11:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:13 smithi016 ceph-mon[96085]: pgmap v6309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:11:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:11:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:11:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:11:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:11:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:11:14.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:14.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:15.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:15.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:15 smithi098 ceph-mon[112578]: pgmap v6310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:15 smithi016 ceph-mon[96085]: pgmap v6310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:16.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:16.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:17.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:17.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:17 smithi098 ceph-mon[112578]: pgmap v6311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:17 smithi016 ceph-mon[96085]: pgmap v6311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:18.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:18.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:19.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:19.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:20 smithi098 ceph-mon[112578]: pgmap v6312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:19 smithi016 ceph-mon[96085]: pgmap v6312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:20.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:20.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:21.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:21.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:22 smithi098 ceph-mon[112578]: pgmap v6313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:22 smithi016 ceph-mon[96085]: pgmap v6313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:22.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:22.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:23.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:23.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:24 smithi098 ceph-mon[112578]: pgmap v6314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:24 smithi016 ceph-mon[96085]: pgmap v6314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:24.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:24.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:25.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:25.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:26.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:26 smithi098 ceph-mon[112578]: pgmap v6315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:26 smithi016 ceph-mon[96085]: pgmap v6315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:26.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:26.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:27.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:27.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:28 smithi016 ceph-mon[96085]: pgmap v6316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:11:28.464 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:28 smithi098 ceph-mon[112578]: pgmap v6316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:28.465 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:11:28.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:28.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:29.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:29.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:30 smithi016 ceph-mon[96085]: pgmap v6317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:30 smithi098 ceph-mon[112578]: pgmap v6317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:30.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:30.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:31.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:31.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:32 smithi016 ceph-mon[96085]: pgmap v6318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:32 smithi098 ceph-mon[112578]: pgmap v6318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:32.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:32.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:33.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:33.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:34 smithi016 ceph-mon[96085]: pgmap v6319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:34 smithi098 ceph-mon[112578]: pgmap v6319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:34.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:34.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:35.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:35.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:36 smithi016 ceph-mon[96085]: pgmap v6320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:36 smithi098 ceph-mon[112578]: pgmap v6320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:36.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:36.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:37.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:37.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:38.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:38 smithi016 ceph-mon[96085]: pgmap v6321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:38 smithi098 ceph-mon[112578]: pgmap v6321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:38.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:38.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:39.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:39.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:40 smithi098 ceph-mon[112578]: pgmap v6322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:40 smithi016 ceph-mon[96085]: pgmap v6322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:40.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:40.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:41.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:41.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:42.304 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:42 smithi016 ceph-mon[96085]: pgmap v6323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:42 smithi098 ceph-mon[112578]: pgmap v6323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:42.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:42.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:11:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:11:43.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:43.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:44 smithi098 ceph-mon[112578]: pgmap v6324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:44 smithi016 ceph-mon[96085]: pgmap v6324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:44.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:44.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:45.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:45.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:46 smithi098 ceph-mon[112578]: pgmap v6325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:46 smithi016 ceph-mon[96085]: pgmap v6325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:46.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:46.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:47.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:47.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:48 smithi098 ceph-mon[112578]: pgmap v6326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:48 smithi016 ceph-mon[96085]: pgmap v6326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:48.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:48.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:49.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:49.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:50 smithi098 ceph-mon[112578]: pgmap v6327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:50 smithi016 ceph-mon[96085]: pgmap v6327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:50.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:50.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:51.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:51.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:52.419 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:52 smithi016 ceph-mon[96085]: pgmap v6328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:52 smithi098 ceph-mon[112578]: pgmap v6328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:52.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:52.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:53.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:53.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:54 smithi098 ceph-mon[112578]: pgmap v6329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:54 smithi016 ceph-mon[96085]: pgmap v6329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:54.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:54.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:55.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:55.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:56 smithi098 ceph-mon[112578]: pgmap v6330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:56 smithi016 ceph-mon[96085]: pgmap v6330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:56.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:56.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:57.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:57.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:58 smithi098 ceph-mon[112578]: pgmap v6331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:11:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:11:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:58 smithi016 ceph-mon[96085]: pgmap v6331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:11:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:11:58.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:58.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:59.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:11:59.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:00 smithi098 ceph-mon[112578]: pgmap v6332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:00 smithi016 ceph-mon[96085]: pgmap v6332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:00.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:00.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:01.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:01.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:02 smithi098 ceph-mon[112578]: pgmap v6333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:02 smithi016 ceph-mon[96085]: pgmap v6333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:02.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:02.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:03.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:03.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:04 smithi098 ceph-mon[112578]: pgmap v6334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:04 smithi016 ceph-mon[96085]: pgmap v6334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:04.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:04.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:05.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:05.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:06 smithi098 ceph-mon[112578]: pgmap v6335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:06 smithi016 ceph-mon[96085]: pgmap v6335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:06.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:06.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:07.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:07.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:08 smithi098 ceph-mon[112578]: pgmap v6336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:08 smithi016 ceph-mon[96085]: pgmap v6336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:08.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:08.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:09.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:09.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:10 smithi098 ceph-mon[112578]: pgmap v6337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:10 smithi016 ceph-mon[96085]: pgmap v6337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:10.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:10.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:11.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:11.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:12 smithi098 ceph-mon[112578]: pgmap v6338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:12 smithi016 ceph-mon[96085]: pgmap v6338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:12.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:12.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:12:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:12:13.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:13.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:14 smithi098 ceph-mon[112578]: pgmap v6339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:12:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:14 smithi016 ceph-mon[96085]: pgmap v6339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:12:14.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:14.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:12:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:12:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:12:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:12:15.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:12:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:12:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:12:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:12:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:12:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:12:15.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:15.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:16.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:16.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:16 smithi098 ceph-mon[112578]: pgmap v6340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:16 smithi016 ceph-mon[96085]: pgmap v6340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:17.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:17.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:18.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:18.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:18 smithi098 ceph-mon[112578]: pgmap v6341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:18 smithi016 ceph-mon[96085]: pgmap v6341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:19.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:19.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:20.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:20.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:20 smithi098 ceph-mon[112578]: pgmap v6342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:20 smithi016 ceph-mon[96085]: pgmap v6342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:21.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:21.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:22.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:22.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:22 smithi098 ceph-mon[112578]: pgmap v6343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:22.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:22 smithi016 ceph-mon[96085]: pgmap v6343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:23.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:23.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:24.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:24.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:24 smithi098 ceph-mon[112578]: pgmap v6344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:24 smithi016 ceph-mon[96085]: pgmap v6344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:25.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:25.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:26.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:26.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:26 smithi098 ceph-mon[112578]: pgmap v6345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:26 smithi016 ceph-mon[96085]: pgmap v6345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:27.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:27.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:28.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:28.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:28 smithi098 ceph-mon[112578]: pgmap v6346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:12:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:28 smithi016 ceph-mon[96085]: pgmap v6346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:12:29.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:29.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:30.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:30.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:30 smithi098 ceph-mon[112578]: pgmap v6347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:30 smithi016 ceph-mon[96085]: pgmap v6347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:31.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:31.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:32.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:32.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:32 smithi098 ceph-mon[112578]: pgmap v6348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:32 smithi016 ceph-mon[96085]: pgmap v6348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:33.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:33.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:34.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:34.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:34 smithi098 ceph-mon[112578]: pgmap v6349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:34 smithi016 ceph-mon[96085]: pgmap v6349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:35.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:35.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:36.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:36.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:36 smithi098 ceph-mon[112578]: pgmap v6350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:36 smithi016 ceph-mon[96085]: pgmap v6350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:37.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:37.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:38.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:38.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:38 smithi098 ceph-mon[112578]: pgmap v6351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:38 smithi016 ceph-mon[96085]: pgmap v6351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:39.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:39.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:40.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:40.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:40 smithi098 ceph-mon[112578]: pgmap v6352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:40 smithi016 ceph-mon[96085]: pgmap v6352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:41.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:41.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:42.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:42.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:42 smithi098 ceph-mon[112578]: pgmap v6353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:42 smithi016 ceph-mon[96085]: pgmap v6353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:43.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:43.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:12:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:12:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:44 smithi098 ceph-mon[112578]: pgmap v6354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:44.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:44.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:44 smithi016 ceph-mon[96085]: pgmap v6354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:45.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:45.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:46.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:46.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:46 smithi098 ceph-mon[112578]: pgmap v6355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:46 smithi016 ceph-mon[96085]: pgmap v6355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:47.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:47.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:48.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:48.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:48 smithi098 ceph-mon[112578]: pgmap v6356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:48 smithi016 ceph-mon[96085]: pgmap v6356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:49.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:49.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:50.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:50.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:50 smithi098 ceph-mon[112578]: pgmap v6357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:50 smithi016 ceph-mon[96085]: pgmap v6357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:51.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:51.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:52.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:52.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:52 smithi098 ceph-mon[112578]: pgmap v6358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:52 smithi016 ceph-mon[96085]: pgmap v6358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:53.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:53.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:54 smithi098 ceph-mon[112578]: pgmap v6359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:54.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:54.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:54 smithi016 ceph-mon[96085]: pgmap v6359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:55.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:55.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:56 smithi098 ceph-mon[112578]: pgmap v6360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:56.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:56.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:56 smithi016 ceph-mon[96085]: pgmap v6360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:57.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:57.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:58 smithi098 ceph-mon[112578]: pgmap v6361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:12:58.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:58.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:58 smithi016 ceph-mon[96085]: pgmap v6361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:12:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:12:59 smithi098 ceph-mon[112578]: pgmap v6362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:59.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:12:59.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:12:59 smithi016 ceph-mon[96085]: pgmap v6362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:00.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:00.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:01.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:01.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:01 smithi098 ceph-mon[112578]: pgmap v6363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:01 smithi016 ceph-mon[96085]: pgmap v6363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:02.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:02.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:03.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:03.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:03 smithi016 ceph-mon[96085]: pgmap v6364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:03 smithi098 ceph-mon[112578]: pgmap v6364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:04.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:04.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:05.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:05.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:05 smithi098 ceph-mon[112578]: pgmap v6365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:05 smithi016 ceph-mon[96085]: pgmap v6365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:06.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:06.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:07.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:07.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:07 smithi098 ceph-mon[112578]: pgmap v6366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:08.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:07 smithi016 ceph-mon[96085]: pgmap v6366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:08.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:08.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:09.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:09.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:09 smithi098 ceph-mon[112578]: pgmap v6367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:10.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:09 smithi016 ceph-mon[96085]: pgmap v6367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:10.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:10.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:11.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:11.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:11 smithi098 ceph-mon[112578]: pgmap v6368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:11 smithi016 ceph-mon[96085]: pgmap v6368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:12.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:12.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:13:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:13:13.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:13.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:13 smithi098 ceph-mon[112578]: pgmap v6369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:13 smithi016 ceph-mon[96085]: pgmap v6369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:14.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:14.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:13:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:13:15.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:15.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:15 smithi098 ceph-mon[112578]: pgmap v6370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:15 smithi016 ceph-mon[96085]: pgmap v6370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:16.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:16.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:17.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:17.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:17 smithi098 ceph-mon[112578]: pgmap v6371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:13:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:13:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:13:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:13:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:13:18.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:13:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:17 smithi016 ceph-mon[96085]: pgmap v6371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:13:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:13:18.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:13:18.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:13:18.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:13:18.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:13:18.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:18.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:13:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:13:19.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:19.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:19 smithi098 ceph-mon[112578]: pgmap v6372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:19 smithi016 ceph-mon[96085]: pgmap v6372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:20.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:20.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:21.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:21.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:21 smithi098 ceph-mon[112578]: pgmap v6373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:21 smithi016 ceph-mon[96085]: pgmap v6373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:22.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:22.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:23.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:23.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:23 smithi098 ceph-mon[112578]: pgmap v6374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:23 smithi016 ceph-mon[96085]: pgmap v6374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:24.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:24.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:25.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:25.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:25 smithi098 ceph-mon[112578]: pgmap v6375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:25 smithi016 ceph-mon[96085]: pgmap v6375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:26.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:26.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:27.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:27.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:27 smithi098 ceph-mon[112578]: pgmap v6376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:13:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:27 smithi016 ceph-mon[96085]: pgmap v6376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:13:28.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:28.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:29.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:29.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:29 smithi098 ceph-mon[112578]: pgmap v6377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:29 smithi016 ceph-mon[96085]: pgmap v6377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:30.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:30.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:31.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:31.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:31 smithi098 ceph-mon[112578]: pgmap v6378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:31 smithi016 ceph-mon[96085]: pgmap v6378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:32.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:32.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:33.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:33.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:33 smithi098 ceph-mon[112578]: pgmap v6379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:33 smithi016 ceph-mon[96085]: pgmap v6379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:34.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:34.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:35.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:35.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:35 smithi098 ceph-mon[112578]: pgmap v6380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:35 smithi016 ceph-mon[96085]: pgmap v6380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:36.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:36.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:37.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:37.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:37 smithi098 ceph-mon[112578]: pgmap v6381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:38.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:37 smithi016 ceph-mon[96085]: pgmap v6381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:38.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:38.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:39.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:39.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:39 smithi098 ceph-mon[112578]: pgmap v6382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:39 smithi016 ceph-mon[96085]: pgmap v6382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:40.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:40.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:41.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:41.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:41 smithi098 ceph-mon[112578]: pgmap v6383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:41 smithi016 ceph-mon[96085]: pgmap v6383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:42.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:42.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:13:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:13:43.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:43.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:44 smithi098 ceph-mon[112578]: pgmap v6384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:44 smithi016 ceph-mon[96085]: pgmap v6384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:44.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:44.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:45.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:45.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:46 smithi098 ceph-mon[112578]: pgmap v6385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:46 smithi016 ceph-mon[96085]: pgmap v6385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:46.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:46.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:47.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:47.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:48 smithi098 ceph-mon[112578]: pgmap v6386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:48.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:48 smithi016 ceph-mon[96085]: pgmap v6386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:48.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:48.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:49.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:49.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:50 smithi098 ceph-mon[112578]: pgmap v6387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:50 smithi016 ceph-mon[96085]: pgmap v6387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:50.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:50.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:51.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:51.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:52 smithi016 ceph-mon[96085]: pgmap v6388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:52 smithi098 ceph-mon[112578]: pgmap v6388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:52.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:52.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:53.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:53.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:54 smithi016 ceph-mon[96085]: pgmap v6389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:54 smithi098 ceph-mon[112578]: pgmap v6389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:54.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:54.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:55.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:55.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:56 smithi016 ceph-mon[96085]: pgmap v6390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:56 smithi098 ceph-mon[112578]: pgmap v6390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:56.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:56.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:57.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:57.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:58 smithi016 ceph-mon[96085]: pgmap v6391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:13:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:13:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:58 smithi098 ceph-mon[112578]: pgmap v6391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:13:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:13:58.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:58.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:59.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:13:59.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:00 smithi016 ceph-mon[96085]: pgmap v6392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:00 smithi098 ceph-mon[112578]: pgmap v6392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:00.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:00.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:01.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:01.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:02 smithi098 ceph-mon[112578]: pgmap v6393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:02 smithi016 ceph-mon[96085]: pgmap v6393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:02.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:02.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:03.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:03.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:04 smithi016 ceph-mon[96085]: pgmap v6394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:04 smithi098 ceph-mon[112578]: pgmap v6394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:04.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:04.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:05.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:05.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:06 smithi098 ceph-mon[112578]: pgmap v6395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:06 smithi016 ceph-mon[96085]: pgmap v6395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:06.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:06.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:07.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:07.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:08 smithi098 ceph-mon[112578]: pgmap v6396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:08 smithi016 ceph-mon[96085]: pgmap v6396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:08.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:08.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:09.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:09.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:10 smithi098 ceph-mon[112578]: pgmap v6397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:10 smithi016 ceph-mon[96085]: pgmap v6397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:10.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:10.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:11.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:11.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:12 smithi098 ceph-mon[112578]: pgmap v6398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:12 smithi016 ceph-mon[96085]: pgmap v6398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:12.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:12.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:14:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:14:13.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:13.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:14 smithi098 ceph-mon[112578]: pgmap v6399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:14 smithi016 ceph-mon[96085]: pgmap v6399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:14.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:14.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:15.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:15.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:16 smithi098 ceph-mon[112578]: pgmap v6400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:16 smithi016 ceph-mon[96085]: pgmap v6400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:16.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:16.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:17.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:17.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:18 smithi098 ceph-mon[112578]: pgmap v6401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:18 smithi016 ceph-mon[96085]: pgmap v6401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:18.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:18.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:14:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:14:19.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:19.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:20 smithi098 ceph-mon[112578]: pgmap v6402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:20 smithi016 ceph-mon[96085]: pgmap v6402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:20.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:20.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:21.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:21.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:22 smithi098 ceph-mon[112578]: pgmap v6403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:22 smithi016 ceph-mon[96085]: pgmap v6403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:22.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:22.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:23.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:23.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:23 smithi098 ceph-mon[112578]: pgmap v6404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:14:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:14:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:14:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:14:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:14:24.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:14:24.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:14:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:23 smithi016 ceph-mon[96085]: pgmap v6404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:14:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:14:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:14:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:14:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:14:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:14:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:14:24.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:24.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:25.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:25.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:25 smithi098 ceph-mon[112578]: pgmap v6405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:25 smithi016 ceph-mon[96085]: pgmap v6405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:26.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:26.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:27.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:27.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:27 smithi098 ceph-mon[112578]: pgmap v6406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:27 smithi016 ceph-mon[96085]: pgmap v6406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:28.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:28.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:14:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:14:29.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:29.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:29 smithi098 ceph-mon[112578]: pgmap v6407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:29 smithi016 ceph-mon[96085]: pgmap v6407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:30.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:30.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:31.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:31.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:31 smithi098 ceph-mon[112578]: pgmap v6408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:31 smithi016 ceph-mon[96085]: pgmap v6408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:32.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:32.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:33.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:33.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:33 smithi098 ceph-mon[112578]: pgmap v6409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:34.272 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:33 smithi016 ceph-mon[96085]: pgmap v6409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:34.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:34.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:35.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:35.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:35 smithi098 ceph-mon[112578]: pgmap v6410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:35 smithi016 ceph-mon[96085]: pgmap v6410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:36.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:36.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:37.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:37.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:37 smithi098 ceph-mon[112578]: pgmap v6411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:38.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:37 smithi016 ceph-mon[96085]: pgmap v6411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:38.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:38.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:39.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:39.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:39 smithi098 ceph-mon[112578]: pgmap v6412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:39 smithi016 ceph-mon[96085]: pgmap v6412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:40.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:40.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:41.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:41.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:41 smithi098 ceph-mon[112578]: pgmap v6413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:41 smithi016 ceph-mon[96085]: pgmap v6413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:42.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:42.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:14:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:14:43.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:43.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:43 smithi098 ceph-mon[112578]: pgmap v6414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:43 smithi016 ceph-mon[96085]: pgmap v6414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:44.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:44.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:45.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:45.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:45 smithi098 ceph-mon[112578]: pgmap v6415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:45 smithi016 ceph-mon[96085]: pgmap v6415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:46.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:46.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:47.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:47.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:47 smithi098 ceph-mon[112578]: pgmap v6416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:48.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:47 smithi016 ceph-mon[96085]: pgmap v6416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:48.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:48.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:49.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:49.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:49 smithi098 ceph-mon[112578]: pgmap v6417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:49 smithi016 ceph-mon[96085]: pgmap v6417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:50.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:50.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:51.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:51.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:51 smithi098 ceph-mon[112578]: pgmap v6418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:51 smithi016 ceph-mon[96085]: pgmap v6418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:52.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:52.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:53.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:53.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:53 smithi098 ceph-mon[112578]: pgmap v6419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:53 smithi016 ceph-mon[96085]: pgmap v6419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:54.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:54.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:55.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:55.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:55 smithi098 ceph-mon[112578]: pgmap v6420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:55 smithi016 ceph-mon[96085]: pgmap v6420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:56.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:56.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:57.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:57.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:57 smithi098 ceph-mon[112578]: pgmap v6421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:14:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:57 smithi016 ceph-mon[96085]: pgmap v6421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:14:58.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:58.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:59.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:14:59.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:14:59 smithi098 ceph-mon[112578]: pgmap v6422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:14:59 smithi016 ceph-mon[96085]: pgmap v6422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:00.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:00.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:01.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:01.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:01 smithi098 ceph-mon[112578]: pgmap v6423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:01 smithi016 ceph-mon[96085]: pgmap v6423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:02.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:02.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:03.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:03.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:04 smithi098 ceph-mon[112578]: pgmap v6424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:04 smithi016 ceph-mon[96085]: pgmap v6424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:04.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:04.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:05.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:05.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:06 smithi098 ceph-mon[112578]: pgmap v6425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:06 smithi016 ceph-mon[96085]: pgmap v6425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:06.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:06.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:07.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:07.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:08 smithi098 ceph-mon[112578]: pgmap v6426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:08 smithi016 ceph-mon[96085]: pgmap v6426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:08.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:08.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:09.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:09.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:10 smithi098 ceph-mon[112578]: pgmap v6427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:10 smithi016 ceph-mon[96085]: pgmap v6427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:10.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:10.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:11.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:11.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:12 smithi016 ceph-mon[96085]: pgmap v6428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:12 smithi098 ceph-mon[112578]: pgmap v6428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:12.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:12.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:15:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:15:13.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:13.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:14 smithi016 ceph-mon[96085]: pgmap v6429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:14 smithi098 ceph-mon[112578]: pgmap v6429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:14.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:14.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:15.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:15.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:16 smithi098 ceph-mon[112578]: pgmap v6430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:16 smithi016 ceph-mon[96085]: pgmap v6430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:17.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:17.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:18.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:18.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:18 smithi016 ceph-mon[96085]: pgmap v6431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:18 smithi098 ceph-mon[112578]: pgmap v6431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:19.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:19.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:20.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:20.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:20 smithi016 ceph-mon[96085]: pgmap v6432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:20 smithi098 ceph-mon[112578]: pgmap v6432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:21.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:21.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:22.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:22.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:22 smithi098 ceph-mon[112578]: pgmap v6433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:22 smithi016 ceph-mon[96085]: pgmap v6433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:23.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:23.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:24.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:24.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:24 smithi098 ceph-mon[112578]: pgmap v6434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:15:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:15:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:15:24.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:15:24.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:15:24.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:15:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:24 smithi016 ceph-mon[96085]: pgmap v6434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:15:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:15:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:15:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:15:24.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:15:24.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:15:25.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:25.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:26.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:26.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:26 smithi098 ceph-mon[112578]: pgmap v6435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:26 smithi016 ceph-mon[96085]: pgmap v6435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:27.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:27.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:28.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:28.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:28 smithi098 ceph-mon[112578]: pgmap v6436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:15:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:28 smithi016 ceph-mon[96085]: pgmap v6436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:15:29.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:29.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:30.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:30.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:30 smithi016 ceph-mon[96085]: pgmap v6437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:30 smithi098 ceph-mon[112578]: pgmap v6437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:31.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:31.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:32.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:32.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:32 smithi098 ceph-mon[112578]: pgmap v6438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:32 smithi016 ceph-mon[96085]: pgmap v6438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:33.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:33.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:34.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:34.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:34 smithi098 ceph-mon[112578]: pgmap v6439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:34 smithi016 ceph-mon[96085]: pgmap v6439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:35.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:35.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:36.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:36.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:36 smithi098 ceph-mon[112578]: pgmap v6440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:36 smithi016 ceph-mon[96085]: pgmap v6440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:37.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:37.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:38.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:38.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:38 smithi098 ceph-mon[112578]: pgmap v6441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:38 smithi016 ceph-mon[96085]: pgmap v6441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:39.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:39.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:40.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:40.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:40 smithi016 ceph-mon[96085]: pgmap v6442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:40 smithi098 ceph-mon[112578]: pgmap v6442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:41.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:41.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:42.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:42.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:42 smithi098 ceph-mon[112578]: pgmap v6443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:42 smithi016 ceph-mon[96085]: pgmap v6443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:43.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:43.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:15:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:15:44.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:44.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:44 smithi098 ceph-mon[112578]: pgmap v6444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:44 smithi016 ceph-mon[96085]: pgmap v6444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:45.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:45.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:46.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:46.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:46 smithi098 ceph-mon[112578]: pgmap v6445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:46 smithi016 ceph-mon[96085]: pgmap v6445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:47.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:47.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:48.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:48.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:48 smithi098 ceph-mon[112578]: pgmap v6446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:48 smithi016 ceph-mon[96085]: pgmap v6446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:49.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:49.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:50.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:50.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:50 smithi098 ceph-mon[112578]: pgmap v6447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:50 smithi016 ceph-mon[96085]: pgmap v6447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:51.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:51.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:52.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:52.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:52 smithi098 ceph-mon[112578]: pgmap v6448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:52 smithi016 ceph-mon[96085]: pgmap v6448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:53.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:53.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:54.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:54.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:54 smithi098 ceph-mon[112578]: pgmap v6449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:54 smithi016 ceph-mon[96085]: pgmap v6449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:55.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:55.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:56.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:56.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:56 smithi098 ceph-mon[112578]: pgmap v6450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:56 smithi016 ceph-mon[96085]: pgmap v6450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:57.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:57.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:58.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:58.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:58 smithi098 ceph-mon[112578]: pgmap v6451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:15:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:15:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:58 smithi016 ceph-mon[96085]: pgmap v6451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:15:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:15:59.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:15:59.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:00.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:00.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:00 smithi098 ceph-mon[112578]: pgmap v6452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:00 smithi016 ceph-mon[96085]: pgmap v6452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:01.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:01.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:02.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:02.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:02 smithi098 ceph-mon[112578]: pgmap v6453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:02 smithi016 ceph-mon[96085]: pgmap v6453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:03.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:03.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:04.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:04.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:04 smithi098 ceph-mon[112578]: pgmap v6454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:04 smithi016 ceph-mon[96085]: pgmap v6454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:05.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:05.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:06.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:06.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:06.367 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:06 smithi098 ceph-mon[112578]: pgmap v6455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:06 smithi016 ceph-mon[96085]: pgmap v6455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:07.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:07.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:08.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:08.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:08 smithi098 ceph-mon[112578]: pgmap v6456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:08 smithi016 ceph-mon[96085]: pgmap v6456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:09.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:09.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:10.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:10.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:10.368 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:10 smithi016 ceph-mon[96085]: pgmap v6457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:10 smithi098 ceph-mon[112578]: pgmap v6457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:11.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:11.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:12.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:12.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:12 smithi098 ceph-mon[112578]: pgmap v6458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:12 smithi016 ceph-mon[96085]: pgmap v6458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:13.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:13.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:16:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:16:14.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:14.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:14 smithi098 ceph-mon[112578]: pgmap v6459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:14 smithi016 ceph-mon[96085]: pgmap v6459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:15.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:15.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:16.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:16.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:16.472 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:16 smithi098 ceph-mon[112578]: pgmap v6460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:16 smithi016 ceph-mon[96085]: pgmap v6460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:17.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:17.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:18.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:18.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:18 smithi098 ceph-mon[112578]: pgmap v6461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:18 smithi016 ceph-mon[96085]: pgmap v6461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:19.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:19.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:20.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:20.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:20.482 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:20 smithi016 ceph-mon[96085]: pgmap v6462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:20 smithi098 ceph-mon[112578]: pgmap v6462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:21.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:21.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:22.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:22.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:22 smithi098 ceph-mon[112578]: pgmap v6463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:22 smithi016 ceph-mon[96085]: pgmap v6463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:23.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:23.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:24.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:24.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:24 smithi098 ceph-mon[112578]: pgmap v6464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:16:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:24 smithi016 ceph-mon[96085]: pgmap v6464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:16:25.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:25.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:16:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:16:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:16:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:16:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:16:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:16:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:16:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:16:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:16:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:16:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:16:25.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:16:25.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:16:25.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:16:26.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:26.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:26.579 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:26 smithi098 ceph-mon[112578]: pgmap v6465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:26 smithi016 ceph-mon[96085]: pgmap v6465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:27.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:27.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:28.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:28.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:28 smithi098 ceph-mon[112578]: pgmap v6466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:16:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:28 smithi016 ceph-mon[96085]: pgmap v6466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:16:29.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:29.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:30.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:30.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:30.597 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:30 smithi016 ceph-mon[96085]: pgmap v6467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:30 smithi098 ceph-mon[112578]: pgmap v6467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:31.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:31.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:32.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:32.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:32 smithi098 ceph-mon[112578]: pgmap v6468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:32 smithi016 ceph-mon[96085]: pgmap v6468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:33.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:33.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:34.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:34.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:34 smithi098 ceph-mon[112578]: pgmap v6469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:34 smithi016 ceph-mon[96085]: pgmap v6469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:35.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:35.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:36.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:36.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:36.684 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:36 smithi098 ceph-mon[112578]: pgmap v6470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:36 smithi016 ceph-mon[96085]: pgmap v6470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:37.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:37.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:38.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:38.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:38 smithi098 ceph-mon[112578]: pgmap v6471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:38 smithi016 ceph-mon[96085]: pgmap v6471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:39.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:39.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:40.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:40.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:40.713 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:40 smithi016 ceph-mon[96085]: pgmap v6472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:40 smithi098 ceph-mon[112578]: pgmap v6472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:41.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:41.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:42.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:42.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:42 smithi098 ceph-mon[112578]: pgmap v6473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:42.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:42 smithi016 ceph-mon[96085]: pgmap v6473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:43.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:43.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:16:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:16:44.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:44.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:44 smithi098 ceph-mon[112578]: pgmap v6474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:44 smithi016 ceph-mon[96085]: pgmap v6474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:45.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:45.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:46.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:46.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:46 smithi098 ceph-mon[112578]: pgmap v6475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:46 smithi016 ceph-mon[96085]: pgmap v6475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:47.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:47.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:48.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:48.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:48 smithi098 ceph-mon[112578]: pgmap v6476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:48 smithi016 ceph-mon[96085]: pgmap v6476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:49.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:49.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:50.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:50.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:50 smithi098 ceph-mon[112578]: pgmap v6477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:50 smithi016 ceph-mon[96085]: pgmap v6477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:51.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:51.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:52.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:52.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:52 smithi098 ceph-mon[112578]: pgmap v6478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:52 smithi016 ceph-mon[96085]: pgmap v6478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:53.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:53.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:54.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:54.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:54 smithi098 ceph-mon[112578]: pgmap v6479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:54 smithi016 ceph-mon[96085]: pgmap v6479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:55.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:55.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:56.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:56.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:56 smithi098 ceph-mon[112578]: pgmap v6480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:56 smithi016 ceph-mon[96085]: pgmap v6480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:57.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:57.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:58.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:58.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:58 smithi098 ceph-mon[112578]: pgmap v6481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:16:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:16:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:58 smithi016 ceph-mon[96085]: pgmap v6481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:16:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:16:59.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:16:59.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:00.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:00.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:00 smithi098 ceph-mon[112578]: pgmap v6482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:00 smithi016 ceph-mon[96085]: pgmap v6482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:01.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:01.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:02.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:02.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:02 smithi098 ceph-mon[112578]: pgmap v6483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:02 smithi016 ceph-mon[96085]: pgmap v6483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:03.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:03.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:04.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:04.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:04 smithi098 ceph-mon[112578]: pgmap v6484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:04 smithi016 ceph-mon[96085]: pgmap v6484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:05.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:05.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:06.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:06.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:06 smithi098 ceph-mon[112578]: pgmap v6485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:06 smithi016 ceph-mon[96085]: pgmap v6485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:07.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:07.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:08.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:08.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:08 smithi098 ceph-mon[112578]: pgmap v6486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:08 smithi016 ceph-mon[96085]: pgmap v6486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:09.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:09.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:10.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:10.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:10 smithi098 ceph-mon[112578]: pgmap v6487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:10 smithi016 ceph-mon[96085]: pgmap v6487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:11.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:11.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:12.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:12.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:12 smithi098 ceph-mon[112578]: pgmap v6488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:12 smithi016 ceph-mon[96085]: pgmap v6488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:13.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:13.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:17:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:17:14.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:14.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:14 smithi098 ceph-mon[112578]: pgmap v6489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:14 smithi016 ceph-mon[96085]: pgmap v6489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:15.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:15.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:16.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:16.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:16 smithi098 ceph-mon[112578]: pgmap v6490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:16 smithi016 ceph-mon[96085]: pgmap v6490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:17.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:17.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:18.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:18.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:18 smithi098 ceph-mon[112578]: pgmap v6491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:18 smithi016 ceph-mon[96085]: pgmap v6491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:19.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:19.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:20.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:20.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:20 smithi098 ceph-mon[112578]: pgmap v6492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:20 smithi016 ceph-mon[96085]: pgmap v6492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:21.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:21.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:22.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:22.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:22 smithi098 ceph-mon[112578]: pgmap v6493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:22 smithi016 ceph-mon[96085]: pgmap v6493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:23.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:23.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:24.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:24.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:24 smithi098 ceph-mon[112578]: pgmap v6494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:24 smithi016 ceph-mon[96085]: pgmap v6494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:25.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:25.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:17:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:17:26.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:26.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:26 smithi016 ceph-mon[96085]: pgmap v6495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:17:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:17:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:17:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:17:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:17:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:26 smithi098 ceph-mon[112578]: pgmap v6495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:17:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:17:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:17:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:17:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:17:27.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:27.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:28.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:28.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:28 smithi098 ceph-mon[112578]: pgmap v6496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:17:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:28 smithi016 ceph-mon[96085]: pgmap v6496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:17:29.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:29.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:30.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:30.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:30 smithi098 ceph-mon[112578]: pgmap v6497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:30 smithi016 ceph-mon[96085]: pgmap v6497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:31.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:31.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:32.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:32.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:32 smithi098 ceph-mon[112578]: pgmap v6498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:32 smithi016 ceph-mon[96085]: pgmap v6498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:33.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:33.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:34.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:34.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:34 smithi098 ceph-mon[112578]: pgmap v6499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:34 smithi016 ceph-mon[96085]: pgmap v6499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:35.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:35.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:36.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:36.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:36 smithi098 ceph-mon[112578]: pgmap v6500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:36 smithi016 ceph-mon[96085]: pgmap v6500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:37.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:37.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:38.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:38.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:38 smithi098 ceph-mon[112578]: pgmap v6501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:38 smithi016 ceph-mon[96085]: pgmap v6501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:39.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:39.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:40.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:40.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:40 smithi098 ceph-mon[112578]: pgmap v6502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:40 smithi016 ceph-mon[96085]: pgmap v6502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:41.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:41.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:42.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:42.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:42 smithi098 ceph-mon[112578]: pgmap v6503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:42 smithi016 ceph-mon[96085]: pgmap v6503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:43.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:43.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:17:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:17:44.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:44.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:44 smithi098 ceph-mon[112578]: pgmap v6504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:44 smithi016 ceph-mon[96085]: pgmap v6504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:45.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:45.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:46.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:46.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:46 smithi098 ceph-mon[112578]: pgmap v6505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:46 smithi016 ceph-mon[96085]: pgmap v6505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:47.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:47.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:48.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:48.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:48 smithi098 ceph-mon[112578]: pgmap v6506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:48 smithi016 ceph-mon[96085]: pgmap v6506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:49.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:49.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:50.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:50.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:50 smithi098 ceph-mon[112578]: pgmap v6507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:50 smithi016 ceph-mon[96085]: pgmap v6507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:51.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:51.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:52.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:52.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:52 smithi098 ceph-mon[112578]: pgmap v6508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:52 smithi016 ceph-mon[96085]: pgmap v6508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:53.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:53.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:54.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:54.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:54 smithi098 ceph-mon[112578]: pgmap v6509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:54 smithi016 ceph-mon[96085]: pgmap v6509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:55.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:55.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:56.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:56.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:56 smithi098 ceph-mon[112578]: pgmap v6510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:56 smithi016 ceph-mon[96085]: pgmap v6510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:57.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:57.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:58.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:58.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:58 smithi098 ceph-mon[112578]: pgmap v6511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:17:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:17:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:58 smithi016 ceph-mon[96085]: pgmap v6511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:17:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:17:59.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:17:59.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:00.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:00.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:00 smithi098 ceph-mon[112578]: pgmap v6512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:00 smithi016 ceph-mon[96085]: pgmap v6512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:01.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:01.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:02.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:02.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:02 smithi098 ceph-mon[112578]: pgmap v6513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:02 smithi016 ceph-mon[96085]: pgmap v6513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:03.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:03.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:04.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:04.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:04 smithi098 ceph-mon[112578]: pgmap v6514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:04 smithi016 ceph-mon[96085]: pgmap v6514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:05.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:05.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:06.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:06.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:06 smithi098 ceph-mon[112578]: pgmap v6515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:06 smithi016 ceph-mon[96085]: pgmap v6515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:07.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:07.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:08.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:08.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:08 smithi098 ceph-mon[112578]: pgmap v6516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:08 smithi016 ceph-mon[96085]: pgmap v6516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:09.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:09.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:10.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:10.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:10 smithi098 ceph-mon[112578]: pgmap v6517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:10 smithi016 ceph-mon[96085]: pgmap v6517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:11.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:11.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:12.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:12.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:12 smithi098 ceph-mon[112578]: pgmap v6518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:12 smithi016 ceph-mon[96085]: pgmap v6518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:13.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:13.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:18:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:18:14.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:14.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:14 smithi098 ceph-mon[112578]: pgmap v6519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:14 smithi016 ceph-mon[96085]: pgmap v6519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:15.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:15.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:16.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:16.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:16 smithi016 ceph-mon[96085]: pgmap v6520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:16 smithi098 ceph-mon[112578]: pgmap v6520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:17.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:17.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:18.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:18.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:18 smithi016 ceph-mon[96085]: pgmap v6521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:18 smithi098 ceph-mon[112578]: pgmap v6521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:19.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:19.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:20.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:20.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:20 smithi016 ceph-mon[96085]: pgmap v6522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:20 smithi098 ceph-mon[112578]: pgmap v6522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:21.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:21.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:22.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:22.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:22 smithi016 ceph-mon[96085]: pgmap v6523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:22.792 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:22 smithi098 ceph-mon[112578]: pgmap v6523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:23.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:23.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:24.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:24.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:24 smithi016 ceph-mon[96085]: pgmap v6524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:24 smithi098 ceph-mon[112578]: pgmap v6524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:25.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:25.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:26.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:26.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:26 smithi016 ceph-mon[96085]: pgmap v6525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:18:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:18:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:18:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:18:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:18:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:18:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:18:26.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:18:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:26 smithi098 ceph-mon[112578]: pgmap v6525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:18:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:18:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:18:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:18:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:18:27.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:18:27.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:18:27.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:18:27.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:27.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:28.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:28.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:28 smithi098 ceph-mon[112578]: pgmap v6526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:18:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:28 smithi016 ceph-mon[96085]: pgmap v6526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:18:29.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:29.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:30.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:30.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:30 smithi098 ceph-mon[112578]: pgmap v6527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:30 smithi016 ceph-mon[96085]: pgmap v6527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:31.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:31.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:32.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:32.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:32.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:32 smithi098 ceph-mon[112578]: pgmap v6528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:32 smithi016 ceph-mon[96085]: pgmap v6528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:33.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:33.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:34.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:34.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:34 smithi098 ceph-mon[112578]: pgmap v6529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:34 smithi016 ceph-mon[96085]: pgmap v6529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:35.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:35.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:36.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:36.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:36 smithi098 ceph-mon[112578]: pgmap v6530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:36 smithi016 ceph-mon[96085]: pgmap v6530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:37.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:37.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:38.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:38.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:38 smithi098 ceph-mon[112578]: pgmap v6531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:38 smithi016 ceph-mon[96085]: pgmap v6531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:39.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:39.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:40.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:40.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:40 smithi098 ceph-mon[112578]: pgmap v6532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:40 smithi016 ceph-mon[96085]: pgmap v6532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:41.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:41.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:41 smithi098 ceph-mon[112578]: pgmap v6533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:41 smithi016 ceph-mon[96085]: pgmap v6533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:42.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:42.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:43.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:43.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:43 smithi098 ceph-mon[112578]: pgmap v6534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:18:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:43 smithi016 ceph-mon[96085]: pgmap v6534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:18:44.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:44.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:45.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:45.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:45 smithi098 ceph-mon[112578]: pgmap v6535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:45 smithi016 ceph-mon[96085]: pgmap v6535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:46.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:46.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:47.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:47.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:47 smithi098 ceph-mon[112578]: pgmap v6536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:47 smithi016 ceph-mon[96085]: pgmap v6536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:48.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:48.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:49.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:49.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:50 smithi098 ceph-mon[112578]: pgmap v6537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:50 smithi016 ceph-mon[96085]: pgmap v6537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:50.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:50.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:51.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:51.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:52 smithi098 ceph-mon[112578]: pgmap v6538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:52 smithi016 ceph-mon[96085]: pgmap v6538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:52.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:52.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:53.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:53.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:54 smithi098 ceph-mon[112578]: pgmap v6539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:54 smithi016 ceph-mon[96085]: pgmap v6539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:54.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:54.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:55.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:55.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:56 smithi016 ceph-mon[96085]: pgmap v6540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:56.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:56.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:56 smithi098 ceph-mon[112578]: pgmap v6540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:57.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:57.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:58 smithi016 ceph-mon[96085]: pgmap v6541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:18:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:18:58.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:58.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:58 smithi098 ceph-mon[112578]: pgmap v6541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:18:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:18:59.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:18:59.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:00 smithi016 ceph-mon[96085]: pgmap v6542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:00.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:00.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:00 smithi098 ceph-mon[112578]: pgmap v6542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:01.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:01.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:02 smithi016 ceph-mon[96085]: pgmap v6543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:02.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:02.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:02 smithi098 ceph-mon[112578]: pgmap v6543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:03.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:03.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:04 smithi016 ceph-mon[96085]: pgmap v6544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:04.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:04.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:04 smithi098 ceph-mon[112578]: pgmap v6544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:05.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:05.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:06.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:06.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:06 smithi098 ceph-mon[112578]: pgmap v6545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:06 smithi016 ceph-mon[96085]: pgmap v6545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:07.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:07.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:08.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:08.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:08 smithi098 ceph-mon[112578]: pgmap v6546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:08 smithi016 ceph-mon[96085]: pgmap v6546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:09.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:09.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:10.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:10.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:10 smithi098 ceph-mon[112578]: pgmap v6547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:10 smithi016 ceph-mon[96085]: pgmap v6547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:11.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:11.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:12.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:12.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:12.442 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:12 smithi016 ceph-mon[96085]: pgmap v6548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:12 smithi098 ceph-mon[112578]: pgmap v6548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:13.321 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:19:13.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:13.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:19:14.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:14.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:14 smithi098 ceph-mon[112578]: pgmap v6549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:14 smithi016 ceph-mon[96085]: pgmap v6549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:15.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:15.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:16.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:16.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:16 smithi098 ceph-mon[112578]: pgmap v6550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:16 smithi016 ceph-mon[96085]: pgmap v6550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:17.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:17.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:18.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:18 smithi098 ceph-mon[112578]: pgmap v6551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:18.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:18.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:18 smithi016 ceph-mon[96085]: pgmap v6551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:19.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:19.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:20.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:20.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:20 smithi098 ceph-mon[112578]: pgmap v6552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:20 smithi016 ceph-mon[96085]: pgmap v6552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:21.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:21.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:22.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:22.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:22 smithi098 ceph-mon[112578]: pgmap v6553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:22 smithi016 ceph-mon[96085]: pgmap v6553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:23.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:23.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:24.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:24.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:24 smithi098 ceph-mon[112578]: pgmap v6554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:24 smithi016 ceph-mon[96085]: pgmap v6554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:25.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:25.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:26.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:26.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:26 smithi098 ceph-mon[112578]: pgmap v6555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:26 smithi016 ceph-mon[96085]: pgmap v6555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:27.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:27.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:19:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:19:28.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:28.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:28.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:28 smithi098 ceph-mon[112578]: pgmap v6556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:28.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:19:28.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:19:28.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:19:28.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:19:28.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:19:28.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:19:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:28 smithi016 ceph-mon[96085]: pgmap v6556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:19:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:19:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:19:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:19:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:19:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:19:29.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:29.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:30.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:30.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:30 smithi098 ceph-mon[112578]: pgmap v6557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:30 smithi016 ceph-mon[96085]: pgmap v6557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:31.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:31.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:32.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:32.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:32 smithi098 ceph-mon[112578]: pgmap v6558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:32 smithi016 ceph-mon[96085]: pgmap v6558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:33.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:33.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:34.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:34.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:34 smithi098 ceph-mon[112578]: pgmap v6559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:34 smithi016 ceph-mon[96085]: pgmap v6559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:35.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:35.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:36.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:36.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:36 smithi098 ceph-mon[112578]: pgmap v6560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:36 smithi016 ceph-mon[96085]: pgmap v6560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:37.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:37.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:38.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:38.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:38 smithi098 ceph-mon[112578]: pgmap v6561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:38 smithi016 ceph-mon[96085]: pgmap v6561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:39.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:39.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:40.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:40.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:40 smithi098 ceph-mon[112578]: pgmap v6562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:40 smithi016 ceph-mon[96085]: pgmap v6562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:41.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:41.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:42.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:42.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:42 smithi098 ceph-mon[112578]: pgmap v6563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:42 smithi016 ceph-mon[96085]: pgmap v6563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:43.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:43.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:19:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:19:44.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:44.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:44 smithi098 ceph-mon[112578]: pgmap v6564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:44 smithi016 ceph-mon[96085]: pgmap v6564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:45.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:45.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:46.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:46.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:46 smithi098 ceph-mon[112578]: pgmap v6565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:46 smithi016 ceph-mon[96085]: pgmap v6565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:47.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:47.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:48.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:48.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:48 smithi098 ceph-mon[112578]: pgmap v6566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:48 smithi016 ceph-mon[96085]: pgmap v6566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:49.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:49.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:50.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:50.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:50 smithi098 ceph-mon[112578]: pgmap v6567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:50 smithi016 ceph-mon[96085]: pgmap v6567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:51.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:51.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:52.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:52.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:52 smithi098 ceph-mon[112578]: pgmap v6568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:52 smithi016 ceph-mon[96085]: pgmap v6568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:53.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:53.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:54.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:54.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:54 smithi098 ceph-mon[112578]: pgmap v6569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:54 smithi016 ceph-mon[96085]: pgmap v6569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:55.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:55.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:56.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:56.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:56 smithi098 ceph-mon[112578]: pgmap v6570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:56 smithi016 ceph-mon[96085]: pgmap v6570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:57.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:57.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:58 smithi016 ceph-mon[96085]: pgmap v6571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:19:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:19:58.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:58.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:58 smithi098 ceph-mon[112578]: pgmap v6571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:19:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:19:59.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:19:59.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:00.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:00.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:00 smithi098 ceph-mon[112578]: pgmap v6572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T00:20:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:00 smithi016 ceph-mon[96085]: pgmap v6572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T00:20:01.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:01.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:02.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:02.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:02 smithi098 ceph-mon[112578]: pgmap v6573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:02 smithi016 ceph-mon[96085]: pgmap v6573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:03.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:03.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:04.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:04.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:04 smithi098 ceph-mon[112578]: pgmap v6574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:04 smithi016 ceph-mon[96085]: pgmap v6574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:05.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:05.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:06.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:06.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:06 smithi098 ceph-mon[112578]: pgmap v6575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:06 smithi016 ceph-mon[96085]: pgmap v6575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:07.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:07.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:08.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:08.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:08 smithi098 ceph-mon[112578]: pgmap v6576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:08 smithi016 ceph-mon[96085]: pgmap v6576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:09.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:09.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:10.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:10.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:10 smithi098 ceph-mon[112578]: pgmap v6577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:10 smithi016 ceph-mon[96085]: pgmap v6577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:11.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:11.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:12.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:12.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:12 smithi098 ceph-mon[112578]: pgmap v6578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:12 smithi016 ceph-mon[96085]: pgmap v6578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:13.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:13.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:20:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:20:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:14 smithi098 ceph-mon[112578]: pgmap v6579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:14.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:14.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:14 smithi016 ceph-mon[96085]: pgmap v6579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:15.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:15.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:16.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:16.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:16 smithi098 ceph-mon[112578]: pgmap v6580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:16 smithi016 ceph-mon[96085]: pgmap v6580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:17.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:17.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:18.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:18.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:18 smithi098 ceph-mon[112578]: pgmap v6581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:18 smithi016 ceph-mon[96085]: pgmap v6581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:19.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:19.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:20.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:20.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:20 smithi098 ceph-mon[112578]: pgmap v6582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:20 smithi016 ceph-mon[96085]: pgmap v6582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:21.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:21.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:22.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:22.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:22 smithi098 ceph-mon[112578]: pgmap v6583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:22 smithi016 ceph-mon[96085]: pgmap v6583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:23.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:23.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:24.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:24.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:24 smithi098 ceph-mon[112578]: pgmap v6584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:24 smithi016 ceph-mon[96085]: pgmap v6584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:25.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:25.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:26 smithi098 ceph-mon[112578]: pgmap v6585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:26.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:26.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:26 smithi016 ceph-mon[96085]: pgmap v6585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:27.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:27.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:28 smithi098 ceph-mon[112578]: pgmap v6586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:20:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:20:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:28.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:28.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:28 smithi016 ceph-mon[96085]: pgmap v6586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:20:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:20:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:29.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:29.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:30 smithi098 ceph-mon[112578]: pgmap v6587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:30.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:30.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:30 smithi016 ceph-mon[96085]: pgmap v6587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:31.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:31.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:32 smithi098 ceph-mon[112578]: pgmap v6588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:20:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:20:32.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:32.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:20:32.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:32.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:32.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:32 smithi016 ceph-mon[96085]: pgmap v6588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:20:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:20:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:20:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:20:33.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:33.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:34 smithi098 ceph-mon[112578]: pgmap v6589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:34.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:34.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:34 smithi016 ceph-mon[96085]: pgmap v6589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:35.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:35.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:36 smithi098 ceph-mon[112578]: pgmap v6590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:36 smithi016 ceph-mon[96085]: pgmap v6590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:36.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:36.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:37.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:37.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:38 smithi098 ceph-mon[112578]: pgmap v6591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:38 smithi016 ceph-mon[96085]: pgmap v6591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:38.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:38.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:39.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:39.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:40 smithi098 ceph-mon[112578]: pgmap v6592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:40 smithi016 ceph-mon[96085]: pgmap v6592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:40.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:40.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:41.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:41.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:42 smithi098 ceph-mon[112578]: pgmap v6593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:42 smithi016 ceph-mon[96085]: pgmap v6593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:42.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:42.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:43.489 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:20:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:20:43.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:43.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:44 smithi098 ceph-mon[112578]: pgmap v6594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:44 smithi016 ceph-mon[96085]: pgmap v6594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:44.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:44.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:45.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:45.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:46 smithi098 ceph-mon[112578]: pgmap v6595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:46 smithi016 ceph-mon[96085]: pgmap v6595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:46.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:46.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:47.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:47.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:48 smithi098 ceph-mon[112578]: pgmap v6596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:48 smithi016 ceph-mon[96085]: pgmap v6596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:48.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:48.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:49.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:49.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:50 smithi098 ceph-mon[112578]: pgmap v6597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:50 smithi016 ceph-mon[96085]: pgmap v6597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:50.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:50.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:51.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:51.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:52 smithi098 ceph-mon[112578]: pgmap v6598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:52 smithi016 ceph-mon[96085]: pgmap v6598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:52.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:52.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:53.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:53.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:54 smithi098 ceph-mon[112578]: pgmap v6599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:54 smithi016 ceph-mon[96085]: pgmap v6599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:54.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:54.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:55.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:55.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:56 smithi098 ceph-mon[112578]: pgmap v6600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:56 smithi016 ceph-mon[96085]: pgmap v6600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:56.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:56.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:57.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:57.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:58 smithi098 ceph-mon[112578]: pgmap v6601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:20:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:20:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:58 smithi016 ceph-mon[96085]: pgmap v6601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:20:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:20:58.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:58.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:59.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:20:59.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:00 smithi098 ceph-mon[112578]: pgmap v6602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:00 smithi016 ceph-mon[96085]: pgmap v6602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:00.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:00.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:01.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:01.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:02 smithi098 ceph-mon[112578]: pgmap v6603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:02 smithi016 ceph-mon[96085]: pgmap v6603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:02.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:02.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:03.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:03.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:04 smithi098 ceph-mon[112578]: pgmap v6604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:04 smithi016 ceph-mon[96085]: pgmap v6604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:04.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:04.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:05.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:05.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:06 smithi098 ceph-mon[112578]: pgmap v6605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:06 smithi016 ceph-mon[96085]: pgmap v6605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:06.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:06.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:07.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:07.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:08 smithi098 ceph-mon[112578]: pgmap v6606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:08 smithi016 ceph-mon[96085]: pgmap v6606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:08.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:08.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:09.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:09.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:10 smithi098 ceph-mon[112578]: pgmap v6607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:10 smithi016 ceph-mon[96085]: pgmap v6607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:10.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:10.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:11.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:11.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:12 smithi098 ceph-mon[112578]: pgmap v6608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:12 smithi016 ceph-mon[96085]: pgmap v6608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:12.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:12.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:21:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:21:13.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:13.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:14 smithi098 ceph-mon[112578]: pgmap v6609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:14 smithi016 ceph-mon[96085]: pgmap v6609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:14.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:14.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:15.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:15.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:16 smithi098 ceph-mon[112578]: pgmap v6610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:16 smithi016 ceph-mon[96085]: pgmap v6610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:16.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:16.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:17.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:17.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:18 smithi098 ceph-mon[112578]: pgmap v6611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:18 smithi016 ceph-mon[96085]: pgmap v6611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:18.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:18.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:19.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:19.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:20 smithi098 ceph-mon[112578]: pgmap v6612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:20 smithi016 ceph-mon[96085]: pgmap v6612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:20.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:20.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:21.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:21.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:22 smithi098 ceph-mon[112578]: pgmap v6613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:22 smithi016 ceph-mon[96085]: pgmap v6613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:22.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:22.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:23.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:23.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:24 smithi098 ceph-mon[112578]: pgmap v6614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:24 smithi016 ceph-mon[96085]: pgmap v6614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:24.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:24.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:25.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:25.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:26 smithi016 ceph-mon[96085]: pgmap v6615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:26.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:26.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:26 smithi098 ceph-mon[112578]: pgmap v6615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:27.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:27.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:28 smithi016 ceph-mon[96085]: pgmap v6616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:21:28.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:28.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:28 smithi098 ceph-mon[112578]: pgmap v6616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:21:29.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:29.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:30 smithi016 ceph-mon[96085]: pgmap v6617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:30.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:30.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:30 smithi098 ceph-mon[112578]: pgmap v6617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:31.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:31.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:32 smithi016 ceph-mon[96085]: pgmap v6618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:21:32.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:32.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:32 smithi098 ceph-mon[112578]: pgmap v6618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:21:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:21:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:21:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:21:33.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:21:33.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:21:33.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:33.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:21:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:21:33.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:21:33.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:21:33.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:21:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:34 smithi016 ceph-mon[96085]: pgmap v6619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:34.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:34.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:34 smithi098 ceph-mon[112578]: pgmap v6619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:35.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:35.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:36.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:36.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:36 smithi098 ceph-mon[112578]: pgmap v6620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:36 smithi016 ceph-mon[96085]: pgmap v6620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:37.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:37.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:38.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:38.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:38 smithi098 ceph-mon[112578]: pgmap v6621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:38 smithi016 ceph-mon[96085]: pgmap v6621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:39.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:39.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:40.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:40.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:40 smithi098 ceph-mon[112578]: pgmap v6622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:40 smithi016 ceph-mon[96085]: pgmap v6622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:41.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:41.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:42.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:42.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:42 smithi098 ceph-mon[112578]: pgmap v6623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:42 smithi016 ceph-mon[96085]: pgmap v6623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:43.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:43.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:21:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:21:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:44 smithi016 ceph-mon[96085]: pgmap v6624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:44.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:44.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:44 smithi098 ceph-mon[112578]: pgmap v6624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:45.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:45.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:46.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:46.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:46 smithi098 ceph-mon[112578]: pgmap v6625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:46 smithi016 ceph-mon[96085]: pgmap v6625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:47.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:47.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:48.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:48.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:48 smithi098 ceph-mon[112578]: pgmap v6626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:48 smithi016 ceph-mon[96085]: pgmap v6626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:49.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:49.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:50.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:50.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:50 smithi098 ceph-mon[112578]: pgmap v6627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:50 smithi016 ceph-mon[96085]: pgmap v6627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:51.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:51.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:52.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:52.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:52 smithi098 ceph-mon[112578]: pgmap v6628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:52 smithi016 ceph-mon[96085]: pgmap v6628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:53.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:53.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:54.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:54.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:54 smithi098 ceph-mon[112578]: pgmap v6629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:54 smithi016 ceph-mon[96085]: pgmap v6629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:55.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:55.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:56.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:56.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:56 smithi098 ceph-mon[112578]: pgmap v6630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:56 smithi016 ceph-mon[96085]: pgmap v6630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:57.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:57.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:58.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:58.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:58 smithi098 ceph-mon[112578]: pgmap v6631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:21:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:21:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:58 smithi016 ceph-mon[96085]: pgmap v6631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:21:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:21:59.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:21:59.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:00.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:00.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:00 smithi098 ceph-mon[112578]: pgmap v6632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:00.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:00 smithi016 ceph-mon[96085]: pgmap v6632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:01.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:01.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:02.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:02.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:02 smithi098 ceph-mon[112578]: pgmap v6633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:02 smithi016 ceph-mon[96085]: pgmap v6633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:03.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:03.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:04.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:04.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:04 smithi098 ceph-mon[112578]: pgmap v6634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:04 smithi016 ceph-mon[96085]: pgmap v6634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:05.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:05.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:06.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:06.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:06 smithi098 ceph-mon[112578]: pgmap v6635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:06 smithi016 ceph-mon[96085]: pgmap v6635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:07.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:07.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:08.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:08.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:08 smithi098 ceph-mon[112578]: pgmap v6636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:08 smithi016 ceph-mon[96085]: pgmap v6636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:09.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:09.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:10 smithi098 ceph-mon[112578]: pgmap v6637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:10.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:10.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:10 smithi016 ceph-mon[96085]: pgmap v6637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:11.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:11.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:12.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:12.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:12 smithi098 ceph-mon[112578]: pgmap v6638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:12 smithi016 ceph-mon[96085]: pgmap v6638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:13.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:13.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:22:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:22:14.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:14.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:14 smithi098 ceph-mon[112578]: pgmap v6639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:14 smithi016 ceph-mon[96085]: pgmap v6639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:15.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:15.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:16.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:16.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:16 smithi098 ceph-mon[112578]: pgmap v6640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:16 smithi016 ceph-mon[96085]: pgmap v6640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:17.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:17.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:18.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:18.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:18 smithi098 ceph-mon[112578]: pgmap v6641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:18 smithi016 ceph-mon[96085]: pgmap v6641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:19.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:19.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:20 smithi098 ceph-mon[112578]: pgmap v6642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:20.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:20.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:20 smithi016 ceph-mon[96085]: pgmap v6642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:21.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:21.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:22.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:22.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:22 smithi098 ceph-mon[112578]: pgmap v6643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:22 smithi016 ceph-mon[96085]: pgmap v6643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:23.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:23.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:24.643 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:24 smithi016 ceph-mon[96085]: pgmap v6644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:24.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:24.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:24 smithi098 ceph-mon[112578]: pgmap v6644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:25.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:25.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:26.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:26.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:26 smithi098 ceph-mon[112578]: pgmap v6645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:26 smithi016 ceph-mon[96085]: pgmap v6645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:27.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:27.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:28.679 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:28 smithi098 ceph-mon[112578]: pgmap v6646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:28.680 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:22:28.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:28.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:28 smithi016 ceph-mon[96085]: pgmap v6646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:22:29.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:29.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:30.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:30.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:30 smithi098 ceph-mon[112578]: pgmap v6647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:30 smithi016 ceph-mon[96085]: pgmap v6647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:31.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:31.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:32.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:32.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:32 smithi098 ceph-mon[112578]: pgmap v6648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:32 smithi016 ceph-mon[96085]: pgmap v6648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:33.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:33.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:22:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:22:34.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:34.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:34.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:34 smithi016 ceph-mon[96085]: pgmap v6649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:34.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:22:34.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:22:34.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:22:34.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:22:34.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:22:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:34 smithi098 ceph-mon[112578]: pgmap v6649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:22:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:22:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:22:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:22:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:22:35.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:35.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:36.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:36.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:36 smithi098 ceph-mon[112578]: pgmap v6650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:36 smithi016 ceph-mon[96085]: pgmap v6650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:37.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:37.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:38.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:38.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:38 smithi098 ceph-mon[112578]: pgmap v6651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:38 smithi016 ceph-mon[96085]: pgmap v6651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:39.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:39.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:40.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:40.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:40 smithi098 ceph-mon[112578]: pgmap v6652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:40 smithi016 ceph-mon[96085]: pgmap v6652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:41.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:41.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:42.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:42.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:42 smithi098 ceph-mon[112578]: pgmap v6653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:42 smithi016 ceph-mon[96085]: pgmap v6653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:43.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:43.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:22:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:22:44.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:44.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:44 smithi098 ceph-mon[112578]: pgmap v6654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:44 smithi016 ceph-mon[96085]: pgmap v6654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:45.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:45.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:46.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:46.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:46 smithi098 ceph-mon[112578]: pgmap v6655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:46 smithi016 ceph-mon[96085]: pgmap v6655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:48.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:48.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:48 smithi098 ceph-mon[112578]: pgmap v6656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:48 smithi016 ceph-mon[96085]: pgmap v6656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:49.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:49.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:50.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:50.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:50 smithi098 ceph-mon[112578]: pgmap v6657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:50 smithi016 ceph-mon[96085]: pgmap v6657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:51.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:51.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:52.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:52.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:52 smithi098 ceph-mon[112578]: pgmap v6658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:52 smithi016 ceph-mon[96085]: pgmap v6658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:53.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:53.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:54 smithi098 ceph-mon[112578]: pgmap v6659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:54.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:54.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:54 smithi016 ceph-mon[96085]: pgmap v6659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:55.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:55.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:56 smithi098 ceph-mon[112578]: pgmap v6660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:56.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:56.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:56 smithi016 ceph-mon[96085]: pgmap v6660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:57.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:57.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:58 smithi098 ceph-mon[112578]: pgmap v6661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:22:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:22:58.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:58.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:58 smithi016 ceph-mon[96085]: pgmap v6661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:22:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:22:59.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:22:59.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:00.684 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:00 smithi098 ceph-mon[112578]: pgmap v6662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:00.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:00.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:00 smithi016 ceph-mon[96085]: pgmap v6662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:01.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:01.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:02 smithi098 ceph-mon[112578]: pgmap v6663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:02.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:02.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:02 smithi016 ceph-mon[96085]: pgmap v6663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:03.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:03.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:04 smithi098 ceph-mon[112578]: pgmap v6664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:04 smithi016 ceph-mon[96085]: pgmap v6664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:04.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:04.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:05.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:05.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:06 smithi098 ceph-mon[112578]: pgmap v6665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:06 smithi016 ceph-mon[96085]: pgmap v6665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:06.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:06.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:07.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:07.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:08 smithi098 ceph-mon[112578]: pgmap v6666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:08 smithi016 ceph-mon[96085]: pgmap v6666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:08.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:08.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:09.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:09.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:10 smithi098 ceph-mon[112578]: pgmap v6667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:10 smithi016 ceph-mon[96085]: pgmap v6667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:10.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:10.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:11.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:11.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:12 smithi098 ceph-mon[112578]: pgmap v6668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:12 smithi016 ceph-mon[96085]: pgmap v6668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:12.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:12.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:23:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:23:13.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:13.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:14 smithi098 ceph-mon[112578]: pgmap v6669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:14 smithi016 ceph-mon[96085]: pgmap v6669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:14.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:14.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:15.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:15.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:16 smithi098 ceph-mon[112578]: pgmap v6670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:16 smithi016 ceph-mon[96085]: pgmap v6670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:16.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:16.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:17.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:17.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:18 smithi098 ceph-mon[112578]: pgmap v6671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:18 smithi016 ceph-mon[96085]: pgmap v6671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:18.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:18.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:19.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:19.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:20 smithi098 ceph-mon[112578]: pgmap v6672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:20 smithi016 ceph-mon[96085]: pgmap v6672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:20.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:20.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:21.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:21.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:22 smithi098 ceph-mon[112578]: pgmap v6673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:22 smithi016 ceph-mon[96085]: pgmap v6673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:22.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:22.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:23.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:23.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:24 smithi098 ceph-mon[112578]: pgmap v6674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:24 smithi016 ceph-mon[96085]: pgmap v6674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:24.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:24.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:25.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:25.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:26 smithi098 ceph-mon[112578]: pgmap v6675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:26 smithi016 ceph-mon[96085]: pgmap v6675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:26.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:26.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:27.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:27.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:28 smithi098 ceph-mon[112578]: pgmap v6676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:23:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:28 smithi016 ceph-mon[96085]: pgmap v6676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:23:28.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:28.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:29.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:29.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:30 smithi098 ceph-mon[112578]: pgmap v6677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:30 smithi016 ceph-mon[96085]: pgmap v6677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:30.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:30.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:31.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:31.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:32 smithi098 ceph-mon[112578]: pgmap v6678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:32 smithi016 ceph-mon[96085]: pgmap v6678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:32.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:32.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:33.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:33.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:34 smithi098 ceph-mon[112578]: pgmap v6679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:23:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:34 smithi016 ceph-mon[96085]: pgmap v6679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:23:34.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:34.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:35.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:35.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:36 smithi098 ceph-mon[112578]: pgmap v6680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:36 smithi016 ceph-mon[96085]: pgmap v6680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:36.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:36.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:37.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:37.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:23:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:23:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:23:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:23:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:23:38.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:23:38.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:23:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:23:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:23:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:23:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:23:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:23:38.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:23:38.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:23:38.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:38.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:38 smithi098 ceph-mon[112578]: pgmap v6681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:38 smithi016 ceph-mon[96085]: pgmap v6681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:39.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:39.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:40 smithi016 ceph-mon[96085]: pgmap v6682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:40.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:40.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:40 smithi098 ceph-mon[112578]: pgmap v6682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:41.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:41.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:42.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:42.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:42 smithi098 ceph-mon[112578]: pgmap v6683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:42 smithi016 ceph-mon[96085]: pgmap v6683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:43.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:43.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:23:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:23:44.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:44.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:44 smithi098 ceph-mon[112578]: pgmap v6684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:44 smithi016 ceph-mon[96085]: pgmap v6684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:45.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:45.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:46.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:46.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:46 smithi098 ceph-mon[112578]: pgmap v6685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:46 smithi016 ceph-mon[96085]: pgmap v6685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:47.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:47.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:48.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:48.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:48 smithi098 ceph-mon[112578]: pgmap v6686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:48 smithi016 ceph-mon[96085]: pgmap v6686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:49.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:49.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:50.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:50.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:50 smithi098 ceph-mon[112578]: pgmap v6687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:50 smithi016 ceph-mon[96085]: pgmap v6687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:51.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:51.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:51 smithi098 ceph-mon[112578]: pgmap v6688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:51 smithi016 ceph-mon[96085]: pgmap v6688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:52.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:52.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:53.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:53.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:54 smithi098 ceph-mon[112578]: pgmap v6689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:54 smithi016 ceph-mon[96085]: pgmap v6689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:54.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:54.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:55.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:55.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:56 smithi098 ceph-mon[112578]: pgmap v6690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:56 smithi016 ceph-mon[96085]: pgmap v6690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:56.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:56.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:57.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:57.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:58 smithi098 ceph-mon[112578]: pgmap v6691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:23:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:23:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:58 smithi016 ceph-mon[96085]: pgmap v6691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:23:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:23:58.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:58.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:59.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:23:59.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:00 smithi098 ceph-mon[112578]: pgmap v6692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:00 smithi016 ceph-mon[96085]: pgmap v6692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:00.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:00.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:01.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:01.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:02 smithi098 ceph-mon[112578]: pgmap v6693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:02 smithi016 ceph-mon[96085]: pgmap v6693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:02.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:02.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:03.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:03.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:04 smithi098 ceph-mon[112578]: pgmap v6694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:04 smithi016 ceph-mon[96085]: pgmap v6694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:04.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:04.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:05.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:05.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:06.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:06 smithi098 ceph-mon[112578]: pgmap v6695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:06 smithi016 ceph-mon[96085]: pgmap v6695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:06.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:06.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:07.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:07.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:08 smithi098 ceph-mon[112578]: pgmap v6696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:08 smithi016 ceph-mon[96085]: pgmap v6696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:08.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:08.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:09.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:09.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:10 smithi098 ceph-mon[112578]: pgmap v6697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:10 smithi016 ceph-mon[96085]: pgmap v6697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:10.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:10.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:11.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:11.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:12 smithi098 ceph-mon[112578]: pgmap v6698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:12 smithi016 ceph-mon[96085]: pgmap v6698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:12.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:12.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:24:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:24:13.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:13.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:14 smithi098 ceph-mon[112578]: pgmap v6699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:14 smithi016 ceph-mon[96085]: pgmap v6699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:14.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:14.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:15.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:15.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:16 smithi016 ceph-mon[96085]: pgmap v6700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:16.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:16 smithi098 ceph-mon[112578]: pgmap v6700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:16.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:16.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:17.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:17.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:18 smithi098 ceph-mon[112578]: pgmap v6701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:18 smithi016 ceph-mon[96085]: pgmap v6701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:18.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:18.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:19.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:19.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:20 smithi098 ceph-mon[112578]: pgmap v6702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:20 smithi016 ceph-mon[96085]: pgmap v6702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:20.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:20.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:21.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:21.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:22 smithi098 ceph-mon[112578]: pgmap v6703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:22 smithi016 ceph-mon[96085]: pgmap v6703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:22.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:22.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:23.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:23.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:24 smithi098 ceph-mon[112578]: pgmap v6704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:24 smithi016 ceph-mon[96085]: pgmap v6704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:24.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:24.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:25.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:25.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:26 smithi098 ceph-mon[112578]: pgmap v6705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:26 smithi016 ceph-mon[96085]: pgmap v6705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:26.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:26.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:27.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:27.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:28 smithi098 ceph-mon[112578]: pgmap v6706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:24:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:28 smithi016 ceph-mon[96085]: pgmap v6706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:24:28.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:28.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:29.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:29.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:30 smithi098 ceph-mon[112578]: pgmap v6707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:30 smithi016 ceph-mon[96085]: pgmap v6707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:30.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:30.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:31.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:31.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:32 smithi098 ceph-mon[112578]: pgmap v6708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:32 smithi016 ceph-mon[96085]: pgmap v6708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:32.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:32.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:33.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:33.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:34 smithi098 ceph-mon[112578]: pgmap v6709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:34 smithi016 ceph-mon[96085]: pgmap v6709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:34.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:34.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:35.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:35.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:36 smithi098 ceph-mon[112578]: pgmap v6710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:36 smithi016 ceph-mon[96085]: pgmap v6710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:36.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:36.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:37.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:37.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:38 smithi098 ceph-mon[112578]: pgmap v6711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:24:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:38 smithi016 ceph-mon[96085]: pgmap v6711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:24:38.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:38.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:39.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:39.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:40 smithi098 ceph-mon[112578]: pgmap v6712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:40 smithi016 ceph-mon[96085]: pgmap v6712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:40.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:40.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:41.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:41.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:42 smithi098 ceph-mon[112578]: pgmap v6713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:24:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:24:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:42 smithi016 ceph-mon[96085]: pgmap v6713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:24:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:24:42.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:42.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:24:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:24:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:24:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:24:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:24:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:24:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:24:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:24:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:24:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:24:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:24:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:24:43.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:43.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:44 smithi098 ceph-mon[112578]: pgmap v6714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:44 smithi016 ceph-mon[96085]: pgmap v6714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:44.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:44.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:45.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:45.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:46 smithi016 ceph-mon[96085]: pgmap v6715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:46 smithi098 ceph-mon[112578]: pgmap v6715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:46.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:46.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:47.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:47.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:48 smithi098 ceph-mon[112578]: pgmap v6716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:48 smithi016 ceph-mon[96085]: pgmap v6716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:48.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:48.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:49.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:49.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:50 smithi098 ceph-mon[112578]: pgmap v6717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:50 smithi016 ceph-mon[96085]: pgmap v6717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:50.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:50.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:51.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:51.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:52 smithi098 ceph-mon[112578]: pgmap v6718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:52 smithi016 ceph-mon[96085]: pgmap v6718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:52.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:52.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:53.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:53.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:54 smithi016 ceph-mon[96085]: pgmap v6719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:54.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:54.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:54 smithi098 ceph-mon[112578]: pgmap v6719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:55.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:55.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:56 smithi016 ceph-mon[96085]: pgmap v6720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:56.894 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:56 smithi098 ceph-mon[112578]: pgmap v6720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:56.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:56.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:57.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:57.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:58 smithi016 ceph-mon[96085]: pgmap v6721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:24:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:24:58.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:58.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:58 smithi098 ceph-mon[112578]: pgmap v6721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:24:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:24:59.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:24:59.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:00 smithi016 ceph-mon[96085]: pgmap v6722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:00.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:00.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:00 smithi098 ceph-mon[112578]: pgmap v6722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:01.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:01.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:02 smithi016 ceph-mon[96085]: pgmap v6723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:02.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:02.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:02 smithi098 ceph-mon[112578]: pgmap v6723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:03.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:03.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:04.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:04.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:04 smithi098 ceph-mon[112578]: pgmap v6724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:04 smithi016 ceph-mon[96085]: pgmap v6724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:05.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:05.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:06 smithi016 ceph-mon[96085]: pgmap v6725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:06.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:06.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:06.999 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:06 smithi098 ceph-mon[112578]: pgmap v6725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:07.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:07.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:08.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:08.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:08 smithi098 ceph-mon[112578]: pgmap v6726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:08 smithi016 ceph-mon[96085]: pgmap v6726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:09.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:09.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:10.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:10.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:10 smithi098 ceph-mon[112578]: pgmap v6727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:10 smithi016 ceph-mon[96085]: pgmap v6727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:11.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:11.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:12.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:12.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:12 smithi098 ceph-mon[112578]: pgmap v6728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:12 smithi016 ceph-mon[96085]: pgmap v6728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:13.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:13.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:25:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:25:15.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:15.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:14 smithi098 ceph-mon[112578]: pgmap v6729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:14 smithi016 ceph-mon[96085]: pgmap v6729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:16.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:16.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:17.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:17.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:16 smithi098 ceph-mon[112578]: pgmap v6730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:16 smithi016 ceph-mon[96085]: pgmap v6730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:18.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:18.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:19.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:19.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:18 smithi098 ceph-mon[112578]: pgmap v6731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:18 smithi016 ceph-mon[96085]: pgmap v6731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:20.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:20.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:21.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:21.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:20 smithi098 ceph-mon[112578]: pgmap v6732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:20 smithi016 ceph-mon[96085]: pgmap v6732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:22.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:22.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:22 smithi098 ceph-mon[112578]: pgmap v6733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:23.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:23.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:22 smithi016 ceph-mon[96085]: pgmap v6733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:24.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:24.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:24 smithi098 ceph-mon[112578]: pgmap v6734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:25.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:25.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:24 smithi016 ceph-mon[96085]: pgmap v6734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:26.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:26.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:26 smithi098 ceph-mon[112578]: pgmap v6735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:27.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:27.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:26 smithi016 ceph-mon[96085]: pgmap v6735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:28.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:28.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:28 smithi098 ceph-mon[112578]: pgmap v6736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:25:29.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:29.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:28 smithi016 ceph-mon[96085]: pgmap v6736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:25:30.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:30.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:30 smithi098 ceph-mon[112578]: pgmap v6737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:31.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:31.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:30 smithi016 ceph-mon[96085]: pgmap v6737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:32.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:32.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:32 smithi098 ceph-mon[112578]: pgmap v6738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:32 smithi016 ceph-mon[96085]: pgmap v6738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:33.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:33.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:34.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:34.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:34 smithi098 ceph-mon[112578]: pgmap v6739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:34 smithi016 ceph-mon[96085]: pgmap v6739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:35.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:35.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:36.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:36.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:36.834 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:36 smithi016 ceph-mon[96085]: pgmap v6740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:36 smithi098 ceph-mon[112578]: pgmap v6740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:37.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:37.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:38.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:38.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:38 smithi098 ceph-mon[112578]: pgmap v6741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:38 smithi016 ceph-mon[96085]: pgmap v6741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:39.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:39.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:40.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:40.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:40 smithi098 ceph-mon[112578]: pgmap v6742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:40 smithi016 ceph-mon[96085]: pgmap v6742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:41.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:41.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:42.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:42.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:42 smithi098 ceph-mon[112578]: pgmap v6743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:42 smithi016 ceph-mon[96085]: pgmap v6743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:43.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:43.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:25:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:25:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:25:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:25:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:25:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:25:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:25:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:25:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:25:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:25:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:25:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:25:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:25:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:25:44.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:44.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:44 smithi098 ceph-mon[112578]: pgmap v6744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:44 smithi016 ceph-mon[96085]: pgmap v6744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:45.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:45.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:46.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:46.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:46.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:46 smithi016 ceph-mon[96085]: pgmap v6745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:46 smithi098 ceph-mon[112578]: pgmap v6745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:47.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:47.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:48.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:48.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:48 smithi098 ceph-mon[112578]: pgmap v6746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:48 smithi016 ceph-mon[96085]: pgmap v6746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:49.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:49.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:50.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:50.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:50 smithi098 ceph-mon[112578]: pgmap v6747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:50 smithi016 ceph-mon[96085]: pgmap v6747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:51.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:51.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:52.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:52.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:52 smithi098 ceph-mon[112578]: pgmap v6748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:52 smithi016 ceph-mon[96085]: pgmap v6748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:53.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:53.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:54.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:54.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:54 smithi098 ceph-mon[112578]: pgmap v6749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:54 smithi016 ceph-mon[96085]: pgmap v6749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:55.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:55.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:56.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:56.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:56 smithi098 ceph-mon[112578]: pgmap v6750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:56 smithi016 ceph-mon[96085]: pgmap v6750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:57.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:57.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:58.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:58.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:58 smithi098 ceph-mon[112578]: pgmap v6751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:25:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:25:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:58 smithi016 ceph-mon[96085]: pgmap v6751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:25:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:25:59.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:25:59.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:00.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:00.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:00 smithi098 ceph-mon[112578]: pgmap v6752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:00 smithi016 ceph-mon[96085]: pgmap v6752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:01.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:01.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:02.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:02.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:02 smithi098 ceph-mon[112578]: pgmap v6753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:02 smithi016 ceph-mon[96085]: pgmap v6753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:03.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:03.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:04.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:04.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:04 smithi098 ceph-mon[112578]: pgmap v6754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:04 smithi016 ceph-mon[96085]: pgmap v6754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:05.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:05.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:05 smithi098 ceph-mon[112578]: pgmap v6755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:05 smithi016 ceph-mon[96085]: pgmap v6755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:06.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:06.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:07.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:07.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:07 smithi098 ceph-mon[112578]: pgmap v6756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:08.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:08.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:07 smithi016 ceph-mon[96085]: pgmap v6756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:09.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:09.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:10.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:10.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:10 smithi098 ceph-mon[112578]: pgmap v6757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:10 smithi016 ceph-mon[96085]: pgmap v6757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:11.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:11.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:12.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:12.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:12 smithi098 ceph-mon[112578]: pgmap v6758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:12 smithi016 ceph-mon[96085]: pgmap v6758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:13.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:13.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:26:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:26:14.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:14.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:14 smithi098 ceph-mon[112578]: pgmap v6759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:14 smithi016 ceph-mon[96085]: pgmap v6759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:15.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:15.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:16.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:16.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:16 smithi098 ceph-mon[112578]: pgmap v6760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:16 smithi016 ceph-mon[96085]: pgmap v6760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:17.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:17.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:18.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:18.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:18 smithi098 ceph-mon[112578]: pgmap v6761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:18 smithi016 ceph-mon[96085]: pgmap v6761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:19.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:19.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:20.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:20.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:20 smithi098 ceph-mon[112578]: pgmap v6762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:20 smithi016 ceph-mon[96085]: pgmap v6762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:21.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:21.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:22.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:22.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:22 smithi098 ceph-mon[112578]: pgmap v6763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:22 smithi016 ceph-mon[96085]: pgmap v6763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:23.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:23.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:24.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:24.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:24 smithi098 ceph-mon[112578]: pgmap v6764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:24 smithi016 ceph-mon[96085]: pgmap v6764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:25.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:25.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:26.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:26.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:26 smithi098 ceph-mon[112578]: pgmap v6765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:26 smithi016 ceph-mon[96085]: pgmap v6765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:27.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:27.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:28.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:28.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:28 smithi098 ceph-mon[112578]: pgmap v6766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:26:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:28 smithi016 ceph-mon[96085]: pgmap v6766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:26:29.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:29.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:30.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:30.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:30 smithi098 ceph-mon[112578]: pgmap v6767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:30 smithi016 ceph-mon[96085]: pgmap v6767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:31.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:31.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:32.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:32.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:32.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:32 smithi016 ceph-mon[96085]: pgmap v6768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:32 smithi098 ceph-mon[112578]: pgmap v6768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:33.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:33.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:34.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:34.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:34 smithi098 ceph-mon[112578]: pgmap v6769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:34 smithi016 ceph-mon[96085]: pgmap v6769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:35.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:35.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:36.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:36.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:36 smithi098 ceph-mon[112578]: pgmap v6770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:36 smithi016 ceph-mon[96085]: pgmap v6770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:37.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:37.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:38.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:38.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:38 smithi098 ceph-mon[112578]: pgmap v6771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:38 smithi016 ceph-mon[96085]: pgmap v6771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:39.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:39.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:40.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:40.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:40 smithi098 ceph-mon[112578]: pgmap v6772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:40 smithi016 ceph-mon[96085]: pgmap v6772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:41.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:41.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:42.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:42.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:42 smithi098 ceph-mon[112578]: pgmap v6773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:42 smithi016 ceph-mon[96085]: pgmap v6773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:43.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:43.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:26:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:26:44.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:44.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:44 smithi098 ceph-mon[112578]: pgmap v6774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:26:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:26:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:26:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:26:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:26:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:26:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:26:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:26:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:44 smithi016 ceph-mon[96085]: pgmap v6774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:26:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:26:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:26:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:26:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:26:44.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:26:44.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:26:44.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:26:45.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:45.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:46.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:46.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:46 smithi098 ceph-mon[112578]: pgmap v6775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:46 smithi016 ceph-mon[96085]: pgmap v6775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:47.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:47.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:48.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:48.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:48 smithi098 ceph-mon[112578]: pgmap v6776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:48 smithi016 ceph-mon[96085]: pgmap v6776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:49.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:49.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:50.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:50.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:50 smithi098 ceph-mon[112578]: pgmap v6777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:50 smithi016 ceph-mon[96085]: pgmap v6777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:51.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:51.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:52.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:52.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:52 smithi098 ceph-mon[112578]: pgmap v6778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:52 smithi016 ceph-mon[96085]: pgmap v6778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:53.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:53.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:54.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:54.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:54 smithi098 ceph-mon[112578]: pgmap v6779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:54 smithi016 ceph-mon[96085]: pgmap v6779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:55.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:55.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:56.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:56.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:56 smithi098 ceph-mon[112578]: pgmap v6780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:56 smithi016 ceph-mon[96085]: pgmap v6780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:57.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:57.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:58.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:58.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:58 smithi098 ceph-mon[112578]: pgmap v6781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:26:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:26:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:58 smithi016 ceph-mon[96085]: pgmap v6781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:26:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:26:59.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:26:59.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:00.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:00.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:00 smithi098 ceph-mon[112578]: pgmap v6782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:00 smithi016 ceph-mon[96085]: pgmap v6782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:01.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:01.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:02.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:02.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:02 smithi098 ceph-mon[112578]: pgmap v6783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:02 smithi016 ceph-mon[96085]: pgmap v6783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:03.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:03.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:04.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:04.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:04 smithi098 ceph-mon[112578]: pgmap v6784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:04 smithi016 ceph-mon[96085]: pgmap v6784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:05.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:05.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:06.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:06.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:06 smithi098 ceph-mon[112578]: pgmap v6785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:06 smithi016 ceph-mon[96085]: pgmap v6785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:07.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:07.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:08.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:08.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:08 smithi098 ceph-mon[112578]: pgmap v6786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:08 smithi016 ceph-mon[96085]: pgmap v6786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:09.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:09.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:10.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:10.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:10 smithi098 ceph-mon[112578]: pgmap v6787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:10 smithi016 ceph-mon[96085]: pgmap v6787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:11.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:11.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:12.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:12.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:12 smithi098 ceph-mon[112578]: pgmap v6788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:12 smithi016 ceph-mon[96085]: pgmap v6788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:13.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:13.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:27:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:27:14.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:14.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:14 smithi098 ceph-mon[112578]: pgmap v6789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:14 smithi016 ceph-mon[96085]: pgmap v6789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:15.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:15.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:16.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:16.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:16 smithi098 ceph-mon[112578]: pgmap v6790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:16 smithi016 ceph-mon[96085]: pgmap v6790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:17.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:17.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:18.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:18.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:18 smithi016 ceph-mon[96085]: pgmap v6791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:18 smithi098 ceph-mon[112578]: pgmap v6791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:19.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:19.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:20.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:20.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:20 smithi098 ceph-mon[112578]: pgmap v6792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:20 smithi016 ceph-mon[96085]: pgmap v6792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:21.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:21.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:22.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:22.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:22 smithi098 ceph-mon[112578]: pgmap v6793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:22 smithi016 ceph-mon[96085]: pgmap v6793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:23.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:23.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:24.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:24.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:24 smithi098 ceph-mon[112578]: pgmap v6794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:24 smithi016 ceph-mon[96085]: pgmap v6794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:25.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:25.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:26.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:26.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:26 smithi098 ceph-mon[112578]: pgmap v6795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:26 smithi016 ceph-mon[96085]: pgmap v6795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:27.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:27.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:28.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:28.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:28 smithi098 ceph-mon[112578]: pgmap v6796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:27:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:28 smithi016 ceph-mon[96085]: pgmap v6796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:27:29.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:29.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:30.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:30.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:30 smithi098 ceph-mon[112578]: pgmap v6797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:30 smithi016 ceph-mon[96085]: pgmap v6797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:31.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:31.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:32.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:32.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:32 smithi098 ceph-mon[112578]: pgmap v6798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:32 smithi016 ceph-mon[96085]: pgmap v6798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:33.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:33.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:34.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:34.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:34 smithi098 ceph-mon[112578]: pgmap v6799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:34 smithi016 ceph-mon[96085]: pgmap v6799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:35.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:35.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:36.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:36.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:36 smithi098 ceph-mon[112578]: pgmap v6800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:36 smithi016 ceph-mon[96085]: pgmap v6800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:37.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:37.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:38.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:38.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:38 smithi098 ceph-mon[112578]: pgmap v6801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:38 smithi016 ceph-mon[96085]: pgmap v6801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:39.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:39.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:40.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:40.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:40 smithi098 ceph-mon[112578]: pgmap v6802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:40 smithi016 ceph-mon[96085]: pgmap v6802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:41.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:41.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:42.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:42.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:42 smithi098 ceph-mon[112578]: pgmap v6803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:42 smithi016 ceph-mon[96085]: pgmap v6803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:43.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:43.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:27:43.636 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:27:44.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:44.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:44 smithi016 ceph-mon[96085]: pgmap v6804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:44 smithi098 ceph-mon[112578]: pgmap v6804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:45.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:45.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:27:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:27:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:27:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:27:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:27:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:27:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:27:45.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:27:45.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:27:45.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:27:45.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:27:45.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:27:46.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:46.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:46 smithi016 ceph-mon[96085]: pgmap v6805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:46 smithi098 ceph-mon[112578]: pgmap v6805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:47.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:47.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:48.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:48.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:48 smithi016 ceph-mon[96085]: pgmap v6806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:48.688 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:48 smithi098 ceph-mon[112578]: pgmap v6806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:49.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:49.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:50.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:50.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:50 smithi016 ceph-mon[96085]: pgmap v6807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:50 smithi098 ceph-mon[112578]: pgmap v6807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:51.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:51.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:52.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:52.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:52 smithi098 ceph-mon[112578]: pgmap v6808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:52 smithi016 ceph-mon[96085]: pgmap v6808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:53.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:53.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:54.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:54.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:54 smithi098 ceph-mon[112578]: pgmap v6809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:54 smithi016 ceph-mon[96085]: pgmap v6809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:55.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:55.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:56.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:56.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:56 smithi098 ceph-mon[112578]: pgmap v6810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:56 smithi016 ceph-mon[96085]: pgmap v6810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:57.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:57.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:58.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:58.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:58 smithi098 ceph-mon[112578]: pgmap v6811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:27:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:27:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:58 smithi016 ceph-mon[96085]: pgmap v6811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:27:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:27:59.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:27:59.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:00.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:00.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:00 smithi098 ceph-mon[112578]: pgmap v6812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:00 smithi016 ceph-mon[96085]: pgmap v6812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:01.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:01.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:02.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:02.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:02 smithi098 ceph-mon[112578]: pgmap v6813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:02 smithi016 ceph-mon[96085]: pgmap v6813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:03.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:03.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:04.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:04.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:04 smithi098 ceph-mon[112578]: pgmap v6814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:04 smithi016 ceph-mon[96085]: pgmap v6814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:05.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:05.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:06.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:06.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:06 smithi098 ceph-mon[112578]: pgmap v6815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:06 smithi016 ceph-mon[96085]: pgmap v6815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:07.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:07.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:08.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:08.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:08.563 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:08 smithi016 ceph-mon[96085]: pgmap v6816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:08 smithi098 ceph-mon[112578]: pgmap v6816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:09.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:09.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:10.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:10.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:10 smithi098 ceph-mon[112578]: pgmap v6817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:10 smithi016 ceph-mon[96085]: pgmap v6817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:11.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:11.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:12.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:12.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:12 smithi098 ceph-mon[112578]: pgmap v6818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:12 smithi016 ceph-mon[96085]: pgmap v6818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:13.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:13.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:13.621 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:28:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:28:14.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:14.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:14 smithi098 ceph-mon[112578]: pgmap v6819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:14 smithi016 ceph-mon[96085]: pgmap v6819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:15.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:15.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:16.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:16.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:16 smithi098 ceph-mon[112578]: pgmap v6820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:16 smithi016 ceph-mon[96085]: pgmap v6820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:17.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:17.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:18.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:18.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:18.679 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:18 smithi016 ceph-mon[96085]: pgmap v6821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:18 smithi098 ceph-mon[112578]: pgmap v6821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:19.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:19.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:20.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:20.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:20 smithi098 ceph-mon[112578]: pgmap v6822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:20 smithi016 ceph-mon[96085]: pgmap v6822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:21.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:21.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:22.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:22.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:22 smithi098 ceph-mon[112578]: pgmap v6823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:22.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:22 smithi016 ceph-mon[96085]: pgmap v6823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:23.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:23.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:24.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:24.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:24 smithi098 ceph-mon[112578]: pgmap v6824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:24 smithi016 ceph-mon[96085]: pgmap v6824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:25.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:25.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:26.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:26.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:26 smithi098 ceph-mon[112578]: pgmap v6825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:26 smithi016 ceph-mon[96085]: pgmap v6825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:27.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:27.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:28.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:28.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:28 smithi098 ceph-mon[112578]: pgmap v6826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:28:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:28 smithi016 ceph-mon[96085]: pgmap v6826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:28:29.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:29.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:30.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:30.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:30 smithi098 ceph-mon[112578]: pgmap v6827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:30 smithi016 ceph-mon[96085]: pgmap v6827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:31.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:31.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:32.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:32.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:32 smithi098 ceph-mon[112578]: pgmap v6828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:32 smithi016 ceph-mon[96085]: pgmap v6828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:33.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:33.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:34.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:34.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:34 smithi098 ceph-mon[112578]: pgmap v6829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:34 smithi016 ceph-mon[96085]: pgmap v6829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:35.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:35.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:36.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:36.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:36 smithi098 ceph-mon[112578]: pgmap v6830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:36 smithi016 ceph-mon[96085]: pgmap v6830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:37.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:37.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:38.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:38.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:38 smithi098 ceph-mon[112578]: pgmap v6831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:38 smithi016 ceph-mon[96085]: pgmap v6831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:39.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:39.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:40.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:40.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:40 smithi098 ceph-mon[112578]: pgmap v6832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:40 smithi016 ceph-mon[96085]: pgmap v6832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:41.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:41.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:42.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:42.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:42 smithi098 ceph-mon[112578]: pgmap v6833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:42 smithi016 ceph-mon[96085]: pgmap v6833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:43.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:43.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:28:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:28:44.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:44.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:44 smithi098 ceph-mon[112578]: pgmap v6834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:44 smithi016 ceph-mon[96085]: pgmap v6834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:45.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:45.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:28:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:28:45.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:28:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:28:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:28:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:28:46.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:46.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:46 smithi098 ceph-mon[112578]: pgmap v6835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:28:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:28:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:28:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:28:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:28:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:46 smithi016 ceph-mon[96085]: pgmap v6835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:28:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:28:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:28:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:28:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:28:47.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:47.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:48.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:48.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:48 smithi098 ceph-mon[112578]: pgmap v6836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:48 smithi016 ceph-mon[96085]: pgmap v6836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:49.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:49.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:50.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:50.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:50 smithi098 ceph-mon[112578]: pgmap v6837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:50 smithi016 ceph-mon[96085]: pgmap v6837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:51.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:51.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:52.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:52.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:52 smithi098 ceph-mon[112578]: pgmap v6838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:52 smithi016 ceph-mon[96085]: pgmap v6838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:53.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:53.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:54.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:54.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:54 smithi098 ceph-mon[112578]: pgmap v6839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:54 smithi016 ceph-mon[96085]: pgmap v6839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:55.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:55.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:56.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:56.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:56 smithi098 ceph-mon[112578]: pgmap v6840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:56 smithi016 ceph-mon[96085]: pgmap v6840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:57.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:57.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:58.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:58.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:58 smithi098 ceph-mon[112578]: pgmap v6841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:28:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:28:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:58 smithi016 ceph-mon[96085]: pgmap v6841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:28:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:28:59.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:28:59.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:00.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:00.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:00 smithi098 ceph-mon[112578]: pgmap v6842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:00 smithi016 ceph-mon[96085]: pgmap v6842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:01.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:01.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:02.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:02.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:02 smithi098 ceph-mon[112578]: pgmap v6843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:02 smithi016 ceph-mon[96085]: pgmap v6843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:03.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:03.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:04.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:04.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:04 smithi016 ceph-mon[96085]: pgmap v6844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:04 smithi098 ceph-mon[112578]: pgmap v6844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:05.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:05.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:06.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:06.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:06 smithi098 ceph-mon[112578]: pgmap v6845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:06 smithi016 ceph-mon[96085]: pgmap v6845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:07.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:07.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:08.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:08.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:08 smithi098 ceph-mon[112578]: pgmap v6846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:08 smithi016 ceph-mon[96085]: pgmap v6846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:09.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:09.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:10.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:10.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:10 smithi098 ceph-mon[112578]: pgmap v6847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:10 smithi016 ceph-mon[96085]: pgmap v6847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:11.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:11.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:12.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:12.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:12 smithi098 ceph-mon[112578]: pgmap v6848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:12 smithi016 ceph-mon[96085]: pgmap v6848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:13.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:13.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:29:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:29:14.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:14.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:14 smithi098 ceph-mon[112578]: pgmap v6849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:14 smithi016 ceph-mon[96085]: pgmap v6849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:15.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:15.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:16.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:16.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:16.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:16 smithi098 ceph-mon[112578]: pgmap v6850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:16 smithi016 ceph-mon[96085]: pgmap v6850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:17.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:17.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:18.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:18.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:18 smithi098 ceph-mon[112578]: pgmap v6851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:18 smithi016 ceph-mon[96085]: pgmap v6851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:19.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:19.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:20.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:20.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:20 smithi098 ceph-mon[112578]: pgmap v6852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:20 smithi016 ceph-mon[96085]: pgmap v6852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:21.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:21.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:22.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:22.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:22 smithi098 ceph-mon[112578]: pgmap v6853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:22 smithi016 ceph-mon[96085]: pgmap v6853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:23.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:23.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:24.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:24.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:24 smithi098 ceph-mon[112578]: pgmap v6854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:24 smithi016 ceph-mon[96085]: pgmap v6854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:25.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:25.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:26.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:26.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:26 smithi098 ceph-mon[112578]: pgmap v6855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:26 smithi016 ceph-mon[96085]: pgmap v6855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:27.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:27.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:28.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:28.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:28 smithi098 ceph-mon[112578]: pgmap v6856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:29:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:28 smithi016 ceph-mon[96085]: pgmap v6856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:29:29.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:29.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:30.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:30.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:30 smithi098 ceph-mon[112578]: pgmap v6857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:30 smithi016 ceph-mon[96085]: pgmap v6857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:31.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:31.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:32.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:32.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:32 smithi098 ceph-mon[112578]: pgmap v6858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:32 smithi016 ceph-mon[96085]: pgmap v6858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:33.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:33.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:34.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:34.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:34 smithi098 ceph-mon[112578]: pgmap v6859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:34 smithi016 ceph-mon[96085]: pgmap v6859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:35.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:35.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:36.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:36.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:36 smithi098 ceph-mon[112578]: pgmap v6860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:36 smithi016 ceph-mon[96085]: pgmap v6860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:37.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:37.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:38.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:38.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:38 smithi098 ceph-mon[112578]: pgmap v6861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:38 smithi016 ceph-mon[96085]: pgmap v6861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:39.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:39.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:40.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:40.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:40 smithi098 ceph-mon[112578]: pgmap v6862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:40 smithi016 ceph-mon[96085]: pgmap v6862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:41.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:41.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:42.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:42.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:42 smithi098 ceph-mon[112578]: pgmap v6863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:42 smithi016 ceph-mon[96085]: pgmap v6863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:43.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:43.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:29:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:29:44.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:44.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:44 smithi098 ceph-mon[112578]: pgmap v6864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:44 smithi016 ceph-mon[96085]: pgmap v6864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:45.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:45.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:46.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:46.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:46 smithi098 ceph-mon[112578]: pgmap v6865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:29:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:29:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:29:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:29:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:29:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:29:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:46 smithi016 ceph-mon[96085]: pgmap v6865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:29:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:29:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:29:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:29:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:29:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:29:47.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:47.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:48.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:48.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:48 smithi098 ceph-mon[112578]: pgmap v6866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:48 smithi016 ceph-mon[96085]: pgmap v6866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:49.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:49.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:50.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:50.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:50 smithi098 ceph-mon[112578]: pgmap v6867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:50 smithi016 ceph-mon[96085]: pgmap v6867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:51.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:51.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:52.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:52.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:52 smithi098 ceph-mon[112578]: pgmap v6868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:52 smithi016 ceph-mon[96085]: pgmap v6868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:53.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:53.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:54.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:54.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:54 smithi098 ceph-mon[112578]: pgmap v6869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:54.770 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:54 smithi016 ceph-mon[96085]: pgmap v6869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:55.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:55.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:56.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:56.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:56 smithi098 ceph-mon[112578]: pgmap v6870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:56 smithi016 ceph-mon[96085]: pgmap v6870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:57.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:57.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:58.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:58.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:58 smithi098 ceph-mon[112578]: pgmap v6871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:29:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:29:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:58 smithi016 ceph-mon[96085]: pgmap v6871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:29:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:29:59.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:29:59.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:00.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:00.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:00.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:00 smithi098 ceph-mon[112578]: pgmap v6872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:00.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T00:30:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:00 smithi016 ceph-mon[96085]: pgmap v6872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T00:30:01.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:01.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:02.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:02.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:02 smithi098 ceph-mon[112578]: pgmap v6873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:02 smithi016 ceph-mon[96085]: pgmap v6873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:03.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:03.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:04.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:04.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:04 smithi098 ceph-mon[112578]: pgmap v6874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:04 smithi016 ceph-mon[96085]: pgmap v6874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:05.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:05.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:06.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:06.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:06 smithi098 ceph-mon[112578]: pgmap v6875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:06 smithi016 ceph-mon[96085]: pgmap v6875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:07.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:07.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:08.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:08.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:08 smithi098 ceph-mon[112578]: pgmap v6876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:08 smithi016 ceph-mon[96085]: pgmap v6876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:09.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:09.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:10.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:10.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:10 smithi098 ceph-mon[112578]: pgmap v6877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:10 smithi016 ceph-mon[96085]: pgmap v6877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:11.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:11.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:12.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:12.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:12 smithi098 ceph-mon[112578]: pgmap v6878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:12 smithi016 ceph-mon[96085]: pgmap v6878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:13.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:13.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:30:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:30:14.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:14.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:14 smithi016 ceph-mon[96085]: pgmap v6879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:14 smithi098 ceph-mon[112578]: pgmap v6879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:15.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:15.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:16.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:16.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:16 smithi016 ceph-mon[96085]: pgmap v6880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:16 smithi098 ceph-mon[112578]: pgmap v6880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:17.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:17.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:18.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:18.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:18 smithi016 ceph-mon[96085]: pgmap v6881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:18 smithi098 ceph-mon[112578]: pgmap v6881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:19.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:19.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:20.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:20.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:20 smithi016 ceph-mon[96085]: pgmap v6882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:20 smithi098 ceph-mon[112578]: pgmap v6882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:21.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:21.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:22.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:22.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:22 smithi016 ceph-mon[96085]: pgmap v6883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:22 smithi098 ceph-mon[112578]: pgmap v6883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:23.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:23.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:24.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:24.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:24 smithi098 ceph-mon[112578]: pgmap v6884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:24 smithi016 ceph-mon[96085]: pgmap v6884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:25.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:25.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:26.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:26.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:26 smithi098 ceph-mon[112578]: pgmap v6885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:26 smithi016 ceph-mon[96085]: pgmap v6885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:27.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:27.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:28.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:28.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:28 smithi098 ceph-mon[112578]: pgmap v6886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:30:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:28 smithi016 ceph-mon[96085]: pgmap v6886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:30:29.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:29.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:30.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:30.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:30 smithi098 ceph-mon[112578]: pgmap v6887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:30 smithi016 ceph-mon[96085]: pgmap v6887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:31.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:31.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:32.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:32.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:32 smithi098 ceph-mon[112578]: pgmap v6888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:32 smithi016 ceph-mon[96085]: pgmap v6888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:33.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:33.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:34.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:34.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:34 smithi098 ceph-mon[112578]: pgmap v6889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:34 smithi016 ceph-mon[96085]: pgmap v6889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:35.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:35.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:36.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:36.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:36 smithi098 ceph-mon[112578]: pgmap v6890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:36 smithi016 ceph-mon[96085]: pgmap v6890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:37.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:37.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:38.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:38.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:38 smithi098 ceph-mon[112578]: pgmap v6891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:38 smithi016 ceph-mon[96085]: pgmap v6891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:39.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:39.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:40.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:40.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:40 smithi098 ceph-mon[112578]: pgmap v6892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:40 smithi016 ceph-mon[96085]: pgmap v6892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:41.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:41.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:42.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:42.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:42 smithi098 ceph-mon[112578]: pgmap v6893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:42 smithi016 ceph-mon[96085]: pgmap v6893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:43.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:43.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:30:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:30:44.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:44.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:44 smithi098 ceph-mon[112578]: pgmap v6894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:44 smithi016 ceph-mon[96085]: pgmap v6894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:45.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:45.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:46.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:46.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:46 smithi098 ceph-mon[112578]: pgmap v6895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:30:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:46 smithi016 ceph-mon[96085]: pgmap v6895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:30:47.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:47.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:30:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:30:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:30:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:30:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:30:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:30:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:30:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:30:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:30:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:30:48.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:48.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:48 smithi098 ceph-mon[112578]: pgmap v6896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:48 smithi016 ceph-mon[96085]: pgmap v6896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:49.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:49.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:50.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:50.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:50 smithi016 ceph-mon[96085]: pgmap v6897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:50 smithi098 ceph-mon[112578]: pgmap v6897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:51.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:51.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:52.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:52.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:52 smithi098 ceph-mon[112578]: pgmap v6898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:52 smithi016 ceph-mon[96085]: pgmap v6898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:53.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:53.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:54.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:54.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:54 smithi098 ceph-mon[112578]: pgmap v6899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:54 smithi016 ceph-mon[96085]: pgmap v6899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:55.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:55.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:56.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:56.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:56 smithi098 ceph-mon[112578]: pgmap v6900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:56 smithi016 ceph-mon[96085]: pgmap v6900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:57.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:57.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:58.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:58.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:58 smithi098 ceph-mon[112578]: pgmap v6901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:30:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:30:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:58 smithi016 ceph-mon[96085]: pgmap v6901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:30:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:30:59.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:30:59.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:00.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:00.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:00 smithi016 ceph-mon[96085]: pgmap v6902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:00 smithi098 ceph-mon[112578]: pgmap v6902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:01.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:01.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:02.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:02.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:02 smithi098 ceph-mon[112578]: pgmap v6903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:02 smithi016 ceph-mon[96085]: pgmap v6903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:03.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:03.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:04.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:04.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:04 smithi098 ceph-mon[112578]: pgmap v6904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:04 smithi016 ceph-mon[96085]: pgmap v6904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:05.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:05.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:06.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:06.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:06 smithi098 ceph-mon[112578]: pgmap v6905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:06 smithi016 ceph-mon[96085]: pgmap v6905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:07.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:07.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:08.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:08.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:08 smithi098 ceph-mon[112578]: pgmap v6906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:08 smithi016 ceph-mon[96085]: pgmap v6906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:09.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:09.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:10.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:10.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:10 smithi098 ceph-mon[112578]: pgmap v6907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:10 smithi016 ceph-mon[96085]: pgmap v6907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:11.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:11.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:12.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:12.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:12 smithi098 ceph-mon[112578]: pgmap v6908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:12 smithi016 ceph-mon[96085]: pgmap v6908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:13.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:13.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:31:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:31:14.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:14.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:14 smithi098 ceph-mon[112578]: pgmap v6909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:14 smithi016 ceph-mon[96085]: pgmap v6909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:15.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:15.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:16.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:16.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:16 smithi098 ceph-mon[112578]: pgmap v6910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:16 smithi016 ceph-mon[96085]: pgmap v6910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:17.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:17.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:18.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:18.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:18 smithi098 ceph-mon[112578]: pgmap v6911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:18 smithi016 ceph-mon[96085]: pgmap v6911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:19.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:19.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:20.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:20.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:20 smithi098 ceph-mon[112578]: pgmap v6912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:20 smithi016 ceph-mon[96085]: pgmap v6912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:21.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:21.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:22.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:22.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:22 smithi098 ceph-mon[112578]: pgmap v6913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:22 smithi016 ceph-mon[96085]: pgmap v6913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:23.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:23.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:24.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:24.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:24 smithi098 ceph-mon[112578]: pgmap v6914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:24 smithi016 ceph-mon[96085]: pgmap v6914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:25.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:25.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:26.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:26.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:26 smithi098 ceph-mon[112578]: pgmap v6915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:26 smithi016 ceph-mon[96085]: pgmap v6915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:27.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:27.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:28.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:28.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:28 smithi098 ceph-mon[112578]: pgmap v6916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:31:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:28 smithi016 ceph-mon[96085]: pgmap v6916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:31:29.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:29.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:30.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:30.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:30.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:30 smithi098 ceph-mon[112578]: pgmap v6917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:30 smithi016 ceph-mon[96085]: pgmap v6917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:31.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:31.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:32.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:32.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:32 smithi098 ceph-mon[112578]: pgmap v6918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:32 smithi016 ceph-mon[96085]: pgmap v6918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:33.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:33.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:34.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:34.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:34 smithi098 ceph-mon[112578]: pgmap v6919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:34 smithi016 ceph-mon[96085]: pgmap v6919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:35.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:35.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:36.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:36.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:36 smithi098 ceph-mon[112578]: pgmap v6920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:36 smithi016 ceph-mon[96085]: pgmap v6920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:37.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:37.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:38.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:38.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:38 smithi098 ceph-mon[112578]: pgmap v6921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:38 smithi016 ceph-mon[96085]: pgmap v6921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:39.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:39.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:40.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:40.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:40.984 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:40 smithi016 ceph-mon[96085]: pgmap v6922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:40 smithi098 ceph-mon[112578]: pgmap v6922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:41.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:41.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:42.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:42.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:42 smithi098 ceph-mon[112578]: pgmap v6923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:42 smithi016 ceph-mon[96085]: pgmap v6923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:43.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:43.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:31:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:31:44.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:44.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:44 smithi098 ceph-mon[112578]: pgmap v6924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:44 smithi016 ceph-mon[96085]: pgmap v6924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:45.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:45.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:46.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:46.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:46 smithi098 ceph-mon[112578]: pgmap v6925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:46 smithi016 ceph-mon[96085]: pgmap v6925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:47.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:47.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:31:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:31:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:31:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:31:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:31:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:31:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:31:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:31:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:31:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:31:48.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:48.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:48 smithi098 ceph-mon[112578]: pgmap v6926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:31:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:48 smithi016 ceph-mon[96085]: pgmap v6926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:31:49.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:49.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:50.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:50.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:50 smithi098 ceph-mon[112578]: pgmap v6927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:50 smithi016 ceph-mon[96085]: pgmap v6927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:51.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:51.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:52.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:52.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:52 smithi098 ceph-mon[112578]: pgmap v6928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:52 smithi016 ceph-mon[96085]: pgmap v6928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:53.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:53.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:54 smithi098 ceph-mon[112578]: pgmap v6929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:54 smithi016 ceph-mon[96085]: pgmap v6929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:54.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:54.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:55.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:55.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:56 smithi098 ceph-mon[112578]: pgmap v6930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:56 smithi016 ceph-mon[96085]: pgmap v6930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:56.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:56.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:57.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:57.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:58 smithi098 ceph-mon[112578]: pgmap v6931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:31:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:31:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:58 smithi016 ceph-mon[96085]: pgmap v6931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:31:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:31:58.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:58.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:59.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:31:59.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:00 smithi098 ceph-mon[112578]: pgmap v6932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:00 smithi016 ceph-mon[96085]: pgmap v6932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:00.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:00.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:01.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:01.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:02 smithi098 ceph-mon[112578]: pgmap v6933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:02 smithi016 ceph-mon[96085]: pgmap v6933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:02.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:02.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:03.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:03.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:04 smithi098 ceph-mon[112578]: pgmap v6934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:04 smithi016 ceph-mon[96085]: pgmap v6934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:04.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:04.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:05.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:05.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:06 smithi098 ceph-mon[112578]: pgmap v6935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:06 smithi016 ceph-mon[96085]: pgmap v6935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:06.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:06.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:07.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:07.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:08 smithi098 ceph-mon[112578]: pgmap v6936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:08 smithi016 ceph-mon[96085]: pgmap v6936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:08.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:08.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:09.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:09.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:10 smithi098 ceph-mon[112578]: pgmap v6937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:10 smithi016 ceph-mon[96085]: pgmap v6937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:10.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:10.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:11.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:11.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:12 smithi098 ceph-mon[112578]: pgmap v6938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:12 smithi016 ceph-mon[96085]: pgmap v6938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:12.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:12.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:32:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:32:13.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:13.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:14 smithi098 ceph-mon[112578]: pgmap v6939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:14 smithi016 ceph-mon[96085]: pgmap v6939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:14.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:14.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:15.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:15.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:16 smithi098 ceph-mon[112578]: pgmap v6940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:16 smithi016 ceph-mon[96085]: pgmap v6940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:16.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:16.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:17.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:17.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:18 smithi098 ceph-mon[112578]: pgmap v6941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:18 smithi016 ceph-mon[96085]: pgmap v6941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:18.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:18.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:19.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:19.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:20 smithi098 ceph-mon[112578]: pgmap v6942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:20 smithi016 ceph-mon[96085]: pgmap v6942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:20.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:20.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:21.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:21.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:22 smithi098 ceph-mon[112578]: pgmap v6943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:22 smithi016 ceph-mon[96085]: pgmap v6943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:22.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:22.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:23.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:23.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:24 smithi098 ceph-mon[112578]: pgmap v6944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:24 smithi016 ceph-mon[96085]: pgmap v6944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:24.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:24.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:25.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:25.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:26.502 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:26 smithi016 ceph-mon[96085]: pgmap v6945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:26 smithi098 ceph-mon[112578]: pgmap v6945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:26.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:26.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:27.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:27.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:28 smithi098 ceph-mon[112578]: pgmap v6946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:32:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:28 smithi016 ceph-mon[96085]: pgmap v6946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:32:28.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:28.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:29.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:29.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:30 smithi098 ceph-mon[112578]: pgmap v6947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:30 smithi016 ceph-mon[96085]: pgmap v6947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:30.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:30.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:31.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:31.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:32 smithi098 ceph-mon[112578]: pgmap v6948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:32 smithi016 ceph-mon[96085]: pgmap v6948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:32.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:32.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:33.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:33.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:34 smithi098 ceph-mon[112578]: pgmap v6949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:34 smithi016 ceph-mon[96085]: pgmap v6949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:34.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:34.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:35.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:35.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:36 smithi098 ceph-mon[112578]: pgmap v6950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:36 smithi016 ceph-mon[96085]: pgmap v6950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:36.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:36.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:37.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:37.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:38 smithi098 ceph-mon[112578]: pgmap v6951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:38 smithi016 ceph-mon[96085]: pgmap v6951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:38.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:38.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:39.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:39.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:40 smithi098 ceph-mon[112578]: pgmap v6952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:40 smithi016 ceph-mon[96085]: pgmap v6952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:40.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:40.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:41.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:41.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:42 smithi016 ceph-mon[96085]: pgmap v6953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:42.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:42.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:42 smithi098 ceph-mon[112578]: pgmap v6953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:32:43.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:43.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:32:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:44 smithi016 ceph-mon[96085]: pgmap v6954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:44.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:44.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:44 smithi098 ceph-mon[112578]: pgmap v6954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:45.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:45.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:46 smithi016 ceph-mon[96085]: pgmap v6955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:46.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:46.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:46 smithi098 ceph-mon[112578]: pgmap v6955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:47.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:47.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:48 smithi016 ceph-mon[96085]: pgmap v6956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:32:48.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:48.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:48 smithi098 ceph-mon[112578]: pgmap v6956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:32:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:32:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:32:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:32:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:32:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:32:49.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:49.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:32:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:32:49.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:32:49.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:32:49.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:32:50.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:50.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:50 smithi098 ceph-mon[112578]: pgmap v6957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:50 smithi016 ceph-mon[96085]: pgmap v6957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:51.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:51.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:52.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:52.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:52 smithi098 ceph-mon[112578]: pgmap v6958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:52 smithi016 ceph-mon[96085]: pgmap v6958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:53.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:53.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:54 smithi098 ceph-mon[112578]: pgmap v6959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:54.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:54.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:54 smithi016 ceph-mon[96085]: pgmap v6959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:55.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:55.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:56 smithi098 ceph-mon[112578]: pgmap v6960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:56.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:56.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:56 smithi016 ceph-mon[96085]: pgmap v6960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:57.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:57.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:58 smithi098 ceph-mon[112578]: pgmap v6961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:32:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:32:58.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:58.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:58 smithi016 ceph-mon[96085]: pgmap v6961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:32:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:32:59.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:32:59.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:00 smithi098 ceph-mon[112578]: pgmap v6962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:00.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:00.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:00 smithi016 ceph-mon[96085]: pgmap v6962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:01.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:01.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:02 smithi098 ceph-mon[112578]: pgmap v6963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:02.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:02.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:02.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:02 smithi016 ceph-mon[96085]: pgmap v6963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:03.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:03.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:04 smithi098 ceph-mon[112578]: pgmap v6964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:04 smithi016 ceph-mon[96085]: pgmap v6964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:04.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:04.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:05.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:05.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:06 smithi098 ceph-mon[112578]: pgmap v6965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:06 smithi016 ceph-mon[96085]: pgmap v6965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:06.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:06.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:07.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:07.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:08 smithi098 ceph-mon[112578]: pgmap v6966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:08 smithi016 ceph-mon[96085]: pgmap v6966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:08.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:08.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:09.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:09.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:10 smithi098 ceph-mon[112578]: pgmap v6967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:10 smithi016 ceph-mon[96085]: pgmap v6967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:10.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:10.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:11.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:11.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:12 smithi098 ceph-mon[112578]: pgmap v6968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:12 smithi016 ceph-mon[96085]: pgmap v6968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:12.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:12.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:33:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:33:13.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:13.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:14 smithi098 ceph-mon[112578]: pgmap v6969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:14 smithi016 ceph-mon[96085]: pgmap v6969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:14.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:14.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:15.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:15.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:16 smithi098 ceph-mon[112578]: pgmap v6970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:16 smithi016 ceph-mon[96085]: pgmap v6970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:16.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:16.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:17.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:17.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:18 smithi098 ceph-mon[112578]: pgmap v6971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:18 smithi016 ceph-mon[96085]: pgmap v6971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:18.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:18.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:19.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:19.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:20 smithi098 ceph-mon[112578]: pgmap v6972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:20 smithi016 ceph-mon[96085]: pgmap v6972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:20.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:20.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:21.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:21.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:22 smithi098 ceph-mon[112578]: pgmap v6973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:22 smithi016 ceph-mon[96085]: pgmap v6973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:22.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:22.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:23.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:23.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:24 smithi098 ceph-mon[112578]: pgmap v6974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:24 smithi016 ceph-mon[96085]: pgmap v6974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:24.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:24.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:25.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:25.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:26 smithi098 ceph-mon[112578]: pgmap v6975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:26 smithi016 ceph-mon[96085]: pgmap v6975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:26.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:26.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:27.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:27.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:28 smithi098 ceph-mon[112578]: pgmap v6976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:33:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:28 smithi016 ceph-mon[96085]: pgmap v6976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:33:28.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:28.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:29.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:29.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:30 smithi098 ceph-mon[112578]: pgmap v6977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:30 smithi016 ceph-mon[96085]: pgmap v6977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:30.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:30.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:31.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:31.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:32 smithi098 ceph-mon[112578]: pgmap v6978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:32 smithi016 ceph-mon[96085]: pgmap v6978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:32.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:32.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:33.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:33.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:34 smithi098 ceph-mon[112578]: pgmap v6979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:34 smithi016 ceph-mon[96085]: pgmap v6979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:34.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:34.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:35.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:35.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:36 smithi098 ceph-mon[112578]: pgmap v6980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:36 smithi016 ceph-mon[96085]: pgmap v6980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:36.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:36.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:37.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:37.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:38 smithi098 ceph-mon[112578]: pgmap v6981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:38 smithi016 ceph-mon[96085]: pgmap v6981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:38.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:38.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:39.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:39.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:40 smithi098 ceph-mon[112578]: pgmap v6982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:40 smithi016 ceph-mon[96085]: pgmap v6982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:40.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:40.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:41.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:41.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:42 smithi098 ceph-mon[112578]: pgmap v6983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:42 smithi016 ceph-mon[96085]: pgmap v6983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:42.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:42.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:33:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:33:43.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:43.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:44 smithi098 ceph-mon[112578]: pgmap v6984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:44 smithi016 ceph-mon[96085]: pgmap v6984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:44.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:44.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:45.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:45.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:46 smithi098 ceph-mon[112578]: pgmap v6985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:46 smithi016 ceph-mon[96085]: pgmap v6985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:46.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:46.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:47.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:47.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:48 smithi098 ceph-mon[112578]: pgmap v6986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:48 smithi016 ceph-mon[96085]: pgmap v6986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:48.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:48.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:33:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:33:49.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:49.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:50 smithi098 ceph-mon[112578]: pgmap v6987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:50 smithi016 ceph-mon[96085]: pgmap v6987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:50.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:50.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:51.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:51.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:52 smithi098 ceph-mon[112578]: pgmap v6988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:33:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:33:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:33:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:33:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:33:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:33:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:33:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:52 smithi016 ceph-mon[96085]: pgmap v6988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:33:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:33:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:33:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:33:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:33:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:33:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:33:52.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:52.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:53.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:53.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:54 smithi098 ceph-mon[112578]: pgmap v6989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:54 smithi016 ceph-mon[96085]: pgmap v6989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:54.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:54.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:55.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:55.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:56 smithi098 ceph-mon[112578]: pgmap v6990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:56 smithi016 ceph-mon[96085]: pgmap v6990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:56.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:56.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:57.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:57.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:58 smithi098 ceph-mon[112578]: pgmap v6991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:33:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:33:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:58 smithi016 ceph-mon[96085]: pgmap v6991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:33:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:33:58.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:58.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:59.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:33:59.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:00 smithi098 ceph-mon[112578]: pgmap v6992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:00 smithi016 ceph-mon[96085]: pgmap v6992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:00.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:00.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:01.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:01.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:02 smithi098 ceph-mon[112578]: pgmap v6993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:02 smithi016 ceph-mon[96085]: pgmap v6993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:02.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:02.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:03.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:03.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:04 smithi098 ceph-mon[112578]: pgmap v6994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:04 smithi016 ceph-mon[96085]: pgmap v6994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:04.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:04.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:05.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:05.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:06 smithi098 ceph-mon[112578]: pgmap v6995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:06 smithi016 ceph-mon[96085]: pgmap v6995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:06.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:06.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:07.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:07.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:08 smithi098 ceph-mon[112578]: pgmap v6996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:08 smithi016 ceph-mon[96085]: pgmap v6996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:08.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:08.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:09.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:09.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:10 smithi098 ceph-mon[112578]: pgmap v6997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:10 smithi016 ceph-mon[96085]: pgmap v6997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:10.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:10.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:11.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:11.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:12.659 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:12 smithi098 ceph-mon[112578]: pgmap v6998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:12.720 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:12 smithi016 ceph-mon[96085]: pgmap v6998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:12.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:12.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:34:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:34:13.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:13.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:14 smithi098 ceph-mon[112578]: pgmap v6999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:14 smithi016 ceph-mon[96085]: pgmap v6999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:14.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:14.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:15.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:15.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:16 smithi098 ceph-mon[112578]: pgmap v7000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:16 smithi016 ceph-mon[96085]: pgmap v7000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:16.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:16.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:17.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:17.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:18 smithi098 ceph-mon[112578]: pgmap v7001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:18 smithi016 ceph-mon[96085]: pgmap v7001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:18.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:18.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:19.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:19.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:20 smithi098 ceph-mon[112578]: pgmap v7002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:20 smithi016 ceph-mon[96085]: pgmap v7002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:20.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:20.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:21.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:21.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:22 smithi098 ceph-mon[112578]: pgmap v7003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:22 smithi016 ceph-mon[96085]: pgmap v7003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:22.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:22.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:23.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:23.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:24 smithi098 ceph-mon[112578]: pgmap v7004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:24 smithi016 ceph-mon[96085]: pgmap v7004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:24.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:24.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:25.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:25.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:26 smithi098 ceph-mon[112578]: pgmap v7005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:26 smithi016 ceph-mon[96085]: pgmap v7005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:26.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:26.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:27.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:27.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:28 smithi098 ceph-mon[112578]: pgmap v7006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:34:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:28 smithi016 ceph-mon[96085]: pgmap v7006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:34:28.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:28.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:29.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:29.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:30 smithi098 ceph-mon[112578]: pgmap v7007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:30 smithi016 ceph-mon[96085]: pgmap v7007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:30.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:30.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:31.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:31.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:32 smithi098 ceph-mon[112578]: pgmap v7008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:32 smithi016 ceph-mon[96085]: pgmap v7008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:32.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:32.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:33.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:33.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:34 smithi098 ceph-mon[112578]: pgmap v7009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:34 smithi016 ceph-mon[96085]: pgmap v7009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:34.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:34.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:35.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:35.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:36 smithi098 ceph-mon[112578]: pgmap v7010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:36 smithi016 ceph-mon[96085]: pgmap v7010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:36.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:36.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:37.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:37.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:38 smithi098 ceph-mon[112578]: pgmap v7011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:38 smithi016 ceph-mon[96085]: pgmap v7011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:38.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:38.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:39.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:39.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:40 smithi098 ceph-mon[112578]: pgmap v7012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:40 smithi016 ceph-mon[96085]: pgmap v7012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:40.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:40.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:41.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:41.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:42 smithi098 ceph-mon[112578]: pgmap v7013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:42 smithi016 ceph-mon[96085]: pgmap v7013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:42.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:42.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:34:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:34:43.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:43.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:44 smithi098 ceph-mon[112578]: pgmap v7014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:44 smithi016 ceph-mon[96085]: pgmap v7014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:44.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:44.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:45.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:45.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:46 smithi098 ceph-mon[112578]: pgmap v7015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:46 smithi016 ceph-mon[96085]: pgmap v7015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:46.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:46.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:47.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:47.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:48 smithi098 ceph-mon[112578]: pgmap v7016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:48 smithi016 ceph-mon[96085]: pgmap v7016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:48.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:48.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:49.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:49.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:50 smithi098 ceph-mon[112578]: pgmap v7017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:50 smithi016 ceph-mon[96085]: pgmap v7017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:50.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:50.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:51.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:51.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:52 smithi098 ceph-mon[112578]: pgmap v7018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:34:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:52 smithi016 ceph-mon[96085]: pgmap v7018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:34:52.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:52.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:53.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:53.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:54 smithi098 ceph-mon[112578]: pgmap v7019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:54 smithi016 ceph-mon[96085]: pgmap v7019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:54.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:54.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:55.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:55.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:56 smithi098 ceph-mon[112578]: pgmap v7020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:56 smithi016 ceph-mon[96085]: pgmap v7020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:56.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:56.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:57.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:57.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:34:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:34:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:34:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:34:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:34:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:34:58.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:34:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:34:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:34:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:34:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:34:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:34:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:34:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:34:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:58 smithi098 ceph-mon[112578]: pgmap v7021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:34:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:34:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:58 smithi016 ceph-mon[96085]: pgmap v7021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:34:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:34:59.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:34:59.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:00.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:00.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:00 smithi098 ceph-mon[112578]: pgmap v7022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:00 smithi016 ceph-mon[96085]: pgmap v7022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:01.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:01.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:02.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:02.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:02 smithi098 ceph-mon[112578]: pgmap v7023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:02 smithi016 ceph-mon[96085]: pgmap v7023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:03.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:03.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:04.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:04.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:04 smithi098 ceph-mon[112578]: pgmap v7024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:04 smithi016 ceph-mon[96085]: pgmap v7024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:05.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:05.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:06.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:06.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:06 smithi098 ceph-mon[112578]: pgmap v7025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:06 smithi016 ceph-mon[96085]: pgmap v7025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:07.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:07.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:08 smithi016 ceph-mon[96085]: pgmap v7026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:08.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:08.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:08 smithi098 ceph-mon[112578]: pgmap v7026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:09.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:09.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:10.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:10.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:10 smithi098 ceph-mon[112578]: pgmap v7027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:10 smithi016 ceph-mon[96085]: pgmap v7027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:11.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:11.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:12.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:12.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:12 smithi098 ceph-mon[112578]: pgmap v7028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:12 smithi016 ceph-mon[96085]: pgmap v7028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:35:14.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:14.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:35:15.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:15.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:14 smithi098 ceph-mon[112578]: pgmap v7029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:14 smithi016 ceph-mon[96085]: pgmap v7029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:16.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:16.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:17.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:17.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:16 smithi098 ceph-mon[112578]: pgmap v7030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:16 smithi016 ceph-mon[96085]: pgmap v7030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:18.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:18.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:18 smithi016 ceph-mon[96085]: pgmap v7031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:19.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:19.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:18 smithi098 ceph-mon[112578]: pgmap v7031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:20.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:20.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:21.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:21.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:20 smithi098 ceph-mon[112578]: pgmap v7032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:20 smithi016 ceph-mon[96085]: pgmap v7032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:22.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:22.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:22 smithi098 ceph-mon[112578]: pgmap v7033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:23.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:23.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:22 smithi016 ceph-mon[96085]: pgmap v7033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:24.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:24.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:24 smithi098 ceph-mon[112578]: pgmap v7034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:25.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:25.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:24 smithi016 ceph-mon[96085]: pgmap v7034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:26.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:26.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:26 smithi098 ceph-mon[112578]: pgmap v7035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:27.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:27.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:26 smithi016 ceph-mon[96085]: pgmap v7035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:28.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:28.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:28 smithi098 ceph-mon[112578]: pgmap v7036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:35:29.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:29.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:28 smithi016 ceph-mon[96085]: pgmap v7036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:35:30.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:30.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:30 smithi098 ceph-mon[112578]: pgmap v7037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:30 smithi016 ceph-mon[96085]: pgmap v7037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:31.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:31.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:32.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:32.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:32 smithi098 ceph-mon[112578]: pgmap v7038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:32 smithi016 ceph-mon[96085]: pgmap v7038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:33.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:33.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:34.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:34.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:34 smithi098 ceph-mon[112578]: pgmap v7039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:34 smithi016 ceph-mon[96085]: pgmap v7039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:35.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:35.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:36.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:36.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:36 smithi098 ceph-mon[112578]: pgmap v7040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:36 smithi016 ceph-mon[96085]: pgmap v7040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:37.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:37.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:38.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:38.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:38 smithi098 ceph-mon[112578]: pgmap v7041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:38 smithi016 ceph-mon[96085]: pgmap v7041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:39.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:39.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:40.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:40.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:40 smithi098 ceph-mon[112578]: pgmap v7042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:40 smithi016 ceph-mon[96085]: pgmap v7042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:41.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:41.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:42.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:42.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:42 smithi098 ceph-mon[112578]: pgmap v7043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:42 smithi016 ceph-mon[96085]: pgmap v7043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:43.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:43.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:35:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:35:44.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:44.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:44 smithi098 ceph-mon[112578]: pgmap v7044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:44 smithi016 ceph-mon[96085]: pgmap v7044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:45.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:45.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:46.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:46.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:46 smithi098 ceph-mon[112578]: pgmap v7045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:46 smithi016 ceph-mon[96085]: pgmap v7045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:47.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:47.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:48.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:48.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:48 smithi098 ceph-mon[112578]: pgmap v7046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:48 smithi016 ceph-mon[96085]: pgmap v7046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:49.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:49.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:50.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:50.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:50 smithi098 ceph-mon[112578]: pgmap v7047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:50 smithi016 ceph-mon[96085]: pgmap v7047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:51.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:51.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:52.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:52.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:52 smithi098 ceph-mon[112578]: pgmap v7048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:52 smithi016 ceph-mon[96085]: pgmap v7048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:53.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:53.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:54.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:54.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:54 smithi098 ceph-mon[112578]: pgmap v7049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:54 smithi016 ceph-mon[96085]: pgmap v7049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:55.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:55.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:56.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:56.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:56 smithi098 ceph-mon[112578]: pgmap v7050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:56 smithi016 ceph-mon[96085]: pgmap v7050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:57.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:57.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:35:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:35:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:35:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:35:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:35:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:35:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:35:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:35:58.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:58.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:58.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:58 smithi016 ceph-mon[96085]: pgmap v7051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:58.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:35:58.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:35:58.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:35:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:35:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:58 smithi098 ceph-mon[112578]: pgmap v7051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:35:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:35:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:35:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:35:59.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:35:59.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:00.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:00.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:00 smithi098 ceph-mon[112578]: pgmap v7052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:00 smithi016 ceph-mon[96085]: pgmap v7052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:01.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:01.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:02.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:02.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:02 smithi098 ceph-mon[112578]: pgmap v7053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:02 smithi016 ceph-mon[96085]: pgmap v7053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:03.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:03.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:04.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:04.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:04 smithi098 ceph-mon[112578]: pgmap v7054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:04 smithi016 ceph-mon[96085]: pgmap v7054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:05.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:05.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:06.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:06.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:06 smithi098 ceph-mon[112578]: pgmap v7055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:06 smithi016 ceph-mon[96085]: pgmap v7055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:07.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:07.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:08.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:08.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:08 smithi098 ceph-mon[112578]: pgmap v7056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:08 smithi016 ceph-mon[96085]: pgmap v7056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:09.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:09.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:10.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:10.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:10 smithi098 ceph-mon[112578]: pgmap v7057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:11.050 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:10 smithi016 ceph-mon[96085]: pgmap v7057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:11.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:11.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:12.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:12.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:12 smithi098 ceph-mon[112578]: pgmap v7058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:12 smithi016 ceph-mon[96085]: pgmap v7058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:13.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:13.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:36:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:36:14.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:14.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:14 smithi098 ceph-mon[112578]: pgmap v7059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:14 smithi016 ceph-mon[96085]: pgmap v7059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:15.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:15.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:16.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:16.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:16 smithi098 ceph-mon[112578]: pgmap v7060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:16 smithi016 ceph-mon[96085]: pgmap v7060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:17.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:17.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:18.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:18.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:18.974 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:18 smithi098 ceph-mon[112578]: pgmap v7061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:18 smithi016 ceph-mon[96085]: pgmap v7061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:19.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:19.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:20.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:20.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:20 smithi098 ceph-mon[112578]: pgmap v7062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:20 smithi016 ceph-mon[96085]: pgmap v7062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:21.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:21.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:22.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:22.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:22 smithi098 ceph-mon[112578]: pgmap v7063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:22 smithi016 ceph-mon[96085]: pgmap v7063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:23.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:23.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:24.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:24.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:24 smithi098 ceph-mon[112578]: pgmap v7064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:24 smithi016 ceph-mon[96085]: pgmap v7064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:25.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:25.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:26.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:26.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:26 smithi098 ceph-mon[112578]: pgmap v7065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:26 smithi016 ceph-mon[96085]: pgmap v7065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:27.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:27.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:28.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:28.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:28 smithi098 ceph-mon[112578]: pgmap v7066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:36:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:28 smithi016 ceph-mon[96085]: pgmap v7066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:36:29.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:29.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:30.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:30.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:30 smithi098 ceph-mon[112578]: pgmap v7067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:30 smithi016 ceph-mon[96085]: pgmap v7067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:31.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:31.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:32.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:32.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:32 smithi098 ceph-mon[112578]: pgmap v7068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:32 smithi016 ceph-mon[96085]: pgmap v7068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:33.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:33.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:34.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:34.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:34 smithi098 ceph-mon[112578]: pgmap v7069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:34 smithi016 ceph-mon[96085]: pgmap v7069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:35.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:35.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:36.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:36.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:36 smithi098 ceph-mon[112578]: pgmap v7070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:36 smithi016 ceph-mon[96085]: pgmap v7070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:37.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:37.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:38.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:38.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:38 smithi098 ceph-mon[112578]: pgmap v7071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:38 smithi016 ceph-mon[96085]: pgmap v7071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:39.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:39.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:40.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:40.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:40 smithi098 ceph-mon[112578]: pgmap v7072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:40 smithi016 ceph-mon[96085]: pgmap v7072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:41.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:41.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:42.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:42.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:42 smithi098 ceph-mon[112578]: pgmap v7073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:42 smithi016 ceph-mon[96085]: pgmap v7073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:43.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:43.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:36:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:36:44.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:44.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:44 smithi098 ceph-mon[112578]: pgmap v7074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:44 smithi016 ceph-mon[96085]: pgmap v7074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:45.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:45.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:46.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:46.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:46 smithi098 ceph-mon[112578]: pgmap v7075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:46 smithi016 ceph-mon[96085]: pgmap v7075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:47.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:47.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:48.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:48.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:47 smithi098 ceph-mon[112578]: pgmap v7076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:47 smithi016 ceph-mon[96085]: pgmap v7076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:49.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:49.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:50.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:50.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:50 smithi016 ceph-mon[96085]: pgmap v7077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:50 smithi098 ceph-mon[112578]: pgmap v7077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:51.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:51.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:52.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:52.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:52 smithi016 ceph-mon[96085]: pgmap v7078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:52 smithi098 ceph-mon[112578]: pgmap v7078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:53.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:53.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:54.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:54.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:54 smithi016 ceph-mon[96085]: pgmap v7079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:54 smithi098 ceph-mon[112578]: pgmap v7079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:55.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:55.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:56.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:56.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:56 smithi016 ceph-mon[96085]: pgmap v7080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:56 smithi098 ceph-mon[112578]: pgmap v7080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:57.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:57.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:58.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:58.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:58 smithi098 ceph-mon[112578]: pgmap v7081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:36:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:36:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:36:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:36:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:58 smithi016 ceph-mon[96085]: pgmap v7081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:36:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:36:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:36:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:36:59.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:36:59.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:59.636 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:36:59.636 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:36:59.637 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:36:59.637 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:36:59.637 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:36:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:36:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:36:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:36:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:36:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:36:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:36:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:37:00.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:00.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:00 smithi098 ceph-mon[112578]: pgmap v7082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:00 smithi016 ceph-mon[96085]: pgmap v7082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:01.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:01.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:02.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:02.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:02 smithi098 ceph-mon[112578]: pgmap v7083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:02 smithi016 ceph-mon[96085]: pgmap v7083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:03.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:03.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:04.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:04.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:04 smithi098 ceph-mon[112578]: pgmap v7084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:04 smithi016 ceph-mon[96085]: pgmap v7084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:05.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:05.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:06.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:06.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:06 smithi098 ceph-mon[112578]: pgmap v7085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:06 smithi016 ceph-mon[96085]: pgmap v7085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:07.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:07.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:08.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:08.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:08 smithi098 ceph-mon[112578]: pgmap v7086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:08 smithi016 ceph-mon[96085]: pgmap v7086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:09.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:09.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:10.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:10.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:10 smithi098 ceph-mon[112578]: pgmap v7087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:10 smithi016 ceph-mon[96085]: pgmap v7087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:11.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:11.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:12.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:12.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:12 smithi098 ceph-mon[112578]: pgmap v7088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:12 smithi016 ceph-mon[96085]: pgmap v7088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:13.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:13.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:37:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:37:14.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:14.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:14 smithi098 ceph-mon[112578]: pgmap v7089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:14 smithi016 ceph-mon[96085]: pgmap v7089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:15.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:15.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:16.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:16.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:16 smithi098 ceph-mon[112578]: pgmap v7090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:16 smithi016 ceph-mon[96085]: pgmap v7090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:17.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:17.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:18.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:18.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:18 smithi098 ceph-mon[112578]: pgmap v7091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:18 smithi016 ceph-mon[96085]: pgmap v7091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:19.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:19.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:20.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:20.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:20 smithi098 ceph-mon[112578]: pgmap v7092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:20 smithi016 ceph-mon[96085]: pgmap v7092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:21.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:21.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:22.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:22.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:22 smithi098 ceph-mon[112578]: pgmap v7093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:22 smithi016 ceph-mon[96085]: pgmap v7093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:23.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:23.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:24.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:24.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:24.921 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:24 smithi016 ceph-mon[96085]: pgmap v7094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:24 smithi098 ceph-mon[112578]: pgmap v7094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:25.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:25.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:26.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:26.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:26 smithi098 ceph-mon[112578]: pgmap v7095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:26 smithi016 ceph-mon[96085]: pgmap v7095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:27.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:27.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:28.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:28.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:28 smithi098 ceph-mon[112578]: pgmap v7096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:37:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:28 smithi016 ceph-mon[96085]: pgmap v7096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:37:29.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:29.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:30.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:30.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:30 smithi098 ceph-mon[112578]: pgmap v7097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:30 smithi016 ceph-mon[96085]: pgmap v7097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:31.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:31.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:32.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:32.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:32 smithi098 ceph-mon[112578]: pgmap v7098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:32 smithi016 ceph-mon[96085]: pgmap v7098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:33.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:33.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:34.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:34.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:34 smithi098 ceph-mon[112578]: pgmap v7099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:34 smithi016 ceph-mon[96085]: pgmap v7099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:35.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:35.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:36.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:36.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:36 smithi098 ceph-mon[112578]: pgmap v7100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:36 smithi016 ceph-mon[96085]: pgmap v7100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:37.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:37.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:38.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:38.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:38 smithi098 ceph-mon[112578]: pgmap v7101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:38 smithi016 ceph-mon[96085]: pgmap v7101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:39.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:39.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:40.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:40.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:40 smithi098 ceph-mon[112578]: pgmap v7102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:40 smithi016 ceph-mon[96085]: pgmap v7102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:41.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:41.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:42.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:42.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:42 smithi098 ceph-mon[112578]: pgmap v7103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:42 smithi016 ceph-mon[96085]: pgmap v7103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:43.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:43.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:37:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:37:44.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:44.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:44 smithi098 ceph-mon[112578]: pgmap v7104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:44 smithi016 ceph-mon[96085]: pgmap v7104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:45.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:45.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:46.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:46.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:46 smithi098 ceph-mon[112578]: pgmap v7105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:46 smithi016 ceph-mon[96085]: pgmap v7105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:47.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:47.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:48.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:48.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:48 smithi098 ceph-mon[112578]: pgmap v7106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:48 smithi016 ceph-mon[96085]: pgmap v7106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:49.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:49.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:50.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:50.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:50 smithi098 ceph-mon[112578]: pgmap v7107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:50 smithi016 ceph-mon[96085]: pgmap v7107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:51.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:51.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:52.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:52.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:52 smithi098 ceph-mon[112578]: pgmap v7108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:52 smithi016 ceph-mon[96085]: pgmap v7108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:53.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:53.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:54.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:54.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:54.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:54 smithi098 ceph-mon[112578]: pgmap v7109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:54 smithi016 ceph-mon[96085]: pgmap v7109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:55.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:55.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:56.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:56.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:56 smithi098 ceph-mon[112578]: pgmap v7110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:56 smithi016 ceph-mon[96085]: pgmap v7110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:57.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:57.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:58.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:58.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:58 smithi098 ceph-mon[112578]: pgmap v7111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:37:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:58 smithi016 ceph-mon[96085]: pgmap v7111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:37:59.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:37:59.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:38:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:38:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:38:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:38:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:38:00.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:37:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:38:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:38:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:38:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:38:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:38:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:38:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:37:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:38:00.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:00.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:00 smithi098 ceph-mon[112578]: pgmap v7112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:00 smithi016 ceph-mon[96085]: pgmap v7112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:01.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:01.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:02.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:02.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:02 smithi098 ceph-mon[112578]: pgmap v7113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:02 smithi016 ceph-mon[96085]: pgmap v7113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:03.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:03.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:04.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:04.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:04 smithi098 ceph-mon[112578]: pgmap v7114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:04 smithi016 ceph-mon[96085]: pgmap v7114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:05.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:05.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:06.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:06.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:06 smithi098 ceph-mon[112578]: pgmap v7115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:06 smithi016 ceph-mon[96085]: pgmap v7115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:07.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:07.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:08.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:08.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:08 smithi098 ceph-mon[112578]: pgmap v7116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:08 smithi016 ceph-mon[96085]: pgmap v7116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:09.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:09.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:10.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:10.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:10 smithi098 ceph-mon[112578]: pgmap v7117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:10 smithi016 ceph-mon[96085]: pgmap v7117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:11.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:11.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:12.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:12.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:12 smithi098 ceph-mon[112578]: pgmap v7118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:12 smithi016 ceph-mon[96085]: pgmap v7118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:13.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:13.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:38:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:38:14.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:14.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:14 smithi098 ceph-mon[112578]: pgmap v7119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:14 smithi016 ceph-mon[96085]: pgmap v7119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:15.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:15.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:16.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:16.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:16 smithi098 ceph-mon[112578]: pgmap v7120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:16 smithi016 ceph-mon[96085]: pgmap v7120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:17.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:17.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:18.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:18.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:18 smithi098 ceph-mon[112578]: pgmap v7121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:18 smithi016 ceph-mon[96085]: pgmap v7121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:19.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:19.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:20.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:20.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:20 smithi098 ceph-mon[112578]: pgmap v7122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:20 smithi016 ceph-mon[96085]: pgmap v7122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:21.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:21.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:22.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:22.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:22 smithi098 ceph-mon[112578]: pgmap v7123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:22 smithi016 ceph-mon[96085]: pgmap v7123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:23.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:23.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:24.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:24.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:24 smithi098 ceph-mon[112578]: pgmap v7124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:24 smithi016 ceph-mon[96085]: pgmap v7124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:25.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:25.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:26.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:26.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:26 smithi098 ceph-mon[112578]: pgmap v7125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:26 smithi016 ceph-mon[96085]: pgmap v7125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:27.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:27.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:28.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:28.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:28 smithi098 ceph-mon[112578]: pgmap v7126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:38:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:28 smithi016 ceph-mon[96085]: pgmap v7126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:38:29.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:29.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:30.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:30.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:30 smithi016 ceph-mon[96085]: pgmap v7127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:30 smithi098 ceph-mon[112578]: pgmap v7127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:31.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:31.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:32.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:32.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:32 smithi016 ceph-mon[96085]: pgmap v7128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:32 smithi098 ceph-mon[112578]: pgmap v7128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:33.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:33.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:34.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:34.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:34 smithi016 ceph-mon[96085]: pgmap v7129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:34 smithi098 ceph-mon[112578]: pgmap v7129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:35.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:35.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:36.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:36.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:36 smithi016 ceph-mon[96085]: pgmap v7130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:36 smithi098 ceph-mon[112578]: pgmap v7130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:37.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:37.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:37 smithi016 ceph-mon[96085]: pgmap v7131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:37 smithi098 ceph-mon[112578]: pgmap v7131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:38.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:38.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:39.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:39.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:40.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:40.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:40 smithi098 ceph-mon[112578]: pgmap v7132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:40 smithi016 ceph-mon[96085]: pgmap v7132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:41.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:41.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:42.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:42.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:42 smithi098 ceph-mon[112578]: pgmap v7133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:42 smithi016 ceph-mon[96085]: pgmap v7133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:43.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:43.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:38:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:38:44.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:44.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:44 smithi098 ceph-mon[112578]: pgmap v7134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:44 smithi016 ceph-mon[96085]: pgmap v7134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:45.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:45.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:46.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:46.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:46 smithi098 ceph-mon[112578]: pgmap v7135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:46 smithi016 ceph-mon[96085]: pgmap v7135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:47.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:47.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:48.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:48.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:48 smithi098 ceph-mon[112578]: pgmap v7136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:48 smithi016 ceph-mon[96085]: pgmap v7136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:49.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:49.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:50.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:50.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:50.556 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:50 smithi098 ceph-mon[112578]: pgmap v7137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:50 smithi016 ceph-mon[96085]: pgmap v7137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:51.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:51.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:52.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:52.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:52 smithi098 ceph-mon[112578]: pgmap v7138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:52 smithi016 ceph-mon[96085]: pgmap v7138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:53.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:53.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:54.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:54.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:54 smithi098 ceph-mon[112578]: pgmap v7139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:54 smithi016 ceph-mon[96085]: pgmap v7139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:55.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:55.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:56.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:56.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:56 smithi098 ceph-mon[112578]: pgmap v7140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:56 smithi016 ceph-mon[96085]: pgmap v7140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:57.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:57.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:58.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:58.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:58 smithi098 ceph-mon[112578]: pgmap v7141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:38:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:38:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:58 smithi016 ceph-mon[96085]: pgmap v7141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:38:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:38:59.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:38:59.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:00.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:00.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:00.661 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:00 smithi098 ceph-mon[112578]: pgmap v7142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:00.662 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:39:00.662 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:39:00.662 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:39:00.662 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:39:00.663 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:39:00.663 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:39:00.663 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:39:00.663 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:39:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:00 smithi016 ceph-mon[96085]: pgmap v7142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:39:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:39:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:39:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:39:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:39:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:39:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:39:00.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:39:01.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:01.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:02.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:02.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:02 smithi098 ceph-mon[112578]: pgmap v7143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:02 smithi016 ceph-mon[96085]: pgmap v7143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:03.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:03.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:04.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:04.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:04 smithi098 ceph-mon[112578]: pgmap v7144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:04 smithi016 ceph-mon[96085]: pgmap v7144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:05.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:05.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:06.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:06.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:06 smithi098 ceph-mon[112578]: pgmap v7145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:06 smithi016 ceph-mon[96085]: pgmap v7145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:07.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:07.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:08.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:08.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:08 smithi098 ceph-mon[112578]: pgmap v7146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:08 smithi016 ceph-mon[96085]: pgmap v7146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:09.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:09.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:10.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:10.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:10 smithi098 ceph-mon[112578]: pgmap v7147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:10 smithi016 ceph-mon[96085]: pgmap v7147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:11.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:11.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:12.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:12.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:12 smithi098 ceph-mon[112578]: pgmap v7148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:12 smithi016 ceph-mon[96085]: pgmap v7148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:13.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:13.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:39:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:39:14.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:14.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:14 smithi098 ceph-mon[112578]: pgmap v7149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:14 smithi016 ceph-mon[96085]: pgmap v7149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:15.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:15.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:16.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:16.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:16 smithi016 ceph-mon[96085]: pgmap v7150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:16 smithi098 ceph-mon[112578]: pgmap v7150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:17.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:17.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:18.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:18.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:18 smithi098 ceph-mon[112578]: pgmap v7151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:18 smithi016 ceph-mon[96085]: pgmap v7151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:19.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:19.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:20.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:20.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:20 smithi098 ceph-mon[112578]: pgmap v7152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:20 smithi016 ceph-mon[96085]: pgmap v7152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:21.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:21.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:22.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:22.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:22 smithi098 ceph-mon[112578]: pgmap v7153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:22 smithi016 ceph-mon[96085]: pgmap v7153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:23.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:23.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:24.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:24.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:24 smithi098 ceph-mon[112578]: pgmap v7154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:24 smithi016 ceph-mon[96085]: pgmap v7154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:25.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:25.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:26.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:26.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:26 smithi098 ceph-mon[112578]: pgmap v7155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:26 smithi016 ceph-mon[96085]: pgmap v7155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:27.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:27.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:28.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:28.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:28 smithi098 ceph-mon[112578]: pgmap v7156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:39:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:28 smithi016 ceph-mon[96085]: pgmap v7156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:39:29.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:29.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:30.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:30.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:30 smithi098 ceph-mon[112578]: pgmap v7157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:30 smithi016 ceph-mon[96085]: pgmap v7157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:31.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:31.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:32.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:32.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:32 smithi098 ceph-mon[112578]: pgmap v7158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:32 smithi016 ceph-mon[96085]: pgmap v7158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:33.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:33.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:34.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:34.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:34 smithi098 ceph-mon[112578]: pgmap v7159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:34 smithi016 ceph-mon[96085]: pgmap v7159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:35.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:35.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:36.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:36.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:36 smithi098 ceph-mon[112578]: pgmap v7160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:36 smithi016 ceph-mon[96085]: pgmap v7160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:37.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:37.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:38.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:38.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:38 smithi098 ceph-mon[112578]: pgmap v7161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:38 smithi016 ceph-mon[96085]: pgmap v7161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:39.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:39.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:40.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:40.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:40 smithi098 ceph-mon[112578]: pgmap v7162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:40 smithi016 ceph-mon[96085]: pgmap v7162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:41.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:41.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:42.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:42.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:42 smithi098 ceph-mon[112578]: pgmap v7163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:42 smithi016 ceph-mon[96085]: pgmap v7163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:43.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:43.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:39:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:39:44.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:44.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:44 smithi098 ceph-mon[112578]: pgmap v7164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:44 smithi016 ceph-mon[96085]: pgmap v7164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:45.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:45.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:46.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:46.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:46 smithi098 ceph-mon[112578]: pgmap v7165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:46 smithi016 ceph-mon[96085]: pgmap v7165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:47.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:47.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:48.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:48.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:48 smithi098 ceph-mon[112578]: pgmap v7166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:48 smithi016 ceph-mon[96085]: pgmap v7166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:49.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:49.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:50.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:50.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:50 smithi098 ceph-mon[112578]: pgmap v7167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:50 smithi016 ceph-mon[96085]: pgmap v7167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:51.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:51.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:52.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:52.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:52 smithi098 ceph-mon[112578]: pgmap v7168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:52 smithi016 ceph-mon[96085]: pgmap v7168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:53.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:53.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:54.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:54.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:54 smithi098 ceph-mon[112578]: pgmap v7169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:54 smithi016 ceph-mon[96085]: pgmap v7169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:55.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:55.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:56.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:56.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:56 smithi098 ceph-mon[112578]: pgmap v7170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:56 smithi016 ceph-mon[96085]: pgmap v7170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:57.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:57.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:58.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:58.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:58 smithi098 ceph-mon[112578]: pgmap v7171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:39:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:39:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:58 smithi016 ceph-mon[96085]: pgmap v7171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:39:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:39:59.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:39:59.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:00.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:00.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:00 smithi098 ceph-mon[112578]: pgmap v7172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T00:40:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:40:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:00 smithi016 ceph-mon[96085]: pgmap v7172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T00:40:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:40:01.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:01.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:01.706 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:40:01.706 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:40:01.706 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:40:01.706 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:40:01.707 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:40:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:40:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:40:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:40:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:40:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:40:02.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:02.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:02 smithi098 ceph-mon[112578]: pgmap v7173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:02 smithi016 ceph-mon[96085]: pgmap v7173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:03.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:03.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:04.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:04.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:04 smithi098 ceph-mon[112578]: pgmap v7174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:04 smithi016 ceph-mon[96085]: pgmap v7174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:05.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:05.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:06.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:06.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:06 smithi098 ceph-mon[112578]: pgmap v7175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:06.764 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:06 smithi016 ceph-mon[96085]: pgmap v7175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:07.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:07.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:08.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:08.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:08 smithi098 ceph-mon[112578]: pgmap v7176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:08 smithi016 ceph-mon[96085]: pgmap v7176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:09.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:09.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:10.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:10.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:10 smithi098 ceph-mon[112578]: pgmap v7177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:10 smithi016 ceph-mon[96085]: pgmap v7177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:11.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:11.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:12.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:12.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:12 smithi098 ceph-mon[112578]: pgmap v7178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:12 smithi016 ceph-mon[96085]: pgmap v7178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:13.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:13.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:40:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:40:14.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:14.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:14 smithi098 ceph-mon[112578]: pgmap v7179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:14 smithi016 ceph-mon[96085]: pgmap v7179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:15.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:15.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:16.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:16.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:16 smithi098 ceph-mon[112578]: pgmap v7180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:16 smithi016 ceph-mon[96085]: pgmap v7180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:17.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:17.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:18.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:18.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:18 smithi098 ceph-mon[112578]: pgmap v7181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:18 smithi016 ceph-mon[96085]: pgmap v7181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:19.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:19.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:20.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:20.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:20 smithi098 ceph-mon[112578]: pgmap v7182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:20 smithi016 ceph-mon[96085]: pgmap v7182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:21.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:21.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:22.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:22.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:22 smithi098 ceph-mon[112578]: pgmap v7183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:22 smithi016 ceph-mon[96085]: pgmap v7183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:23.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:23.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:24.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:24.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:24 smithi098 ceph-mon[112578]: pgmap v7184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:24 smithi016 ceph-mon[96085]: pgmap v7184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:25.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:25.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:26.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:26.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:26 smithi098 ceph-mon[112578]: pgmap v7185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:26 smithi016 ceph-mon[96085]: pgmap v7185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:27.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:27.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:28.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:28.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:28 smithi098 ceph-mon[112578]: pgmap v7186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:40:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:28 smithi016 ceph-mon[96085]: pgmap v7186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:40:29.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:29.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:30.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:30.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:30 smithi098 ceph-mon[112578]: pgmap v7187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:30 smithi016 ceph-mon[96085]: pgmap v7187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:31.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:31.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:32.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:32.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:32 smithi098 ceph-mon[112578]: pgmap v7188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:32 smithi016 ceph-mon[96085]: pgmap v7188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:33.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:33.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:34.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:34.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:34 smithi098 ceph-mon[112578]: pgmap v7189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:34 smithi016 ceph-mon[96085]: pgmap v7189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:35.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:35.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:36.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:36.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:36 smithi098 ceph-mon[112578]: pgmap v7190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:36 smithi016 ceph-mon[96085]: pgmap v7190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:37.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:37.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:38.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:38.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:38 smithi098 ceph-mon[112578]: pgmap v7191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:38 smithi016 ceph-mon[96085]: pgmap v7191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:39.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:39.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:40.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:40.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:40 smithi098 ceph-mon[112578]: pgmap v7192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:40 smithi016 ceph-mon[96085]: pgmap v7192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:41.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:41.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:42.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:42.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:42 smithi098 ceph-mon[112578]: pgmap v7193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:42 smithi016 ceph-mon[96085]: pgmap v7193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:43.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:43.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:40:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:40:44.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:44.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:44 smithi098 ceph-mon[112578]: pgmap v7194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:44 smithi016 ceph-mon[96085]: pgmap v7194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:45.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:45.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:46.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:46.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:46 smithi098 ceph-mon[112578]: pgmap v7195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:46 smithi016 ceph-mon[96085]: pgmap v7195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:47.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:47.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:48.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:48.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:48 smithi098 ceph-mon[112578]: pgmap v7196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:48 smithi016 ceph-mon[96085]: pgmap v7196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:49.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:49.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:50.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:50.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:50 smithi098 ceph-mon[112578]: pgmap v7197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:50 smithi016 ceph-mon[96085]: pgmap v7197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:51.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:51.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:52.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:52.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:52 smithi098 ceph-mon[112578]: pgmap v7198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:52 smithi016 ceph-mon[96085]: pgmap v7198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:53.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:53.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:54.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:54.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:54 smithi098 ceph-mon[112578]: pgmap v7199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:54 smithi016 ceph-mon[96085]: pgmap v7199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:55.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:55.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:56.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:56.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:56 smithi098 ceph-mon[112578]: pgmap v7200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:56 smithi016 ceph-mon[96085]: pgmap v7200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:57.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:57.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:58.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:58.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:58 smithi098 ceph-mon[112578]: pgmap v7201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:40:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:40:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:58 smithi016 ceph-mon[96085]: pgmap v7201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:58.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:40:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:40:59.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:40:59.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:00.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:00.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:00 smithi098 ceph-mon[112578]: pgmap v7202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:00 smithi016 ceph-mon[96085]: pgmap v7202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:01.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:01.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:01.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:41:01.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:41:01.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:41:01.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:41:01.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:41:01.928 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:41:01.928 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:41:01.928 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:41:01.929 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:41:01.929 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:41:02.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:02.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:02 smithi016 ceph-mon[96085]: pgmap v7203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:41:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:02 smithi098 ceph-mon[112578]: pgmap v7203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:41:03.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:03.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:04.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:04.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:04 smithi016 ceph-mon[96085]: pgmap v7204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:04 smithi098 ceph-mon[112578]: pgmap v7204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:05.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:05.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:06.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:06.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:06.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:06 smithi098 ceph-mon[112578]: pgmap v7205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:06 smithi016 ceph-mon[96085]: pgmap v7205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:07.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:07.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:08.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:08.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:08 smithi098 ceph-mon[112578]: pgmap v7206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:08 smithi016 ceph-mon[96085]: pgmap v7206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:09.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:09.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:10.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:10.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:10 smithi098 ceph-mon[112578]: pgmap v7207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:10 smithi016 ceph-mon[96085]: pgmap v7207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:11.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:11.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:12.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:12.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:12 smithi016 ceph-mon[96085]: pgmap v7208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:12 smithi098 ceph-mon[112578]: pgmap v7208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:13.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:13.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:41:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:41:14.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:14.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:14 smithi016 ceph-mon[96085]: pgmap v7209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:14 smithi098 ceph-mon[112578]: pgmap v7209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:15.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:15.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:16.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:16.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:16 smithi098 ceph-mon[112578]: pgmap v7210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:16 smithi016 ceph-mon[96085]: pgmap v7210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:17.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:17.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:18.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:18.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:18 smithi098 ceph-mon[112578]: pgmap v7211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:18 smithi016 ceph-mon[96085]: pgmap v7211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:19.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:19.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:20.555 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:20 smithi016 ceph-mon[96085]: pgmap v7212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:20.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:20.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:20 smithi098 ceph-mon[112578]: pgmap v7212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:21.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:21.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:22.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:22.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:22 smithi098 ceph-mon[112578]: pgmap v7213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:22 smithi016 ceph-mon[96085]: pgmap v7213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:23.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:23.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:24.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:24.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:24 smithi098 ceph-mon[112578]: pgmap v7214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:24 smithi016 ceph-mon[96085]: pgmap v7214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:25.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:25.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:26.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:26.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:26 smithi098 ceph-mon[112578]: pgmap v7215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:26 smithi016 ceph-mon[96085]: pgmap v7215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:27.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:27.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:28.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:28.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:28 smithi098 ceph-mon[112578]: pgmap v7216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:41:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:28 smithi016 ceph-mon[96085]: pgmap v7216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:41:29.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:29.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:30.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:30.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:30 smithi098 ceph-mon[112578]: pgmap v7217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:30 smithi016 ceph-mon[96085]: pgmap v7217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:31.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:31.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:32.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:32.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:32 smithi098 ceph-mon[112578]: pgmap v7218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:32 smithi016 ceph-mon[96085]: pgmap v7218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:33.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:33.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:34.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:34.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:34 smithi098 ceph-mon[112578]: pgmap v7219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:34 smithi016 ceph-mon[96085]: pgmap v7219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:35.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:35.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:36.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:36.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:36 smithi098 ceph-mon[112578]: pgmap v7220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:36 smithi016 ceph-mon[96085]: pgmap v7220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:37.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:37.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:38.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:38.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:38 smithi098 ceph-mon[112578]: pgmap v7221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:38 smithi016 ceph-mon[96085]: pgmap v7221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:39.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:39.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:40.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:40.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:40 smithi098 ceph-mon[112578]: pgmap v7222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:40 smithi016 ceph-mon[96085]: pgmap v7222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:41.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:41.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:42.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:42.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:42 smithi098 ceph-mon[112578]: pgmap v7223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:42.857 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:42 smithi016 ceph-mon[96085]: pgmap v7223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:43.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:43.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:41:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:41:44.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:44.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:44 smithi098 ceph-mon[112578]: pgmap v7224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:44 smithi016 ceph-mon[96085]: pgmap v7224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:45.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:45.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:46.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:46.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:46 smithi098 ceph-mon[112578]: pgmap v7225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:46 smithi016 ceph-mon[96085]: pgmap v7225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:47.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:47.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:48.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:48.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:48 smithi098 ceph-mon[112578]: pgmap v7226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:48 smithi016 ceph-mon[96085]: pgmap v7226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:49.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:49.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:50.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:50.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:50 smithi098 ceph-mon[112578]: pgmap v7227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:50 smithi016 ceph-mon[96085]: pgmap v7227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:51.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:51.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:52.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:52.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:52 smithi098 ceph-mon[112578]: pgmap v7228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:52.973 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:52 smithi016 ceph-mon[96085]: pgmap v7228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:53.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:53.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:54.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:54.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:54 smithi098 ceph-mon[112578]: pgmap v7229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:54 smithi016 ceph-mon[96085]: pgmap v7229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:55.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:55.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:56.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:56.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:56 smithi098 ceph-mon[112578]: pgmap v7230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:56 smithi016 ceph-mon[96085]: pgmap v7230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:57.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:57.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:58.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:58.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:58 smithi098 ceph-mon[112578]: pgmap v7231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:41:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:41:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:58 smithi016 ceph-mon[96085]: pgmap v7231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:41:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:41:59.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:41:59.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:00.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:00.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:00 smithi098 ceph-mon[112578]: pgmap v7232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:00 smithi016 ceph-mon[96085]: pgmap v7232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:01.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:01.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:42:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:42:02.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:02.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:02 smithi098 ceph-mon[112578]: pgmap v7233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:42:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:42:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:42:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:42:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:42:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:02 smithi016 ceph-mon[96085]: pgmap v7233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:42:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:42:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:42:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:42:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:42:03.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:03.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:04.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:04.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:04 smithi098 ceph-mon[112578]: pgmap v7234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:04 smithi016 ceph-mon[96085]: pgmap v7234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:05.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:05.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:06.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:06.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:06 smithi098 ceph-mon[112578]: pgmap v7235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:06 smithi016 ceph-mon[96085]: pgmap v7235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:07.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:07.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:08.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:08.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:08 smithi098 ceph-mon[112578]: pgmap v7236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:08 smithi016 ceph-mon[96085]: pgmap v7236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:09.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:09.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:10.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:10.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:10 smithi098 ceph-mon[112578]: pgmap v7237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:10 smithi016 ceph-mon[96085]: pgmap v7237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:11.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:11.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:12.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:12.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:12 smithi098 ceph-mon[112578]: pgmap v7238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:12 smithi016 ceph-mon[96085]: pgmap v7238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:13.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:13.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:42:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:42:14.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:14.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:14 smithi098 ceph-mon[112578]: pgmap v7239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:14 smithi016 ceph-mon[96085]: pgmap v7239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:15.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:15.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:16.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:16.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:16 smithi098 ceph-mon[112578]: pgmap v7240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:16 smithi016 ceph-mon[96085]: pgmap v7240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:17.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:17.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:18.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:18.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:18 smithi098 ceph-mon[112578]: pgmap v7241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:18 smithi016 ceph-mon[96085]: pgmap v7241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:19.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:19.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:20.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:20.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:20 smithi098 ceph-mon[112578]: pgmap v7242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:20 smithi016 ceph-mon[96085]: pgmap v7242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:21.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:21.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:22.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:22.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:22 smithi098 ceph-mon[112578]: pgmap v7243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:22 smithi016 ceph-mon[96085]: pgmap v7243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:23.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:23.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:24.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:24.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:24 smithi098 ceph-mon[112578]: pgmap v7244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:24 smithi016 ceph-mon[96085]: pgmap v7244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:25.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:25.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:26.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:26.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:26 smithi098 ceph-mon[112578]: pgmap v7245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:26 smithi016 ceph-mon[96085]: pgmap v7245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:27.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:27.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:28.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:28.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:28 smithi098 ceph-mon[112578]: pgmap v7246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:42:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:28 smithi016 ceph-mon[96085]: pgmap v7246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:42:29.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:29.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:30.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:30.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:30 smithi098 ceph-mon[112578]: pgmap v7247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:30 smithi016 ceph-mon[96085]: pgmap v7247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:31.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:31.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:32.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:32.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:32 smithi098 ceph-mon[112578]: pgmap v7248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:32 smithi016 ceph-mon[96085]: pgmap v7248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:33.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:33.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:34.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:34.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:34 smithi098 ceph-mon[112578]: pgmap v7249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:34 smithi016 ceph-mon[96085]: pgmap v7249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:35.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:35.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:36.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:36.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:36 smithi098 ceph-mon[112578]: pgmap v7250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:36 smithi016 ceph-mon[96085]: pgmap v7250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:37.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:37.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:38.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:38.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:38 smithi016 ceph-mon[96085]: pgmap v7251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:38 smithi098 ceph-mon[112578]: pgmap v7251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:39.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:39.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:40.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:40.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:40 smithi098 ceph-mon[112578]: pgmap v7252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:40 smithi016 ceph-mon[96085]: pgmap v7252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:41.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:41.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:42.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:42.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:42.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:42 smithi098 ceph-mon[112578]: pgmap v7253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:42 smithi016 ceph-mon[96085]: pgmap v7253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:43.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:43.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:42:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:42:44.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:44.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:44 smithi098 ceph-mon[112578]: pgmap v7254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:44 smithi016 ceph-mon[96085]: pgmap v7254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:45.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:45.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:46.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:46.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:46 smithi098 ceph-mon[112578]: pgmap v7255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:46 smithi016 ceph-mon[96085]: pgmap v7255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:47.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:47.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:48.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:48.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:48 smithi098 ceph-mon[112578]: pgmap v7256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:48 smithi016 ceph-mon[96085]: pgmap v7256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:49.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:49.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:50.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:50.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:50 smithi098 ceph-mon[112578]: pgmap v7257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:50 smithi016 ceph-mon[96085]: pgmap v7257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:51.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:51.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:52.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:52.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:52 smithi098 ceph-mon[112578]: pgmap v7258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:52 smithi016 ceph-mon[96085]: pgmap v7258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:53.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:53.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:54.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:54.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:54 smithi098 ceph-mon[112578]: pgmap v7259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:54 smithi016 ceph-mon[96085]: pgmap v7259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:55.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:55.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:56.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:56.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:56 smithi098 ceph-mon[112578]: pgmap v7260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:56 smithi016 ceph-mon[96085]: pgmap v7260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:57.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:57.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:58.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:58.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:58 smithi098 ceph-mon[112578]: pgmap v7261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:42:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:42:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:58 smithi016 ceph-mon[96085]: pgmap v7261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:42:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:42:59.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:42:59.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:00.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:00.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:00 smithi098 ceph-mon[112578]: pgmap v7262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:00 smithi016 ceph-mon[96085]: pgmap v7262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:01.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:01.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:02.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:02.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:02 smithi098 ceph-mon[112578]: pgmap v7263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:43:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:02 smithi016 ceph-mon[96085]: pgmap v7263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:43:03.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:03.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:43:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:43:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:43:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:43:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:43:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:43:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:43:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:43:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:43:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:43:04.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:04.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:04 smithi098 ceph-mon[112578]: pgmap v7264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:04 smithi016 ceph-mon[96085]: pgmap v7264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:05.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:05.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:06.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:06.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:06 smithi098 ceph-mon[112578]: pgmap v7265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:06 smithi016 ceph-mon[96085]: pgmap v7265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:07.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:07.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:08.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:08.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:08 smithi098 ceph-mon[112578]: pgmap v7266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:08 smithi016 ceph-mon[96085]: pgmap v7266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:09.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:09.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:10.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:10.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:10 smithi098 ceph-mon[112578]: pgmap v7267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:10 smithi016 ceph-mon[96085]: pgmap v7267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:11.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:11.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:12.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:12.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:12 smithi098 ceph-mon[112578]: pgmap v7268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:12 smithi016 ceph-mon[96085]: pgmap v7268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:13.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:13.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:43:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:43:14.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:14.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:14 smithi098 ceph-mon[112578]: pgmap v7269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:14 smithi016 ceph-mon[96085]: pgmap v7269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:15.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:15.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:16.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:16.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:16 smithi098 ceph-mon[112578]: pgmap v7270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:16 smithi016 ceph-mon[96085]: pgmap v7270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:17.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:17.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:18.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:18.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:18 smithi098 ceph-mon[112578]: pgmap v7271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:18 smithi016 ceph-mon[96085]: pgmap v7271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:19.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:19.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:20.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:20.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:20 smithi098 ceph-mon[112578]: pgmap v7272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:20 smithi016 ceph-mon[96085]: pgmap v7272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:21.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:21.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:22.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:22.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:22 smithi098 ceph-mon[112578]: pgmap v7273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:22 smithi016 ceph-mon[96085]: pgmap v7273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:23.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:23.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:24.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:24.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:24 smithi016 ceph-mon[96085]: pgmap v7274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:24 smithi098 ceph-mon[112578]: pgmap v7274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:25.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:25.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:26.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:26.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:26 smithi016 ceph-mon[96085]: pgmap v7275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:26 smithi098 ceph-mon[112578]: pgmap v7275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:27.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:27.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:28.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:28.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:28 smithi016 ceph-mon[96085]: pgmap v7276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:43:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:28 smithi098 ceph-mon[112578]: pgmap v7276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:43:29.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:29.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:30.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:30.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:30 smithi016 ceph-mon[96085]: pgmap v7277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:30 smithi098 ceph-mon[112578]: pgmap v7277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:31.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:31.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:32.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:32.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:32 smithi016 ceph-mon[96085]: pgmap v7278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:32 smithi098 ceph-mon[112578]: pgmap v7278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:33.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:33.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:34.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:34.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:34 smithi016 ceph-mon[96085]: pgmap v7279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:34 smithi098 ceph-mon[112578]: pgmap v7279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:35.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:35.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:36.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:36.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:36 smithi098 ceph-mon[112578]: pgmap v7280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:36 smithi016 ceph-mon[96085]: pgmap v7280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:37.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:37.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:38.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:38.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:38 smithi098 ceph-mon[112578]: pgmap v7281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:39.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:38 smithi016 ceph-mon[96085]: pgmap v7281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:39.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:39.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:40.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:40.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:41.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:40 smithi016 ceph-mon[96085]: pgmap v7282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:40 smithi098 ceph-mon[112578]: pgmap v7282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:41.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:41.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:42.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:42.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:42 smithi098 ceph-mon[112578]: pgmap v7283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:42 smithi016 ceph-mon[96085]: pgmap v7283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:43.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:43.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:43:44.254 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:43:44.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:44.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:44 smithi098 ceph-mon[112578]: pgmap v7284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:44 smithi016 ceph-mon[96085]: pgmap v7284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:45.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:45.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:46.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:46.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:46 smithi098 ceph-mon[112578]: pgmap v7285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:46 smithi016 ceph-mon[96085]: pgmap v7285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:47.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:47.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:48.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:48.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:48 smithi098 ceph-mon[112578]: pgmap v7286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:48 smithi016 ceph-mon[96085]: pgmap v7286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:49.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:49.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:50.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:50.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:50 smithi016 ceph-mon[96085]: pgmap v7287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:50 smithi098 ceph-mon[112578]: pgmap v7287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:51.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:51.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:52.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:53.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:52 smithi098 ceph-mon[112578]: pgmap v7288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:52 smithi016 ceph-mon[96085]: pgmap v7288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:53.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:53.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:54.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:54.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:54 smithi098 ceph-mon[112578]: pgmap v7289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:54 smithi016 ceph-mon[96085]: pgmap v7289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:55.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:55.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:56.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:56.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:56 smithi098 ceph-mon[112578]: pgmap v7290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:56 smithi016 ceph-mon[96085]: pgmap v7290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:57.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:57.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:58.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:58.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:58 smithi098 ceph-mon[112578]: pgmap v7291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:43:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:43:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:58 smithi016 ceph-mon[96085]: pgmap v7291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:43:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:43:59.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:43:59.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:00.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:00.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:00 smithi016 ceph-mon[96085]: pgmap v7292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:00 smithi098 ceph-mon[112578]: pgmap v7292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:01.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:01.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:02.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:02.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:02 smithi098 ceph-mon[112578]: pgmap v7293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:02 smithi016 ceph-mon[96085]: pgmap v7293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:03.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:03.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:44:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:44:04.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:04.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:04 smithi098 ceph-mon[112578]: pgmap v7294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:04 smithi016 ceph-mon[96085]: pgmap v7294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:05.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:05.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:06.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:06.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:06 smithi098 ceph-mon[112578]: pgmap v7295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:44:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:44:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:44:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:44:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:44:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:44:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:44:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:06 smithi016 ceph-mon[96085]: pgmap v7295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:44:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:44:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:44:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:44:07.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:44:07.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:44:07.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:44:07.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:07.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:08.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:08.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:08 smithi098 ceph-mon[112578]: pgmap v7296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:08 smithi016 ceph-mon[96085]: pgmap v7296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:09.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:09.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:10.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:10.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:11.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:10 smithi016 ceph-mon[96085]: pgmap v7297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:10 smithi098 ceph-mon[112578]: pgmap v7297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:11.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:11.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:11 smithi098 ceph-mon[112578]: pgmap v7298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:11 smithi016 ceph-mon[96085]: pgmap v7298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:12.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:12.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:44:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:44:13.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:13.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:14 smithi098 ceph-mon[112578]: pgmap v7299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:14 smithi016 ceph-mon[96085]: pgmap v7299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:14.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:14.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:15.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:15.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:16 smithi098 ceph-mon[112578]: pgmap v7300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:16 smithi016 ceph-mon[96085]: pgmap v7300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:16.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:16.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:17.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:17.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:18 smithi098 ceph-mon[112578]: pgmap v7301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:18 smithi016 ceph-mon[96085]: pgmap v7301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:18.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:18.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:19.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:19.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:20 smithi098 ceph-mon[112578]: pgmap v7302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:20 smithi016 ceph-mon[96085]: pgmap v7302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:20.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:20.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:21.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:21.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:22 smithi098 ceph-mon[112578]: pgmap v7303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:22 smithi016 ceph-mon[96085]: pgmap v7303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:22.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:22.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:23.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:23.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:24.715 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:24 smithi016 ceph-mon[96085]: pgmap v7304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:24 smithi098 ceph-mon[112578]: pgmap v7304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:24.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:24.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:25.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:25.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:26 smithi098 ceph-mon[112578]: pgmap v7305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:26 smithi016 ceph-mon[96085]: pgmap v7305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:26.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:26.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:27.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:27.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:28 smithi098 ceph-mon[112578]: pgmap v7306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:44:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:28 smithi016 ceph-mon[96085]: pgmap v7306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:44:28.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:28.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:29.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:29.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:30 smithi098 ceph-mon[112578]: pgmap v7307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:30 smithi016 ceph-mon[96085]: pgmap v7307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:30.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:30.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:31.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:31.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:32 smithi098 ceph-mon[112578]: pgmap v7308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:32 smithi016 ceph-mon[96085]: pgmap v7308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:32.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:32.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:33.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:33.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:34 smithi098 ceph-mon[112578]: pgmap v7309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:34 smithi016 ceph-mon[96085]: pgmap v7309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:34.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:34.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:35.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:35.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:36 smithi098 ceph-mon[112578]: pgmap v7310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:36 smithi016 ceph-mon[96085]: pgmap v7310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:36.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:36.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:37.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:37.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:38 smithi098 ceph-mon[112578]: pgmap v7311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:38 smithi016 ceph-mon[96085]: pgmap v7311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:38.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:38.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:39.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:39.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:40 smithi098 ceph-mon[112578]: pgmap v7312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:40 smithi016 ceph-mon[96085]: pgmap v7312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:40.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:40.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:41.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:41.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:42 smithi098 ceph-mon[112578]: pgmap v7313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:42 smithi016 ceph-mon[96085]: pgmap v7313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:42.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:42.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:44:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:44:43.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:43.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:44 smithi098 ceph-mon[112578]: pgmap v7314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:44 smithi016 ceph-mon[96085]: pgmap v7314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:44.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:44.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:45.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:45.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:46 smithi098 ceph-mon[112578]: pgmap v7315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:46 smithi016 ceph-mon[96085]: pgmap v7315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:46.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:46.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:47.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:47.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:48 smithi098 ceph-mon[112578]: pgmap v7316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:48 smithi016 ceph-mon[96085]: pgmap v7316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:48.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:48.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:49.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:49.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:50 smithi098 ceph-mon[112578]: pgmap v7317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:50 smithi016 ceph-mon[96085]: pgmap v7317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:50.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:50.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:51.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:51.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:52 smithi098 ceph-mon[112578]: pgmap v7318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:52 smithi016 ceph-mon[96085]: pgmap v7318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:52.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:52.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:53.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:53.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:54 smithi098 ceph-mon[112578]: pgmap v7319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:54 smithi016 ceph-mon[96085]: pgmap v7319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:54.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:54.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:55.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:55.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:56 smithi098 ceph-mon[112578]: pgmap v7320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:56 smithi016 ceph-mon[96085]: pgmap v7320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:56.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:56.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:57.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:57.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:58 smithi098 ceph-mon[112578]: pgmap v7321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:44:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:44:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:58 smithi016 ceph-mon[96085]: pgmap v7321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:44:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:44:58.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:58.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:59.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:44:59.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:00 smithi098 ceph-mon[112578]: pgmap v7322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:00 smithi016 ceph-mon[96085]: pgmap v7322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:00.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:00.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:01.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:01.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:02 smithi098 ceph-mon[112578]: pgmap v7323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:02 smithi016 ceph-mon[96085]: pgmap v7323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:02.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:02.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:03.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:03.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:04 smithi098 ceph-mon[112578]: pgmap v7324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:04 smithi016 ceph-mon[96085]: pgmap v7324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:04.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:04.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:05.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:05.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:06 smithi098 ceph-mon[112578]: pgmap v7325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:45:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:06 smithi016 ceph-mon[96085]: pgmap v7325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:45:06.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:06.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:07.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:07.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:08 smithi098 ceph-mon[112578]: pgmap v7326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:08 smithi016 ceph-mon[96085]: pgmap v7326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:08.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:09.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:10.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:10.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:10 smithi016 ceph-mon[96085]: pgmap v7327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:10 smithi098 ceph-mon[112578]: pgmap v7327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:11.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:11.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:12.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:12.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:45:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:45:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:11 smithi098 ceph-mon[112578]: pgmap v7328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:45:12.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:45:12.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:45:12.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:45:12.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:45:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:45:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:45:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:11 smithi016 ceph-mon[96085]: pgmap v7328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:45:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:45:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:45:12.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:45:12.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:45:13.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:13.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:45:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:45:14.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:14.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:14 smithi098 ceph-mon[112578]: pgmap v7329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:14 smithi016 ceph-mon[96085]: pgmap v7329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:15.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:15.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:16.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:16.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:16 smithi098 ceph-mon[112578]: pgmap v7330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:16 smithi016 ceph-mon[96085]: pgmap v7330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:17.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:17.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:18.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:18.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:18 smithi098 ceph-mon[112578]: pgmap v7331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:18 smithi016 ceph-mon[96085]: pgmap v7331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:19.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:19.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:20.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:20.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:20 smithi098 ceph-mon[112578]: pgmap v7332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:20 smithi016 ceph-mon[96085]: pgmap v7332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:21.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:21.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:22.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:22.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:22 smithi098 ceph-mon[112578]: pgmap v7333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:22 smithi016 ceph-mon[96085]: pgmap v7333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:23.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:23.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:24.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:24.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:24.668 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:24 smithi098 ceph-mon[112578]: pgmap v7334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:24 smithi016 ceph-mon[96085]: pgmap v7334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:25.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:25.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:26.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:26.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:26 smithi098 ceph-mon[112578]: pgmap v7335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:26 smithi016 ceph-mon[96085]: pgmap v7335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:27.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:27.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:28.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:28.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:28 smithi098 ceph-mon[112578]: pgmap v7336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:45:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:28 smithi016 ceph-mon[96085]: pgmap v7336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:45:29.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:29.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:30.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:30.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:30 smithi098 ceph-mon[112578]: pgmap v7337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:30 smithi016 ceph-mon[96085]: pgmap v7337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:31.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:31.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:32.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:32.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:32 smithi098 ceph-mon[112578]: pgmap v7338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:32 smithi016 ceph-mon[96085]: pgmap v7338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:33.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:33.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:34.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:34.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:34 smithi098 ceph-mon[112578]: pgmap v7339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:34 smithi016 ceph-mon[96085]: pgmap v7339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:35.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:35.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:36.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:36.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:36 smithi098 ceph-mon[112578]: pgmap v7340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:36 smithi016 ceph-mon[96085]: pgmap v7340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:37.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:37.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:38.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:38.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:38 smithi098 ceph-mon[112578]: pgmap v7341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:38 smithi016 ceph-mon[96085]: pgmap v7341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:39.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:39.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:40.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:40.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:40 smithi098 ceph-mon[112578]: pgmap v7342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:40 smithi016 ceph-mon[96085]: pgmap v7342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:41.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:41.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:42.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:42.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:42 smithi098 ceph-mon[112578]: pgmap v7343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:42 smithi016 ceph-mon[96085]: pgmap v7343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:43.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:43.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:45:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:45:44.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:44.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:44 smithi098 ceph-mon[112578]: pgmap v7344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:44 smithi016 ceph-mon[96085]: pgmap v7344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:45.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:45.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:46.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:46.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:46 smithi098 ceph-mon[112578]: pgmap v7345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:46 smithi016 ceph-mon[96085]: pgmap v7345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:47.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:47.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:48.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:48.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:48 smithi098 ceph-mon[112578]: pgmap v7346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:48 smithi016 ceph-mon[96085]: pgmap v7346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:49.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:49.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:50.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:50.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:50.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:50 smithi016 ceph-mon[96085]: pgmap v7347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:50 smithi098 ceph-mon[112578]: pgmap v7347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:51.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:51.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:52.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:52.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:52 smithi098 ceph-mon[112578]: pgmap v7348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:52 smithi016 ceph-mon[96085]: pgmap v7348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:53.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:53.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:54.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:54.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:54 smithi098 ceph-mon[112578]: pgmap v7349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:54 smithi016 ceph-mon[96085]: pgmap v7349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:55.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:55.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:56.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:56.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:56 smithi098 ceph-mon[112578]: pgmap v7350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:56 smithi016 ceph-mon[96085]: pgmap v7350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:57.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:57.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:58.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:58.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:58 smithi098 ceph-mon[112578]: pgmap v7351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:45:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:45:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:58 smithi016 ceph-mon[96085]: pgmap v7351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:45:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:45:59.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:45:59.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:00.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:00.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:00 smithi098 ceph-mon[112578]: pgmap v7352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:00 smithi016 ceph-mon[96085]: pgmap v7352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:01.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:01.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:02.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:02.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:02 smithi098 ceph-mon[112578]: pgmap v7353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:02 smithi016 ceph-mon[96085]: pgmap v7353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:03.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:03.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:04.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:04.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:04 smithi098 ceph-mon[112578]: pgmap v7354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:04 smithi016 ceph-mon[96085]: pgmap v7354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:05.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:05.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:06.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:06.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:06 smithi098 ceph-mon[112578]: pgmap v7355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:06 smithi016 ceph-mon[96085]: pgmap v7355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:07.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:07.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:08.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:08.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:08 smithi098 ceph-mon[112578]: pgmap v7356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:08 smithi016 ceph-mon[96085]: pgmap v7356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:09.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:09.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:10.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:10.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:10 smithi098 ceph-mon[112578]: pgmap v7357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:10 smithi016 ceph-mon[96085]: pgmap v7357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:11.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:11.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:12.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:12.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:12 smithi098 ceph-mon[112578]: pgmap v7358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:46:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:46:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:46:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:46:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:46:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:46:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:12 smithi016 ceph-mon[96085]: pgmap v7358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:46:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:46:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:46:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:46:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:46:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:46:13.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:13.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:46:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:46:14.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:14.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:14 smithi098 ceph-mon[112578]: pgmap v7359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:14 smithi016 ceph-mon[96085]: pgmap v7359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:15.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:15.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:16.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:16.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:16 smithi098 ceph-mon[112578]: pgmap v7360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:16 smithi016 ceph-mon[96085]: pgmap v7360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:17.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:17.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:18.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:18.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:18 smithi098 ceph-mon[112578]: pgmap v7361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:18 smithi016 ceph-mon[96085]: pgmap v7361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:19.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:19.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:20.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:20.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:20 smithi098 ceph-mon[112578]: pgmap v7362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:20 smithi016 ceph-mon[96085]: pgmap v7362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:21.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:21.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:22.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:22.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:22 smithi098 ceph-mon[112578]: pgmap v7363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:22 smithi016 ceph-mon[96085]: pgmap v7363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:23.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:23.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:24.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:24.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:24 smithi098 ceph-mon[112578]: pgmap v7364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:24 smithi016 ceph-mon[96085]: pgmap v7364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:25.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:25.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:26.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:26.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:26 smithi098 ceph-mon[112578]: pgmap v7365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:26 smithi016 ceph-mon[96085]: pgmap v7365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:27.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:27.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:28.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:28.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:28 smithi098 ceph-mon[112578]: pgmap v7366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:46:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:28 smithi016 ceph-mon[96085]: pgmap v7366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:46:29.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:29.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:30.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:30.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:30 smithi098 ceph-mon[112578]: pgmap v7367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:30 smithi016 ceph-mon[96085]: pgmap v7367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:31.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:31.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:32.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:32.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:32 smithi016 ceph-mon[96085]: pgmap v7368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:32 smithi098 ceph-mon[112578]: pgmap v7368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:33.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:33.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:34.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:34.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:34 smithi016 ceph-mon[96085]: pgmap v7369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:34 smithi098 ceph-mon[112578]: pgmap v7369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:35.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:35.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:36.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:36.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:36 smithi016 ceph-mon[96085]: pgmap v7370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:36 smithi098 ceph-mon[112578]: pgmap v7370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:37.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:37.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:38.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:38.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:38 smithi016 ceph-mon[96085]: pgmap v7371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:38 smithi098 ceph-mon[112578]: pgmap v7371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:39.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:39.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:40.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:40.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:40 smithi098 ceph-mon[112578]: pgmap v7372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:40 smithi016 ceph-mon[96085]: pgmap v7372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:41.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:41.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:42.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:42.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:42 smithi098 ceph-mon[112578]: pgmap v7373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:42 smithi016 ceph-mon[96085]: pgmap v7373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:43.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:43.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:46:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:46:44.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:44.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:44 smithi098 ceph-mon[112578]: pgmap v7374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:44 smithi016 ceph-mon[96085]: pgmap v7374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:45.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:45.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:46.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:46.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:46 smithi016 ceph-mon[96085]: pgmap v7375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:46 smithi098 ceph-mon[112578]: pgmap v7375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:47.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:47.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:48.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:48.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:48 smithi098 ceph-mon[112578]: pgmap v7376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:48 smithi016 ceph-mon[96085]: pgmap v7376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:49.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:49.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:50.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:50.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:50 smithi098 ceph-mon[112578]: pgmap v7377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:50 smithi016 ceph-mon[96085]: pgmap v7377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:51.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:51.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:52.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:52.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:52 smithi098 ceph-mon[112578]: pgmap v7378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:52 smithi016 ceph-mon[96085]: pgmap v7378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:53.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:53.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:54.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:54.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:54 smithi098 ceph-mon[112578]: pgmap v7379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:54 smithi016 ceph-mon[96085]: pgmap v7379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:55.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:55.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:56.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:56.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:56 smithi016 ceph-mon[96085]: pgmap v7380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:56 smithi098 ceph-mon[112578]: pgmap v7380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:57.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:57.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:58.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:58.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:58 smithi098 ceph-mon[112578]: pgmap v7381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:46:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:46:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:58 smithi016 ceph-mon[96085]: pgmap v7381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:46:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:46:59.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:46:59.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:00.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:00.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:00 smithi098 ceph-mon[112578]: pgmap v7382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:00 smithi016 ceph-mon[96085]: pgmap v7382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:01.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:01.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:02.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:02.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:02 smithi098 ceph-mon[112578]: pgmap v7383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:02 smithi016 ceph-mon[96085]: pgmap v7383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:03.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:03.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:04.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:04.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:04 smithi098 ceph-mon[112578]: pgmap v7384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:04 smithi016 ceph-mon[96085]: pgmap v7384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:05.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:05.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:06.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:06.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:06 smithi098 ceph-mon[112578]: pgmap v7385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:06 smithi016 ceph-mon[96085]: pgmap v7385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:07.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:07.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:08.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:08.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:08 smithi098 ceph-mon[112578]: pgmap v7386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:08 smithi016 ceph-mon[96085]: pgmap v7386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:09.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:09.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:10.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:10.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:10 smithi098 ceph-mon[112578]: pgmap v7387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:10 smithi016 ceph-mon[96085]: pgmap v7387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:11.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:11.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:12.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:12.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:12 smithi098 ceph-mon[112578]: pgmap v7388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:47:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:47:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:47:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:12 smithi016 ceph-mon[96085]: pgmap v7388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:47:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:47:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:47:13.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:13.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:47:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:47:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:47:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:47:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:47:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:47:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:47:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:47:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:47:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:47:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:47:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:47:14.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:14.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:14 smithi098 ceph-mon[112578]: pgmap v7389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:14 smithi016 ceph-mon[96085]: pgmap v7389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:15.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:15.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:16.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:16.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:16 smithi098 ceph-mon[112578]: pgmap v7390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:16 smithi016 ceph-mon[96085]: pgmap v7390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:17.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:17.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:18.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:18.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:18 smithi098 ceph-mon[112578]: pgmap v7391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:18 smithi016 ceph-mon[96085]: pgmap v7391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:19.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:19.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:20.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:20.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:20.883 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:20 smithi098 ceph-mon[112578]: pgmap v7392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:20 smithi016 ceph-mon[96085]: pgmap v7392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:21.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:21.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:22.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:22.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:22 smithi098 ceph-mon[112578]: pgmap v7393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:22 smithi016 ceph-mon[96085]: pgmap v7393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:23.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:23.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:24.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:24.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:24 smithi098 ceph-mon[112578]: pgmap v7394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:24 smithi016 ceph-mon[96085]: pgmap v7394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:25.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:25.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:26.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:26.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:26 smithi098 ceph-mon[112578]: pgmap v7395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:26 smithi016 ceph-mon[96085]: pgmap v7395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:27.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:27.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:28.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:28.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:28 smithi098 ceph-mon[112578]: pgmap v7396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:47:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:28 smithi016 ceph-mon[96085]: pgmap v7396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:47:29.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:29.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:30.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:30.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:30.989 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:30 smithi098 ceph-mon[112578]: pgmap v7397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:30 smithi016 ceph-mon[96085]: pgmap v7397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:31.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:31.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:32.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:32.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:32 smithi098 ceph-mon[112578]: pgmap v7398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:32 smithi016 ceph-mon[96085]: pgmap v7398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:33.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:33.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:34.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:34.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:34 smithi098 ceph-mon[112578]: pgmap v7399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:34 smithi016 ceph-mon[96085]: pgmap v7399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:35.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:35.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:36.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:36.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:36.902 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:36 smithi016 ceph-mon[96085]: pgmap v7400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:36 smithi098 ceph-mon[112578]: pgmap v7400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:37.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:37.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:38.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:38.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:38 smithi098 ceph-mon[112578]: pgmap v7401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:38 smithi016 ceph-mon[96085]: pgmap v7401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:39.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:39.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:40.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:40.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:40 smithi098 ceph-mon[112578]: pgmap v7402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:40 smithi016 ceph-mon[96085]: pgmap v7402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:41.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:41.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:42.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:42.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:42 smithi098 ceph-mon[112578]: pgmap v7403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:42 smithi016 ceph-mon[96085]: pgmap v7403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:43.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:43.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:47:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:47:44.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:44.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:44 smithi098 ceph-mon[112578]: pgmap v7404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:44 smithi016 ceph-mon[96085]: pgmap v7404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:45.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:45.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:46.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:46.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:46 smithi098 ceph-mon[112578]: pgmap v7405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:47.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:46 smithi016 ceph-mon[96085]: pgmap v7405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:47.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:47.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:48.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:48.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:48 smithi098 ceph-mon[112578]: pgmap v7406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:48 smithi016 ceph-mon[96085]: pgmap v7406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:49.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:49.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:50.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:50.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:50 smithi098 ceph-mon[112578]: pgmap v7407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:50 smithi016 ceph-mon[96085]: pgmap v7407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:51.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:51.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:52.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:52.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:52 smithi098 ceph-mon[112578]: pgmap v7408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:52 smithi016 ceph-mon[96085]: pgmap v7408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:53.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:53.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:54.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:54.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:54 smithi098 ceph-mon[112578]: pgmap v7409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:54 smithi016 ceph-mon[96085]: pgmap v7409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:55.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:55.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:56.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:56.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:56 smithi098 ceph-mon[112578]: pgmap v7410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:56 smithi016 ceph-mon[96085]: pgmap v7410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:57.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:57.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:58.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:58.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:58 smithi098 ceph-mon[112578]: pgmap v7411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:47:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:47:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:58 smithi016 ceph-mon[96085]: pgmap v7411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:47:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:47:59.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:47:59.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:00.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:00.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:00 smithi098 ceph-mon[112578]: pgmap v7412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:00 smithi016 ceph-mon[96085]: pgmap v7412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:01.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:01.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:02.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:02.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:02 smithi098 ceph-mon[112578]: pgmap v7413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:02 smithi016 ceph-mon[96085]: pgmap v7413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:03.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:03.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:04.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:04.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:04 smithi098 ceph-mon[112578]: pgmap v7414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:04 smithi016 ceph-mon[96085]: pgmap v7414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:05.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:05.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:06.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:06.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:06 smithi098 ceph-mon[112578]: pgmap v7415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:06 smithi016 ceph-mon[96085]: pgmap v7415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:07.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:07.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:08.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:08.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:08 smithi098 ceph-mon[112578]: pgmap v7416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:08 smithi016 ceph-mon[96085]: pgmap v7416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:09.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:09.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:10.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:10.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:10 smithi098 ceph-mon[112578]: pgmap v7417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:10 smithi016 ceph-mon[96085]: pgmap v7417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:11.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:11.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:12.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:12.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:12 smithi098 ceph-mon[112578]: pgmap v7418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:12 smithi016 ceph-mon[96085]: pgmap v7418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:13.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:13.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:48:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:48:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:48:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:48:14.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:14.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:14 smithi098 ceph-mon[112578]: pgmap v7419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:48:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:48:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:48:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:48:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:48:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:14 smithi016 ceph-mon[96085]: pgmap v7419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:48:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:48:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:48:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:48:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:48:15.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:15.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:16.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:16.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:16 smithi098 ceph-mon[112578]: pgmap v7420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:16 smithi016 ceph-mon[96085]: pgmap v7420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:17.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:17.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:18.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:18.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:18 smithi098 ceph-mon[112578]: pgmap v7421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:18 smithi016 ceph-mon[96085]: pgmap v7421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:19.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:19.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:20.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:20.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:20 smithi098 ceph-mon[112578]: pgmap v7422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:20 smithi016 ceph-mon[96085]: pgmap v7422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:21.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:21.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:22.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:22.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:22 smithi098 ceph-mon[112578]: pgmap v7423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:22 smithi016 ceph-mon[96085]: pgmap v7423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:23.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:23.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:24.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:24.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:24 smithi098 ceph-mon[112578]: pgmap v7424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:24 smithi016 ceph-mon[96085]: pgmap v7424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:26.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:26.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:26 smithi098 ceph-mon[112578]: pgmap v7425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:26 smithi016 ceph-mon[96085]: pgmap v7425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:27.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:27.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:28.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:28.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:28 smithi098 ceph-mon[112578]: pgmap v7426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:48:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:28 smithi016 ceph-mon[96085]: pgmap v7426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:48:29.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:29.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:30.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:30.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:30 smithi098 ceph-mon[112578]: pgmap v7427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:30 smithi016 ceph-mon[96085]: pgmap v7427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:31.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:31.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:32.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:32.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:32 smithi098 ceph-mon[112578]: pgmap v7428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:32 smithi016 ceph-mon[96085]: pgmap v7428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:33.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:33.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:34.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:34.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:34 smithi098 ceph-mon[112578]: pgmap v7429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:34 smithi016 ceph-mon[96085]: pgmap v7429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:35.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:35.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:36.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:36.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:36 smithi098 ceph-mon[112578]: pgmap v7430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:36 smithi016 ceph-mon[96085]: pgmap v7430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:37.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:37.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:38.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:38.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:38 smithi098 ceph-mon[112578]: pgmap v7431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:38 smithi016 ceph-mon[96085]: pgmap v7431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:39.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:39.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:40.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:40.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:40 smithi098 ceph-mon[112578]: pgmap v7432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:40 smithi016 ceph-mon[96085]: pgmap v7432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:41.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:41.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:42.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:42.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:42 smithi098 ceph-mon[112578]: pgmap v7433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:42 smithi016 ceph-mon[96085]: pgmap v7433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:43.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:43.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:48:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:48:44.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:44.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:44 smithi098 ceph-mon[112578]: pgmap v7434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:44 smithi016 ceph-mon[96085]: pgmap v7434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:45.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:45.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:46.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:46.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:46 smithi098 ceph-mon[112578]: pgmap v7435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:46 smithi016 ceph-mon[96085]: pgmap v7435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:47.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:47.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:48.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:48.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:48 smithi098 ceph-mon[112578]: pgmap v7436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:48 smithi016 ceph-mon[96085]: pgmap v7436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:50.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:50.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:50 smithi098 ceph-mon[112578]: pgmap v7437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:50 smithi016 ceph-mon[96085]: pgmap v7437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:51.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:51.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:52.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:52.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:52 smithi098 ceph-mon[112578]: pgmap v7438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:52 smithi016 ceph-mon[96085]: pgmap v7438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:53.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:53.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:54.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:54.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:54 smithi098 ceph-mon[112578]: pgmap v7439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:54 smithi016 ceph-mon[96085]: pgmap v7439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:55.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:55.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:56.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:56.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:56 smithi098 ceph-mon[112578]: pgmap v7440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:56 smithi016 ceph-mon[96085]: pgmap v7440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:57.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:57.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:58.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:58.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:58 smithi098 ceph-mon[112578]: pgmap v7441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:48:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:48:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:58 smithi016 ceph-mon[96085]: pgmap v7441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:48:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:48:59.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:48:59.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:00.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:00.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:00 smithi098 ceph-mon[112578]: pgmap v7442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:00 smithi016 ceph-mon[96085]: pgmap v7442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:01.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:01.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:02.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:02.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:02 smithi098 ceph-mon[112578]: pgmap v7443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:02 smithi016 ceph-mon[96085]: pgmap v7443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:03.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:03.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:04.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:04.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:04 smithi098 ceph-mon[112578]: pgmap v7444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:04 smithi016 ceph-mon[96085]: pgmap v7444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:05.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:05.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:06.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:06.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:06 smithi098 ceph-mon[112578]: pgmap v7445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:06 smithi016 ceph-mon[96085]: pgmap v7445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:07.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:07.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:08.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:08.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:08 smithi016 ceph-mon[96085]: pgmap v7446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:08 smithi098 ceph-mon[112578]: pgmap v7446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:09.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:09.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:10.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:10.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:10 smithi016 ceph-mon[96085]: pgmap v7447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:10 smithi098 ceph-mon[112578]: pgmap v7447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:11.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:11.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:12.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:12.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:12 smithi016 ceph-mon[96085]: pgmap v7448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:12 smithi098 ceph-mon[112578]: pgmap v7448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:13.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:13.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:49:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:49:14.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:14.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:14 smithi016 ceph-mon[96085]: pgmap v7449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:49:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:49:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:49:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:49:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:49:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:49:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:49:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:49:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:14 smithi098 ceph-mon[112578]: pgmap v7449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:49:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:49:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:49:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:49:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:49:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:49:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:49:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:49:15.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:15.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:16.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:16.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:16 smithi016 ceph-mon[96085]: pgmap v7450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:17.088 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:16 smithi098 ceph-mon[112578]: pgmap v7450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:17.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:17.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:18.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:18.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:18 smithi098 ceph-mon[112578]: pgmap v7451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:18 smithi016 ceph-mon[96085]: pgmap v7451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:19.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:19.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:20.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:20.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:21.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:20 smithi016 ceph-mon[96085]: pgmap v7452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:20 smithi098 ceph-mon[112578]: pgmap v7452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:21.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:21.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:22.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:22.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:23.115 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:22 smithi016 ceph-mon[96085]: pgmap v7453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:22 smithi098 ceph-mon[112578]: pgmap v7453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:23.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:23.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:24.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:24.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:24 smithi098 ceph-mon[112578]: pgmap v7454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:24 smithi016 ceph-mon[96085]: pgmap v7454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:25.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:25.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:26.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:26.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:27.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:26 smithi098 ceph-mon[112578]: pgmap v7455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:26 smithi016 ceph-mon[96085]: pgmap v7455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:27.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:27.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:28.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:28.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:28 smithi098 ceph-mon[112578]: pgmap v7456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:49:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:28 smithi016 ceph-mon[96085]: pgmap v7456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:49:29.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:29.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:30.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:30.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:30 smithi016 ceph-mon[96085]: pgmap v7457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:30 smithi098 ceph-mon[112578]: pgmap v7457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:31.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:31.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:32.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:32.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:33.231 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:32 smithi016 ceph-mon[96085]: pgmap v7458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:32 smithi098 ceph-mon[112578]: pgmap v7458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:33.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:33.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:34.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:34.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:34 smithi098 ceph-mon[112578]: pgmap v7459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:34 smithi016 ceph-mon[96085]: pgmap v7459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:35.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:35.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:36.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:36.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:36 smithi098 ceph-mon[112578]: pgmap v7460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:36 smithi016 ceph-mon[96085]: pgmap v7460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:37.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:37.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:38.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:38.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:38 smithi098 ceph-mon[112578]: pgmap v7461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:38 smithi016 ceph-mon[96085]: pgmap v7461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:39.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:39.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:40.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:40.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:40 smithi016 ceph-mon[96085]: pgmap v7462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:40 smithi098 ceph-mon[112578]: pgmap v7462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:41.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:41.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:42.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:42.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:42 smithi098 ceph-mon[112578]: pgmap v7463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:42 smithi016 ceph-mon[96085]: pgmap v7463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:43.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:43.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:49:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:49:44.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:44.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:44 smithi098 ceph-mon[112578]: pgmap v7464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:44 smithi016 ceph-mon[96085]: pgmap v7464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:45.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:45.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:46.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:46.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:46 smithi098 ceph-mon[112578]: pgmap v7465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:46 smithi016 ceph-mon[96085]: pgmap v7465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:47.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:47.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:48.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:48.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:48 smithi098 ceph-mon[112578]: pgmap v7466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:48 smithi016 ceph-mon[96085]: pgmap v7466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:49.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:49.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:50.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:50.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:50 smithi016 ceph-mon[96085]: pgmap v7467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:50 smithi098 ceph-mon[112578]: pgmap v7467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:51.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:51.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:52.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:52.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:52 smithi098 ceph-mon[112578]: pgmap v7468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:52 smithi016 ceph-mon[96085]: pgmap v7468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:53.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:53.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:54.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:54.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:54 smithi098 ceph-mon[112578]: pgmap v7469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:54 smithi016 ceph-mon[96085]: pgmap v7469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:55.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:55.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:56.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:56.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:56 smithi098 ceph-mon[112578]: pgmap v7470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:56 smithi016 ceph-mon[96085]: pgmap v7470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:57.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:57.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:58.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:58.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:58 smithi098 ceph-mon[112578]: pgmap v7471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:49:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:49:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:58 smithi016 ceph-mon[96085]: pgmap v7471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:49:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:49:59.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:49:59.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:00.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:00.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:00 smithi016 ceph-mon[96085]: pgmap v7472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T00:50:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:00 smithi098 ceph-mon[112578]: pgmap v7472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T00:50:01.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:01.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:02.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:02.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:02 smithi098 ceph-mon[112578]: pgmap v7473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:02 smithi016 ceph-mon[96085]: pgmap v7473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:03.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:03.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:04.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:04.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:05.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:04 smithi098 ceph-mon[112578]: pgmap v7474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:04 smithi016 ceph-mon[96085]: pgmap v7474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:05.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:05.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:06.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:06.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:06 smithi098 ceph-mon[112578]: pgmap v7475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:06 smithi016 ceph-mon[96085]: pgmap v7475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:07.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:07.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:08.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:08.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:08 smithi016 ceph-mon[96085]: pgmap v7476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:08 smithi098 ceph-mon[112578]: pgmap v7476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:09.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:09.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:10.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:10.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:10 smithi016 ceph-mon[96085]: pgmap v7477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:10 smithi098 ceph-mon[112578]: pgmap v7477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:11.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:11.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:12.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:12.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:12 smithi098 ceph-mon[112578]: pgmap v7478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:12 smithi016 ceph-mon[96085]: pgmap v7478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:13.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:13.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:50:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:50:14.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:14.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:14 smithi098 ceph-mon[112578]: pgmap v7479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:50:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:14 smithi016 ceph-mon[96085]: pgmap v7479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:50:15.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:15.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:50:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:50:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:50:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:50:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:50:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:50:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:50:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:50:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:50:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:50:16.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:16.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:16 smithi098 ceph-mon[112578]: pgmap v7480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:16 smithi016 ceph-mon[96085]: pgmap v7480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:17.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:17.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:18.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:18.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:18 smithi016 ceph-mon[96085]: pgmap v7481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:18 smithi098 ceph-mon[112578]: pgmap v7481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:19.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:19.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:20.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:20.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:21.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:20 smithi016 ceph-mon[96085]: pgmap v7482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:20 smithi098 ceph-mon[112578]: pgmap v7482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:21.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:21.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:22.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:22.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:22 smithi098 ceph-mon[112578]: pgmap v7483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:22 smithi016 ceph-mon[96085]: pgmap v7483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:23.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:23.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:24.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:24.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:24 smithi098 ceph-mon[112578]: pgmap v7484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:24 smithi016 ceph-mon[96085]: pgmap v7484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:25.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:25.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:26.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:26.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:26 smithi098 ceph-mon[112578]: pgmap v7485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:26 smithi016 ceph-mon[96085]: pgmap v7485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:27.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:27.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:27 smithi098 ceph-mon[112578]: pgmap v7486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:50:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:27 smithi016 ceph-mon[96085]: pgmap v7486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:50:28.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:28.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:29.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:29.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:30.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:30.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:30 smithi098 ceph-mon[112578]: pgmap v7487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:30 smithi016 ceph-mon[96085]: pgmap v7487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:31.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:31.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:32.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:32.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:32 smithi098 ceph-mon[112578]: pgmap v7488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:32 smithi016 ceph-mon[96085]: pgmap v7488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:33.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:33.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:34.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:34.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:34.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:34 smithi098 ceph-mon[112578]: pgmap v7489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:34 smithi016 ceph-mon[96085]: pgmap v7489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:35.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:35.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:36.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:36.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:36 smithi098 ceph-mon[112578]: pgmap v7490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:36 smithi016 ceph-mon[96085]: pgmap v7490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:37.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:37.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:38.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:38.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:38 smithi098 ceph-mon[112578]: pgmap v7491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:38 smithi016 ceph-mon[96085]: pgmap v7491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:39.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:39.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:40.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:40.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:40 smithi098 ceph-mon[112578]: pgmap v7492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:40 smithi016 ceph-mon[96085]: pgmap v7492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:41.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:41.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:42.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:42.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:42 smithi098 ceph-mon[112578]: pgmap v7493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:42 smithi016 ceph-mon[96085]: pgmap v7493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:43.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:43.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:50:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:50:44.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:44.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:44 smithi098 ceph-mon[112578]: pgmap v7494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:44 smithi016 ceph-mon[96085]: pgmap v7494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:45.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:45.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:46.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:46.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:46 smithi098 ceph-mon[112578]: pgmap v7495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:46 smithi016 ceph-mon[96085]: pgmap v7495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:47.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:47.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:48.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:48.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:48 smithi098 ceph-mon[112578]: pgmap v7496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:48 smithi016 ceph-mon[96085]: pgmap v7496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:49.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:49.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:50.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:50.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:50 smithi098 ceph-mon[112578]: pgmap v7497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:50 smithi016 ceph-mon[96085]: pgmap v7497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:51.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:51.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:52.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:52.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:52 smithi098 ceph-mon[112578]: pgmap v7498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:52 smithi016 ceph-mon[96085]: pgmap v7498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:53.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:53.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:54.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:54.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:54 smithi098 ceph-mon[112578]: pgmap v7499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:54.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:54 smithi016 ceph-mon[96085]: pgmap v7499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:55.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:55.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:56.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:56.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:56 smithi098 ceph-mon[112578]: pgmap v7500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:56 smithi016 ceph-mon[96085]: pgmap v7500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:57.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:57.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:58.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:58.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:58 smithi098 ceph-mon[112578]: pgmap v7501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:50:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:50:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:58 smithi016 ceph-mon[96085]: pgmap v7501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:50:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:50:59.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:50:59.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:00.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:00.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:00 smithi098 ceph-mon[112578]: pgmap v7502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:00 smithi016 ceph-mon[96085]: pgmap v7502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:01.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:01.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:02.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:02.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:02 smithi098 ceph-mon[112578]: pgmap v7503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:02 smithi016 ceph-mon[96085]: pgmap v7503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:03.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:03.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:04 smithi016 ceph-mon[96085]: pgmap v7504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:04.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:04.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:04 smithi098 ceph-mon[112578]: pgmap v7504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:05.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:05.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:06.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:06.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:06 smithi098 ceph-mon[112578]: pgmap v7505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:06 smithi016 ceph-mon[96085]: pgmap v7505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:07.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:07.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:08.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:08.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:08 smithi016 ceph-mon[96085]: pgmap v7506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:08 smithi098 ceph-mon[112578]: pgmap v7506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:09.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:09.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:10.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:10.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:10 smithi016 ceph-mon[96085]: pgmap v7507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:10 smithi098 ceph-mon[112578]: pgmap v7507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:11.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:11.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:12.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:12.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:12 smithi016 ceph-mon[96085]: pgmap v7508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:12 smithi098 ceph-mon[112578]: pgmap v7508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:13.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:13.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:51:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:51:14.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:14.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:14 smithi016 ceph-mon[96085]: pgmap v7509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:14 smithi098 ceph-mon[112578]: pgmap v7509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:15.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:15.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:16.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:16.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:16 smithi016 ceph-mon[96085]: pgmap v7510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:51:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:16 smithi098 ceph-mon[112578]: pgmap v7510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:51:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:17.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:17.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:18.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:18.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:18 smithi098 ceph-mon[112578]: pgmap v7511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:18 smithi016 ceph-mon[96085]: pgmap v7511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:19.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:19.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:20.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:20.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:20 smithi098 ceph-mon[112578]: pgmap v7512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:51:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:51:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:51:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:20 smithi016 ceph-mon[96085]: pgmap v7512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:51:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:51:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:51:21.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:51:21.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:21.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:22.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:22.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:22 smithi098 ceph-mon[112578]: pgmap v7513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:22 smithi016 ceph-mon[96085]: pgmap v7513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:23.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:23.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:24.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:24.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:24 smithi016 ceph-mon[96085]: pgmap v7514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:24 smithi098 ceph-mon[112578]: pgmap v7514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:25.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:25.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:26.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:26.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:26 smithi098 ceph-mon[112578]: pgmap v7515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:26 smithi016 ceph-mon[96085]: pgmap v7515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:27.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:27.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:28.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:28.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:28 smithi098 ceph-mon[112578]: pgmap v7516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:51:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:28 smithi016 ceph-mon[96085]: pgmap v7516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:51:29.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:29.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:30.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:30.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:30 smithi098 ceph-mon[112578]: pgmap v7517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:30 smithi016 ceph-mon[96085]: pgmap v7517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:31.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:31.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:32.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:32.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:32 smithi098 ceph-mon[112578]: pgmap v7518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:32 smithi016 ceph-mon[96085]: pgmap v7518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:33.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:33.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:34.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:34.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:34 smithi098 ceph-mon[112578]: pgmap v7519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:34 smithi016 ceph-mon[96085]: pgmap v7519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:35.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:35.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:36.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:36.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:36 smithi098 ceph-mon[112578]: pgmap v7520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:36 smithi016 ceph-mon[96085]: pgmap v7520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:37.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:37.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:38.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:38.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:38 smithi098 ceph-mon[112578]: pgmap v7521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:38 smithi016 ceph-mon[96085]: pgmap v7521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:39.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:39.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:40.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:40.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:40 smithi098 ceph-mon[112578]: pgmap v7522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:40 smithi016 ceph-mon[96085]: pgmap v7522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:41.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:41.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:42.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:42.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:42 smithi098 ceph-mon[112578]: pgmap v7523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:42 smithi016 ceph-mon[96085]: pgmap v7523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:43.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:43.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:51:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:51:44.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:44.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:44 smithi098 ceph-mon[112578]: pgmap v7524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:44 smithi016 ceph-mon[96085]: pgmap v7524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:45.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:45.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:46.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:46.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:46 smithi098 ceph-mon[112578]: pgmap v7525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:46 smithi016 ceph-mon[96085]: pgmap v7525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:47.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:47.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:48.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:48.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:48 smithi098 ceph-mon[112578]: pgmap v7526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:48 smithi016 ceph-mon[96085]: pgmap v7526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:49.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:49.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:50.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:50.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:50 smithi098 ceph-mon[112578]: pgmap v7527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:50 smithi016 ceph-mon[96085]: pgmap v7527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:51.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:51.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:52.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:52.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:52 smithi098 ceph-mon[112578]: pgmap v7528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:52 smithi016 ceph-mon[96085]: pgmap v7528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:53.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:53.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:54.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:54.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:54.849 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:54 smithi016 ceph-mon[96085]: pgmap v7529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:54 smithi098 ceph-mon[112578]: pgmap v7529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:55.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:55.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:56.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:56.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:56 smithi098 ceph-mon[112578]: pgmap v7530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:56 smithi016 ceph-mon[96085]: pgmap v7530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:57.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:57.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:58.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:58.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:58 smithi098 ceph-mon[112578]: pgmap v7531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:51:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:51:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:58 smithi016 ceph-mon[96085]: pgmap v7531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:51:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:51:59.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:51:59.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:00.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:00.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:00 smithi098 ceph-mon[112578]: pgmap v7532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:00 smithi016 ceph-mon[96085]: pgmap v7532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:01.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:01.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:02.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:02.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:02 smithi098 ceph-mon[112578]: pgmap v7533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:02 smithi016 ceph-mon[96085]: pgmap v7533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:03.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:03.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:04.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:04.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:04.964 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:04 smithi016 ceph-mon[96085]: pgmap v7534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:05.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:04 smithi098 ceph-mon[112578]: pgmap v7534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:05.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:05.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:06.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:06.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:06 smithi098 ceph-mon[112578]: pgmap v7535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:06 smithi016 ceph-mon[96085]: pgmap v7535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:07.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:07.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:08.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:08.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:08.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:08 smithi098 ceph-mon[112578]: pgmap v7536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:08 smithi016 ceph-mon[96085]: pgmap v7536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:09.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:09.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:10.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:10.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:10 smithi098 ceph-mon[112578]: pgmap v7537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:10 smithi016 ceph-mon[96085]: pgmap v7537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:11.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:11.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:12.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:12.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:12 smithi098 ceph-mon[112578]: pgmap v7538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:12 smithi016 ceph-mon[96085]: pgmap v7538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:13.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:13.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:13.929 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:52:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:52:14.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:14.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:14 smithi098 ceph-mon[112578]: pgmap v7539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:14 smithi016 ceph-mon[96085]: pgmap v7539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:15.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:15.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:16.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:16.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:16 smithi098 ceph-mon[112578]: pgmap v7540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:16 smithi016 ceph-mon[96085]: pgmap v7540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:17.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:17.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:18.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:18.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:18.982 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:18 smithi098 ceph-mon[112578]: pgmap v7541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:18 smithi016 ceph-mon[96085]: pgmap v7541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:19.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:19.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:20.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:20.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:20 smithi098 ceph-mon[112578]: pgmap v7542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:52:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:20 smithi016 ceph-mon[96085]: pgmap v7542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:52:21.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:21.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:52:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:52:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:52:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:52:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:52:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:52:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:52:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:52:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:52:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:52:22.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:22.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:22 smithi098 ceph-mon[112578]: pgmap v7543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:22 smithi016 ceph-mon[96085]: pgmap v7543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:23.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:23.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:24.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:24.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:24 smithi098 ceph-mon[112578]: pgmap v7544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:24 smithi016 ceph-mon[96085]: pgmap v7544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:25.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:25.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:26.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:26.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:26 smithi098 ceph-mon[112578]: pgmap v7545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:26 smithi016 ceph-mon[96085]: pgmap v7545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:27.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:27.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:28.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:28.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:28 smithi098 ceph-mon[112578]: pgmap v7546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:52:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:28 smithi016 ceph-mon[96085]: pgmap v7546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:52:29.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:29.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:30.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:30.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:30 smithi098 ceph-mon[112578]: pgmap v7547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:30 smithi016 ceph-mon[96085]: pgmap v7547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:31.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:31.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:32.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:32.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:32 smithi098 ceph-mon[112578]: pgmap v7548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:32 smithi016 ceph-mon[96085]: pgmap v7548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:33.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:33.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:34.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:34.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:34 smithi098 ceph-mon[112578]: pgmap v7549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:34 smithi016 ceph-mon[96085]: pgmap v7549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:35.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:35.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:36.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:36.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:36 smithi098 ceph-mon[112578]: pgmap v7550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:36 smithi016 ceph-mon[96085]: pgmap v7550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:37.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:37.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:38.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:38.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:38 smithi098 ceph-mon[112578]: pgmap v7551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:38 smithi016 ceph-mon[96085]: pgmap v7551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:39.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:39.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:40.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:40.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:40 smithi098 ceph-mon[112578]: pgmap v7552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:40 smithi016 ceph-mon[96085]: pgmap v7552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:41.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:41.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:42.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:42.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:42 smithi098 ceph-mon[112578]: pgmap v7553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:42 smithi016 ceph-mon[96085]: pgmap v7553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:43.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:43.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:52:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:52:44.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:44.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:44 smithi098 ceph-mon[112578]: pgmap v7554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:44 smithi016 ceph-mon[96085]: pgmap v7554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:45.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:45.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:46.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:46.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:46 smithi098 ceph-mon[112578]: pgmap v7555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:46 smithi016 ceph-mon[96085]: pgmap v7555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:47.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:47.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:48.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:48.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:48 smithi098 ceph-mon[112578]: pgmap v7556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:48 smithi016 ceph-mon[96085]: pgmap v7556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:49.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:49.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:50.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:50.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:50 smithi016 ceph-mon[96085]: pgmap v7557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:50 smithi098 ceph-mon[112578]: pgmap v7557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:51.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:51.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:52.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:52.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:52 smithi098 ceph-mon[112578]: pgmap v7558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:52 smithi016 ceph-mon[96085]: pgmap v7558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:53.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:53.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:54.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:54.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:54 smithi098 ceph-mon[112578]: pgmap v7559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:54 smithi016 ceph-mon[96085]: pgmap v7559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:55.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:55.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:56.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:56.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:56 smithi098 ceph-mon[112578]: pgmap v7560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:56 smithi016 ceph-mon[96085]: pgmap v7560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:57.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:57.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:58.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:58.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:58 smithi098 ceph-mon[112578]: pgmap v7561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:52:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:52:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:58 smithi016 ceph-mon[96085]: pgmap v7561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:52:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:52:59.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:52:59.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:00.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:00.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:00 smithi098 ceph-mon[112578]: pgmap v7562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:00 smithi016 ceph-mon[96085]: pgmap v7562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:01.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:01.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:02.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:02.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:02 smithi098 ceph-mon[112578]: pgmap v7563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:02 smithi016 ceph-mon[96085]: pgmap v7563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:03.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:03.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:04 smithi098 ceph-mon[112578]: pgmap v7564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:04.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:04.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:04 smithi016 ceph-mon[96085]: pgmap v7564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:05.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:05.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:06.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:06.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:06 smithi098 ceph-mon[112578]: pgmap v7565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:06 smithi016 ceph-mon[96085]: pgmap v7565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:07.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:07.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:08.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:08.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:08 smithi098 ceph-mon[112578]: pgmap v7566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:08 smithi016 ceph-mon[96085]: pgmap v7566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:09.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:09.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:10.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:10.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:10 smithi098 ceph-mon[112578]: pgmap v7567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:10 smithi016 ceph-mon[96085]: pgmap v7567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:11.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:11.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:12.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:12.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:12 smithi098 ceph-mon[112578]: pgmap v7568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:12 smithi016 ceph-mon[96085]: pgmap v7568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:13.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:13.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:53:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:53:14.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:14.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:14 smithi098 ceph-mon[112578]: pgmap v7569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:14 smithi016 ceph-mon[96085]: pgmap v7569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:15.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:15.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:16.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:16.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:16 smithi098 ceph-mon[112578]: pgmap v7570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:16 smithi016 ceph-mon[96085]: pgmap v7570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:17.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:17.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:18.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:18.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:18 smithi098 ceph-mon[112578]: pgmap v7571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:18 smithi016 ceph-mon[96085]: pgmap v7571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:19.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:19.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:20.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:20.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:20 smithi098 ceph-mon[112578]: pgmap v7572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:20 smithi016 ceph-mon[96085]: pgmap v7572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:21.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:21.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:53:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:53:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:53:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:53:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:53:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:53:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:53:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:53:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:53:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:53:22.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:22.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:22 smithi098 ceph-mon[112578]: pgmap v7573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:53:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:22 smithi016 ceph-mon[96085]: pgmap v7573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:53:23.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:23.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:24.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:24.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:24 smithi098 ceph-mon[112578]: pgmap v7574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:24 smithi016 ceph-mon[96085]: pgmap v7574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:25.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:25.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:26.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:26.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:26 smithi098 ceph-mon[112578]: pgmap v7575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:26 smithi016 ceph-mon[96085]: pgmap v7575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:27.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:27.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:28.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:28.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:28 smithi098 ceph-mon[112578]: pgmap v7576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:53:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:28 smithi016 ceph-mon[96085]: pgmap v7576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:53:29.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:29.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:30.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:30.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:30 smithi098 ceph-mon[112578]: pgmap v7577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:30 smithi016 ceph-mon[96085]: pgmap v7577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:31.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:31.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:32.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:32.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:32 smithi098 ceph-mon[112578]: pgmap v7578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:32 smithi016 ceph-mon[96085]: pgmap v7578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:33.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:33.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:34.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:34.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:34 smithi016 ceph-mon[96085]: pgmap v7579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:34 smithi098 ceph-mon[112578]: pgmap v7579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:35.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:35.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:36.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:36.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:36 smithi016 ceph-mon[96085]: pgmap v7580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:36 smithi098 ceph-mon[112578]: pgmap v7580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:37.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:37.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:38.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:38.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:38 smithi016 ceph-mon[96085]: pgmap v7581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:38 smithi098 ceph-mon[112578]: pgmap v7581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:39.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:39.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:40.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:40.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:40 smithi016 ceph-mon[96085]: pgmap v7582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:40 smithi098 ceph-mon[112578]: pgmap v7582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:41.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:41.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:42.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:42.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:42 smithi016 ceph-mon[96085]: pgmap v7583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:42 smithi098 ceph-mon[112578]: pgmap v7583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:43.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:43.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:53:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:53:44.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:44.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:44 smithi098 ceph-mon[112578]: pgmap v7584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:44 smithi016 ceph-mon[96085]: pgmap v7584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:45.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:45.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:46.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:46.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:46 smithi098 ceph-mon[112578]: pgmap v7585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:46 smithi016 ceph-mon[96085]: pgmap v7585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:47.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:47.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:48.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:48.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:48 smithi098 ceph-mon[112578]: pgmap v7586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:48 smithi016 ceph-mon[96085]: pgmap v7586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:49.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:49.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:50.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:50.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:50 smithi016 ceph-mon[96085]: pgmap v7587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:50 smithi098 ceph-mon[112578]: pgmap v7587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:51.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:51.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:52.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:52.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:52 smithi098 ceph-mon[112578]: pgmap v7588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:52 smithi016 ceph-mon[96085]: pgmap v7588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:53.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:53.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:54.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:54.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:54 smithi098 ceph-mon[112578]: pgmap v7589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:54 smithi016 ceph-mon[96085]: pgmap v7589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:55.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:55.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:56.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:56.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:56 smithi098 ceph-mon[112578]: pgmap v7590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:56 smithi016 ceph-mon[96085]: pgmap v7590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:57.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:57.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:58.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:58.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:58 smithi098 ceph-mon[112578]: pgmap v7591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:53:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:53:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:58 smithi016 ceph-mon[96085]: pgmap v7591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:53:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:53:59.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:53:59.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:00.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:00.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:00 smithi016 ceph-mon[96085]: pgmap v7592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:00 smithi098 ceph-mon[112578]: pgmap v7592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:01.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:01.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:02.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:02.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:02 smithi098 ceph-mon[112578]: pgmap v7593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:02 smithi016 ceph-mon[96085]: pgmap v7593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:03.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:03.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:04.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:04.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:05.093 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:04 smithi098 ceph-mon[112578]: pgmap v7594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:04 smithi016 ceph-mon[96085]: pgmap v7594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:05.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:05.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:06.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:06.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:06 smithi098 ceph-mon[112578]: pgmap v7595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:06 smithi016 ceph-mon[96085]: pgmap v7595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:07.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:07.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:08.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:08.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:08 smithi098 ceph-mon[112578]: pgmap v7596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:08 smithi016 ceph-mon[96085]: pgmap v7596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:09.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:09.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:10.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:10.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:11.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:10 smithi016 ceph-mon[96085]: pgmap v7597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:10 smithi098 ceph-mon[112578]: pgmap v7597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:11.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:11.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:12.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:12.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:12 smithi098 ceph-mon[112578]: pgmap v7598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:12 smithi016 ceph-mon[96085]: pgmap v7598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:13.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:13.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:54:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:54:14.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:14.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:15.198 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:14 smithi098 ceph-mon[112578]: pgmap v7599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:14 smithi016 ceph-mon[96085]: pgmap v7599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:15.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:15.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:16.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:16.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:16 smithi098 ceph-mon[112578]: pgmap v7600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:16 smithi016 ceph-mon[96085]: pgmap v7600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:17.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:17.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:18.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:18.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:18 smithi098 ceph-mon[112578]: pgmap v7601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:18 smithi016 ceph-mon[96085]: pgmap v7601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:19.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:19.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:20.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:20.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:21.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:20 smithi016 ceph-mon[96085]: pgmap v7602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:20 smithi098 ceph-mon[112578]: pgmap v7602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:21.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:21.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:22.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:22.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:22 smithi098 ceph-mon[112578]: pgmap v7603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:54:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:22 smithi016 ceph-mon[96085]: pgmap v7603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:54:23.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:23.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:24.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:24.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:24 smithi098 ceph-mon[112578]: pgmap v7604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:24 smithi016 ceph-mon[96085]: pgmap v7604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:25.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:25.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:26.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:54:26.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:54:26.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:54:26.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:54:26.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:54:26.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:54:26.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:54:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:54:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:54:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:54:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:54:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:54:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:54:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:54:26.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:26.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:26 smithi098 ceph-mon[112578]: pgmap v7605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:26 smithi016 ceph-mon[96085]: pgmap v7605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:27.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:27.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:28.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:28.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:28 smithi098 ceph-mon[112578]: pgmap v7606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:54:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:28 smithi016 ceph-mon[96085]: pgmap v7606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:54:29.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:29.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:30.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:30.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:30 smithi016 ceph-mon[96085]: pgmap v7607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:30 smithi098 ceph-mon[112578]: pgmap v7607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:31.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:31.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:32.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:32.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:32 smithi098 ceph-mon[112578]: pgmap v7608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:32 smithi016 ceph-mon[96085]: pgmap v7608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:33.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:33.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:34.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:34.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:34 smithi098 ceph-mon[112578]: pgmap v7609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:34 smithi016 ceph-mon[96085]: pgmap v7609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:35.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:35.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:36.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:36.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:36 smithi016 ceph-mon[96085]: pgmap v7610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:36 smithi098 ceph-mon[112578]: pgmap v7610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:37.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:37.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:38.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:38.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:38 smithi098 ceph-mon[112578]: pgmap v7611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:38 smithi016 ceph-mon[96085]: pgmap v7611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:39.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:39.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:40.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:40.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:41.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:40 smithi016 ceph-mon[96085]: pgmap v7612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:40 smithi098 ceph-mon[112578]: pgmap v7612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:41.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:41.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:42.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:42.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:42 smithi098 ceph-mon[112578]: pgmap v7613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:54:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:42 smithi016 ceph-mon[96085]: pgmap v7613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:54:43.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:43.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:44.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:44.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:44 smithi098 ceph-mon[112578]: pgmap v7614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:44 smithi016 ceph-mon[96085]: pgmap v7614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:45.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:45.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:46.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:46.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:46 smithi098 ceph-mon[112578]: pgmap v7615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:46 smithi016 ceph-mon[96085]: pgmap v7615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:47.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:47.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:48.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:48.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:48 smithi098 ceph-mon[112578]: pgmap v7616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:48 smithi016 ceph-mon[96085]: pgmap v7616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:49.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:49.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:50.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:50.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:50 smithi098 ceph-mon[112578]: pgmap v7617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:50 smithi016 ceph-mon[96085]: pgmap v7617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:51.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:51.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:52.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:52.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:52 smithi098 ceph-mon[112578]: pgmap v7618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:52 smithi016 ceph-mon[96085]: pgmap v7618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:53.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:53.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:54.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:54.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:54 smithi098 ceph-mon[112578]: pgmap v7619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:54 smithi016 ceph-mon[96085]: pgmap v7619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:55.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:55.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:56.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:56.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:56 smithi098 ceph-mon[112578]: pgmap v7620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:56 smithi016 ceph-mon[96085]: pgmap v7620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:57.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:57.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:54:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:54:58.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:58.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:54:58 smithi098 ceph-mon[112578]: pgmap v7621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:54:58 smithi016 ceph-mon[96085]: pgmap v7621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:59.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:54:59.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:00.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:00.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:00 smithi098 ceph-mon[112578]: pgmap v7622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:00 smithi016 ceph-mon[96085]: pgmap v7622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:01.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:01.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:02.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:02.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:02 smithi098 ceph-mon[112578]: pgmap v7623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:02 smithi016 ceph-mon[96085]: pgmap v7623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:03.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:03.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:04.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:04.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:04 smithi098 ceph-mon[112578]: pgmap v7624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:04 smithi016 ceph-mon[96085]: pgmap v7624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:05.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:05.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:06.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:06.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:06 smithi098 ceph-mon[112578]: pgmap v7625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:06 smithi016 ceph-mon[96085]: pgmap v7625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:08.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:08.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:09.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:09.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:08 smithi098 ceph-mon[112578]: pgmap v7626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:08 smithi016 ceph-mon[96085]: pgmap v7626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:10.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:10.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:11.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:11.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:10 smithi098 ceph-mon[112578]: pgmap v7627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:11.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:10 smithi016 ceph-mon[96085]: pgmap v7627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:12.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:12.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:13.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:13.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:12 smithi098 ceph-mon[112578]: pgmap v7628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:55:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:12 smithi016 ceph-mon[96085]: pgmap v7628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:55:14.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:14.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:15.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:15.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:14 smithi098 ceph-mon[112578]: pgmap v7629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:14 smithi016 ceph-mon[96085]: pgmap v7629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:16.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:16.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:17.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:17.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:16 smithi098 ceph-mon[112578]: pgmap v7630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:16 smithi016 ceph-mon[96085]: pgmap v7630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:18.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:18.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:19.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:19.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:18 smithi098 ceph-mon[112578]: pgmap v7631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:18 smithi016 ceph-mon[96085]: pgmap v7631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:20.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:20.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:21.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:21.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:20 smithi098 ceph-mon[112578]: pgmap v7632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:20 smithi016 ceph-mon[96085]: pgmap v7632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:22.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:22.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:22 smithi098 ceph-mon[112578]: pgmap v7633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:22 smithi016 ceph-mon[96085]: pgmap v7633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:23.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:23.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:24.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:24.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:24 smithi016 ceph-mon[96085]: pgmap v7634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:24 smithi098 ceph-mon[112578]: pgmap v7634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:25.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:25.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:55:25.938 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:55:26.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:26.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:26 smithi016 ceph-mon[96085]: pgmap v7635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:26 smithi098 ceph-mon[112578]: pgmap v7635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:27.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:27.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:28.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:28.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:28 smithi016 ceph-mon[96085]: pgmap v7636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:55:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:28 smithi098 ceph-mon[112578]: pgmap v7636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:55:29.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:29.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:30.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:30.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:30.987 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:30 smithi098 ceph-mon[112578]: pgmap v7637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:30.987 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:55:30.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:55:30.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:55:30.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:55:30.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:55:30.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:55:30.989 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:55:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:30 smithi016 ceph-mon[96085]: pgmap v7637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:55:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:55:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:55:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:55:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:55:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:55:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:55:31.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:31.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:32.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:32.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:32 smithi016 ceph-mon[96085]: pgmap v7638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:32 smithi098 ceph-mon[112578]: pgmap v7638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:33.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:33.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:34.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:34.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:34 smithi098 ceph-mon[112578]: pgmap v7639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:34 smithi016 ceph-mon[96085]: pgmap v7639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:35.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:35.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:36.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:36.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:36 smithi098 ceph-mon[112578]: pgmap v7640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:36 smithi016 ceph-mon[96085]: pgmap v7640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:37.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:37.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:38.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:38.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:38 smithi098 ceph-mon[112578]: pgmap v7641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:38 smithi016 ceph-mon[96085]: pgmap v7641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:39.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:39.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:40.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:40.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:40 smithi098 ceph-mon[112578]: pgmap v7642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:40 smithi016 ceph-mon[96085]: pgmap v7642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:41.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:41.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:42.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:42.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:42 smithi016 ceph-mon[96085]: pgmap v7643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:42 smithi098 ceph-mon[112578]: pgmap v7643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:43.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:43.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:55:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:55:44.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:44.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:44 smithi098 ceph-mon[112578]: pgmap v7644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:44 smithi016 ceph-mon[96085]: pgmap v7644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:45.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:45.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:46.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:46.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:46 smithi098 ceph-mon[112578]: pgmap v7645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:46 smithi016 ceph-mon[96085]: pgmap v7645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:47.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:47.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:48.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:48.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:48 smithi098 ceph-mon[112578]: pgmap v7646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:48 smithi016 ceph-mon[96085]: pgmap v7646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:49.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:49.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:50.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:50.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:50 smithi098 ceph-mon[112578]: pgmap v7647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:50 smithi016 ceph-mon[96085]: pgmap v7647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:51.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:51.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:52.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:52.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:52 smithi098 ceph-mon[112578]: pgmap v7648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:52 smithi016 ceph-mon[96085]: pgmap v7648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:53.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:53.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:54.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:54.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:54 smithi098 ceph-mon[112578]: pgmap v7649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:54 smithi016 ceph-mon[96085]: pgmap v7649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:55.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:55.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:56.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:56.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:56 smithi098 ceph-mon[112578]: pgmap v7650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:56 smithi016 ceph-mon[96085]: pgmap v7650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:57.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:57.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:58.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:58.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:58 smithi098 ceph-mon[112578]: pgmap v7651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:55:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:55:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:58 smithi016 ceph-mon[96085]: pgmap v7651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:55:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:55:59.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:55:59.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:00.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:00.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:00 smithi098 ceph-mon[112578]: pgmap v7652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:00 smithi016 ceph-mon[96085]: pgmap v7652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:01.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:01.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:02.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:02.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:02 smithi098 ceph-mon[112578]: pgmap v7653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:02 smithi016 ceph-mon[96085]: pgmap v7653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:03.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:03.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:04.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:04.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:04 smithi098 ceph-mon[112578]: pgmap v7654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:04 smithi016 ceph-mon[96085]: pgmap v7654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:05.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:05.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:06.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:06.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:06 smithi098 ceph-mon[112578]: pgmap v7655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:06 smithi016 ceph-mon[96085]: pgmap v7655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:07.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:07.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:08.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:08.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:08 smithi098 ceph-mon[112578]: pgmap v7656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:08 smithi016 ceph-mon[96085]: pgmap v7656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:09.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:09.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:10.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:10.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:10 smithi098 ceph-mon[112578]: pgmap v7657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:10 smithi016 ceph-mon[96085]: pgmap v7657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:11.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:11.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:12.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:12.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:12 smithi098 ceph-mon[112578]: pgmap v7658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:12 smithi016 ceph-mon[96085]: pgmap v7658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:13.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:13.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:56:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:56:14.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:14.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:14 smithi098 ceph-mon[112578]: pgmap v7659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:14 smithi016 ceph-mon[96085]: pgmap v7659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:15.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:15.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:16.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:16.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:16 smithi098 ceph-mon[112578]: pgmap v7660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:16 smithi016 ceph-mon[96085]: pgmap v7660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:17.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:17.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:18.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:18.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:18 smithi098 ceph-mon[112578]: pgmap v7661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:18 smithi016 ceph-mon[96085]: pgmap v7661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:19.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:19.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:20.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:20.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:20 smithi098 ceph-mon[112578]: pgmap v7662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:20 smithi016 ceph-mon[96085]: pgmap v7662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:21.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:21.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:22.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:22.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:22.909 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:22 smithi016 ceph-mon[96085]: pgmap v7663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:22 smithi098 ceph-mon[112578]: pgmap v7663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:23.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:23.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:24.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:24.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:24 smithi098 ceph-mon[112578]: pgmap v7664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:24 smithi016 ceph-mon[96085]: pgmap v7664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:25.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:25.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:26.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:26.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:26 smithi098 ceph-mon[112578]: pgmap v7665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:26 smithi016 ceph-mon[96085]: pgmap v7665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:27.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:27.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:28.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:28.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:28 smithi098 ceph-mon[112578]: pgmap v7666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:56:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:28 smithi016 ceph-mon[96085]: pgmap v7666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:56:29.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:29.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:30.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:30.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:30 smithi098 ceph-mon[112578]: pgmap v7667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:56:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:30 smithi016 ceph-mon[96085]: pgmap v7667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:56:31.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:31.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:56:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:56:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:56:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:56:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:56:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:56:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:56:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:56:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:56:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:56:32.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:32.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:32 smithi098 ceph-mon[112578]: pgmap v7668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:33.024 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:32 smithi016 ceph-mon[96085]: pgmap v7668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:33.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:33.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:34.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:34.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:34 smithi098 ceph-mon[112578]: pgmap v7669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:34 smithi016 ceph-mon[96085]: pgmap v7669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:35.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:35.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:36.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:36.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:36 smithi098 ceph-mon[112578]: pgmap v7670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:36 smithi016 ceph-mon[96085]: pgmap v7670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:37.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:37.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:38.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:38.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:39.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:38 smithi098 ceph-mon[112578]: pgmap v7671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:38 smithi016 ceph-mon[96085]: pgmap v7671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:39.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:39.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:40.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:40.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:40 smithi098 ceph-mon[112578]: pgmap v7672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:40 smithi016 ceph-mon[96085]: pgmap v7672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:41.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:41.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:42.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:42.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:42 smithi098 ceph-mon[112578]: pgmap v7673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:42 smithi016 ceph-mon[96085]: pgmap v7673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:43.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:43.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:56:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:56:44.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:44.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:44 smithi098 ceph-mon[112578]: pgmap v7674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:44 smithi016 ceph-mon[96085]: pgmap v7674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:45.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:45.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:46.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:46.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:46 smithi098 ceph-mon[112578]: pgmap v7675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:46 smithi016 ceph-mon[96085]: pgmap v7675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:47.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:47.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:48.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:48.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:48 smithi098 ceph-mon[112578]: pgmap v7676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:48 smithi016 ceph-mon[96085]: pgmap v7676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:49.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:49.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:50.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:50.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:50 smithi098 ceph-mon[112578]: pgmap v7677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:50 smithi016 ceph-mon[96085]: pgmap v7677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:51.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:51.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:52.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:52.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:52 smithi098 ceph-mon[112578]: pgmap v7678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:52 smithi016 ceph-mon[96085]: pgmap v7678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:53.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:53.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:54.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:54.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:54 smithi098 ceph-mon[112578]: pgmap v7679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:54 smithi016 ceph-mon[96085]: pgmap v7679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:55.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:55.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:56.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:56.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:56 smithi098 ceph-mon[112578]: pgmap v7680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:56 smithi016 ceph-mon[96085]: pgmap v7680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:57.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:57.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:58.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:58.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:58 smithi098 ceph-mon[112578]: pgmap v7681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:56:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:56:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:58 smithi016 ceph-mon[96085]: pgmap v7681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:56:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:56:59.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:56:59.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:00.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:00.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:00 smithi098 ceph-mon[112578]: pgmap v7682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:00 smithi016 ceph-mon[96085]: pgmap v7682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:01.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:01.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:02.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:02.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:02 smithi098 ceph-mon[112578]: pgmap v7683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:02 smithi016 ceph-mon[96085]: pgmap v7683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:03.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:03.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:04.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:04.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:04 smithi098 ceph-mon[112578]: pgmap v7684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:04 smithi016 ceph-mon[96085]: pgmap v7684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:05.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:05.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:06.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:06.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:06.990 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:06 smithi098 ceph-mon[112578]: pgmap v7685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:06 smithi016 ceph-mon[96085]: pgmap v7685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:07.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:07.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:08.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:08.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:08 smithi098 ceph-mon[112578]: pgmap v7686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:08 smithi016 ceph-mon[96085]: pgmap v7686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:09.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:09.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:10.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:10.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:10 smithi098 ceph-mon[112578]: pgmap v7687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:10 smithi016 ceph-mon[96085]: pgmap v7687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:11.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:11.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:12.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:12.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:12 smithi098 ceph-mon[112578]: pgmap v7688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:12 smithi016 ceph-mon[96085]: pgmap v7688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:13.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:13.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:57:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:57:14.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:14.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:14 smithi098 ceph-mon[112578]: pgmap v7689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:14 smithi016 ceph-mon[96085]: pgmap v7689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:15.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:15.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:16.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:16.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:16 smithi098 ceph-mon[112578]: pgmap v7690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:16 smithi016 ceph-mon[96085]: pgmap v7690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:17.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:17.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:18.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:18.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:18 smithi098 ceph-mon[112578]: pgmap v7691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:18 smithi016 ceph-mon[96085]: pgmap v7691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:19.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:19.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:20.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:20.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:20 smithi098 ceph-mon[112578]: pgmap v7692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:20 smithi016 ceph-mon[96085]: pgmap v7692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:21.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:21.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:22.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:22.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:22 smithi098 ceph-mon[112578]: pgmap v7693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:22 smithi016 ceph-mon[96085]: pgmap v7693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:23.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:23.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:24.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:24.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:24 smithi098 ceph-mon[112578]: pgmap v7694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:24 smithi016 ceph-mon[96085]: pgmap v7694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:25.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:25.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:26.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:26.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:26 smithi098 ceph-mon[112578]: pgmap v7695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:26 smithi016 ceph-mon[96085]: pgmap v7695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:27.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:27.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:28.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:28.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:28 smithi098 ceph-mon[112578]: pgmap v7696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:57:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:28 smithi016 ceph-mon[96085]: pgmap v7696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:57:29.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:29.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:30.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:30.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:30 smithi098 ceph-mon[112578]: pgmap v7697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:30 smithi016 ceph-mon[96085]: pgmap v7697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:31.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:31.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:32.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:57:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:57:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:57:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:57:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:57:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:57:32.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:32.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:32 smithi098 ceph-mon[112578]: pgmap v7698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:57:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:57:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:57:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:57:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:57:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:32 smithi016 ceph-mon[96085]: pgmap v7698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:57:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:57:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:57:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:57:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:57:33.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:33.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:34.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:34.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:34 smithi098 ceph-mon[112578]: pgmap v7699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:34 smithi016 ceph-mon[96085]: pgmap v7699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:35.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:35.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:36.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:36.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:36 smithi098 ceph-mon[112578]: pgmap v7700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:36 smithi016 ceph-mon[96085]: pgmap v7700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:37.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:37.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:38.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:38.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:38 smithi098 ceph-mon[112578]: pgmap v7701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:38 smithi016 ceph-mon[96085]: pgmap v7701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:39.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:39.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:40.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:40.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:40 smithi098 ceph-mon[112578]: pgmap v7702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:40 smithi016 ceph-mon[96085]: pgmap v7702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:41.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:41.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:42.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:42.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:42 smithi098 ceph-mon[112578]: pgmap v7703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:42 smithi016 ceph-mon[96085]: pgmap v7703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:43.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:43.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:57:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:57:44.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:44.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:44 smithi098 ceph-mon[112578]: pgmap v7704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:44 smithi016 ceph-mon[96085]: pgmap v7704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:45.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:45.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:46.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:46.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:46 smithi098 ceph-mon[112578]: pgmap v7705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:46 smithi016 ceph-mon[96085]: pgmap v7705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:47.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:47.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:48.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:48.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:48 smithi016 ceph-mon[96085]: pgmap v7706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:48 smithi098 ceph-mon[112578]: pgmap v7706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:49.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:49.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:50.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:50.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:50 smithi016 ceph-mon[96085]: pgmap v7707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:51.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:50 smithi098 ceph-mon[112578]: pgmap v7707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:51.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:51.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:52.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:52.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:52 smithi016 ceph-mon[96085]: pgmap v7708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:52 smithi098 ceph-mon[112578]: pgmap v7708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:53.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:53.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:54.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:54.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:54 smithi016 ceph-mon[96085]: pgmap v7709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:54 smithi098 ceph-mon[112578]: pgmap v7709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:55.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:55.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:56.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:56.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:56 smithi016 ceph-mon[96085]: pgmap v7710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:56 smithi098 ceph-mon[112578]: pgmap v7710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:57.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:57.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:58.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:58.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:58 smithi098 ceph-mon[112578]: pgmap v7711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:57:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:57:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:58 smithi016 ceph-mon[96085]: pgmap v7711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:57:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:57:59.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:57:59.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:00.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:00.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:00 smithi016 ceph-mon[96085]: pgmap v7712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:00 smithi098 ceph-mon[112578]: pgmap v7712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:01.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:01.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:02.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:02.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:02 smithi098 ceph-mon[112578]: pgmap v7713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:02 smithi016 ceph-mon[96085]: pgmap v7713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:03.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:03.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:04.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:04.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:05.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:04 smithi098 ceph-mon[112578]: pgmap v7714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:04 smithi016 ceph-mon[96085]: pgmap v7714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:05.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:05.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:06.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:06.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:06 smithi098 ceph-mon[112578]: pgmap v7715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:06 smithi016 ceph-mon[96085]: pgmap v7715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:07.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:07.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:08.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:08.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:09.123 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:08 smithi016 ceph-mon[96085]: pgmap v7716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:08 smithi098 ceph-mon[112578]: pgmap v7716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:09.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:09.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:10.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:10.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:11.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:10 smithi016 ceph-mon[96085]: pgmap v7717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:10 smithi098 ceph-mon[112578]: pgmap v7717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:11.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:11.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:12.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:12.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:12 smithi098 ceph-mon[112578]: pgmap v7718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:12 smithi016 ceph-mon[96085]: pgmap v7718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:13.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:13.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:14.181 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:58:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:58:14.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:14.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:14 smithi098 ceph-mon[112578]: pgmap v7719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:14 smithi016 ceph-mon[96085]: pgmap v7719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:15.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:15.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:16.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:16.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:17.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:16 smithi098 ceph-mon[112578]: pgmap v7720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:16 smithi016 ceph-mon[96085]: pgmap v7720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:17.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:17.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:18.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:18.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:19.238 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:18 smithi016 ceph-mon[96085]: pgmap v7721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:18 smithi098 ceph-mon[112578]: pgmap v7721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:19.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:19.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:20.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:20.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:21.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:20 smithi016 ceph-mon[96085]: pgmap v7722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:20 smithi098 ceph-mon[112578]: pgmap v7722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:21.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:21.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:22.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:22.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:22 smithi098 ceph-mon[112578]: pgmap v7723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:22 smithi016 ceph-mon[96085]: pgmap v7723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:23.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:23.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:24.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:24.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:24 smithi098 ceph-mon[112578]: pgmap v7724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:24 smithi016 ceph-mon[96085]: pgmap v7724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:25.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:26.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:26.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:26 smithi098 ceph-mon[112578]: pgmap v7725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:26 smithi016 ceph-mon[96085]: pgmap v7725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:27.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:27.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:28.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:28.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:28 smithi098 ceph-mon[112578]: pgmap v7726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:58:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:28 smithi016 ceph-mon[96085]: pgmap v7726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:58:29.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:29.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:30.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:30.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:30 smithi016 ceph-mon[96085]: pgmap v7727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:30 smithi098 ceph-mon[112578]: pgmap v7727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:31.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:31.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:32.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:32.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:32 smithi098 ceph-mon[112578]: pgmap v7728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:58:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:58:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:58:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:58:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:58:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:58:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:32 smithi016 ceph-mon[96085]: pgmap v7728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:58:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:58:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:58:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:58:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:58:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:58:33.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:33.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:34.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:34.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:34 smithi098 ceph-mon[112578]: pgmap v7729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:34 smithi016 ceph-mon[96085]: pgmap v7729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:35.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:35.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:36.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:36.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:36 smithi098 ceph-mon[112578]: pgmap v7730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:36 smithi016 ceph-mon[96085]: pgmap v7730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:37.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:37.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:38.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:38.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:39.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:38 smithi098 ceph-mon[112578]: pgmap v7731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:38 smithi016 ceph-mon[96085]: pgmap v7731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:39.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:39.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:40.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:40.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:41.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:40 smithi016 ceph-mon[96085]: pgmap v7732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:40 smithi098 ceph-mon[112578]: pgmap v7732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:41.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:41.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:42.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:42.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:42 smithi098 ceph-mon[112578]: pgmap v7733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:42 smithi016 ceph-mon[96085]: pgmap v7733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:43.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:43.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:58:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:58:44.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:44.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:44 smithi098 ceph-mon[112578]: pgmap v7734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:44 smithi016 ceph-mon[96085]: pgmap v7734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:45.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:45.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:46.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:46.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:46 smithi098 ceph-mon[112578]: pgmap v7735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:46 smithi016 ceph-mon[96085]: pgmap v7735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:47.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:47.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:48.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:48.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:48 smithi098 ceph-mon[112578]: pgmap v7736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:48 smithi016 ceph-mon[96085]: pgmap v7736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:49.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:49.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:50.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:50.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:50 smithi016 ceph-mon[96085]: pgmap v7737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:50 smithi098 ceph-mon[112578]: pgmap v7737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:51.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:51.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:52.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:52.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:52 smithi098 ceph-mon[112578]: pgmap v7738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:52 smithi016 ceph-mon[96085]: pgmap v7738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:53.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:53.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:54.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:54.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:54 smithi016 ceph-mon[96085]: pgmap v7739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:54 smithi098 ceph-mon[112578]: pgmap v7739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:55.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:55.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:56.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:56.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:57.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:56 smithi098 ceph-mon[112578]: pgmap v7740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:56 smithi016 ceph-mon[96085]: pgmap v7740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:57.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:57.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:58.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:58.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:58 smithi098 ceph-mon[112578]: pgmap v7741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:58:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:58:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:58 smithi016 ceph-mon[96085]: pgmap v7741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:58:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:58:59.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:58:59.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:00.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:00.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:00 smithi016 ceph-mon[96085]: pgmap v7742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:00 smithi098 ceph-mon[112578]: pgmap v7742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:01.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:01.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:02.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:02.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:03.198 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:02 smithi098 ceph-mon[112578]: pgmap v7743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:02 smithi016 ceph-mon[96085]: pgmap v7743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:03.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:03.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:04.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:04.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:04 smithi016 ceph-mon[96085]: pgmap v7744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:04 smithi098 ceph-mon[112578]: pgmap v7744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:05.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:05.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:06.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:06.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:06 smithi098 ceph-mon[112578]: pgmap v7745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:06 smithi016 ceph-mon[96085]: pgmap v7745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:07.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:07.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:08.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:08.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:08 smithi098 ceph-mon[112578]: pgmap v7746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:08 smithi016 ceph-mon[96085]: pgmap v7746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:09.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:09.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:10.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:10.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:11.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:10 smithi016 ceph-mon[96085]: pgmap v7747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:10 smithi098 ceph-mon[112578]: pgmap v7747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:11.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:11.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:12.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:12.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:13.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:12 smithi098 ceph-mon[112578]: pgmap v7748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:59:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:12 smithi016 ceph-mon[96085]: pgmap v7748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:59:13.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:13.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:14.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:14.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:14 smithi098 ceph-mon[112578]: pgmap v7749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:14 smithi016 ceph-mon[96085]: pgmap v7749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:15.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:15.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:16.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:16.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:16 smithi098 ceph-mon[112578]: pgmap v7750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:16 smithi016 ceph-mon[96085]: pgmap v7750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:17.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:17.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:18.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:18.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:18 smithi098 ceph-mon[112578]: pgmap v7751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:18 smithi016 ceph-mon[96085]: pgmap v7751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:19.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:19.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:20.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:20.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:20 smithi098 ceph-mon[112578]: pgmap v7752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:20 smithi016 ceph-mon[96085]: pgmap v7752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:21.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:21.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:22.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:22.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:22 smithi098 ceph-mon[112578]: pgmap v7753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:22 smithi016 ceph-mon[96085]: pgmap v7753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:23.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:23.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:24.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:24.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:24 smithi098 ceph-mon[112578]: pgmap v7754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:24 smithi016 ceph-mon[96085]: pgmap v7754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:25.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:25.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:26.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:26.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:26 smithi098 ceph-mon[112578]: pgmap v7755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:26 smithi016 ceph-mon[96085]: pgmap v7755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:27.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:27.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:59:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:59:28.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:28.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:28 smithi098 ceph-mon[112578]: pgmap v7756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:28 smithi016 ceph-mon[96085]: pgmap v7756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:29.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:29.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:30.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:30.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:30 smithi098 ceph-mon[112578]: pgmap v7757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:31.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:30 smithi016 ceph-mon[96085]: pgmap v7757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:31.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:31.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:32.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:32.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:32 smithi098 ceph-mon[112578]: pgmap v7758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:32 smithi016 ceph-mon[96085]: pgmap v7758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:33.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:33.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:59:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:59:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:59:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:59:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:59:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:59:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:59:34.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:59:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:59:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:59:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:59:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:59:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:59:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:59:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:59:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T00:59:34.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:34.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:34 smithi098 ceph-mon[112578]: pgmap v7759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:34 smithi016 ceph-mon[96085]: pgmap v7759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:35.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:35.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:36.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:36.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:37.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:36 smithi098 ceph-mon[112578]: pgmap v7760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:36 smithi016 ceph-mon[96085]: pgmap v7760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:37.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:37.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:38.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:38.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:38 smithi098 ceph-mon[112578]: pgmap v7761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:38 smithi016 ceph-mon[96085]: pgmap v7761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:39.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:39.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:40.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:40.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:40 smithi098 ceph-mon[112578]: pgmap v7762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:40 smithi016 ceph-mon[96085]: pgmap v7762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:41.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:41.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:42.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:42.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:42 smithi098 ceph-mon[112578]: pgmap v7763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:59:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:42 smithi016 ceph-mon[96085]: pgmap v7763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:59:43.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:43.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:44.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:44.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:45.222 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:44 smithi016 ceph-mon[96085]: pgmap v7764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:45.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:44 smithi098 ceph-mon[112578]: pgmap v7764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:45.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:45.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:46.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:46.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:46 smithi098 ceph-mon[112578]: pgmap v7765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:46 smithi016 ceph-mon[96085]: pgmap v7765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:47.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:47.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:48.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:48.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:48 smithi098 ceph-mon[112578]: pgmap v7766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:48 smithi016 ceph-mon[96085]: pgmap v7766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:49.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:49.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:50.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:50.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:50 smithi098 ceph-mon[112578]: pgmap v7767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:50 smithi016 ceph-mon[96085]: pgmap v7767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:51.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:51.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:52.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:52.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:52 smithi098 ceph-mon[112578]: pgmap v7768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:52 smithi016 ceph-mon[96085]: pgmap v7768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:53.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:53.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:54.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:54.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:54 smithi098 ceph-mon[112578]: pgmap v7769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:54 smithi016 ceph-mon[96085]: pgmap v7769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:55.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:55.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:56.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:56.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:56 smithi098 ceph-mon[112578]: pgmap v7770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:56 smithi016 ceph-mon[96085]: pgmap v7770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:57.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:57.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:59:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:59:58.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:58.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:59.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 00:59:58 smithi098 ceph-mon[112578]: pgmap v7771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 00:59:58 smithi016 ceph-mon[96085]: pgmap v7771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:59.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T00:59:59.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:00.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:00.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:00 smithi098 ceph-mon[112578]: pgmap v7772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T01:00:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:00 smithi016 ceph-mon[96085]: pgmap v7772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T01:00:01.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:01.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:02.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:02.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:02 smithi098 ceph-mon[112578]: pgmap v7773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:02 smithi016 ceph-mon[96085]: pgmap v7773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:03.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:03.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:04.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:04.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:04 smithi098 ceph-mon[112578]: pgmap v7774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:04 smithi016 ceph-mon[96085]: pgmap v7774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:05.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:05.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:06.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:06.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:06 smithi098 ceph-mon[112578]: pgmap v7775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:06 smithi016 ceph-mon[96085]: pgmap v7775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:07.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:07.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:08.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:08.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:08 smithi098 ceph-mon[112578]: pgmap v7776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:08 smithi016 ceph-mon[96085]: pgmap v7776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:09.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:09.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:10.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:10.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:11 smithi098 ceph-mon[112578]: pgmap v7777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:11.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:11 smithi016 ceph-mon[96085]: pgmap v7777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:11.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:11.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:12.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:12.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:13 smithi098 ceph-mon[112578]: pgmap v7778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:00:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:13 smithi016 ceph-mon[96085]: pgmap v7778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:00:13.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:13.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:14.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:14.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:15 smithi098 ceph-mon[112578]: pgmap v7779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:15 smithi016 ceph-mon[96085]: pgmap v7779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:15.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:15.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:16.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:16.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:17 smithi098 ceph-mon[112578]: pgmap v7780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:17 smithi016 ceph-mon[96085]: pgmap v7780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:17.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:17.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:18.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:18.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:19 smithi098 ceph-mon[112578]: pgmap v7781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:19 smithi016 ceph-mon[96085]: pgmap v7781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:19.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:19.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:20 smithi098 ceph-mon[112578]: pgmap v7782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:20.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:20.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:20 smithi016 ceph-mon[96085]: pgmap v7782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:21.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:21.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:22.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:22.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:22.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:22 smithi098 ceph-mon[112578]: pgmap v7783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:22 smithi016 ceph-mon[96085]: pgmap v7783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:23.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:23.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:24.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:24.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:24 smithi098 ceph-mon[112578]: pgmap v7784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:24 smithi016 ceph-mon[96085]: pgmap v7784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:25.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:25.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:26.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:26.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:26 smithi098 ceph-mon[112578]: pgmap v7785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:26 smithi016 ceph-mon[96085]: pgmap v7785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:27.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:27.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:28.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:28.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:28 smithi098 ceph-mon[112578]: pgmap v7786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:00:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:28 smithi016 ceph-mon[96085]: pgmap v7786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:00:29.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:29.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:30.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:30.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:30 smithi098 ceph-mon[112578]: pgmap v7787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:30 smithi016 ceph-mon[96085]: pgmap v7787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:31.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:31.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:32.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:32.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:32 smithi098 ceph-mon[112578]: pgmap v7788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:32 smithi016 ceph-mon[96085]: pgmap v7788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:33.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:33.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:34.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:34.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:34 smithi098 ceph-mon[112578]: pgmap v7789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:00:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:00:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:00:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:00:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:00:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:00:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:34 smithi016 ceph-mon[96085]: pgmap v7789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:00:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:00:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:00:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:00:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:00:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:00:35.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:35.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:36.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:36.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:36 smithi098 ceph-mon[112578]: pgmap v7790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:36 smithi016 ceph-mon[96085]: pgmap v7790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:37.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:37.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:38.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:38.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:38 smithi098 ceph-mon[112578]: pgmap v7791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:38 smithi016 ceph-mon[96085]: pgmap v7791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:39.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:39.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:40.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:40.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:40 smithi098 ceph-mon[112578]: pgmap v7792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:40 smithi016 ceph-mon[96085]: pgmap v7792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:41.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:41.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:42.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:42.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:42 smithi098 ceph-mon[112578]: pgmap v7793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:42 smithi016 ceph-mon[96085]: pgmap v7793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:43.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:43.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:00:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:00:44.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:44.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:44 smithi098 ceph-mon[112578]: pgmap v7794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:44 smithi016 ceph-mon[96085]: pgmap v7794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:45.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:45.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:46.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:46.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:46 smithi098 ceph-mon[112578]: pgmap v7795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:46 smithi016 ceph-mon[96085]: pgmap v7795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:47.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:47.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:48.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:48.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:48 smithi098 ceph-mon[112578]: pgmap v7796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:48 smithi016 ceph-mon[96085]: pgmap v7796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:49.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:49.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:50.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:50.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:50.972 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:50 smithi016 ceph-mon[96085]: pgmap v7797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:50 smithi098 ceph-mon[112578]: pgmap v7797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:51.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:51.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:52.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:52.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:52 smithi098 ceph-mon[112578]: pgmap v7798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:52 smithi016 ceph-mon[96085]: pgmap v7798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:53.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:53.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:54.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:54.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:54 smithi098 ceph-mon[112578]: pgmap v7799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:54 smithi016 ceph-mon[96085]: pgmap v7799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:55.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:55.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:56.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:56.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:56 smithi098 ceph-mon[112578]: pgmap v7800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:56 smithi016 ceph-mon[96085]: pgmap v7800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:57.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:57.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:58.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:58.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:58 smithi098 ceph-mon[112578]: pgmap v7801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:00:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:00:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:58 smithi016 ceph-mon[96085]: pgmap v7801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:00:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:00:59.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:00:59.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:00.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:00.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:00 smithi098 ceph-mon[112578]: pgmap v7802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:00 smithi016 ceph-mon[96085]: pgmap v7802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:01.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:01.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:02.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:02.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:02 smithi098 ceph-mon[112578]: pgmap v7803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:02 smithi016 ceph-mon[96085]: pgmap v7803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:03.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:03.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:04.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:04.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:04 smithi098 ceph-mon[112578]: pgmap v7804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:04 smithi016 ceph-mon[96085]: pgmap v7804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:05.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:05.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:06.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:06.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:06 smithi098 ceph-mon[112578]: pgmap v7805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:06 smithi016 ceph-mon[96085]: pgmap v7805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:07.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:07.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:08.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:08.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:08 smithi098 ceph-mon[112578]: pgmap v7806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:08 smithi016 ceph-mon[96085]: pgmap v7806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:09.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:09.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:10.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:10.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:10 smithi098 ceph-mon[112578]: pgmap v7807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:10 smithi016 ceph-mon[96085]: pgmap v7807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:11.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:11.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:12.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:12.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:12 smithi098 ceph-mon[112578]: pgmap v7808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:12 smithi016 ceph-mon[96085]: pgmap v7808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:13.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:13.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:01:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:01:14.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:14.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:14 smithi098 ceph-mon[112578]: pgmap v7809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:14 smithi016 ceph-mon[96085]: pgmap v7809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:15.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:15.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:16.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:16.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:16 smithi098 ceph-mon[112578]: pgmap v7810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:16 smithi016 ceph-mon[96085]: pgmap v7810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:17.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:17.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:18.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:18.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:18 smithi098 ceph-mon[112578]: pgmap v7811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:18 smithi016 ceph-mon[96085]: pgmap v7811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:19.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:19.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:20.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:20.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:20 smithi098 ceph-mon[112578]: pgmap v7812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:20 smithi016 ceph-mon[96085]: pgmap v7812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:21.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:21.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:22.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:22.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:22 smithi098 ceph-mon[112578]: pgmap v7813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:22 smithi016 ceph-mon[96085]: pgmap v7813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:23.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:23.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:24.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:24.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:24 smithi098 ceph-mon[112578]: pgmap v7814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:24 smithi016 ceph-mon[96085]: pgmap v7814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:25.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:25.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:26.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:26.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:26 smithi098 ceph-mon[112578]: pgmap v7815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:26 smithi016 ceph-mon[96085]: pgmap v7815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:27.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:27.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:28.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:28.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:28 smithi098 ceph-mon[112578]: pgmap v7816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:01:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:28 smithi016 ceph-mon[96085]: pgmap v7816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:01:29.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:29.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:30.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:30.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:30 smithi098 ceph-mon[112578]: pgmap v7817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:30 smithi016 ceph-mon[96085]: pgmap v7817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:31.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:31.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:32.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:32.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:32 smithi098 ceph-mon[112578]: pgmap v7818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:32 smithi016 ceph-mon[96085]: pgmap v7818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:33.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:33.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:34.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:34.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:34 smithi098 ceph-mon[112578]: pgmap v7819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:01:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:34 smithi016 ceph-mon[96085]: pgmap v7819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:01:35.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:35.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:01:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:01:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:01:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:01:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:01:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:01:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:01:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:01:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:01:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:01:36.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:36.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:37 smithi016 ceph-mon[96085]: pgmap v7820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:37 smithi098 ceph-mon[112578]: pgmap v7820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:37.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:37.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:38.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:38.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:39 smithi016 ceph-mon[96085]: pgmap v7821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:39 smithi098 ceph-mon[112578]: pgmap v7821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:39.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:39.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:40.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:40.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:41 smithi016 ceph-mon[96085]: pgmap v7822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:41 smithi098 ceph-mon[112578]: pgmap v7822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:41.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:41.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:42.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:42.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:43 smithi016 ceph-mon[96085]: pgmap v7823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:01:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:43 smithi098 ceph-mon[112578]: pgmap v7823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:01:43.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:43.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:44.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:44.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:45 smithi098 ceph-mon[112578]: pgmap v7824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:45 smithi016 ceph-mon[96085]: pgmap v7824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:45.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:45.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:46 smithi098 ceph-mon[112578]: pgmap v7825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:46.544 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:46 smithi016 ceph-mon[96085]: pgmap v7825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:46.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:46.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:47.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:47.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:48.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:48.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:48 smithi016 ceph-mon[96085]: pgmap v7826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:48 smithi098 ceph-mon[112578]: pgmap v7826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:49.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:49.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:50.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:50.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:50 smithi098 ceph-mon[112578]: pgmap v7827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:50 smithi016 ceph-mon[96085]: pgmap v7827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:51.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:51.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:52.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:52.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:52 smithi098 ceph-mon[112578]: pgmap v7828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:52 smithi016 ceph-mon[96085]: pgmap v7828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:53.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:53.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:54.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:54.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:54.985 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:54 smithi098 ceph-mon[112578]: pgmap v7829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:54 smithi016 ceph-mon[96085]: pgmap v7829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:55.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:55.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:56.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:56.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:56 smithi098 ceph-mon[112578]: pgmap v7830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:56 smithi016 ceph-mon[96085]: pgmap v7830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:57.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:57.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:58.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:58.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:58 smithi098 ceph-mon[112578]: pgmap v7831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:01:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:01:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:58 smithi016 ceph-mon[96085]: pgmap v7831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:01:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:01:59.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:01:59.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:00.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:00.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:01.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:00 smithi098 ceph-mon[112578]: pgmap v7832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:00 smithi016 ceph-mon[96085]: pgmap v7832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:01.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:01.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:02.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:02.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:02 smithi098 ceph-mon[112578]: pgmap v7833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:02 smithi016 ceph-mon[96085]: pgmap v7833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:03.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:03.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:04.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:04.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:05.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:04 smithi098 ceph-mon[112578]: pgmap v7834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:04 smithi016 ceph-mon[96085]: pgmap v7834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:05.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:05.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:06.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:06.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:06 smithi098 ceph-mon[112578]: pgmap v7835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:06 smithi016 ceph-mon[96085]: pgmap v7835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:07.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:07.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:08.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:08.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:08 smithi098 ceph-mon[112578]: pgmap v7836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:08 smithi016 ceph-mon[96085]: pgmap v7836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:09.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:09.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:10.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:10.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:10 smithi098 ceph-mon[112578]: pgmap v7837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:10 smithi016 ceph-mon[96085]: pgmap v7837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:11.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:11.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:12.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:12.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:12 smithi098 ceph-mon[112578]: pgmap v7838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:12 smithi016 ceph-mon[96085]: pgmap v7838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:13.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:13.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:14.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:02:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:02:14.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:14.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:15.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:14 smithi098 ceph-mon[112578]: pgmap v7839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:14 smithi016 ceph-mon[96085]: pgmap v7839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:15.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:15.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:16.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:16.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:16.951 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:16 smithi016 ceph-mon[96085]: pgmap v7840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:16 smithi098 ceph-mon[112578]: pgmap v7840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:17.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:17.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:18.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:18.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:18 smithi098 ceph-mon[112578]: pgmap v7841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:18 smithi016 ceph-mon[96085]: pgmap v7841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:19.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:19.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:20.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:20.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:20 smithi098 ceph-mon[112578]: pgmap v7842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:20 smithi016 ceph-mon[96085]: pgmap v7842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:21.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:21.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:22.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:22.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:22 smithi098 ceph-mon[112578]: pgmap v7843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:22 smithi016 ceph-mon[96085]: pgmap v7843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:23.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:23.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:24.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:24.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:25.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:24 smithi098 ceph-mon[112578]: pgmap v7844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:24 smithi016 ceph-mon[96085]: pgmap v7844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:25.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:25.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:26.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:26.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:26 smithi098 ceph-mon[112578]: pgmap v7845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:26 smithi016 ceph-mon[96085]: pgmap v7845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:27.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:27.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:28.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:28.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:28 smithi098 ceph-mon[112578]: pgmap v7846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:02:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:28 smithi016 ceph-mon[96085]: pgmap v7846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:02:29.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:29.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:30.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:30.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:30 smithi098 ceph-mon[112578]: pgmap v7847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:30 smithi016 ceph-mon[96085]: pgmap v7847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:31.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:31.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:32.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:32.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:32 smithi098 ceph-mon[112578]: pgmap v7848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:32 smithi016 ceph-mon[96085]: pgmap v7848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:33.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:33.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:34.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:34.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:34 smithi098 ceph-mon[112578]: pgmap v7849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:34 smithi016 ceph-mon[96085]: pgmap v7849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:35.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:35.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:02:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:02:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:02:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:02:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:02:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:02:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:02:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:02:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:02:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:02:36.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:36.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:36 smithi098 ceph-mon[112578]: pgmap v7850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:02:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:36 smithi016 ceph-mon[96085]: pgmap v7850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:02:37.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:37.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:38.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:38.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:38 smithi098 ceph-mon[112578]: pgmap v7851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:38 smithi016 ceph-mon[96085]: pgmap v7851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:39.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:39.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:40.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:40.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:40 smithi098 ceph-mon[112578]: pgmap v7852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:40 smithi016 ceph-mon[96085]: pgmap v7852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:41.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:41.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:42.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:42.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:42 smithi098 ceph-mon[112578]: pgmap v7853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:42 smithi016 ceph-mon[96085]: pgmap v7853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:43.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:43.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:02:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:02:44.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:44.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:44 smithi098 ceph-mon[112578]: pgmap v7854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:44 smithi016 ceph-mon[96085]: pgmap v7854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:45.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:45.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:46.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:46.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:46 smithi098 ceph-mon[112578]: pgmap v7855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:46 smithi016 ceph-mon[96085]: pgmap v7855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:47.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:47.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:48.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:48.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:48 smithi098 ceph-mon[112578]: pgmap v7856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:48 smithi016 ceph-mon[96085]: pgmap v7856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:49.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:49.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:50.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:50.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:50 smithi098 ceph-mon[112578]: pgmap v7857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:50 smithi016 ceph-mon[96085]: pgmap v7857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:51.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:51.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:52.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:52.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:52 smithi098 ceph-mon[112578]: pgmap v7858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:52 smithi016 ceph-mon[96085]: pgmap v7858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:53.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:53.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:54.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:54.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:54 smithi098 ceph-mon[112578]: pgmap v7859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:54 smithi016 ceph-mon[96085]: pgmap v7859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:55.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:55.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:56.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:56.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:56 smithi098 ceph-mon[112578]: pgmap v7860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:56 smithi016 ceph-mon[96085]: pgmap v7860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:57.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:57.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:58.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:58.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:58 smithi098 ceph-mon[112578]: pgmap v7861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:02:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:02:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:58 smithi016 ceph-mon[96085]: pgmap v7861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:02:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:02:59.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:02:59.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:00.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:00.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:00 smithi098 ceph-mon[112578]: pgmap v7862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:00 smithi016 ceph-mon[96085]: pgmap v7862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:01.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:01.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:02.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:02.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:03.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:02 smithi098 ceph-mon[112578]: pgmap v7863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:02 smithi016 ceph-mon[96085]: pgmap v7863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:03.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:03.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:04.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:04.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:04 smithi098 ceph-mon[112578]: pgmap v7864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:04 smithi016 ceph-mon[96085]: pgmap v7864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:05.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:05.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:06.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:06.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:06 smithi098 ceph-mon[112578]: pgmap v7865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:06 smithi016 ceph-mon[96085]: pgmap v7865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:07.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:07.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:08.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:08.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:09.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:08 smithi098 ceph-mon[112578]: pgmap v7866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:08 smithi016 ceph-mon[96085]: pgmap v7866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:09.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:09.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:10.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:10.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:10 smithi098 ceph-mon[112578]: pgmap v7867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:10 smithi016 ceph-mon[96085]: pgmap v7867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:11.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:11.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:12.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:12.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:12 smithi098 ceph-mon[112578]: pgmap v7868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:12 smithi016 ceph-mon[96085]: pgmap v7868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:13.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:13.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:03:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:03:14.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:14.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:14 smithi098 ceph-mon[112578]: pgmap v7869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:14 smithi016 ceph-mon[96085]: pgmap v7869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:15.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:15.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:16.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:16.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:16 smithi016 ceph-mon[96085]: pgmap v7870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:16 smithi098 ceph-mon[112578]: pgmap v7870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:17.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:17.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:18.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:18.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:18 smithi016 ceph-mon[96085]: pgmap v7871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:18 smithi098 ceph-mon[112578]: pgmap v7871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:19.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:19.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:20.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:20.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:20 smithi016 ceph-mon[96085]: pgmap v7872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:20 smithi098 ceph-mon[112578]: pgmap v7872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:21.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:21.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:22.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:22.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:22 smithi016 ceph-mon[96085]: pgmap v7873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:22 smithi098 ceph-mon[112578]: pgmap v7873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:23.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:23.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:24.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:24.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:24 smithi016 ceph-mon[96085]: pgmap v7874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:25.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:24 smithi098 ceph-mon[112578]: pgmap v7874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:25.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:25.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:26.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:26.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:26 smithi098 ceph-mon[112578]: pgmap v7875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:26 smithi016 ceph-mon[96085]: pgmap v7875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:27.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:27.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:28.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:28.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:29.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:28 smithi098 ceph-mon[112578]: pgmap v7876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:03:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:28 smithi016 ceph-mon[96085]: pgmap v7876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:03:29.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:29.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:30.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:30.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:30 smithi016 ceph-mon[96085]: pgmap v7877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:30 smithi098 ceph-mon[112578]: pgmap v7877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:31.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:31.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:32.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:32.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:32 smithi098 ceph-mon[112578]: pgmap v7878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:32 smithi016 ceph-mon[96085]: pgmap v7878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:33.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:33.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:34.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:34.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:34 smithi098 ceph-mon[112578]: pgmap v7879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:34 smithi016 ceph-mon[96085]: pgmap v7879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:35.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:35.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:36.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:36.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:36 smithi098 ceph-mon[112578]: pgmap v7880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:03:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:03:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:03:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:03:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:03:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:03:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:36 smithi016 ceph-mon[96085]: pgmap v7880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:03:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:03:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:03:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:03:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:03:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:03:37.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:37.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:38.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:38.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:39.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:38 smithi098 ceph-mon[112578]: pgmap v7881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:38 smithi016 ceph-mon[96085]: pgmap v7881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:39.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:39.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:40.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:40.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:41.100 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:40 smithi098 ceph-mon[112578]: pgmap v7882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:41.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:40 smithi016 ceph-mon[96085]: pgmap v7882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:41.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:41.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:42.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:42.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:43.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:42 smithi098 ceph-mon[112578]: pgmap v7883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:42 smithi016 ceph-mon[96085]: pgmap v7883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:43.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:43.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:03:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:03:44.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:44.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:44 smithi098 ceph-mon[112578]: pgmap v7884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:44 smithi016 ceph-mon[96085]: pgmap v7884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:45.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:45.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:46.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:46.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:46 smithi098 ceph-mon[112578]: pgmap v7885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:46 smithi016 ceph-mon[96085]: pgmap v7885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:47.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:47.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:48.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:48.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:48 smithi098 ceph-mon[112578]: pgmap v7886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:48 smithi016 ceph-mon[96085]: pgmap v7886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:49.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:49.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:50.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:50.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:50 smithi016 ceph-mon[96085]: pgmap v7887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:51.206 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:50 smithi098 ceph-mon[112578]: pgmap v7887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:51.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:51.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:52.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:52.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:53.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:52 smithi098 ceph-mon[112578]: pgmap v7888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:52 smithi016 ceph-mon[96085]: pgmap v7888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:53.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:53.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:54.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:54.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:54 smithi098 ceph-mon[112578]: pgmap v7889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:54 smithi016 ceph-mon[96085]: pgmap v7889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:55.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:55.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:56.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:56.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:56 smithi098 ceph-mon[112578]: pgmap v7890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:56 smithi016 ceph-mon[96085]: pgmap v7890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:57.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:57.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:58.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:58.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:58 smithi098 ceph-mon[112578]: pgmap v7891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:03:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:03:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:58 smithi016 ceph-mon[96085]: pgmap v7891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:03:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:03:59.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:03:59.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:00.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:00.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:00 smithi016 ceph-mon[96085]: pgmap v7892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:00 smithi098 ceph-mon[112578]: pgmap v7892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:01.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:01.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:02.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:02.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:03.159 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:02 smithi016 ceph-mon[96085]: pgmap v7893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:03.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:02 smithi098 ceph-mon[112578]: pgmap v7893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:03.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:03.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:04.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:04.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:04 smithi098 ceph-mon[112578]: pgmap v7894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:04 smithi016 ceph-mon[96085]: pgmap v7894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:05.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:05.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:06.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:06.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:06 smithi098 ceph-mon[112578]: pgmap v7895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:06 smithi016 ceph-mon[96085]: pgmap v7895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:07.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:07.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:08.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:08.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:08 smithi098 ceph-mon[112578]: pgmap v7896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:08 smithi016 ceph-mon[96085]: pgmap v7896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:09.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:09.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:10.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:10.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:11.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:10 smithi016 ceph-mon[96085]: pgmap v7897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:10 smithi098 ceph-mon[112578]: pgmap v7897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:11.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:11.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:12.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:12.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:12 smithi098 ceph-mon[112578]: pgmap v7898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:13.275 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:12 smithi016 ceph-mon[96085]: pgmap v7898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:13.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:13.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:04:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:04:14.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:14.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:14 smithi098 ceph-mon[112578]: pgmap v7899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:14 smithi016 ceph-mon[96085]: pgmap v7899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:15.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:15.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:16.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:16.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:17.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:16 smithi098 ceph-mon[112578]: pgmap v7900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:16 smithi016 ceph-mon[96085]: pgmap v7900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:17.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:17.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:18.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:18.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:18 smithi098 ceph-mon[112578]: pgmap v7901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:18 smithi016 ceph-mon[96085]: pgmap v7901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:19.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:19.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:20.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:20.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:21.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:20 smithi016 ceph-mon[96085]: pgmap v7902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:20 smithi098 ceph-mon[112578]: pgmap v7902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:21.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:21.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:22.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:22.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:22 smithi098 ceph-mon[112578]: pgmap v7903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:22 smithi016 ceph-mon[96085]: pgmap v7903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:23.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:23.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:24.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:24.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:25.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:24 smithi098 ceph-mon[112578]: pgmap v7904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:24 smithi016 ceph-mon[96085]: pgmap v7904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:25.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:25.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:26.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:26.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:26 smithi098 ceph-mon[112578]: pgmap v7905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:26 smithi016 ceph-mon[96085]: pgmap v7905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:27.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:27.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:28.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:28.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:28 smithi098 ceph-mon[112578]: pgmap v7906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:04:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:28 smithi016 ceph-mon[96085]: pgmap v7906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:04:29.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:29.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:30.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:30.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:30 smithi016 ceph-mon[96085]: pgmap v7907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:30 smithi098 ceph-mon[112578]: pgmap v7907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:31.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:31.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:32.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:32.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:32 smithi098 ceph-mon[112578]: pgmap v7908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:32 smithi016 ceph-mon[96085]: pgmap v7908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:33.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:33.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:34.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:34.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:35.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:34 smithi098 ceph-mon[112578]: pgmap v7909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:34 smithi016 ceph-mon[96085]: pgmap v7909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:35.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:35.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:36.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:36.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:37.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:36 smithi098 ceph-mon[112578]: pgmap v7910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:04:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:36 smithi016 ceph-mon[96085]: pgmap v7910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:04:37.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:37.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:38.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:38.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:39.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:38 smithi098 ceph-mon[112578]: pgmap v7911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:38 smithi016 ceph-mon[96085]: pgmap v7911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:39.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:39.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:04:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:04:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:40 smithi098 ceph-mon[112578]: pgmap v7912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:04:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:04:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:04:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:04:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:04:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:04:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:04:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:40 smithi016 ceph-mon[96085]: pgmap v7912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:04:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:04:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:04:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:04:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:04:40.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:40.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:41.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:41.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:42.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:42.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:43.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:42 smithi098 ceph-mon[112578]: pgmap v7913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:42 smithi016 ceph-mon[96085]: pgmap v7913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:43.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:43.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:04:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:04:44.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:44.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:45.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:44 smithi098 ceph-mon[112578]: pgmap v7914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:44 smithi016 ceph-mon[96085]: pgmap v7914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:45.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:45.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:46.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:46.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:46 smithi098 ceph-mon[112578]: pgmap v7915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:46 smithi016 ceph-mon[96085]: pgmap v7915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:47.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:47.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:48.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:48.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:48 smithi098 ceph-mon[112578]: pgmap v7916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:48 smithi016 ceph-mon[96085]: pgmap v7916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:49.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:49.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:50.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:50.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:50 smithi098 ceph-mon[112578]: pgmap v7917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:50 smithi016 ceph-mon[96085]: pgmap v7917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:51.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:51.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:52.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:52.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:52 smithi098 ceph-mon[112578]: pgmap v7918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:52 smithi016 ceph-mon[96085]: pgmap v7918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:53.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:53.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:54.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:54.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:54 smithi098 ceph-mon[112578]: pgmap v7919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:54 smithi016 ceph-mon[96085]: pgmap v7919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:55.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:55.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:56.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:56.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:57.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:56 smithi098 ceph-mon[112578]: pgmap v7920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:56 smithi016 ceph-mon[96085]: pgmap v7920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:57.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:57.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:58.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:58.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:58 smithi098 ceph-mon[112578]: pgmap v7921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:04:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:04:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:58 smithi016 ceph-mon[96085]: pgmap v7921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:04:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:04:59.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:04:59.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:00.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:00.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:00 smithi098 ceph-mon[112578]: pgmap v7922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:00 smithi016 ceph-mon[96085]: pgmap v7922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:01.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:01.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:02.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:02.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:02 smithi098 ceph-mon[112578]: pgmap v7923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:02 smithi016 ceph-mon[96085]: pgmap v7923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:03.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:03.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:04.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:04.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:05.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:04 smithi098 ceph-mon[112578]: pgmap v7924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:04 smithi016 ceph-mon[96085]: pgmap v7924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:05.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:05.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:06.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:07.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:07.003 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:06 smithi098 ceph-mon[112578]: pgmap v7925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:06 smithi016 ceph-mon[96085]: pgmap v7925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:08.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:08.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:09.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:09.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:08 smithi098 ceph-mon[112578]: pgmap v7926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:08 smithi016 ceph-mon[96085]: pgmap v7926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:10.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:10.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:11.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:11.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:10 smithi098 ceph-mon[112578]: pgmap v7927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:10 smithi016 ceph-mon[96085]: pgmap v7927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:12.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:12.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:13.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:13.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:13.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:12 smithi098 ceph-mon[112578]: pgmap v7928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:12 smithi016 ceph-mon[96085]: pgmap v7928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:13.967 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:05:14.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:14.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:14.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:05:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:14 smithi098 ceph-mon[112578]: pgmap v7929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:15.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:15.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:14 smithi016 ceph-mon[96085]: pgmap v7929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:16.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:16.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:16 smithi098 ceph-mon[112578]: pgmap v7930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:17.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:17.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:16 smithi016 ceph-mon[96085]: pgmap v7930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:18.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:18.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:18 smithi098 ceph-mon[112578]: pgmap v7931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:19.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:19.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:19.025 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:18 smithi016 ceph-mon[96085]: pgmap v7931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:20.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:20.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:20 smithi098 ceph-mon[112578]: pgmap v7932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:21.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:21.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:20 smithi016 ceph-mon[96085]: pgmap v7932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:22.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:22.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:22 smithi098 ceph-mon[112578]: pgmap v7933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:23.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:23.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:22 smithi016 ceph-mon[96085]: pgmap v7933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:24.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:24.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:24 smithi098 ceph-mon[112578]: pgmap v7934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:24 smithi016 ceph-mon[96085]: pgmap v7934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:25.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:25.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:26.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:26.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:26 smithi098 ceph-mon[112578]: pgmap v7935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:26 smithi016 ceph-mon[96085]: pgmap v7935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:27.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:27.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:28.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:28.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:28 smithi098 ceph-mon[112578]: pgmap v7936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:05:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:28 smithi016 ceph-mon[96085]: pgmap v7936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:05:29.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:29.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:30.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:30.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:30 smithi098 ceph-mon[112578]: pgmap v7937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:30 smithi016 ceph-mon[96085]: pgmap v7937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:31.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:31.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:32.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:32.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:32 smithi098 ceph-mon[112578]: pgmap v7938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:32 smithi016 ceph-mon[96085]: pgmap v7938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:33.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:33.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:34.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:34.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:34 smithi098 ceph-mon[112578]: pgmap v7939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:34 smithi016 ceph-mon[96085]: pgmap v7939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:35.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:35.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:36.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:36.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:36 smithi098 ceph-mon[112578]: pgmap v7940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:36 smithi016 ceph-mon[96085]: pgmap v7940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:37.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:37.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:38.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:38.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:38 smithi098 ceph-mon[112578]: pgmap v7941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:38 smithi016 ceph-mon[96085]: pgmap v7941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:39.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:39.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:40.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:40.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:41.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:40 smithi098 ceph-mon[112578]: pgmap v7942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:05:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:40 smithi016 ceph-mon[96085]: pgmap v7942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:05:41.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:41.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:42.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:42.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:42 smithi098 ceph-mon[112578]: pgmap v7943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:42 smithi016 ceph-mon[96085]: pgmap v7943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:43.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:43.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:05:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:05:44.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:44.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:44 smithi098 ceph-mon[112578]: pgmap v7944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:05:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:05:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:44 smithi016 ceph-mon[96085]: pgmap v7944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:05:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:05:45.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:45.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:05:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:05:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:05:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:05:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:05:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:05:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:05:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:05:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:05:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:05:46.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:46.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:47.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:47.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:46 smithi098 ceph-mon[112578]: pgmap v7945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:46 smithi016 ceph-mon[96085]: pgmap v7945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:48.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:48.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:49.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:49.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:48 smithi098 ceph-mon[112578]: pgmap v7946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:48 smithi016 ceph-mon[96085]: pgmap v7946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:50.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:50.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:51.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:51.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:50 smithi098 ceph-mon[112578]: pgmap v7947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:50 smithi016 ceph-mon[96085]: pgmap v7947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:52.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:52.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:53.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:53.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:52 smithi098 ceph-mon[112578]: pgmap v7948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:52 smithi016 ceph-mon[96085]: pgmap v7948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:54.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:54.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:55.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:55.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:54 smithi098 ceph-mon[112578]: pgmap v7949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:54 smithi016 ceph-mon[96085]: pgmap v7949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:56.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:56.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:57.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:57.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:56 smithi098 ceph-mon[112578]: pgmap v7950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:56 smithi016 ceph-mon[96085]: pgmap v7950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:58.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:58.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:05:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:05:59.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:05:59.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:05:58 smithi098 ceph-mon[112578]: pgmap v7951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:05:58 smithi016 ceph-mon[96085]: pgmap v7951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:00.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:00.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:01.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:01.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:00 smithi098 ceph-mon[112578]: pgmap v7952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:00 smithi016 ceph-mon[96085]: pgmap v7952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:02.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:02.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:03.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:03.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:02 smithi098 ceph-mon[112578]: pgmap v7953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:02 smithi016 ceph-mon[96085]: pgmap v7953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:04.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:04.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:05.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:05.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:05 smithi098 ceph-mon[112578]: pgmap v7954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:05 smithi016 ceph-mon[96085]: pgmap v7954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:06.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:06.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:07.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:07.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:07 smithi098 ceph-mon[112578]: pgmap v7955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:07 smithi016 ceph-mon[96085]: pgmap v7955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:08.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:08.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:09.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:09.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:09 smithi098 ceph-mon[112578]: pgmap v7956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:09 smithi016 ceph-mon[96085]: pgmap v7956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:10.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:10.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:11.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:11.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:11 smithi098 ceph-mon[112578]: pgmap v7957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:11.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:11 smithi016 ceph-mon[96085]: pgmap v7957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:12.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:12.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:13.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:13.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:13 smithi016 ceph-mon[96085]: pgmap v7958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:06:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:13 smithi098 ceph-mon[112578]: pgmap v7958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:06:14.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:14.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:15.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:15.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:15 smithi016 ceph-mon[96085]: pgmap v7959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:15 smithi098 ceph-mon[112578]: pgmap v7959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:16.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:16.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:17.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:17.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:17 smithi016 ceph-mon[96085]: pgmap v7960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:17 smithi098 ceph-mon[112578]: pgmap v7960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:18.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:18.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:19.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:19.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:19 smithi016 ceph-mon[96085]: pgmap v7961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:19 smithi098 ceph-mon[112578]: pgmap v7961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:20.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:20.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:21.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:21.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:21 smithi016 ceph-mon[96085]: pgmap v7962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:21 smithi098 ceph-mon[112578]: pgmap v7962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:22.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:22.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:23.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:23.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:23 smithi098 ceph-mon[112578]: pgmap v7963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:23 smithi016 ceph-mon[96085]: pgmap v7963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:24.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:24.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:25.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:25.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:25 smithi098 ceph-mon[112578]: pgmap v7964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:25 smithi016 ceph-mon[96085]: pgmap v7964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:26.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:26.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:27.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:27.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:27 smithi098 ceph-mon[112578]: pgmap v7965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:27 smithi016 ceph-mon[96085]: pgmap v7965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:28.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:28.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:06:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:06:29.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:29.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:29 smithi098 ceph-mon[112578]: pgmap v7966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:29 smithi016 ceph-mon[96085]: pgmap v7966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:30.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:30.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:31.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:31.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:31 smithi098 ceph-mon[112578]: pgmap v7967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:31 smithi016 ceph-mon[96085]: pgmap v7967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:32.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:32.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:33.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:33.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:33 smithi098 ceph-mon[112578]: pgmap v7968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:33 smithi016 ceph-mon[96085]: pgmap v7968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:34.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:34.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:35.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:35.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:35 smithi016 ceph-mon[96085]: pgmap v7969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:35 smithi098 ceph-mon[112578]: pgmap v7969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:36.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:36.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:37.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:37.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:37 smithi098 ceph-mon[112578]: pgmap v7970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:37 smithi016 ceph-mon[96085]: pgmap v7970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:38.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:38.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:39.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:39.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:39 smithi098 ceph-mon[112578]: pgmap v7971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:39 smithi016 ceph-mon[96085]: pgmap v7971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:40.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:40.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:41.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:41.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:41 smithi098 ceph-mon[112578]: pgmap v7972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:41 smithi016 ceph-mon[96085]: pgmap v7972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:42.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:42.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:43.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:43.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:43 smithi098 ceph-mon[112578]: pgmap v7973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:06:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:43 smithi016 ceph-mon[96085]: pgmap v7973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:06:44.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:44.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:45.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:45.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:45 smithi016 ceph-mon[96085]: pgmap v7974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:45 smithi098 ceph-mon[112578]: pgmap v7974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:46.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:46.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:06:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:06:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:06:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:06:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:06:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:06:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:06:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:06:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:06:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:06:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:06:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:06:47.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:47.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:47 smithi098 ceph-mon[112578]: pgmap v7975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:47 smithi016 ceph-mon[96085]: pgmap v7975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:48.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:48.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:49.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:49.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:49 smithi098 ceph-mon[112578]: pgmap v7976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:49 smithi016 ceph-mon[96085]: pgmap v7976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:50.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:50.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:51.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:51.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:51 smithi098 ceph-mon[112578]: pgmap v7977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:51 smithi016 ceph-mon[96085]: pgmap v7977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:52.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:52.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:52 smithi098 ceph-mon[112578]: pgmap v7978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:52 smithi016 ceph-mon[96085]: pgmap v7978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:53.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:53.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:54.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:54.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:54 smithi098 ceph-mon[112578]: pgmap v7979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:54 smithi016 ceph-mon[96085]: pgmap v7979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:55.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:55.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:56.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:56.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:56 smithi098 ceph-mon[112578]: pgmap v7980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:56 smithi016 ceph-mon[96085]: pgmap v7980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:57.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:57.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:58.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:58.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:58 smithi098 ceph-mon[112578]: pgmap v7981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:06:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:06:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:58 smithi016 ceph-mon[96085]: pgmap v7981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:06:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:06:59.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:06:59.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:00.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:00.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:00 smithi098 ceph-mon[112578]: pgmap v7982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:00 smithi016 ceph-mon[96085]: pgmap v7982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:01.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:01.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:02.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:02.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:02 smithi098 ceph-mon[112578]: pgmap v7983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:02 smithi016 ceph-mon[96085]: pgmap v7983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:03.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:03.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:04.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:04.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:04 smithi098 ceph-mon[112578]: pgmap v7984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:04 smithi016 ceph-mon[96085]: pgmap v7984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:05.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:05.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:06.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:06.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:06 smithi098 ceph-mon[112578]: pgmap v7985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:06 smithi016 ceph-mon[96085]: pgmap v7985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:07.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:07.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:08.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:08.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:09.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:08 smithi098 ceph-mon[112578]: pgmap v7986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:08 smithi016 ceph-mon[96085]: pgmap v7986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:09.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:09.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:10.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:10.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:10 smithi098 ceph-mon[112578]: pgmap v7987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:10 smithi016 ceph-mon[96085]: pgmap v7987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:11.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:11.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:12.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:12.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:12 smithi098 ceph-mon[112578]: pgmap v7988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:12 smithi016 ceph-mon[96085]: pgmap v7988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:13.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:13.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:07:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:07:14.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:14.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:15.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:14 smithi098 ceph-mon[112578]: pgmap v7989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:14 smithi016 ceph-mon[96085]: pgmap v7989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:15.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:15.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:16.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:16.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:16 smithi098 ceph-mon[112578]: pgmap v7990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:16 smithi016 ceph-mon[96085]: pgmap v7990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:17.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:17.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:18.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:18.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:18 smithi098 ceph-mon[112578]: pgmap v7991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:18 smithi016 ceph-mon[96085]: pgmap v7991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:19.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:19.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:20.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:20.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:20 smithi098 ceph-mon[112578]: pgmap v7992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:20 smithi016 ceph-mon[96085]: pgmap v7992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:21.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:21.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:22.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:22.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:22 smithi098 ceph-mon[112578]: pgmap v7993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:22 smithi016 ceph-mon[96085]: pgmap v7993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:23.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:23.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:24.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:24.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:24 smithi098 ceph-mon[112578]: pgmap v7994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:24 smithi016 ceph-mon[96085]: pgmap v7994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:25.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:25.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:26.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:26.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:26 smithi098 ceph-mon[112578]: pgmap v7995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:26 smithi016 ceph-mon[96085]: pgmap v7995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:27.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:27.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:28.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:28.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:28 smithi098 ceph-mon[112578]: pgmap v7996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:07:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:28 smithi016 ceph-mon[96085]: pgmap v7996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:07:29.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:29.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:30.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:30.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:30 smithi016 ceph-mon[96085]: pgmap v7997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:30 smithi098 ceph-mon[112578]: pgmap v7997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:31.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:31.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:32.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:32.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:32 smithi098 ceph-mon[112578]: pgmap v7998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:32 smithi016 ceph-mon[96085]: pgmap v7998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:33.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:33.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:34.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:34.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:34 smithi098 ceph-mon[112578]: pgmap v7999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:34 smithi016 ceph-mon[96085]: pgmap v7999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:35.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:35.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:36.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:36.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:36 smithi098 ceph-mon[112578]: pgmap v8000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:36 smithi016 ceph-mon[96085]: pgmap v8000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:37.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:37.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:38.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:38.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:38 smithi098 ceph-mon[112578]: pgmap v8001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:38 smithi016 ceph-mon[96085]: pgmap v8001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:39.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:39.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:40.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:40.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:40 smithi098 ceph-mon[112578]: pgmap v8002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:40 smithi016 ceph-mon[96085]: pgmap v8002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:41.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:41.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:42.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:42.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:42 smithi098 ceph-mon[112578]: pgmap v8003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:42 smithi016 ceph-mon[96085]: pgmap v8003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:43.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:43.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:07:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:07:44.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:44.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:44 smithi016 ceph-mon[96085]: pgmap v8004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:44 smithi098 ceph-mon[112578]: pgmap v8004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:45.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:45.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:07:46.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:07:46.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:46.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:47.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:47.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:47 smithi098 ceph-mon[112578]: pgmap v8005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:07:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:07:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:07:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:07:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:07:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:07:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:07:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:47 smithi016 ceph-mon[96085]: pgmap v8005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:07:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:07:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:07:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:07:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:07:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:07:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:07:48.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:48.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:49.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:49.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:49 smithi098 ceph-mon[112578]: pgmap v8006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:49 smithi016 ceph-mon[96085]: pgmap v8006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:50.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:50.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:51.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:51.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:51 smithi098 ceph-mon[112578]: pgmap v8007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:51 smithi016 ceph-mon[96085]: pgmap v8007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:52.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:52.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:53.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:53.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:53 smithi098 ceph-mon[112578]: pgmap v8008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:53 smithi016 ceph-mon[96085]: pgmap v8008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:54.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:54.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:55.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:55.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:55 smithi098 ceph-mon[112578]: pgmap v8009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:55 smithi016 ceph-mon[96085]: pgmap v8009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:56.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:56.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:57.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:57.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:57 smithi098 ceph-mon[112578]: pgmap v8010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:57 smithi016 ceph-mon[96085]: pgmap v8010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:58.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:58.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:07:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:07:59.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:07:59.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:07:59 smithi098 ceph-mon[112578]: pgmap v8011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:07:59 smithi016 ceph-mon[96085]: pgmap v8011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:00.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:00.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:01 smithi016 ceph-mon[96085]: pgmap v8012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:01.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:01.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:01 smithi098 ceph-mon[112578]: pgmap v8012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:02.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:02.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:03.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:03.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:03 smithi098 ceph-mon[112578]: pgmap v8013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:03 smithi016 ceph-mon[96085]: pgmap v8013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:04.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:04.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:05.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:05.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:05 smithi098 ceph-mon[112578]: pgmap v8014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:05 smithi016 ceph-mon[96085]: pgmap v8014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:06.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:06.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:07.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:07.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:07 smithi098 ceph-mon[112578]: pgmap v8015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:07 smithi016 ceph-mon[96085]: pgmap v8015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:08.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:08.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:08 smithi098 ceph-mon[112578]: pgmap v8016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:08 smithi016 ceph-mon[96085]: pgmap v8016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:09.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:09.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:10.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:10.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:10.986 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:10 smithi016 ceph-mon[96085]: pgmap v8017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:10 smithi098 ceph-mon[112578]: pgmap v8017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:11.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:11.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:12.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:12.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:12 smithi098 ceph-mon[112578]: pgmap v8018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:12 smithi016 ceph-mon[96085]: pgmap v8018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:13.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:13.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:08:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:08:14.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:14.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:15.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:14 smithi098 ceph-mon[112578]: pgmap v8019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:14 smithi016 ceph-mon[96085]: pgmap v8019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:15.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:15.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:16.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:16.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:16 smithi098 ceph-mon[112578]: pgmap v8020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:16 smithi016 ceph-mon[96085]: pgmap v8020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:17.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:17.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:18.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:18.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:19.003 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:18 smithi098 ceph-mon[112578]: pgmap v8021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:18 smithi016 ceph-mon[96085]: pgmap v8021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:19.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:19.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:20.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:20.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:20 smithi098 ceph-mon[112578]: pgmap v8022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:20 smithi016 ceph-mon[96085]: pgmap v8022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:21.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:21.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:22.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:22.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:22 smithi098 ceph-mon[112578]: pgmap v8023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:22 smithi016 ceph-mon[96085]: pgmap v8023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:23.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:23.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:24.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:24.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:24 smithi098 ceph-mon[112578]: pgmap v8024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:24 smithi016 ceph-mon[96085]: pgmap v8024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:25.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:26.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:26.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:26 smithi098 ceph-mon[112578]: pgmap v8025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:26 smithi016 ceph-mon[96085]: pgmap v8025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:27.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:27.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:28.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:28.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:28 smithi098 ceph-mon[112578]: pgmap v8026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:08:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:28 smithi016 ceph-mon[96085]: pgmap v8026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:08:29.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:29.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:30.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:30.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:30 smithi098 ceph-mon[112578]: pgmap v8027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:30 smithi016 ceph-mon[96085]: pgmap v8027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:31.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:31.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:32.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:32.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:32 smithi098 ceph-mon[112578]: pgmap v8028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:32 smithi016 ceph-mon[96085]: pgmap v8028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:33.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:33.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:34.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:34.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:34 smithi098 ceph-mon[112578]: pgmap v8029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:34 smithi016 ceph-mon[96085]: pgmap v8029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:35.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:35.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:36.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:36.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:36 smithi098 ceph-mon[112578]: pgmap v8030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:36 smithi016 ceph-mon[96085]: pgmap v8030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:37.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:37.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:38.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:38.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:38 smithi098 ceph-mon[112578]: pgmap v8031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:38 smithi016 ceph-mon[96085]: pgmap v8031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:39.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:39.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:40.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:40.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:40 smithi098 ceph-mon[112578]: pgmap v8032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:40 smithi016 ceph-mon[96085]: pgmap v8032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:41.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:41.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:42.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:42.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:42 smithi098 ceph-mon[112578]: pgmap v8033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:42 smithi016 ceph-mon[96085]: pgmap v8033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:43.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:43.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:08:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:08:44.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:44.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:45.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:44 smithi098 ceph-mon[112578]: pgmap v8034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:44 smithi016 ceph-mon[96085]: pgmap v8034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:45.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:45.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:46.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:46.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:47.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:46 smithi098 ceph-mon[112578]: pgmap v8035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:08:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:46 smithi016 ceph-mon[96085]: pgmap v8035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:08:47.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:47.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:08:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:08:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:08:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:08:48.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:08:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:08:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:08:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:08:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:08:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:08:48.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:48.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:48 smithi016 ceph-mon[96085]: pgmap v8036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:48 smithi098 ceph-mon[112578]: pgmap v8036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:49.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:49.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:50.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:50.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:50 smithi016 ceph-mon[96085]: pgmap v8037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:51.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:50 smithi098 ceph-mon[112578]: pgmap v8037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:51.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:51.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:52.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:52.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:52 smithi016 ceph-mon[96085]: pgmap v8038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:52 smithi098 ceph-mon[112578]: pgmap v8038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:53.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:53.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:54.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:54.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:54 smithi016 ceph-mon[96085]: pgmap v8039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:54 smithi098 ceph-mon[112578]: pgmap v8039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:55.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:55.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:56.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:56.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:56 smithi016 ceph-mon[96085]: pgmap v8040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:56 smithi098 ceph-mon[112578]: pgmap v8040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:57.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:57.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:58.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:58.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:58 smithi016 ceph-mon[96085]: pgmap v8041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:08:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:08:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:58 smithi098 ceph-mon[112578]: pgmap v8041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:08:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:08:59.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:08:59.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:00.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:00.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:00 smithi016 ceph-mon[96085]: pgmap v8042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:00 smithi098 ceph-mon[112578]: pgmap v8042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:01.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:01.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:02.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:02.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:03.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:02 smithi098 ceph-mon[112578]: pgmap v8043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:02 smithi016 ceph-mon[96085]: pgmap v8043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:03.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:03.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:04.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:04.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:05.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:04 smithi098 ceph-mon[112578]: pgmap v8044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:04 smithi016 ceph-mon[96085]: pgmap v8044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:05.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:05.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:06.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:06.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:06 smithi016 ceph-mon[96085]: pgmap v8045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:07.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:06 smithi098 ceph-mon[112578]: pgmap v8045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:07.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:07.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:08.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:08.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:08 smithi098 ceph-mon[112578]: pgmap v8046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:08 smithi016 ceph-mon[96085]: pgmap v8046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:09.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:09.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:10.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:10.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:11.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:10 smithi016 ceph-mon[96085]: pgmap v8047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:10 smithi098 ceph-mon[112578]: pgmap v8047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:11.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:11.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:12.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:12.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:12 smithi098 ceph-mon[112578]: pgmap v8048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:12 smithi016 ceph-mon[96085]: pgmap v8048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:13.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:13.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:09:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:09:14.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:14.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:15.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:14 smithi098 ceph-mon[112578]: pgmap v8049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:14 smithi016 ceph-mon[96085]: pgmap v8049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:15.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:15.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:16.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:16.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:16 smithi016 ceph-mon[96085]: pgmap v8050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:16 smithi098 ceph-mon[112578]: pgmap v8050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:17.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:17.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:18.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:18.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:18 smithi098 ceph-mon[112578]: pgmap v8051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:18 smithi016 ceph-mon[96085]: pgmap v8051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:19.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:19.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:20.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:20.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:21.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:20 smithi016 ceph-mon[96085]: pgmap v8052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:20 smithi098 ceph-mon[112578]: pgmap v8052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:21.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:21.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:22.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:22.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:22 smithi098 ceph-mon[112578]: pgmap v8053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:22 smithi016 ceph-mon[96085]: pgmap v8053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:23.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:23.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:24.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:24.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:25.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:24 smithi098 ceph-mon[112578]: pgmap v8054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:24 smithi016 ceph-mon[96085]: pgmap v8054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:25.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:25.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:26.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:26.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:26 smithi098 ceph-mon[112578]: pgmap v8055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:26 smithi016 ceph-mon[96085]: pgmap v8055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:27.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:27.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:28.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:28.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:28 smithi098 ceph-mon[112578]: pgmap v8056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:09:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:28 smithi016 ceph-mon[96085]: pgmap v8056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:09:29.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:29.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:30.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:30.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:30 smithi016 ceph-mon[96085]: pgmap v8057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:30 smithi098 ceph-mon[112578]: pgmap v8057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:31.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:31.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:32.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:32.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:32 smithi098 ceph-mon[112578]: pgmap v8058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:32 smithi016 ceph-mon[96085]: pgmap v8058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:33.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:33.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:34.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:34.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:35.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:34 smithi098 ceph-mon[112578]: pgmap v8059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:34 smithi016 ceph-mon[96085]: pgmap v8059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:35.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:35.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:36.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:36.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:37.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:36 smithi098 ceph-mon[112578]: pgmap v8060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:36 smithi016 ceph-mon[96085]: pgmap v8060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:37.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:37.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:38.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:38.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:39.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:38 smithi098 ceph-mon[112578]: pgmap v8061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:38 smithi016 ceph-mon[96085]: pgmap v8061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:39.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:39.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:40.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:40.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:41.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:40 smithi016 ceph-mon[96085]: pgmap v8062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:41.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:40 smithi098 ceph-mon[112578]: pgmap v8062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:41.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:41.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:42.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:42.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:43.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:42 smithi098 ceph-mon[112578]: pgmap v8063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:42 smithi016 ceph-mon[96085]: pgmap v8063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:43.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:43.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:09:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:09:44.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:44.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:44 smithi098 ceph-mon[112578]: pgmap v8064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:44 smithi016 ceph-mon[96085]: pgmap v8064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:45.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:45.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:46.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:46.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:46 smithi098 ceph-mon[112578]: pgmap v8065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:46 smithi016 ceph-mon[96085]: pgmap v8065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:47.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:47.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:09:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:09:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:09:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:09:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:09:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:09:48.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:48.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:48 smithi098 ceph-mon[112578]: pgmap v8066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:09:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:09:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:09:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:09:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:09:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:48 smithi016 ceph-mon[96085]: pgmap v8066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:09:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:09:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:09:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:09:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:09:49.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:49.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:50.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:50.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:50 smithi016 ceph-mon[96085]: pgmap v8067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:50 smithi098 ceph-mon[112578]: pgmap v8067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:51.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:51.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:52.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:52.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:52 smithi098 ceph-mon[112578]: pgmap v8068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:52 smithi016 ceph-mon[96085]: pgmap v8068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:53.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:53.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:54.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:54.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:54 smithi098 ceph-mon[112578]: pgmap v8069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:54 smithi016 ceph-mon[96085]: pgmap v8069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:55.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:55.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:56.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:56.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:57.199 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:56 smithi016 ceph-mon[96085]: pgmap v8070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:57.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:56 smithi098 ceph-mon[112578]: pgmap v8070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:57.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:57.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:58.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:58.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:58 smithi098 ceph-mon[112578]: pgmap v8071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:09:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:09:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:58 smithi016 ceph-mon[96085]: pgmap v8071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:09:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:09:59.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:09:59.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:00.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:00.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:00 smithi016 ceph-mon[96085]: pgmap v8072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T01:10:01.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:00 smithi098 ceph-mon[112578]: pgmap v8072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T01:10:01.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:01.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:02.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:02.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:02 smithi098 ceph-mon[112578]: pgmap v8073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:02 smithi016 ceph-mon[96085]: pgmap v8073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:03.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:03.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:04.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:04.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:04 smithi098 ceph-mon[112578]: pgmap v8074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:04 smithi016 ceph-mon[96085]: pgmap v8074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:05.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:05.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:06.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:06.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:07.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:06 smithi098 ceph-mon[112578]: pgmap v8075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:06 smithi016 ceph-mon[96085]: pgmap v8075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:07.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:07.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:08.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:08.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:08 smithi098 ceph-mon[112578]: pgmap v8076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:08 smithi016 ceph-mon[96085]: pgmap v8076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:09.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:09.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:10.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:10.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:11.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:10 smithi016 ceph-mon[96085]: pgmap v8077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:10 smithi098 ceph-mon[112578]: pgmap v8077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:11.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:11.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:12.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:12.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:12 smithi098 ceph-mon[112578]: pgmap v8078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:12 smithi016 ceph-mon[96085]: pgmap v8078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:13.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:13.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:10:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:10:14.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:14.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:15.222 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:14 smithi098 ceph-mon[112578]: pgmap v8079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:14 smithi016 ceph-mon[96085]: pgmap v8079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:15.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:15.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:16.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:16.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:16 smithi098 ceph-mon[112578]: pgmap v8080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:16 smithi016 ceph-mon[96085]: pgmap v8080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:17.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:17.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:18.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:18.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:18 smithi098 ceph-mon[112578]: pgmap v8081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:18 smithi016 ceph-mon[96085]: pgmap v8081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:19.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:19.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:20.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:20.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:20 smithi098 ceph-mon[112578]: pgmap v8082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:20 smithi016 ceph-mon[96085]: pgmap v8082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:21.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:21.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:22.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:22.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:22 smithi098 ceph-mon[112578]: pgmap v8083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:22 smithi016 ceph-mon[96085]: pgmap v8083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:23.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:23.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:24.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:24.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:24 smithi098 ceph-mon[112578]: pgmap v8084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:24 smithi016 ceph-mon[96085]: pgmap v8084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:25.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:25.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:26.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:26.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:26 smithi098 ceph-mon[112578]: pgmap v8085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:26 smithi016 ceph-mon[96085]: pgmap v8085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:27.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:27.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:10:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:10:28.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:28.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:29.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:28 smithi098 ceph-mon[112578]: pgmap v8086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:28 smithi016 ceph-mon[96085]: pgmap v8086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:29.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:29.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:30.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:30.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:31.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:30 smithi098 ceph-mon[112578]: pgmap v8087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:31.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:30 smithi016 ceph-mon[96085]: pgmap v8087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:31.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:31.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:32.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:32.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:32 smithi098 ceph-mon[112578]: pgmap v8088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:32 smithi016 ceph-mon[96085]: pgmap v8088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:33.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:33.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:34.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:34.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:35.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:34 smithi098 ceph-mon[112578]: pgmap v8089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:34 smithi016 ceph-mon[96085]: pgmap v8089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:35.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:35.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:36.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:36.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:37.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:36 smithi098 ceph-mon[112578]: pgmap v8090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:36 smithi016 ceph-mon[96085]: pgmap v8090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:37.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:37.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:38.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:38.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:39.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:38 smithi098 ceph-mon[112578]: pgmap v8091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:38 smithi016 ceph-mon[96085]: pgmap v8091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:39.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:39.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:40.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:40.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:40 smithi098 ceph-mon[112578]: pgmap v8092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:40 smithi016 ceph-mon[96085]: pgmap v8092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:41.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:41.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:42.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:42.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:42 smithi016 ceph-mon[96085]: pgmap v8093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:10:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:42 smithi098 ceph-mon[112578]: pgmap v8093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:10:43.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:43.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:44.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:44.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:45.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:44 smithi098 ceph-mon[112578]: pgmap v8094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:45.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:44 smithi016 ceph-mon[96085]: pgmap v8094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:45.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:45.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:46.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:46.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:47.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:46 smithi098 ceph-mon[112578]: pgmap v8095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:46 smithi016 ceph-mon[96085]: pgmap v8095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:47.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:47.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:48.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:48.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:48 smithi098 ceph-mon[112578]: pgmap v8096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:10:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:10:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:10:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:10:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:10:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:10:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:48 smithi016 ceph-mon[96085]: pgmap v8096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:10:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:10:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:10:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:10:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:10:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:10:49.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:49.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:50.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:50.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:50 smithi098 ceph-mon[112578]: pgmap v8097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:50 smithi016 ceph-mon[96085]: pgmap v8097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:51.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:51.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:52.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:52.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:53.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:52 smithi098 ceph-mon[112578]: pgmap v8098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:52 smithi016 ceph-mon[96085]: pgmap v8098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:53.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:53.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:54.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:54.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:54 smithi098 ceph-mon[112578]: pgmap v8099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:54 smithi016 ceph-mon[96085]: pgmap v8099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:55.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:55.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:56.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:56.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:56 smithi098 ceph-mon[112578]: pgmap v8100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:56 smithi016 ceph-mon[96085]: pgmap v8100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:57.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:57.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:58.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:10:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:10:58.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:58.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:10:58 smithi098 ceph-mon[112578]: pgmap v8101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:10:58 smithi016 ceph-mon[96085]: pgmap v8101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:59.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:10:59.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:00.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:00.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:01.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:00 smithi098 ceph-mon[112578]: pgmap v8102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:00 smithi016 ceph-mon[96085]: pgmap v8102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:01.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:01.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:02.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:02.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:02 smithi098 ceph-mon[112578]: pgmap v8103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:02 smithi016 ceph-mon[96085]: pgmap v8103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:03.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:03.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:04.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:04.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:05.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:04 smithi098 ceph-mon[112578]: pgmap v8104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:04 smithi016 ceph-mon[96085]: pgmap v8104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:05.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:05.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:06.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:06.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:07.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:06 smithi098 ceph-mon[112578]: pgmap v8105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:06 smithi016 ceph-mon[96085]: pgmap v8105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:07.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:07.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:08.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:08.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:09.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:08 smithi098 ceph-mon[112578]: pgmap v8106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:08 smithi016 ceph-mon[96085]: pgmap v8106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:09.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:09.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:10.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:10.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:11 smithi098 ceph-mon[112578]: pgmap v8107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:11.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:11 smithi016 ceph-mon[96085]: pgmap v8107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:11.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:11.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:12.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:12.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:13 smithi098 ceph-mon[112578]: pgmap v8108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:11:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:13 smithi016 ceph-mon[96085]: pgmap v8108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:11:13.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:13.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:14.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:14.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:15.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:15 smithi098 ceph-mon[112578]: pgmap v8109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:15 smithi016 ceph-mon[96085]: pgmap v8109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:15.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:15.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:16.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:16.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:17 smithi098 ceph-mon[112578]: pgmap v8110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:17 smithi016 ceph-mon[96085]: pgmap v8110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:17.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:17.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:18.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:18.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:19 smithi016 ceph-mon[96085]: pgmap v8111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:19 smithi098 ceph-mon[112578]: pgmap v8111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:19.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:19.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:20.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:20.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:21 smithi098 ceph-mon[112578]: pgmap v8112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:21 smithi016 ceph-mon[96085]: pgmap v8112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:21.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:21.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:22.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:22.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:23 smithi016 ceph-mon[96085]: pgmap v8113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:23 smithi098 ceph-mon[112578]: pgmap v8113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:23.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:23.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:24.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:24.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:25 smithi016 ceph-mon[96085]: pgmap v8114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:25 smithi098 ceph-mon[112578]: pgmap v8114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:25.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:25.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:26.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:26.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:27 smithi016 ceph-mon[96085]: pgmap v8115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:27 smithi098 ceph-mon[112578]: pgmap v8115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:27.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:27.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:28.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:11:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:11:28.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:28.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:29 smithi098 ceph-mon[112578]: pgmap v8116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:29 smithi016 ceph-mon[96085]: pgmap v8116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:29.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:29.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:30.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:30.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:31 smithi098 ceph-mon[112578]: pgmap v8117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:31 smithi016 ceph-mon[96085]: pgmap v8117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:31.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:31.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:32.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:32.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:33.308 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:33 smithi016 ceph-mon[96085]: pgmap v8118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:33 smithi098 ceph-mon[112578]: pgmap v8118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:33.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:33.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:34.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:34.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:35 smithi098 ceph-mon[112578]: pgmap v8119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:35 smithi016 ceph-mon[96085]: pgmap v8119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:35.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:35.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:36.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:36.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:37 smithi098 ceph-mon[112578]: pgmap v8120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:37 smithi016 ceph-mon[96085]: pgmap v8120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:37.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:37.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:38.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:38.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:39 smithi098 ceph-mon[112578]: pgmap v8121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:39 smithi016 ceph-mon[96085]: pgmap v8121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:39.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:39.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:40.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:40.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:41 smithi098 ceph-mon[112578]: pgmap v8122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:41 smithi016 ceph-mon[96085]: pgmap v8122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:41.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:41.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:42.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:42.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:43.426 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:43 smithi016 ceph-mon[96085]: pgmap v8123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:43.426 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:11:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:43 smithi098 ceph-mon[112578]: pgmap v8123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:11:43.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:43.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:44.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:44.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:45 smithi098 ceph-mon[112578]: pgmap v8124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:45 smithi016 ceph-mon[96085]: pgmap v8124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:45.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:45.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:46.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:46.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:47 smithi098 ceph-mon[112578]: pgmap v8125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:47 smithi016 ceph-mon[96085]: pgmap v8125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:47.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:47.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:48.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:48.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:49 smithi098 ceph-mon[112578]: pgmap v8126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:11:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:49 smithi016 ceph-mon[96085]: pgmap v8126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:11:49.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:49.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:11:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:11:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:11:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:11:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:11:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:11:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:11:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:11:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:11:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:11:50.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:50.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:51 smithi098 ceph-mon[112578]: pgmap v8127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:51 smithi016 ceph-mon[96085]: pgmap v8127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:51.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:51.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:52.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:52.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:53 smithi098 ceph-mon[112578]: pgmap v8128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:53 smithi016 ceph-mon[96085]: pgmap v8128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:53.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:53.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:54.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:54.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:55 smithi098 ceph-mon[112578]: pgmap v8129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:55 smithi016 ceph-mon[96085]: pgmap v8129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:55.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:55.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:56.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:56.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:57 smithi098 ceph-mon[112578]: pgmap v8130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:57 smithi016 ceph-mon[96085]: pgmap v8130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:57.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:57.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:58.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:11:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:11:58.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:58.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:59.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:11:59 smithi098 ceph-mon[112578]: pgmap v8131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:11:59 smithi016 ceph-mon[96085]: pgmap v8131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:59.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:11:59.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:00.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:00.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:01 smithi098 ceph-mon[112578]: pgmap v8132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:01 smithi016 ceph-mon[96085]: pgmap v8132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:01.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:01.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:02.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:02.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:03 smithi098 ceph-mon[112578]: pgmap v8133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:03 smithi016 ceph-mon[96085]: pgmap v8133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:03.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:03.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:04.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:04.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:05 smithi098 ceph-mon[112578]: pgmap v8134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:05 smithi016 ceph-mon[96085]: pgmap v8134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:05.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:05.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:06.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:06.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:07 smithi098 ceph-mon[112578]: pgmap v8135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:07 smithi016 ceph-mon[96085]: pgmap v8135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:07.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:07.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:08.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:08.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:09 smithi098 ceph-mon[112578]: pgmap v8136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:09 smithi016 ceph-mon[96085]: pgmap v8136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:09.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:09.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:10.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:10.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:11.436 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:11 smithi098 ceph-mon[112578]: pgmap v8137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:11 smithi016 ceph-mon[96085]: pgmap v8137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:11.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:11.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:12.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:12.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:13 smithi098 ceph-mon[112578]: pgmap v8138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:12:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:13 smithi016 ceph-mon[96085]: pgmap v8138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:12:13.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:13.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:14.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:14.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:15 smithi098 ceph-mon[112578]: pgmap v8139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:15 smithi016 ceph-mon[96085]: pgmap v8139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:15.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:15.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:16.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:16.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:17 smithi098 ceph-mon[112578]: pgmap v8140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:17 smithi016 ceph-mon[96085]: pgmap v8140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:17.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:17.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:18.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:18.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:19 smithi098 ceph-mon[112578]: pgmap v8141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:19 smithi016 ceph-mon[96085]: pgmap v8141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:19.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:19.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:20.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:20.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:21 smithi098 ceph-mon[112578]: pgmap v8142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:21 smithi016 ceph-mon[96085]: pgmap v8142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:21.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:21.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:22.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:22.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:23 smithi098 ceph-mon[112578]: pgmap v8143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:23 smithi016 ceph-mon[96085]: pgmap v8143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:23.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:23.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:24.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:24.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:25 smithi098 ceph-mon[112578]: pgmap v8144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:25 smithi016 ceph-mon[96085]: pgmap v8144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:25.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:25.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:26.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:26.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:27 smithi098 ceph-mon[112578]: pgmap v8145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:27 smithi016 ceph-mon[96085]: pgmap v8145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:27.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:27.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:28.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:12:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:12:28.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:28.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:29 smithi098 ceph-mon[112578]: pgmap v8146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:29 smithi016 ceph-mon[96085]: pgmap v8146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:29.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:29.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:30.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:30.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:31 smithi098 ceph-mon[112578]: pgmap v8147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:31 smithi016 ceph-mon[96085]: pgmap v8147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:31.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:31.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:32.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:32.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:33 smithi098 ceph-mon[112578]: pgmap v8148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:33 smithi016 ceph-mon[96085]: pgmap v8148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:33.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:33.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:34.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:34.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:35 smithi098 ceph-mon[112578]: pgmap v8149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:35 smithi016 ceph-mon[96085]: pgmap v8149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:35.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:35.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:36.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:36.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:37 smithi098 ceph-mon[112578]: pgmap v8150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:37 smithi016 ceph-mon[96085]: pgmap v8150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:37.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:37.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:38 smithi098 ceph-mon[112578]: pgmap v8151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:38 smithi016 ceph-mon[96085]: pgmap v8151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:38.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:38.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:39.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:39.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:40.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:40.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:40 smithi016 ceph-mon[96085]: pgmap v8152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:41.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:40 smithi098 ceph-mon[112578]: pgmap v8152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:41.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:41.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:42.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:42.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:42 smithi016 ceph-mon[96085]: pgmap v8153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:42 smithi098 ceph-mon[112578]: pgmap v8153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:43.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:43.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:12:44.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:12:44.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:44.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:44 smithi016 ceph-mon[96085]: pgmap v8154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:45.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:44 smithi098 ceph-mon[112578]: pgmap v8154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:45.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:45.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:46.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:46.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:46 smithi016 ceph-mon[96085]: pgmap v8155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:46 smithi098 ceph-mon[112578]: pgmap v8155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:47.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:47.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:48.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:48.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:48 smithi016 ceph-mon[96085]: pgmap v8156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:48 smithi098 ceph-mon[112578]: pgmap v8156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:49.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:49.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:50.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:12:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:12:50.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:50.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:50 smithi016 ceph-mon[96085]: pgmap v8157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:12:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:12:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:12:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:12:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:12:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:50 smithi098 ceph-mon[112578]: pgmap v8157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:12:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:12:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:12:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:12:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:12:51.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:51.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:52.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:52.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:52 smithi098 ceph-mon[112578]: pgmap v8158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:52 smithi016 ceph-mon[96085]: pgmap v8158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:53.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:53.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:54.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:54.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:54 smithi098 ceph-mon[112578]: pgmap v8159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:54 smithi016 ceph-mon[96085]: pgmap v8159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:55.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:55.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:56.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:56.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:57.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:56 smithi098 ceph-mon[112578]: pgmap v8160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:56 smithi016 ceph-mon[96085]: pgmap v8160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:57.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:57.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:58.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:58.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:58 smithi098 ceph-mon[112578]: pgmap v8161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:12:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:12:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:58 smithi016 ceph-mon[96085]: pgmap v8161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:12:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:12:59.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:12:59.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:00.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:00.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:00 smithi016 ceph-mon[96085]: pgmap v8162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:01.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:00 smithi098 ceph-mon[112578]: pgmap v8162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:01.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:01.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:02.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:02.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:03.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:02 smithi098 ceph-mon[112578]: pgmap v8163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:02 smithi016 ceph-mon[96085]: pgmap v8163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:03.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:03.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:04.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:04.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:04 smithi098 ceph-mon[112578]: pgmap v8164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:04 smithi016 ceph-mon[96085]: pgmap v8164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:05.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:05.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:06.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:06.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:06 smithi098 ceph-mon[112578]: pgmap v8165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:06 smithi016 ceph-mon[96085]: pgmap v8165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:07.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:07.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:08.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:08.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:08 smithi098 ceph-mon[112578]: pgmap v8166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:08 smithi016 ceph-mon[96085]: pgmap v8166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:09.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:09.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:10.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:10.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:11.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:10 smithi016 ceph-mon[96085]: pgmap v8167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:10 smithi098 ceph-mon[112578]: pgmap v8167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:11.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:11.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:12.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:12.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:12 smithi098 ceph-mon[112578]: pgmap v8168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:12 smithi016 ceph-mon[96085]: pgmap v8168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:13.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:13.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:14.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:13:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:13:14.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:14.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:15.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:14 smithi098 ceph-mon[112578]: pgmap v8169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:14 smithi016 ceph-mon[96085]: pgmap v8169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:15.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:15.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:16.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:16.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:17.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:16 smithi098 ceph-mon[112578]: pgmap v8170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:16 smithi016 ceph-mon[96085]: pgmap v8170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:17.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:17.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:18.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:18.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:19.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:18 smithi098 ceph-mon[112578]: pgmap v8171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:18 smithi016 ceph-mon[96085]: pgmap v8171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:19.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:19.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:20.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:20.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:21.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:20 smithi016 ceph-mon[96085]: pgmap v8172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:20 smithi098 ceph-mon[112578]: pgmap v8172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:21.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:21.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:22.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:22.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:22 smithi098 ceph-mon[112578]: pgmap v8173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:22 smithi016 ceph-mon[96085]: pgmap v8173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:23.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:23.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:24.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:24.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:25.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:24 smithi098 ceph-mon[112578]: pgmap v8174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:24 smithi016 ceph-mon[96085]: pgmap v8174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:25.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:25.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:26.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:26.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:27.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:26 smithi098 ceph-mon[112578]: pgmap v8175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:26 smithi016 ceph-mon[96085]: pgmap v8175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:27.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:27.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:28.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:28.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:29.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:28 smithi098 ceph-mon[112578]: pgmap v8176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:13:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:28 smithi016 ceph-mon[96085]: pgmap v8176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:13:29.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:29.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:30.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:30.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:30 smithi016 ceph-mon[96085]: pgmap v8177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:30 smithi098 ceph-mon[112578]: pgmap v8177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:31.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:31.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:32.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:32.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:32 smithi098 ceph-mon[112578]: pgmap v8178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:32 smithi016 ceph-mon[96085]: pgmap v8178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:33.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:33.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:34.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:34.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:34 smithi016 ceph-mon[96085]: pgmap v8179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:35.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:34 smithi098 ceph-mon[112578]: pgmap v8179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:35.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:35.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:36.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:36.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:37.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:36 smithi098 ceph-mon[112578]: pgmap v8180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:36 smithi016 ceph-mon[96085]: pgmap v8180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:37.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:37.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:38.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:38.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:39.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:38 smithi098 ceph-mon[112578]: pgmap v8181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:38 smithi016 ceph-mon[96085]: pgmap v8181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:39.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:39.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:40.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:40.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:41.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:40 smithi016 ceph-mon[96085]: pgmap v8182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:41.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:40 smithi098 ceph-mon[112578]: pgmap v8182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:41.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:41.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:42.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:42.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:43.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:42 smithi098 ceph-mon[112578]: pgmap v8183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:42 smithi016 ceph-mon[96085]: pgmap v8183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:43.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:43.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:13:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:13:44.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:44.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:44 smithi098 ceph-mon[112578]: pgmap v8184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:44 smithi016 ceph-mon[96085]: pgmap v8184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:45.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:45.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:46.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:46.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:46 smithi098 ceph-mon[112578]: pgmap v8185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:46 smithi016 ceph-mon[96085]: pgmap v8185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:47.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:47.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:48.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:48.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:48 smithi098 ceph-mon[112578]: pgmap v8186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:48 smithi016 ceph-mon[96085]: pgmap v8186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:49.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:49.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:50.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:50.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:51.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:50 smithi016 ceph-mon[96085]: pgmap v8187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:51.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:13:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:13:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:13:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:13:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:13:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:13:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:50 smithi098 ceph-mon[112578]: pgmap v8187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:13:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:13:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:13:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:13:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:13:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:13:51.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:51.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:52.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:52.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:53.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:52 smithi098 ceph-mon[112578]: pgmap v8188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:52 smithi016 ceph-mon[96085]: pgmap v8188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:53.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:53.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:54.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:54.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:54 smithi098 ceph-mon[112578]: pgmap v8189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:54 smithi016 ceph-mon[96085]: pgmap v8189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:55.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:55.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:56.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:56.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:56 smithi098 ceph-mon[112578]: pgmap v8190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:56 smithi016 ceph-mon[96085]: pgmap v8190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:57.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:57.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:58.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:58.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:58 smithi098 ceph-mon[112578]: pgmap v8191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:13:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:13:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:58 smithi016 ceph-mon[96085]: pgmap v8191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:13:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:13:59.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:13:59.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:00.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:00.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:00 smithi016 ceph-mon[96085]: pgmap v8192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:01.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:00 smithi098 ceph-mon[112578]: pgmap v8192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:01.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:01.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:02.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:02.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:02 smithi098 ceph-mon[112578]: pgmap v8193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:02 smithi016 ceph-mon[96085]: pgmap v8193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:03.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:03.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:04.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:04.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:05.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:04 smithi098 ceph-mon[112578]: pgmap v8194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:04 smithi016 ceph-mon[96085]: pgmap v8194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:05.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:05.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:06.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:06.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:06 smithi098 ceph-mon[112578]: pgmap v8195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:06 smithi016 ceph-mon[96085]: pgmap v8195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:07.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:07.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:08.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:08.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:08 smithi098 ceph-mon[112578]: pgmap v8196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:08 smithi016 ceph-mon[96085]: pgmap v8196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:09.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:09.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:10.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:10.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:10 smithi098 ceph-mon[112578]: pgmap v8197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:11.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:10 smithi016 ceph-mon[96085]: pgmap v8197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:11.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:11.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:12.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:12.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:13.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:12 smithi098 ceph-mon[112578]: pgmap v8198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:12 smithi016 ceph-mon[96085]: pgmap v8198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:13.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:13.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:14:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:14:14.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:14.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:15.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:14 smithi098 ceph-mon[112578]: pgmap v8199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:14 smithi016 ceph-mon[96085]: pgmap v8199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:15.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:15.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:16.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:16.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:17.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:16 smithi098 ceph-mon[112578]: pgmap v8200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:16 smithi016 ceph-mon[96085]: pgmap v8200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:17.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:17.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:18.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:18.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:19.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:18 smithi098 ceph-mon[112578]: pgmap v8201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:18 smithi016 ceph-mon[96085]: pgmap v8201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:19.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:19.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:20.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:20.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:20 smithi098 ceph-mon[112578]: pgmap v8202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:20 smithi016 ceph-mon[96085]: pgmap v8202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:21.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:21.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:22.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:22.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:22 smithi098 ceph-mon[112578]: pgmap v8203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:22 smithi016 ceph-mon[96085]: pgmap v8203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:23.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:23.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:24.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:24.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:24 smithi098 ceph-mon[112578]: pgmap v8204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:25.272 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:24 smithi016 ceph-mon[96085]: pgmap v8204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:25.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:25.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:26.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:26.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:27.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:26 smithi098 ceph-mon[112578]: pgmap v8205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:26 smithi016 ceph-mon[96085]: pgmap v8205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:27.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:27.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:14:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:14:28.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:28.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:28 smithi098 ceph-mon[112578]: pgmap v8206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:28 smithi016 ceph-mon[96085]: pgmap v8206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:29.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:29.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:30.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:30.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:31.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:30 smithi098 ceph-mon[112578]: pgmap v8207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:31.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:30 smithi016 ceph-mon[96085]: pgmap v8207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:31.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:31.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:32.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:32.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:32 smithi098 ceph-mon[112578]: pgmap v8208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:32 smithi016 ceph-mon[96085]: pgmap v8208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:33.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:33.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:34.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:34.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:34 smithi098 ceph-mon[112578]: pgmap v8209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:34 smithi016 ceph-mon[96085]: pgmap v8209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:35.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:35.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:36.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:36.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:36 smithi098 ceph-mon[112578]: pgmap v8210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:36 smithi016 ceph-mon[96085]: pgmap v8210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:37.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:37.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:38.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:38.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:39.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:38 smithi098 ceph-mon[112578]: pgmap v8211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:38 smithi016 ceph-mon[96085]: pgmap v8211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:39.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:39.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:40.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:40.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:41.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:40 smithi098 ceph-mon[112578]: pgmap v8212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:40 smithi016 ceph-mon[96085]: pgmap v8212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:41.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:41.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:42.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:42.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:42 smithi098 ceph-mon[112578]: pgmap v8213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:14:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:42 smithi016 ceph-mon[96085]: pgmap v8213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:14:43.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:43.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:44.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:44.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:45.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:44 smithi098 ceph-mon[112578]: pgmap v8214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:44 smithi016 ceph-mon[96085]: pgmap v8214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:45.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:45.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:46.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:46.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:47.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:46 smithi098 ceph-mon[112578]: pgmap v8215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:46 smithi016 ceph-mon[96085]: pgmap v8215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:47.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:47.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:48.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:48.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:48 smithi098 ceph-mon[112578]: pgmap v8216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:48 smithi016 ceph-mon[96085]: pgmap v8216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:49.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:49.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:50.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:50.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:51.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:50 smithi098 ceph-mon[112578]: pgmap v8217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:14:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:50 smithi016 ceph-mon[96085]: pgmap v8217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:14:51.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:51.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:52.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:52.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:52 smithi098 ceph-mon[112578]: pgmap v8218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:52 smithi016 ceph-mon[96085]: pgmap v8218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:53.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:53.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:54.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:54.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:54 smithi098 ceph-mon[112578]: pgmap v8219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:14:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:14:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:14:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:14:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:14:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:14:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:14:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:54 smithi016 ceph-mon[96085]: pgmap v8219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:14:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:14:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:14:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:14:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:14:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:14:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:14:55.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:55.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:56.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:56.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:57.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:56 smithi098 ceph-mon[112578]: pgmap v8220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:56 smithi016 ceph-mon[96085]: pgmap v8220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:57.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:57.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:58.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:58.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:58 smithi098 ceph-mon[112578]: pgmap v8221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:14:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:14:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:58 smithi016 ceph-mon[96085]: pgmap v8221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:14:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:14:59.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:14:59.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:00.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:00.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:00 smithi016 ceph-mon[96085]: pgmap v8222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:01.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:00 smithi098 ceph-mon[112578]: pgmap v8222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:01.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:01.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:02.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:02.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:03.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:02 smithi098 ceph-mon[112578]: pgmap v8223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:02 smithi016 ceph-mon[96085]: pgmap v8223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:03.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:03.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:04.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:04.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:05.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:04 smithi098 ceph-mon[112578]: pgmap v8224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:04 smithi016 ceph-mon[96085]: pgmap v8224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:05.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:05.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:07.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:07.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:06 smithi098 ceph-mon[112578]: pgmap v8225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:06 smithi016 ceph-mon[96085]: pgmap v8225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:08.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:08.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:09.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:09.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:08 smithi098 ceph-mon[112578]: pgmap v8226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:08 smithi016 ceph-mon[96085]: pgmap v8226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:10.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:10.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:11.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:11.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:11.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:10 smithi016 ceph-mon[96085]: pgmap v8227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:10 smithi098 ceph-mon[112578]: pgmap v8227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:12.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:12.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:13.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:13.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:12 smithi098 ceph-mon[112578]: pgmap v8228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:12 smithi016 ceph-mon[96085]: pgmap v8228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:14.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:14.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:15:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:15:15.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:15.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:14 smithi098 ceph-mon[112578]: pgmap v8229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:14 smithi016 ceph-mon[96085]: pgmap v8229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:16.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:16.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:17.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:17.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:16 smithi098 ceph-mon[112578]: pgmap v8230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:16 smithi016 ceph-mon[96085]: pgmap v8230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:18.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:18.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:19.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:19.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:19.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:18 smithi098 ceph-mon[112578]: pgmap v8231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:18 smithi016 ceph-mon[96085]: pgmap v8231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:20.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:20.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:21.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:21.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:21.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:20 smithi016 ceph-mon[96085]: pgmap v8232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:20 smithi098 ceph-mon[112578]: pgmap v8232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:22.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:22.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:23.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:23.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:22 smithi098 ceph-mon[112578]: pgmap v8233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:22 smithi016 ceph-mon[96085]: pgmap v8233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:24.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:24.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:25.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:25.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:25.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:24 smithi098 ceph-mon[112578]: pgmap v8234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:24 smithi016 ceph-mon[96085]: pgmap v8234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:26.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:26.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:27.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:27.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:26 smithi098 ceph-mon[112578]: pgmap v8235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:26 smithi016 ceph-mon[96085]: pgmap v8235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:28.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:28.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:29.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:29.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:28 smithi098 ceph-mon[112578]: pgmap v8236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:15:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:28 smithi016 ceph-mon[96085]: pgmap v8236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:15:30.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:30.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:31.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:31.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:30 smithi016 ceph-mon[96085]: pgmap v8237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:30 smithi098 ceph-mon[112578]: pgmap v8237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:32.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:32.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:33.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:33.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:32 smithi098 ceph-mon[112578]: pgmap v8238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:32 smithi016 ceph-mon[96085]: pgmap v8238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:34.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:34.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:35.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:35.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:34 smithi098 ceph-mon[112578]: pgmap v8239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:34 smithi016 ceph-mon[96085]: pgmap v8239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:36.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:36.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:37.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:37.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:36 smithi098 ceph-mon[112578]: pgmap v8240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:36 smithi016 ceph-mon[96085]: pgmap v8240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:38.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:38.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:39.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:39.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:39.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:38 smithi098 ceph-mon[112578]: pgmap v8241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:38 smithi016 ceph-mon[96085]: pgmap v8241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:40.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:40.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:41.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:41.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:41.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:40 smithi098 ceph-mon[112578]: pgmap v8242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:40 smithi016 ceph-mon[96085]: pgmap v8242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:42.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:42.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:43.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:43.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:42 smithi098 ceph-mon[112578]: pgmap v8243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:42 smithi016 ceph-mon[96085]: pgmap v8243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:44.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:44.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:15:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:15:45.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:45.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:44 smithi098 ceph-mon[112578]: pgmap v8244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:44 smithi016 ceph-mon[96085]: pgmap v8244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:46.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:46.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:47.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:47.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:47.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:46 smithi098 ceph-mon[112578]: pgmap v8245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:46 smithi016 ceph-mon[96085]: pgmap v8245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:48.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:48.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:48 smithi098 ceph-mon[112578]: pgmap v8246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:49.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:49.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:48 smithi016 ceph-mon[96085]: pgmap v8246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:50.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:50.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:51.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:51.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:51.257 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:50 smithi016 ceph-mon[96085]: pgmap v8247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:51.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:50 smithi098 ceph-mon[112578]: pgmap v8247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:52.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:52.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:53.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:53.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:52 smithi098 ceph-mon[112578]: pgmap v8248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:52 smithi016 ceph-mon[96085]: pgmap v8248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:54.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:54.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:55.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:55.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:54 smithi098 ceph-mon[112578]: pgmap v8249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:15:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:54 smithi016 ceph-mon[96085]: pgmap v8249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:15:56.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:56.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:57.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:57.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:57.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:56 smithi098 ceph-mon[112578]: pgmap v8250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:56 smithi016 ceph-mon[96085]: pgmap v8250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:58.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:58.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:58.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:15:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:15:59.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:15:59.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:59.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:15:58 smithi098 ceph-mon[112578]: pgmap v8251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:15:58 smithi016 ceph-mon[96085]: pgmap v8251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:00.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:00.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:16:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:16:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:16:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:16:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:16:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:16:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:16:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:16:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:16:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:16:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:16:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:16:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:16:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:16:01.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:01.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:01.373 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:01 smithi016 ceph-mon[96085]: pgmap v8252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:01 smithi098 ceph-mon[112578]: pgmap v8252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:02.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:02.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:03.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:03.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:03 smithi098 ceph-mon[112578]: pgmap v8253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:03 smithi016 ceph-mon[96085]: pgmap v8253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:04.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:04.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:05.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:05.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:05 smithi098 ceph-mon[112578]: pgmap v8254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:05 smithi016 ceph-mon[96085]: pgmap v8254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:06.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:06.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:07.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:07.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:07 smithi098 ceph-mon[112578]: pgmap v8255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:07 smithi016 ceph-mon[96085]: pgmap v8255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:08.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:08.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:09.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:09.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:09 smithi098 ceph-mon[112578]: pgmap v8256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:09 smithi016 ceph-mon[96085]: pgmap v8256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:10.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:10.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:11.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:11.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:11.488 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:11 smithi016 ceph-mon[96085]: pgmap v8257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:11 smithi098 ceph-mon[112578]: pgmap v8257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:12.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:12.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:13.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:13.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:13 smithi098 ceph-mon[112578]: pgmap v8258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:16:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:13 smithi016 ceph-mon[96085]: pgmap v8258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:16:14.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:14.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:15.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:15.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:15 smithi098 ceph-mon[112578]: pgmap v8259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:15 smithi016 ceph-mon[96085]: pgmap v8259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:16.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:16.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:17.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:17.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:17 smithi098 ceph-mon[112578]: pgmap v8260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:17 smithi016 ceph-mon[96085]: pgmap v8260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:18.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:18.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:19.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:19.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:19 smithi098 ceph-mon[112578]: pgmap v8261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:19 smithi016 ceph-mon[96085]: pgmap v8261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:20.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:20.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:21.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:21.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:21 smithi098 ceph-mon[112578]: pgmap v8262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:21 smithi016 ceph-mon[96085]: pgmap v8262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:22.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:22.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:23.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:23.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:23 smithi098 ceph-mon[112578]: pgmap v8263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:23 smithi016 ceph-mon[96085]: pgmap v8263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:24.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:24.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:25.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:25.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:25 smithi098 ceph-mon[112578]: pgmap v8264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:25 smithi016 ceph-mon[96085]: pgmap v8264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:26.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:26.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:27.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:27.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:27 smithi098 ceph-mon[112578]: pgmap v8265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:27 smithi016 ceph-mon[96085]: pgmap v8265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:28.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:28.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:28.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:16:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:16:29.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:29.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:29 smithi098 ceph-mon[112578]: pgmap v8266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:29 smithi016 ceph-mon[96085]: pgmap v8266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:30.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:30.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:31.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:31.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:31 smithi098 ceph-mon[112578]: pgmap v8267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:31 smithi016 ceph-mon[96085]: pgmap v8267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:32.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:32.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:33.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:33.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:33 smithi098 ceph-mon[112578]: pgmap v8268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:33 smithi016 ceph-mon[96085]: pgmap v8268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:34.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:34.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:35.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:35.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:35 smithi098 ceph-mon[112578]: pgmap v8269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:35 smithi016 ceph-mon[96085]: pgmap v8269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:36.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:36.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:37.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:37.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:37 smithi098 ceph-mon[112578]: pgmap v8270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:37 smithi016 ceph-mon[96085]: pgmap v8270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:38.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:38.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:39.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:39.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:39 smithi098 ceph-mon[112578]: pgmap v8271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:39 smithi016 ceph-mon[96085]: pgmap v8271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:40.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:40.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:41.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:41.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:41 smithi098 ceph-mon[112578]: pgmap v8272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:41 smithi016 ceph-mon[96085]: pgmap v8272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:42.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:42.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:43.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:43.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:43 smithi098 ceph-mon[112578]: pgmap v8273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:16:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:43 smithi016 ceph-mon[96085]: pgmap v8273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:16:44.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:44.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:45.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:45.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:45 smithi098 ceph-mon[112578]: pgmap v8274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:45 smithi016 ceph-mon[96085]: pgmap v8274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:46.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:46.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:47.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:47.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:47 smithi098 ceph-mon[112578]: pgmap v8275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:47 smithi016 ceph-mon[96085]: pgmap v8275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:48.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:48.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:49.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:49.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:49 smithi098 ceph-mon[112578]: pgmap v8276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:49 smithi016 ceph-mon[96085]: pgmap v8276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:50.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:50.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:51.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:51.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:51 smithi098 ceph-mon[112578]: pgmap v8277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:51 smithi016 ceph-mon[96085]: pgmap v8277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:52.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:52.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:53.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:53.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:53 smithi098 ceph-mon[112578]: pgmap v8278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:53 smithi016 ceph-mon[96085]: pgmap v8278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:54.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:54.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:55.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:55.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:55 smithi098 ceph-mon[112578]: pgmap v8279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:55 smithi016 ceph-mon[96085]: pgmap v8279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:56.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:56.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:56.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:56 smithi098 ceph-mon[112578]: pgmap v8280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:56 smithi016 ceph-mon[96085]: pgmap v8280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:57.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:57.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:58.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:58.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:59.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:16:59.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:58 smithi098 ceph-mon[112578]: pgmap v8281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:16:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:58 smithi016 ceph-mon[96085]: pgmap v8281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:17:00.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:00.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:00.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:16:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:17:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:16:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:17:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:00 smithi016 ceph-mon[96085]: pgmap v8282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:17:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:17:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:17:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:17:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:17:01.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:01.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:00 smithi098 ceph-mon[112578]: pgmap v8282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:17:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:17:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:17:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:17:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:17:02.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:02.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:03.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:03.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:03.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:02 smithi098 ceph-mon[112578]: pgmap v8283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:02 smithi016 ceph-mon[96085]: pgmap v8283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:04.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:04.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:05.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:05.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:05.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:04 smithi098 ceph-mon[112578]: pgmap v8284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:04 smithi016 ceph-mon[96085]: pgmap v8284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:06.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:06.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:07.122 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:06 smithi016 ceph-mon[96085]: pgmap v8285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:07.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:07.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:06 smithi098 ceph-mon[112578]: pgmap v8285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:08.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:08.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:09.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:09.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:09.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:08 smithi098 ceph-mon[112578]: pgmap v8286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:08 smithi016 ceph-mon[96085]: pgmap v8286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:10.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:10.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:11.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:10 smithi016 ceph-mon[96085]: pgmap v8287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:11.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:11.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:10 smithi098 ceph-mon[112578]: pgmap v8287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:12.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:12.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:13.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:13.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:13.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:12 smithi098 ceph-mon[112578]: pgmap v8288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:12 smithi016 ceph-mon[96085]: pgmap v8288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:14.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:14.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:14.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:17:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:17:15.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:15.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:15.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:14 smithi098 ceph-mon[112578]: pgmap v8289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:14 smithi016 ceph-mon[96085]: pgmap v8289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:16.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:16.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:17.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:17.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:17.237 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:16 smithi016 ceph-mon[96085]: pgmap v8290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:17.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:16 smithi098 ceph-mon[112578]: pgmap v8290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:18.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:18.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:19.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:19.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:19.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:18 smithi098 ceph-mon[112578]: pgmap v8291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:18 smithi016 ceph-mon[96085]: pgmap v8291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:20.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:20.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:21.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:20 smithi016 ceph-mon[96085]: pgmap v8292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:21.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:21.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:20 smithi098 ceph-mon[112578]: pgmap v8292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:22.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:22.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:23.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:23.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:22 smithi098 ceph-mon[112578]: pgmap v8293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:22 smithi016 ceph-mon[96085]: pgmap v8293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:24.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:24.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:24 smithi098 ceph-mon[112578]: pgmap v8294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:25.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:25.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:24 smithi016 ceph-mon[96085]: pgmap v8294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:26.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:26.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:27.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:27.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:26 smithi098 ceph-mon[112578]: pgmap v8295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:26 smithi016 ceph-mon[96085]: pgmap v8295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:28.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:28.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:29.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:29.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:29.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:28 smithi098 ceph-mon[112578]: pgmap v8296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:17:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:28 smithi016 ceph-mon[96085]: pgmap v8296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:17:30.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:30.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:30 smithi016 ceph-mon[96085]: pgmap v8297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:31.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:31.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:31.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:30 smithi098 ceph-mon[112578]: pgmap v8297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:32.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:32.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:33.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:33.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:32 smithi098 ceph-mon[112578]: pgmap v8298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:32 smithi016 ceph-mon[96085]: pgmap v8298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:34.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:34.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:35.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:35.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:35.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:34 smithi098 ceph-mon[112578]: pgmap v8299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:34 smithi016 ceph-mon[96085]: pgmap v8299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:36.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:36.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:37.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:37.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:37.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:36 smithi098 ceph-mon[112578]: pgmap v8300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:36 smithi016 ceph-mon[96085]: pgmap v8300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:38.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:38.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:39.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:39.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:39.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:38 smithi098 ceph-mon[112578]: pgmap v8301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:38 smithi016 ceph-mon[96085]: pgmap v8301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:40.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:40.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:41.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:40 smithi016 ceph-mon[96085]: pgmap v8302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:41.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:41.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:40 smithi098 ceph-mon[112578]: pgmap v8302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:42.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:42.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:42 smithi098 ceph-mon[112578]: pgmap v8303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:43.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:43.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:42 smithi016 ceph-mon[96085]: pgmap v8303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:17:44.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:44.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:17:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:44 smithi098 ceph-mon[112578]: pgmap v8304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:45.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:45.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:44 smithi016 ceph-mon[96085]: pgmap v8304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:46.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:46.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:46 smithi098 ceph-mon[112578]: pgmap v8305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:47.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:47.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:46 smithi016 ceph-mon[96085]: pgmap v8305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:48.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:48.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:48 smithi098 ceph-mon[112578]: pgmap v8306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:49.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:49.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:48 smithi016 ceph-mon[96085]: pgmap v8306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:50.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:50.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:50 smithi098 ceph-mon[112578]: pgmap v8307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:51.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:51.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:50 smithi016 ceph-mon[96085]: pgmap v8307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:52.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:52.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:53.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:52 smithi098 ceph-mon[112578]: pgmap v8308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:52 smithi016 ceph-mon[96085]: pgmap v8308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:53.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:53.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:54.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:54.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:54 smithi098 ceph-mon[112578]: pgmap v8309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:54 smithi016 ceph-mon[96085]: pgmap v8309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:55.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:55.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:56.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:56.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:56 smithi098 ceph-mon[112578]: pgmap v8310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:56 smithi016 ceph-mon[96085]: pgmap v8310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:57.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:57.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:17:58.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:17:58.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:58.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:17:58 smithi098 ceph-mon[112578]: pgmap v8311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:17:58 smithi016 ceph-mon[96085]: pgmap v8311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:59.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:17:59.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:00.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:00.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:01.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:00 smithi098 ceph-mon[112578]: pgmap v8312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:18:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:18:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:18:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:00 smithi016 ceph-mon[96085]: pgmap v8312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:18:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:18:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:18:01.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:01.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:02.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:18:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:18:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:18:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:18:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:18:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:18:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:18:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:18:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:18:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:18:02.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:02.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:03.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:03.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:03 smithi098 ceph-mon[112578]: pgmap v8313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:03 smithi016 ceph-mon[96085]: pgmap v8313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:04.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:04.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:05.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:05.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:05 smithi098 ceph-mon[112578]: pgmap v8314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:05 smithi016 ceph-mon[96085]: pgmap v8314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:06.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:06.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:07.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:07.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:07 smithi098 ceph-mon[112578]: pgmap v8315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:07 smithi016 ceph-mon[96085]: pgmap v8315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:08.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:08.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:09.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:09.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:09 smithi098 ceph-mon[112578]: pgmap v8316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:09 smithi016 ceph-mon[96085]: pgmap v8316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:10.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:10.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:11.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:11.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:11 smithi098 ceph-mon[112578]: pgmap v8317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:11 smithi016 ceph-mon[96085]: pgmap v8317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:12.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:12.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:13.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:13.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:13 smithi098 ceph-mon[112578]: pgmap v8318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:18:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:13 smithi016 ceph-mon[96085]: pgmap v8318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:18:14.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:14.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:15.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:15.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:15 smithi098 ceph-mon[112578]: pgmap v8319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:15 smithi016 ceph-mon[96085]: pgmap v8319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:16.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:16.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:17.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:17.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:17 smithi098 ceph-mon[112578]: pgmap v8320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:17 smithi016 ceph-mon[96085]: pgmap v8320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:18.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:18.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:19.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:19.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:19 smithi098 ceph-mon[112578]: pgmap v8321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:19 smithi016 ceph-mon[96085]: pgmap v8321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:20.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:20.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:21.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:21.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:21 smithi098 ceph-mon[112578]: pgmap v8322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:21 smithi016 ceph-mon[96085]: pgmap v8322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:22.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:22.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:22 smithi098 ceph-mon[112578]: pgmap v8323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:22 smithi016 ceph-mon[96085]: pgmap v8323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:23.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:23.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:24.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:24.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:25.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:24 smithi098 ceph-mon[112578]: pgmap v8324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:24 smithi016 ceph-mon[96085]: pgmap v8324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:25.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:25.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:26.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:26.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:27.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:26 smithi098 ceph-mon[112578]: pgmap v8325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:26 smithi016 ceph-mon[96085]: pgmap v8325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:27.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:27.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:28.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:28.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:28 smithi098 ceph-mon[112578]: pgmap v8326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:18:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:28 smithi016 ceph-mon[96085]: pgmap v8326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:18:29.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:29.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:30.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:30.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:30 smithi016 ceph-mon[96085]: pgmap v8327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:30 smithi098 ceph-mon[112578]: pgmap v8327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:31.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:31.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:32.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:32.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:32 smithi098 ceph-mon[112578]: pgmap v8328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:32 smithi016 ceph-mon[96085]: pgmap v8328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:33.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:33.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:34.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:34.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:34 smithi098 ceph-mon[112578]: pgmap v8329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:34 smithi016 ceph-mon[96085]: pgmap v8329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:35.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:35.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:36.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:36.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:37.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:36 smithi098 ceph-mon[112578]: pgmap v8330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:36 smithi016 ceph-mon[96085]: pgmap v8330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:37.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:37.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:38.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:38.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:39.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:38 smithi098 ceph-mon[112578]: pgmap v8331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:38 smithi016 ceph-mon[96085]: pgmap v8331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:39.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:39.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:40.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:40.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:41.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:40 smithi016 ceph-mon[96085]: pgmap v8332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:41.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:40 smithi098 ceph-mon[112578]: pgmap v8332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:41.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:41.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:42.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:42.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:43.214 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:42 smithi016 ceph-mon[96085]: pgmap v8333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:42 smithi098 ceph-mon[112578]: pgmap v8333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:43.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:43.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:18:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:18:44.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:44.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:45.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:44 smithi098 ceph-mon[112578]: pgmap v8334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:44 smithi016 ceph-mon[96085]: pgmap v8334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:45.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:45.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:46.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:46.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:47.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:46 smithi098 ceph-mon[112578]: pgmap v8335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:46 smithi016 ceph-mon[96085]: pgmap v8335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:47.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:47.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:48.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:48.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:48 smithi098 ceph-mon[112578]: pgmap v8336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:48 smithi016 ceph-mon[96085]: pgmap v8336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:49.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:49.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:50.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:50.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:50 smithi016 ceph-mon[96085]: pgmap v8337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:51.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:50 smithi098 ceph-mon[112578]: pgmap v8337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:51.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:51.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:52.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:52.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:52 smithi098 ceph-mon[112578]: pgmap v8338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:52 smithi016 ceph-mon[96085]: pgmap v8338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:53.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:53.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:54.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:54.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:54 smithi098 ceph-mon[112578]: pgmap v8339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:54 smithi016 ceph-mon[96085]: pgmap v8339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:55.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:55.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:56.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:56.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:56 smithi098 ceph-mon[112578]: pgmap v8340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:56 smithi016 ceph-mon[96085]: pgmap v8340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:57.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:57.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:58.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:58.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:58 smithi098 ceph-mon[112578]: pgmap v8341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:18:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:18:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:58 smithi016 ceph-mon[96085]: pgmap v8341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:18:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:18:59.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:18:59.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:00.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:00.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:00 smithi098 ceph-mon[112578]: pgmap v8342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:00 smithi016 ceph-mon[96085]: pgmap v8342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:01.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:01.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:19:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:19:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:19:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:19:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:19:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:19:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:19:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:19:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:19:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:19:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:19:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:19:02.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:02.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:03.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:02 smithi098 ceph-mon[112578]: pgmap v8343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:02 smithi016 ceph-mon[96085]: pgmap v8343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:03.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:03.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:04.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:04.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:04 smithi098 ceph-mon[112578]: pgmap v8344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:04 smithi016 ceph-mon[96085]: pgmap v8344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:05.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:05.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:06.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:06.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:06 smithi098 ceph-mon[112578]: pgmap v8345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:06 smithi016 ceph-mon[96085]: pgmap v8345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:07.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:07.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:08.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:08.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:08 smithi098 ceph-mon[112578]: pgmap v8346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:09.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:08 smithi016 ceph-mon[96085]: pgmap v8346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:09.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:09.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:10.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:10.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:10 smithi098 ceph-mon[112578]: pgmap v8347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:11.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:10 smithi016 ceph-mon[96085]: pgmap v8347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:11.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:11.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:12.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:12.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:12 smithi098 ceph-mon[112578]: pgmap v8348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:19:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:12 smithi016 ceph-mon[96085]: pgmap v8348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:19:13.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:13.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:14.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:14.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:15.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:14 smithi098 ceph-mon[112578]: pgmap v8349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:14 smithi016 ceph-mon[96085]: pgmap v8349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:15.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:15.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:16.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:16.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:17.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:16 smithi098 ceph-mon[112578]: pgmap v8350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:16 smithi016 ceph-mon[96085]: pgmap v8350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:17.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:17.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:18.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:18.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:18 smithi098 ceph-mon[112578]: pgmap v8351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:18 smithi016 ceph-mon[96085]: pgmap v8351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:19.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:19.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:20.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:20.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:20 smithi098 ceph-mon[112578]: pgmap v8352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:20 smithi016 ceph-mon[96085]: pgmap v8352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:21.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:21.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:22.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:22.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:22 smithi098 ceph-mon[112578]: pgmap v8353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:22 smithi016 ceph-mon[96085]: pgmap v8353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:23.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:23.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:24.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:24.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:24 smithi098 ceph-mon[112578]: pgmap v8354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:24 smithi016 ceph-mon[96085]: pgmap v8354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:25.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:25.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:26.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:26.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:27.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:26 smithi098 ceph-mon[112578]: pgmap v8355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:26 smithi016 ceph-mon[96085]: pgmap v8355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:27.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:27.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:28.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:19:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:19:28.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:28.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:28 smithi016 ceph-mon[96085]: pgmap v8356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:29.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:28 smithi098 ceph-mon[112578]: pgmap v8356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:29.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:29.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:30.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:30.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:30 smithi098 ceph-mon[112578]: pgmap v8357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:31.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:30 smithi016 ceph-mon[96085]: pgmap v8357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:31.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:31.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:32.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:32.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:32 smithi098 ceph-mon[112578]: pgmap v8358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:32 smithi016 ceph-mon[96085]: pgmap v8358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:33.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:33.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:34.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:34.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:35.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:34 smithi098 ceph-mon[112578]: pgmap v8359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:34 smithi016 ceph-mon[96085]: pgmap v8359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:35.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:35.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:36.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:36.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:37.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:36 smithi098 ceph-mon[112578]: pgmap v8360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:36 smithi016 ceph-mon[96085]: pgmap v8360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:37.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:37.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:38.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:38.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:38 smithi098 ceph-mon[112578]: pgmap v8361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:38 smithi016 ceph-mon[96085]: pgmap v8361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:39.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:39.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:40.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:40.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:40 smithi098 ceph-mon[112578]: pgmap v8362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:40 smithi016 ceph-mon[96085]: pgmap v8362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:41.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:41.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:42.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:42.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:42 smithi098 ceph-mon[112578]: pgmap v8363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:19:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:42 smithi016 ceph-mon[96085]: pgmap v8363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:19:43.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:43.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:44.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:44.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:44 smithi098 ceph-mon[112578]: pgmap v8364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:44 smithi016 ceph-mon[96085]: pgmap v8364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:45.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:45.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:46.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:46.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:47.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:46 smithi098 ceph-mon[112578]: pgmap v8365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:46 smithi016 ceph-mon[96085]: pgmap v8365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:47.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:47.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:48.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:48.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:48 smithi098 ceph-mon[112578]: pgmap v8366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:48 smithi016 ceph-mon[96085]: pgmap v8366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:49.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:49.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:50.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:50.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:51.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:50 smithi098 ceph-mon[112578]: pgmap v8367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:50 smithi016 ceph-mon[96085]: pgmap v8367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:51.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:51.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:52.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:52.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:52 smithi098 ceph-mon[112578]: pgmap v8368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:52 smithi016 ceph-mon[96085]: pgmap v8368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:53.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:53.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:54.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:54.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:54 smithi098 ceph-mon[112578]: pgmap v8369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:54 smithi016 ceph-mon[96085]: pgmap v8369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:55.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:55.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:56.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:56.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:56 smithi098 ceph-mon[112578]: pgmap v8370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:56 smithi016 ceph-mon[96085]: pgmap v8370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:57.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:57.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:19:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:19:58.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:58.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:59.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:19:59 smithi098 ceph-mon[112578]: pgmap v8371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:19:59 smithi016 ceph-mon[96085]: pgmap v8371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:59.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:19:59.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T01:20:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T01:20:00.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:00.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:01 smithi098 ceph-mon[112578]: pgmap v8372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:01 smithi016 ceph-mon[96085]: pgmap v8372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:01.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:01.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:20:02.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:02.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:02.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:20:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:03 smithi016 ceph-mon[96085]: pgmap v8373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:20:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:20:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:20:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:20:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:20:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:20:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:20:03.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:03.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:03 smithi098 ceph-mon[112578]: pgmap v8373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:20:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:20:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:20:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:20:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:20:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:20:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:20:04.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:04.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:05 smithi016 ceph-mon[96085]: pgmap v8374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:05.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:05.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:05 smithi098 ceph-mon[112578]: pgmap v8374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:06.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:06.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:07 smithi016 ceph-mon[96085]: pgmap v8375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:07.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:07.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:07 smithi098 ceph-mon[112578]: pgmap v8375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:08.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:08.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:09 smithi016 ceph-mon[96085]: pgmap v8376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:09.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:09.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:09 smithi098 ceph-mon[112578]: pgmap v8376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:10.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:10.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:11.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:11 smithi016 ceph-mon[96085]: pgmap v8377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:11.445 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:11 smithi098 ceph-mon[112578]: pgmap v8377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:11.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:11.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:12.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:12.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:13 smithi098 ceph-mon[112578]: pgmap v8378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:20:13.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:13.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:13 smithi016 ceph-mon[96085]: pgmap v8378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:20:14.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:14.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:15 smithi098 ceph-mon[112578]: pgmap v8379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:15.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:15.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:15 smithi016 ceph-mon[96085]: pgmap v8379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:16.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:16.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:17 smithi098 ceph-mon[112578]: pgmap v8380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:17.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:17.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:17 smithi016 ceph-mon[96085]: pgmap v8380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:18.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:18.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:19.317 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:19 smithi016 ceph-mon[96085]: pgmap v8381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:19 smithi098 ceph-mon[112578]: pgmap v8381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:19.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:19.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:20.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:20.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:21 smithi098 ceph-mon[112578]: pgmap v8382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:21.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:21.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:21 smithi016 ceph-mon[96085]: pgmap v8382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:22.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:22.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:23 smithi098 ceph-mon[112578]: pgmap v8383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:23 smithi016 ceph-mon[96085]: pgmap v8383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:23.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:23.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:24.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:24.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:25 smithi098 ceph-mon[112578]: pgmap v8384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:25 smithi016 ceph-mon[96085]: pgmap v8384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:25.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:25.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:26.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:26.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:27 smithi098 ceph-mon[112578]: pgmap v8385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:27 smithi016 ceph-mon[96085]: pgmap v8385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:27.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:27.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:28.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:20:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:20:28.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:28.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:29.431 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:29 smithi016 ceph-mon[96085]: pgmap v8386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:29 smithi098 ceph-mon[112578]: pgmap v8386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:29.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:29.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:30.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:30.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:31 smithi098 ceph-mon[112578]: pgmap v8387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:31 smithi016 ceph-mon[96085]: pgmap v8387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:31.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:31.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:32.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:32.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:33 smithi098 ceph-mon[112578]: pgmap v8388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:33 smithi016 ceph-mon[96085]: pgmap v8388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:33.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:33.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:34.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:34.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:35 smithi098 ceph-mon[112578]: pgmap v8389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:35 smithi016 ceph-mon[96085]: pgmap v8389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:35.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:35.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:36.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:36.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:37 smithi098 ceph-mon[112578]: pgmap v8390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:37 smithi016 ceph-mon[96085]: pgmap v8390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:37.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:37.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:38.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:38.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:39 smithi098 ceph-mon[112578]: pgmap v8391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:39 smithi016 ceph-mon[96085]: pgmap v8391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:39.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:39.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:40.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:40.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:41 smithi098 ceph-mon[112578]: pgmap v8392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:41 smithi016 ceph-mon[96085]: pgmap v8392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:41.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:41.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:42.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:42.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:43 smithi098 ceph-mon[112578]: pgmap v8393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:20:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:43 smithi016 ceph-mon[96085]: pgmap v8393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:20:43.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:43.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:44.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:44.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:45 smithi098 ceph-mon[112578]: pgmap v8394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:45 smithi016 ceph-mon[96085]: pgmap v8394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:45.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:45.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:46.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:46.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:47 smithi098 ceph-mon[112578]: pgmap v8395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:47 smithi016 ceph-mon[96085]: pgmap v8395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:47.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:47.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:48.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:48.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:49 smithi098 ceph-mon[112578]: pgmap v8396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:49 smithi016 ceph-mon[96085]: pgmap v8396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:49.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:49.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:50.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:50.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:51 smithi098 ceph-mon[112578]: pgmap v8397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:51 smithi016 ceph-mon[96085]: pgmap v8397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:51.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:51.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:52.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:52.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:53 smithi098 ceph-mon[112578]: pgmap v8398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:53 smithi016 ceph-mon[96085]: pgmap v8398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:53.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:53.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:54.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:54.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:55 smithi098 ceph-mon[112578]: pgmap v8399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:55 smithi016 ceph-mon[96085]: pgmap v8399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:55.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:55.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:56.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:56.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:57.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:57 smithi098 ceph-mon[112578]: pgmap v8400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:57 smithi016 ceph-mon[96085]: pgmap v8400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:57.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:57.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:58.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:20:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:20:58.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:58.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:59.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:20:59 smithi098 ceph-mon[112578]: pgmap v8401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:20:59 smithi016 ceph-mon[96085]: pgmap v8401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:59.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:20:59.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:00.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:00.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:01 smithi098 ceph-mon[112578]: pgmap v8402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:01 smithi016 ceph-mon[96085]: pgmap v8402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:01.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:01.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:02.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:02.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:03 smithi098 ceph-mon[112578]: pgmap v8403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:21:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:03 smithi016 ceph-mon[96085]: pgmap v8403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:21:03.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:03.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:04.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:21:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:21:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:21:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:21:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:21:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:21:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:21:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:21:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:21:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:21:04.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:04.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:05 smithi098 ceph-mon[112578]: pgmap v8404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:05 smithi016 ceph-mon[96085]: pgmap v8404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:05.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:05.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:06.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:06.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:07 smithi098 ceph-mon[112578]: pgmap v8405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:07 smithi016 ceph-mon[96085]: pgmap v8405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:07.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:07.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:08.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:08.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:09 smithi098 ceph-mon[112578]: pgmap v8406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:09 smithi016 ceph-mon[96085]: pgmap v8406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:09.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:09.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:10.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:10.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:11 smithi098 ceph-mon[112578]: pgmap v8407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:11 smithi016 ceph-mon[96085]: pgmap v8407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:11.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:11.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:12.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:12.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:13 smithi098 ceph-mon[112578]: pgmap v8408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:21:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:13 smithi016 ceph-mon[96085]: pgmap v8408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:21:13.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:13.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:14.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:14.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:15 smithi098 ceph-mon[112578]: pgmap v8409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:15 smithi016 ceph-mon[96085]: pgmap v8409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:15.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:15.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:16.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:16.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:17 smithi098 ceph-mon[112578]: pgmap v8410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:17 smithi016 ceph-mon[96085]: pgmap v8410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:17.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:17.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:18.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:18.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:19 smithi098 ceph-mon[112578]: pgmap v8411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:19 smithi016 ceph-mon[96085]: pgmap v8411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:19.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:19.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:20.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:20.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:21 smithi098 ceph-mon[112578]: pgmap v8412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:21 smithi016 ceph-mon[96085]: pgmap v8412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:21.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:21.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:22.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:22.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:23 smithi098 ceph-mon[112578]: pgmap v8413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:23 smithi016 ceph-mon[96085]: pgmap v8413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:23.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:23.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:24.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:24.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:25 smithi098 ceph-mon[112578]: pgmap v8414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:25 smithi016 ceph-mon[96085]: pgmap v8414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:25.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:25.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:26.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:26.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:27 smithi098 ceph-mon[112578]: pgmap v8415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:27 smithi016 ceph-mon[96085]: pgmap v8415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:27.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:27.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:21:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:21:28.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:28.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:29 smithi098 ceph-mon[112578]: pgmap v8416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:29 smithi016 ceph-mon[96085]: pgmap v8416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:29.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:29.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:30.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:30.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:31 smithi098 ceph-mon[112578]: pgmap v8417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:31 smithi016 ceph-mon[96085]: pgmap v8417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:31.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:31.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:32.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:32.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:33 smithi098 ceph-mon[112578]: pgmap v8418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:33 smithi016 ceph-mon[96085]: pgmap v8418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:33.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:33.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:34.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:34.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:35 smithi098 ceph-mon[112578]: pgmap v8419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:35 smithi016 ceph-mon[96085]: pgmap v8419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:35.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:35.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:36.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:36.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:37 smithi098 ceph-mon[112578]: pgmap v8420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:37 smithi016 ceph-mon[96085]: pgmap v8420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:37.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:37.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:38.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:38.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:39 smithi098 ceph-mon[112578]: pgmap v8421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:39 smithi016 ceph-mon[96085]: pgmap v8421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:39.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:39.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:40.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:40.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:41 smithi098 ceph-mon[112578]: pgmap v8422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:41 smithi016 ceph-mon[96085]: pgmap v8422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:41.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:41.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:42.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:42.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:43 smithi098 ceph-mon[112578]: pgmap v8423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:21:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:43 smithi016 ceph-mon[96085]: pgmap v8423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:21:43.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:43.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:44.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:44.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:45 smithi098 ceph-mon[112578]: pgmap v8424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:45 smithi016 ceph-mon[96085]: pgmap v8424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:45.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:45.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:46.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:46.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:47.451 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:47 smithi098 ceph-mon[112578]: pgmap v8425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:47 smithi016 ceph-mon[96085]: pgmap v8425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:47.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:47.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:48.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:48.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:49 smithi098 ceph-mon[112578]: pgmap v8426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:49 smithi016 ceph-mon[96085]: pgmap v8426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:49.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:49.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:50.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:50.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:51 smithi098 ceph-mon[112578]: pgmap v8427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:51 smithi016 ceph-mon[96085]: pgmap v8427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:51.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:51.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:52.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:52.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:53 smithi098 ceph-mon[112578]: pgmap v8428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:53 smithi016 ceph-mon[96085]: pgmap v8428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:53.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:53.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:54.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:54.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:55 smithi098 ceph-mon[112578]: pgmap v8429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:55 smithi016 ceph-mon[96085]: pgmap v8429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:55.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:55.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:56.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:56.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:57 smithi098 ceph-mon[112578]: pgmap v8430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:57 smithi016 ceph-mon[96085]: pgmap v8430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:57.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:57.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:21:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:21:58.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:58.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:21:59 smithi098 ceph-mon[112578]: pgmap v8431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:21:59 smithi016 ceph-mon[96085]: pgmap v8431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:59.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:21:59.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:00.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:00.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:01 smithi098 ceph-mon[112578]: pgmap v8432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:01 smithi016 ceph-mon[96085]: pgmap v8432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:01.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:01.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:02.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:02.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:03 smithi098 ceph-mon[112578]: pgmap v8433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:03 smithi016 ceph-mon[96085]: pgmap v8433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:03.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:03.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:04.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:22:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:22:04.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:04.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:05 smithi016 ceph-mon[96085]: pgmap v8434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:05.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:05.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:05 smithi098 ceph-mon[112578]: pgmap v8434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:05.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:05.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:06.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:06.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:07 smithi098 ceph-mon[112578]: pgmap v8435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:07 smithi016 ceph-mon[96085]: pgmap v8435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:07.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:07.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:08.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:08.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:09 smithi098 ceph-mon[112578]: pgmap v8436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:22:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:22:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:22:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:09 smithi016 ceph-mon[96085]: pgmap v8436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:22:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:22:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:22:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:22:09.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:09.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:10.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:10.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:11 smithi098 ceph-mon[112578]: pgmap v8437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:11 smithi016 ceph-mon[96085]: pgmap v8437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:11.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:11.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:12.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:12.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:13 smithi098 ceph-mon[112578]: pgmap v8438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:22:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:13 smithi016 ceph-mon[96085]: pgmap v8438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:22:13.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:13.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:14.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:14.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:15 smithi098 ceph-mon[112578]: pgmap v8439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:15 smithi016 ceph-mon[96085]: pgmap v8439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:15.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:15.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:16.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:16.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:17 smithi098 ceph-mon[112578]: pgmap v8440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:17 smithi016 ceph-mon[96085]: pgmap v8440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:17.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:17.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:18.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:18.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:19 smithi098 ceph-mon[112578]: pgmap v8441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:19 smithi016 ceph-mon[96085]: pgmap v8441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:19.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:19.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:20.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:20.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:21 smithi098 ceph-mon[112578]: pgmap v8442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:21 smithi016 ceph-mon[96085]: pgmap v8442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:21.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:21.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:22.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:22.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:23 smithi098 ceph-mon[112578]: pgmap v8443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:23 smithi016 ceph-mon[96085]: pgmap v8443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:23.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:23.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:24.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:24.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:25 smithi098 ceph-mon[112578]: pgmap v8444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:25 smithi016 ceph-mon[96085]: pgmap v8444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:25.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:25.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:26.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:26.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:27 smithi098 ceph-mon[112578]: pgmap v8445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:27 smithi016 ceph-mon[96085]: pgmap v8445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:27.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:27.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:28.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:22:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:22:28.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:28.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:29 smithi098 ceph-mon[112578]: pgmap v8446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:29 smithi016 ceph-mon[96085]: pgmap v8446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:29.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:29.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:30 smithi098 ceph-mon[112578]: pgmap v8447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:30 smithi016 ceph-mon[96085]: pgmap v8447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:30.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:30.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:31.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:31.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:32.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:32.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:32 smithi098 ceph-mon[112578]: pgmap v8448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:32 smithi016 ceph-mon[96085]: pgmap v8448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:33.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:33.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:34.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:34.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:35.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:34 smithi098 ceph-mon[112578]: pgmap v8449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:34 smithi016 ceph-mon[96085]: pgmap v8449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:35.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:35.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:36.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:36.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:36 smithi098 ceph-mon[112578]: pgmap v8450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:36 smithi016 ceph-mon[96085]: pgmap v8450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:37.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:37.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:38.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:38.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:39.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:38 smithi098 ceph-mon[112578]: pgmap v8451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:38 smithi016 ceph-mon[96085]: pgmap v8451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:39.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:39.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:40.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:40.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:40 smithi098 ceph-mon[112578]: pgmap v8452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:40 smithi016 ceph-mon[96085]: pgmap v8452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:41.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:41.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:42.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:42.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:42 smithi098 ceph-mon[112578]: pgmap v8453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:22:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:42 smithi016 ceph-mon[96085]: pgmap v8453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:22:43.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:43.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:44.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:44.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:44 smithi098 ceph-mon[112578]: pgmap v8454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:44 smithi016 ceph-mon[96085]: pgmap v8454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:45.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:45.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:46.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:46.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:46 smithi098 ceph-mon[112578]: pgmap v8455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:46 smithi016 ceph-mon[96085]: pgmap v8455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:47.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:47.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:48.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:48.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:48 smithi098 ceph-mon[112578]: pgmap v8456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:48 smithi016 ceph-mon[96085]: pgmap v8456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:49.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:49.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:50.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:50.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:50 smithi098 ceph-mon[112578]: pgmap v8457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:50 smithi016 ceph-mon[96085]: pgmap v8457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:51.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:51.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:52.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:52.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:52 smithi098 ceph-mon[112578]: pgmap v8458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:52 smithi016 ceph-mon[96085]: pgmap v8458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:53.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:53.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:54.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:54.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:54 smithi098 ceph-mon[112578]: pgmap v8459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:54 smithi016 ceph-mon[96085]: pgmap v8459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:55.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:55.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:56.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:56.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:57.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:56 smithi098 ceph-mon[112578]: pgmap v8460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:56 smithi016 ceph-mon[96085]: pgmap v8460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:57.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:57.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:58.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:22:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:22:58.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:58.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:22:58 smithi098 ceph-mon[112578]: pgmap v8461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:22:58 smithi016 ceph-mon[96085]: pgmap v8461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:59.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:22:59.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:00.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:00.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:01.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:00 smithi098 ceph-mon[112578]: pgmap v8462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:00 smithi016 ceph-mon[96085]: pgmap v8462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:01.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:01.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:02.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:02.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:03.240 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:02 smithi098 ceph-mon[112578]: pgmap v8463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:02 smithi016 ceph-mon[96085]: pgmap v8463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:03.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:03.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:04.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:04.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:05.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:04 smithi098 ceph-mon[112578]: pgmap v8464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:04 smithi016 ceph-mon[96085]: pgmap v8464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:05.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:05.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:06.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:06.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:06 smithi098 ceph-mon[112578]: pgmap v8465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:06 smithi016 ceph-mon[96085]: pgmap v8465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:07.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:07.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:08.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:08.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:09.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:08 smithi098 ceph-mon[112578]: pgmap v8466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:23:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:08 smithi016 ceph-mon[96085]: pgmap v8466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:23:09.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:09.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:23:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:23:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:23:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:23:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:23:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:23:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:23:10.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:23:10.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:23:10.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:23:10.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:10.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:10 smithi098 ceph-mon[112578]: pgmap v8467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:11.275 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:10 smithi016 ceph-mon[96085]: pgmap v8467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:11.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:11.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:12.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:12.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:12 smithi098 ceph-mon[112578]: pgmap v8468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:23:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:12 smithi016 ceph-mon[96085]: pgmap v8468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:23:13.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:13.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:14.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:14.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:15.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:14 smithi098 ceph-mon[112578]: pgmap v8469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:14 smithi016 ceph-mon[96085]: pgmap v8469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:15.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:15.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:16.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:16.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:16 smithi098 ceph-mon[112578]: pgmap v8470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:16 smithi016 ceph-mon[96085]: pgmap v8470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:17.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:17.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:18.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:18.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:18 smithi098 ceph-mon[112578]: pgmap v8471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:18 smithi016 ceph-mon[96085]: pgmap v8471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:19.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:19.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:20.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:20.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:20 smithi098 ceph-mon[112578]: pgmap v8472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:20 smithi016 ceph-mon[96085]: pgmap v8472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:21.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:21.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:22.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:22.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:23 smithi098 ceph-mon[112578]: pgmap v8473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:23 smithi016 ceph-mon[96085]: pgmap v8473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:23.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:23.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:24.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:24.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:25 smithi098 ceph-mon[112578]: pgmap v8474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:25 smithi016 ceph-mon[96085]: pgmap v8474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:25.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:25.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:26.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:26.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:27 smithi098 ceph-mon[112578]: pgmap v8475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:27 smithi016 ceph-mon[96085]: pgmap v8475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:27.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:27.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:23:28.503 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:23:28.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:28.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:29 smithi016 ceph-mon[96085]: pgmap v8476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:29 smithi098 ceph-mon[112578]: pgmap v8476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:29.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:29.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:30.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:30.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:31.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:31 smithi016 ceph-mon[96085]: pgmap v8477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:31 smithi098 ceph-mon[112578]: pgmap v8477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:31.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:31.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:32.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:32.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:33 smithi016 ceph-mon[96085]: pgmap v8478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:33 smithi098 ceph-mon[112578]: pgmap v8478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:33.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:33.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:34.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:34.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:35 smithi016 ceph-mon[96085]: pgmap v8479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:35 smithi098 ceph-mon[112578]: pgmap v8479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:35.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:35.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:36.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:36.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:37 smithi016 ceph-mon[96085]: pgmap v8480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:37 smithi098 ceph-mon[112578]: pgmap v8480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:37.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:37.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:38.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:38.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:39 smithi098 ceph-mon[112578]: pgmap v8481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:39 smithi016 ceph-mon[96085]: pgmap v8481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:39.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:39.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:40.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:40.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:41 smithi098 ceph-mon[112578]: pgmap v8482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:41 smithi016 ceph-mon[96085]: pgmap v8482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:41.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:41.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:42.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:42.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:43 smithi098 ceph-mon[112578]: pgmap v8483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:23:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:43 smithi016 ceph-mon[96085]: pgmap v8483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:23:43.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:43.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:44.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:44.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:45 smithi098 ceph-mon[112578]: pgmap v8484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:45 smithi016 ceph-mon[96085]: pgmap v8484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:45.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:45.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:46.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:46.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:47 smithi098 ceph-mon[112578]: pgmap v8485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:47 smithi016 ceph-mon[96085]: pgmap v8485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:47.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:47.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:48.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:48.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:49 smithi098 ceph-mon[112578]: pgmap v8486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:49 smithi016 ceph-mon[96085]: pgmap v8486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:49.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:49.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:50.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:50.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:51 smithi098 ceph-mon[112578]: pgmap v8487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:51 smithi016 ceph-mon[96085]: pgmap v8487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:51.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:51.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:52.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:52.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:53 smithi098 ceph-mon[112578]: pgmap v8488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:53 smithi016 ceph-mon[96085]: pgmap v8488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:53.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:53.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:54.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:54.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:55 smithi098 ceph-mon[112578]: pgmap v8489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:55 smithi016 ceph-mon[96085]: pgmap v8489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:55.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:55.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:56.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:56.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:57 smithi098 ceph-mon[112578]: pgmap v8490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:57 smithi016 ceph-mon[96085]: pgmap v8490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:57.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:57.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:58.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:23:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:23:58.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:58.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:59.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:23:59 smithi098 ceph-mon[112578]: pgmap v8491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:23:59 smithi016 ceph-mon[96085]: pgmap v8491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:59.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:23:59.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:00.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:00.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:01 smithi098 ceph-mon[112578]: pgmap v8492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:01 smithi016 ceph-mon[96085]: pgmap v8492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:01.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:01.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:02.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:02.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:03 smithi098 ceph-mon[112578]: pgmap v8493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:03 smithi016 ceph-mon[96085]: pgmap v8493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:03.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:03.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:04.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:04.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:05 smithi098 ceph-mon[112578]: pgmap v8494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:05 smithi016 ceph-mon[96085]: pgmap v8494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:05.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:05.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:06.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:06.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:07 smithi016 ceph-mon[96085]: pgmap v8495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:07 smithi098 ceph-mon[112578]: pgmap v8495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:07.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:07.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:08.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:08.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:09 smithi098 ceph-mon[112578]: pgmap v8496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:09 smithi016 ceph-mon[96085]: pgmap v8496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:09.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:09.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:10.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:24:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:24:10.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:10.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:11 smithi098 ceph-mon[112578]: pgmap v8497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:24:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:24:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:24:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:24:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:24:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:11 smithi016 ceph-mon[96085]: pgmap v8497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:24:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:24:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:24:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:24:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:24:11.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:11.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:12.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:12.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:13 smithi098 ceph-mon[112578]: pgmap v8498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:24:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:13 smithi016 ceph-mon[96085]: pgmap v8498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:24:13.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:13.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:14.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:14.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:15 smithi098 ceph-mon[112578]: pgmap v8499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:15 smithi016 ceph-mon[96085]: pgmap v8499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:15.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:15.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:16.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:16.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:17 smithi016 ceph-mon[96085]: pgmap v8500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:17 smithi098 ceph-mon[112578]: pgmap v8500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:17.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:17.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:18.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:18.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:19 smithi098 ceph-mon[112578]: pgmap v8501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:19 smithi016 ceph-mon[96085]: pgmap v8501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:19.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:19.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:20.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:20.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:21 smithi098 ceph-mon[112578]: pgmap v8502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:21 smithi016 ceph-mon[96085]: pgmap v8502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:21.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:21.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:22.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:22.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:23 smithi098 ceph-mon[112578]: pgmap v8503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:23 smithi016 ceph-mon[96085]: pgmap v8503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:23.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:23.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:24.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:24.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:25 smithi098 ceph-mon[112578]: pgmap v8504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:25 smithi016 ceph-mon[96085]: pgmap v8504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:25.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:25.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:26.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:26.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:27 smithi098 ceph-mon[112578]: pgmap v8505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:27 smithi016 ceph-mon[96085]: pgmap v8505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:27.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:27.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:24:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:24:28.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:28.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:29 smithi098 ceph-mon[112578]: pgmap v8506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:29 smithi016 ceph-mon[96085]: pgmap v8506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:29.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:29.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:30.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:30.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:31 smithi098 ceph-mon[112578]: pgmap v8507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:31 smithi016 ceph-mon[96085]: pgmap v8507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:31.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:31.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:32.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:32.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:33 smithi098 ceph-mon[112578]: pgmap v8508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:33 smithi016 ceph-mon[96085]: pgmap v8508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:33.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:33.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:34.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:34.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:35 smithi098 ceph-mon[112578]: pgmap v8509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:35 smithi016 ceph-mon[96085]: pgmap v8509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:35.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:35.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:36.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:36.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:37 smithi098 ceph-mon[112578]: pgmap v8510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:37 smithi016 ceph-mon[96085]: pgmap v8510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:37.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:37.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:38.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:38.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:39 smithi098 ceph-mon[112578]: pgmap v8511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:39 smithi016 ceph-mon[96085]: pgmap v8511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:39.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:39.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:40.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:40.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:41 smithi098 ceph-mon[112578]: pgmap v8512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:41 smithi016 ceph-mon[96085]: pgmap v8512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:41.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:41.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:42.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:42.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:43 smithi098 ceph-mon[112578]: pgmap v8513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:24:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:43 smithi016 ceph-mon[96085]: pgmap v8513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:24:43.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:43.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:44.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:44.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:45 smithi098 ceph-mon[112578]: pgmap v8514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:45 smithi016 ceph-mon[96085]: pgmap v8514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:45.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:45.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:46.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:46.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:47 smithi098 ceph-mon[112578]: pgmap v8515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:47 smithi016 ceph-mon[96085]: pgmap v8515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:47.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:47.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:48.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:48.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:49 smithi098 ceph-mon[112578]: pgmap v8516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:49 smithi016 ceph-mon[96085]: pgmap v8516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:49.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:49.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:50.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:50.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:51 smithi098 ceph-mon[112578]: pgmap v8517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:51 smithi016 ceph-mon[96085]: pgmap v8517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:51.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:51.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:52.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:52.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:53 smithi098 ceph-mon[112578]: pgmap v8518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:53 smithi016 ceph-mon[96085]: pgmap v8518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:53.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:53.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:54.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:54.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:55 smithi098 ceph-mon[112578]: pgmap v8519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:55 smithi016 ceph-mon[96085]: pgmap v8519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:55.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:55.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:56.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:56.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:57.486 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:57 smithi016 ceph-mon[96085]: pgmap v8520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:57 smithi098 ceph-mon[112578]: pgmap v8520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:57.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:57.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:24:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:24:58.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:58.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:59.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:24:59 smithi098 ceph-mon[112578]: pgmap v8521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:24:59 smithi016 ceph-mon[96085]: pgmap v8521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:59.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:24:59.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:00.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:00.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:01 smithi098 ceph-mon[112578]: pgmap v8522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:01 smithi016 ceph-mon[96085]: pgmap v8522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:01.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:01.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:02.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:02.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:03 smithi098 ceph-mon[112578]: pgmap v8523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:03 smithi016 ceph-mon[96085]: pgmap v8523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:03.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:03.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:04.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:04.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:05 smithi098 ceph-mon[112578]: pgmap v8524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:05 smithi016 ceph-mon[96085]: pgmap v8524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:05.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:05.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:06.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:07.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:07 smithi098 ceph-mon[112578]: pgmap v8525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:07 smithi016 ceph-mon[96085]: pgmap v8525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:08.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:08.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:09.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:09.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:09 smithi098 ceph-mon[112578]: pgmap v8526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:09 smithi016 ceph-mon[96085]: pgmap v8526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:10.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:10.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:11.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:11.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:11 smithi098 ceph-mon[112578]: pgmap v8527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:25:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:11 smithi016 ceph-mon[96085]: pgmap v8527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:25:12.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:12.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:13.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:13.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:13 smithi098 ceph-mon[112578]: pgmap v8528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:25:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:13 smithi016 ceph-mon[96085]: pgmap v8528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:25:14.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:14.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:25:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:25:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:25:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:25:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:25:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:25:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:25:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:25:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:25:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:25:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:25:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:25:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:25:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:25:15.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:15.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:15 smithi098 ceph-mon[112578]: pgmap v8529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:15 smithi016 ceph-mon[96085]: pgmap v8529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:16.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:16.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:17.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:17.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:17 smithi098 ceph-mon[112578]: pgmap v8530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:17 smithi016 ceph-mon[96085]: pgmap v8530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:18.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:18.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:19.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:19.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:19 smithi098 ceph-mon[112578]: pgmap v8531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:19 smithi016 ceph-mon[96085]: pgmap v8531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:20.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:20.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:21.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:21.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:21 smithi098 ceph-mon[112578]: pgmap v8532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:21 smithi016 ceph-mon[96085]: pgmap v8532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:22.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:22.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:23.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:23.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:23 smithi098 ceph-mon[112578]: pgmap v8533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:23 smithi016 ceph-mon[96085]: pgmap v8533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:24.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:24.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:25.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:25.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:25 smithi098 ceph-mon[112578]: pgmap v8534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:25.563 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:25 smithi016 ceph-mon[96085]: pgmap v8534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:26.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:26.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:27.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:27.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:27 smithi098 ceph-mon[112578]: pgmap v8535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:27 smithi016 ceph-mon[96085]: pgmap v8535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:28.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:28.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:25:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:25:29.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:29.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:29 smithi098 ceph-mon[112578]: pgmap v8536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:29 smithi016 ceph-mon[96085]: pgmap v8536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:30.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:30.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:31.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:31.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:31 smithi098 ceph-mon[112578]: pgmap v8537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:31 smithi016 ceph-mon[96085]: pgmap v8537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:32.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:32.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:33.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:33.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:33 smithi098 ceph-mon[112578]: pgmap v8538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:33 smithi016 ceph-mon[96085]: pgmap v8538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:34.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:34.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:35.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:35.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:35 smithi016 ceph-mon[96085]: pgmap v8539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:35.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:35 smithi098 ceph-mon[112578]: pgmap v8539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:36.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:36.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:36 smithi016 ceph-mon[96085]: pgmap v8540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:36 smithi098 ceph-mon[112578]: pgmap v8540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:37.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:37.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:38.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:38.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:39.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:39.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:39.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:38 smithi098 ceph-mon[112578]: pgmap v8541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:38 smithi016 ceph-mon[96085]: pgmap v8541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:40.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:40.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:41.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:41.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:40 smithi098 ceph-mon[112578]: pgmap v8542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:40 smithi016 ceph-mon[96085]: pgmap v8542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:42.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:42.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:43.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:43.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:43.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:42 smithi098 ceph-mon[112578]: pgmap v8543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:25:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:42 smithi016 ceph-mon[96085]: pgmap v8543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:25:44.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:44.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:45.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:45.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:44 smithi098 ceph-mon[112578]: pgmap v8544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:44 smithi016 ceph-mon[96085]: pgmap v8544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:46.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:46.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:47.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:47.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:47.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:46 smithi098 ceph-mon[112578]: pgmap v8545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:46 smithi016 ceph-mon[96085]: pgmap v8545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:48.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:48.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:49.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:49.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:49 smithi098 ceph-mon[112578]: pgmap v8546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:48 smithi016 ceph-mon[96085]: pgmap v8546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:50.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:50.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:51.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:51.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:51 smithi098 ceph-mon[112578]: pgmap v8547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:51 smithi016 ceph-mon[96085]: pgmap v8547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:52.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:52.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:53.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:53.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:53.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:53 smithi098 ceph-mon[112578]: pgmap v8548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:53 smithi016 ceph-mon[96085]: pgmap v8548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:54.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:54.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:55.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:55.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:55 smithi098 ceph-mon[112578]: pgmap v8549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:55 smithi016 ceph-mon[96085]: pgmap v8549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:56.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:56.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:57.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:57.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:57 smithi098 ceph-mon[112578]: pgmap v8550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:57 smithi016 ceph-mon[96085]: pgmap v8550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:58.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:58.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:25:58.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:25:59.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:25:59.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:25:59 smithi016 ceph-mon[96085]: pgmap v8551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:25:59 smithi098 ceph-mon[112578]: pgmap v8551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:00.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:00.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:01.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:01.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:01 smithi016 ceph-mon[96085]: pgmap v8552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:01 smithi098 ceph-mon[112578]: pgmap v8552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:02.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:02.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:03.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:03.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:03 smithi016 ceph-mon[96085]: pgmap v8553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:03 smithi098 ceph-mon[112578]: pgmap v8553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:04.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:04.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:05.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:05.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:05 smithi016 ceph-mon[96085]: pgmap v8554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:05 smithi098 ceph-mon[112578]: pgmap v8554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:06.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:06.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:07.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:07.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:07 smithi098 ceph-mon[112578]: pgmap v8555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:07 smithi016 ceph-mon[96085]: pgmap v8555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:08.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:08.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:09.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:09.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:09 smithi098 ceph-mon[112578]: pgmap v8556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:09 smithi016 ceph-mon[96085]: pgmap v8556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:10.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:10.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:11.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:11.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:11 smithi098 ceph-mon[112578]: pgmap v8557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:11 smithi016 ceph-mon[96085]: pgmap v8557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:12.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:12.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:13.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:13.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:13.351 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:13 smithi016 ceph-mon[96085]: pgmap v8558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:13.352 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:26:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:13 smithi098 ceph-mon[112578]: pgmap v8558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:26:14.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:14.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:26:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:26:15.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:15.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:15 smithi098 ceph-mon[112578]: pgmap v8559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:15 smithi016 ceph-mon[96085]: pgmap v8559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:16.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:16.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:17.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:17.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:17 smithi098 ceph-mon[112578]: pgmap v8560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:17 smithi016 ceph-mon[96085]: pgmap v8560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:18.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:18.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:19.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:19.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:19 smithi098 ceph-mon[112578]: pgmap v8561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:26:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:26:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:26:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:26:19.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:26:19.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:26:19.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:26:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:19 smithi016 ceph-mon[96085]: pgmap v8561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:26:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:26:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:26:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:26:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:26:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:26:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:26:20.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:20.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:21.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:21.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:21 smithi098 ceph-mon[112578]: pgmap v8562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:21 smithi016 ceph-mon[96085]: pgmap v8562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:22.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:22.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:23.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:23.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:23.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:23 smithi016 ceph-mon[96085]: pgmap v8563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:23 smithi098 ceph-mon[112578]: pgmap v8563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:24.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:24.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:25.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:25.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:25.359 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:25 smithi098 ceph-mon[112578]: pgmap v8564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:25 smithi016 ceph-mon[96085]: pgmap v8564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:26.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:26.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:27.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:27.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:27 smithi098 ceph-mon[112578]: pgmap v8565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:27 smithi016 ceph-mon[96085]: pgmap v8565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:28.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:28.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:28.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:26:28.525 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:26:29.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:29.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:29 smithi098 ceph-mon[112578]: pgmap v8566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:29 smithi016 ceph-mon[96085]: pgmap v8566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:30.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:30.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:31.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:31.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:31 smithi098 ceph-mon[112578]: pgmap v8567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:31 smithi016 ceph-mon[96085]: pgmap v8567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:32.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:32.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:33.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:33.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:33 smithi098 ceph-mon[112578]: pgmap v8568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:33 smithi016 ceph-mon[96085]: pgmap v8568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:34.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:34.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:35.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:35.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:35.465 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:35 smithi098 ceph-mon[112578]: pgmap v8569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:35 smithi016 ceph-mon[96085]: pgmap v8569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:36.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:36.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:37.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:37.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:37 smithi098 ceph-mon[112578]: pgmap v8570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:37 smithi016 ceph-mon[96085]: pgmap v8570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:38.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:38.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:39.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:39.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:39 smithi098 ceph-mon[112578]: pgmap v8571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:39 smithi016 ceph-mon[96085]: pgmap v8571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:40.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:40.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:41.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:41.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:41 smithi098 ceph-mon[112578]: pgmap v8572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:41 smithi016 ceph-mon[96085]: pgmap v8572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:42.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:42.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:43.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:43.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:43 smithi098 ceph-mon[112578]: pgmap v8573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:26:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:43 smithi016 ceph-mon[96085]: pgmap v8573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:26:44.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:44.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:45.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:45.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:45 smithi098 ceph-mon[112578]: pgmap v8574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:45 smithi016 ceph-mon[96085]: pgmap v8574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:46.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:46.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:47.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:47.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:47 smithi098 ceph-mon[112578]: pgmap v8575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:47 smithi016 ceph-mon[96085]: pgmap v8575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:48.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:48.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:49.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:49.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:49 smithi098 ceph-mon[112578]: pgmap v8576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:49 smithi016 ceph-mon[96085]: pgmap v8576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:50.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:50.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:51.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:51.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:51 smithi098 ceph-mon[112578]: pgmap v8577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:51 smithi016 ceph-mon[96085]: pgmap v8577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:52.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:52.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:53.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:53.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:53 smithi098 ceph-mon[112578]: pgmap v8578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:53 smithi016 ceph-mon[96085]: pgmap v8578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:54.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:54.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:55.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:55.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:55 smithi098 ceph-mon[112578]: pgmap v8579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:55 smithi016 ceph-mon[96085]: pgmap v8579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:56.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:56.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:57.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:57.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:57 smithi098 ceph-mon[112578]: pgmap v8580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:57 smithi016 ceph-mon[96085]: pgmap v8580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:58.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:58.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:26:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:26:59.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:26:59.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:26:59 smithi016 ceph-mon[96085]: pgmap v8581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:26:59 smithi098 ceph-mon[112578]: pgmap v8581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:00.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:00.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:01.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:01.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:01 smithi098 ceph-mon[112578]: pgmap v8582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:01 smithi016 ceph-mon[96085]: pgmap v8582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:02.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:02.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:03.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:03.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:03 smithi098 ceph-mon[112578]: pgmap v8583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:03 smithi016 ceph-mon[96085]: pgmap v8583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:04.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:04.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:05.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:05.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:05 smithi098 ceph-mon[112578]: pgmap v8584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:05 smithi016 ceph-mon[96085]: pgmap v8584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:06.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:06.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:07.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:07.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:07 smithi098 ceph-mon[112578]: pgmap v8585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:07 smithi016 ceph-mon[96085]: pgmap v8585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:08.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:08.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:09.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:09.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:09 smithi016 ceph-mon[96085]: pgmap v8586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:09 smithi098 ceph-mon[112578]: pgmap v8586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:10.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:10.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:11.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:11.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:11 smithi098 ceph-mon[112578]: pgmap v8587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:11 smithi016 ceph-mon[96085]: pgmap v8587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:12.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:12.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:13.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:13.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:13 smithi098 ceph-mon[112578]: pgmap v8588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:27:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:13 smithi016 ceph-mon[96085]: pgmap v8588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:27:14.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:14.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:15.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:15.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:15 smithi098 ceph-mon[112578]: pgmap v8589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:15 smithi016 ceph-mon[96085]: pgmap v8589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:16.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:16.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:17.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:17.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:17 smithi098 ceph-mon[112578]: pgmap v8590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:17 smithi016 ceph-mon[96085]: pgmap v8590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:18.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:18.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:19.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:19.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:19 smithi098 ceph-mon[112578]: pgmap v8591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:27:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:19 smithi016 ceph-mon[96085]: pgmap v8591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:27:20.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:20.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:27:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:27:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:27:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:27:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:27:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:27:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:27:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:27:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:27:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:27:21.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:21.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:21 smithi098 ceph-mon[112578]: pgmap v8592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:21 smithi016 ceph-mon[96085]: pgmap v8592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:22.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:22.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:23.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:23.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:23 smithi098 ceph-mon[112578]: pgmap v8593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:23 smithi016 ceph-mon[96085]: pgmap v8593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:24.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:24.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:25.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:25.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:25 smithi098 ceph-mon[112578]: pgmap v8594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:25 smithi016 ceph-mon[96085]: pgmap v8594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:26.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:26.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:27.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:27.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:27 smithi098 ceph-mon[112578]: pgmap v8595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:27 smithi016 ceph-mon[96085]: pgmap v8595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:28.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:28.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:27:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:27:29.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:29.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:29 smithi098 ceph-mon[112578]: pgmap v8596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:29 smithi016 ceph-mon[96085]: pgmap v8596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:30.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:30.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:31.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:31.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:31 smithi098 ceph-mon[112578]: pgmap v8597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:31 smithi016 ceph-mon[96085]: pgmap v8597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:32.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:32.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:33.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:33.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:33 smithi098 ceph-mon[112578]: pgmap v8598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:33 smithi016 ceph-mon[96085]: pgmap v8598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:34.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:34.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:35.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:35.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:35 smithi098 ceph-mon[112578]: pgmap v8599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:35 smithi016 ceph-mon[96085]: pgmap v8599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:36.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:36.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:37.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:37.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:37 smithi098 ceph-mon[112578]: pgmap v8600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:37 smithi016 ceph-mon[96085]: pgmap v8600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:38.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:38.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:39.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:39.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:39 smithi098 ceph-mon[112578]: pgmap v8601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:39 smithi016 ceph-mon[96085]: pgmap v8601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:40.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:40.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:41.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:41.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:41 smithi098 ceph-mon[112578]: pgmap v8602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:41 smithi016 ceph-mon[96085]: pgmap v8602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:42.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:42.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:43.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:43.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:43 smithi098 ceph-mon[112578]: pgmap v8603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:27:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:43 smithi016 ceph-mon[96085]: pgmap v8603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:27:44.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:44.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:45.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:45.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:45 smithi098 ceph-mon[112578]: pgmap v8604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:45 smithi016 ceph-mon[96085]: pgmap v8604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:46.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:46.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:47.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:47.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:47 smithi098 ceph-mon[112578]: pgmap v8605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:47 smithi016 ceph-mon[96085]: pgmap v8605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:48.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:48.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:49.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:49.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:49.455 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:49 smithi016 ceph-mon[96085]: pgmap v8606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:49 smithi098 ceph-mon[112578]: pgmap v8606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:50.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:50.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:51.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:51.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:51 smithi098 ceph-mon[112578]: pgmap v8607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:51 smithi016 ceph-mon[96085]: pgmap v8607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:52.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:52.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:53.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:53.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:53 smithi098 ceph-mon[112578]: pgmap v8608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:53 smithi016 ceph-mon[96085]: pgmap v8608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:54.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:54.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:55.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:55.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:55 smithi098 ceph-mon[112578]: pgmap v8609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:55 smithi016 ceph-mon[96085]: pgmap v8609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:56.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:56.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:57.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:57.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:57 smithi098 ceph-mon[112578]: pgmap v8610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:57 smithi016 ceph-mon[96085]: pgmap v8610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:58.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:58.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:27:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:27:59.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:27:59.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:27:59 smithi098 ceph-mon[112578]: pgmap v8611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:27:59 smithi016 ceph-mon[96085]: pgmap v8611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:00.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:00.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:01.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:01.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:01 smithi098 ceph-mon[112578]: pgmap v8612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:01 smithi016 ceph-mon[96085]: pgmap v8612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:02.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:02.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:03.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:03.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:03 smithi098 ceph-mon[112578]: pgmap v8613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:03 smithi016 ceph-mon[96085]: pgmap v8613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:04.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:04.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:05.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:05.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:05 smithi098 ceph-mon[112578]: pgmap v8614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:05 smithi016 ceph-mon[96085]: pgmap v8614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:06.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:06.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:07.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:07.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:07 smithi098 ceph-mon[112578]: pgmap v8615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:07 smithi016 ceph-mon[96085]: pgmap v8615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:08.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:08.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:09.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:09.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:09 smithi098 ceph-mon[112578]: pgmap v8616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:09 smithi016 ceph-mon[96085]: pgmap v8616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:10.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:10.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:11.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:11.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:11 smithi098 ceph-mon[112578]: pgmap v8617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:11 smithi016 ceph-mon[96085]: pgmap v8617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:12.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:12.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:13.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:13.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:13 smithi098 ceph-mon[112578]: pgmap v8618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:28:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:13 smithi016 ceph-mon[96085]: pgmap v8618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:28:14.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:14.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:14 smithi016 ceph-mon[96085]: pgmap v8619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:15.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:14 smithi098 ceph-mon[112578]: pgmap v8619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:15.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:15.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:16.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:16.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:16 smithi098 ceph-mon[112578]: pgmap v8620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:16 smithi016 ceph-mon[96085]: pgmap v8620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:17.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:17.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:18.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:18.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:18 smithi098 ceph-mon[112578]: pgmap v8621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:18 smithi016 ceph-mon[96085]: pgmap v8621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:19.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:19.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:28:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:28:20.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:20.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:21.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:21.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:21 smithi098 ceph-mon[112578]: pgmap v8622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:28:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:28:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:28:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:28:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:28:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:28:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:28:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:21 smithi016 ceph-mon[96085]: pgmap v8622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:28:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:28:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:28:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:28:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:28:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:28:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:28:22.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:22.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:23.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:23.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:23 smithi098 ceph-mon[112578]: pgmap v8623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:23 smithi016 ceph-mon[96085]: pgmap v8623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:24.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:24.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:24 smithi098 ceph-mon[112578]: pgmap v8624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:24 smithi016 ceph-mon[96085]: pgmap v8624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:25.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:25.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:26.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:26.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:26 smithi098 ceph-mon[112578]: pgmap v8625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:26 smithi016 ceph-mon[96085]: pgmap v8625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:27.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:27.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:28.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:28:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:28:28.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:28.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:28 smithi098 ceph-mon[112578]: pgmap v8626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:28 smithi016 ceph-mon[96085]: pgmap v8626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:29.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:29.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:30.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:30.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:31.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:30 smithi098 ceph-mon[112578]: pgmap v8627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:31.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:30 smithi016 ceph-mon[96085]: pgmap v8627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:31.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:31.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:32.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:32.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:33 smithi098 ceph-mon[112578]: pgmap v8628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:33 smithi016 ceph-mon[96085]: pgmap v8628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:33.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:33.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:34.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:34.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:35.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:35 smithi098 ceph-mon[112578]: pgmap v8629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:35 smithi016 ceph-mon[96085]: pgmap v8629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:35.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:35.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:36.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:36.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:37.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:37 smithi098 ceph-mon[112578]: pgmap v8630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:37 smithi016 ceph-mon[96085]: pgmap v8630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:37.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:37.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:38.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:38.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:39 smithi016 ceph-mon[96085]: pgmap v8631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:39.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:39.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:39 smithi098 ceph-mon[112578]: pgmap v8631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:40.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:40.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:41 smithi016 ceph-mon[96085]: pgmap v8632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:41.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:41.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:41 smithi098 ceph-mon[112578]: pgmap v8632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:42.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:42.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:43 smithi016 ceph-mon[96085]: pgmap v8633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:28:43.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:43.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:43 smithi098 ceph-mon[112578]: pgmap v8633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:28:44.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:44.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:44 smithi098 ceph-mon[112578]: pgmap v8634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:44 smithi016 ceph-mon[96085]: pgmap v8634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:45.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:45.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:46.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:46.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:47.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:46 smithi098 ceph-mon[112578]: pgmap v8635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:46 smithi016 ceph-mon[96085]: pgmap v8635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:47.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:47.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:48.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:48.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:49 smithi098 ceph-mon[112578]: pgmap v8636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:49 smithi016 ceph-mon[96085]: pgmap v8636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:49.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:49.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:50.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:50.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:51 smithi098 ceph-mon[112578]: pgmap v8637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:51 smithi016 ceph-mon[96085]: pgmap v8637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:51.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:51.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:52.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:52.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:53.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:53 smithi098 ceph-mon[112578]: pgmap v8638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:53 smithi016 ceph-mon[96085]: pgmap v8638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:53.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:53.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:54.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:54.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:54 smithi098 ceph-mon[112578]: pgmap v8639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:54 smithi016 ceph-mon[96085]: pgmap v8639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:55.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:55.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:56.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:56.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:57 smithi098 ceph-mon[112578]: pgmap v8640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:57 smithi016 ceph-mon[96085]: pgmap v8640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:57.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:57.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:28:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:28:58.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:58.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:28:59 smithi098 ceph-mon[112578]: pgmap v8641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:28:59 smithi016 ceph-mon[96085]: pgmap v8641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:59.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:28:59.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:00.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:00.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:01 smithi098 ceph-mon[112578]: pgmap v8642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:01 smithi016 ceph-mon[96085]: pgmap v8642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:01.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:01.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:02.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:02.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:03 smithi016 ceph-mon[96085]: pgmap v8643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:03.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:03.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:03 smithi098 ceph-mon[112578]: pgmap v8643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:04.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:04.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:04 smithi098 ceph-mon[112578]: pgmap v8644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:04 smithi016 ceph-mon[96085]: pgmap v8644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:05.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:05.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:06.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:06.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:07 smithi098 ceph-mon[112578]: pgmap v8645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:07 smithi016 ceph-mon[96085]: pgmap v8645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:07.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:07.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:08.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:08.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:09 smithi098 ceph-mon[112578]: pgmap v8646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:09 smithi016 ceph-mon[96085]: pgmap v8646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:09.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:09.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:10.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:10.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:11 smithi098 ceph-mon[112578]: pgmap v8647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:11.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:11 smithi016 ceph-mon[96085]: pgmap v8647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:11.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:11.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:12.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:12.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:13 smithi098 ceph-mon[112578]: pgmap v8648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:29:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:13 smithi016 ceph-mon[96085]: pgmap v8648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:29:13.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:13.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:14.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:14.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:15 smithi098 ceph-mon[112578]: pgmap v8649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:15 smithi016 ceph-mon[96085]: pgmap v8649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:15.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:15.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:16.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:16.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:17.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:17 smithi098 ceph-mon[112578]: pgmap v8650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:17 smithi016 ceph-mon[96085]: pgmap v8650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:17.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:17.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:18.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:18.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:19.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:19 smithi098 ceph-mon[112578]: pgmap v8651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:19 smithi016 ceph-mon[96085]: pgmap v8651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:19.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:19.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:20.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:20.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:21 smithi098 ceph-mon[112578]: pgmap v8652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:29:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:21 smithi016 ceph-mon[96085]: pgmap v8652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:21.285 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:29:21.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:21.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:29:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:29:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:29:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:29:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:29:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:29:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:29:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:29:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:29:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:29:22.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:22.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:23 smithi016 ceph-mon[96085]: pgmap v8653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:23.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:23.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:23 smithi098 ceph-mon[112578]: pgmap v8653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:24.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:24.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:25 smithi098 ceph-mon[112578]: pgmap v8654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:25 smithi016 ceph-mon[96085]: pgmap v8654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:25.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:25.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:26.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:26.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:27.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:27.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:27 smithi098 ceph-mon[112578]: pgmap v8655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:27 smithi016 ceph-mon[96085]: pgmap v8655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:28.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:28.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:29:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:29:29.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:29.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:29 smithi098 ceph-mon[112578]: pgmap v8656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:29 smithi016 ceph-mon[96085]: pgmap v8656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:30.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:30.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:31.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:31.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:31 smithi098 ceph-mon[112578]: pgmap v8657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:31 smithi016 ceph-mon[96085]: pgmap v8657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:32.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:32.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:33.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:33.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:33 smithi098 ceph-mon[112578]: pgmap v8658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:33 smithi016 ceph-mon[96085]: pgmap v8658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:34.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:34.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:35.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:35 smithi098 ceph-mon[112578]: pgmap v8659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:35 smithi016 ceph-mon[96085]: pgmap v8659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:35.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:35.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:36.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:36.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:37.368 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:37 smithi098 ceph-mon[112578]: pgmap v8660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:37.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:37.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:37 smithi016 ceph-mon[96085]: pgmap v8660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:38.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:38.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:39.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:39.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:39 smithi098 ceph-mon[112578]: pgmap v8661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:39 smithi016 ceph-mon[96085]: pgmap v8661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:40.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:40.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:41.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:41.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:41 smithi098 ceph-mon[112578]: pgmap v8662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:41 smithi016 ceph-mon[96085]: pgmap v8662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:42.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:42.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:43.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:43.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:43 smithi098 ceph-mon[112578]: pgmap v8663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:29:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:43 smithi016 ceph-mon[96085]: pgmap v8663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:29:44.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:44.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:45.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:45 smithi098 ceph-mon[112578]: pgmap v8664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:45 smithi016 ceph-mon[96085]: pgmap v8664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:45.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:45.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:46.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:46.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:47.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:47.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:47.474 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:47 smithi098 ceph-mon[112578]: pgmap v8665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:47 smithi016 ceph-mon[96085]: pgmap v8665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:48.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:48.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:49.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:49.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:49 smithi098 ceph-mon[112578]: pgmap v8666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:49 smithi016 ceph-mon[96085]: pgmap v8666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:50.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:50.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:51 smithi016 ceph-mon[96085]: pgmap v8667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:51.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:51.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:51 smithi098 ceph-mon[112578]: pgmap v8667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:52.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:52.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:53.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:53.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:53 smithi098 ceph-mon[112578]: pgmap v8668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:53 smithi016 ceph-mon[96085]: pgmap v8668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:54.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:54.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:55 smithi098 ceph-mon[112578]: pgmap v8669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:55 smithi016 ceph-mon[96085]: pgmap v8669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:55.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:55.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:56.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:56.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:57.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:57.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:57 smithi098 ceph-mon[112578]: pgmap v8670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:57 smithi016 ceph-mon[96085]: pgmap v8670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:58.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:58.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:29:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:29:59.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:29:59.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:29:59 smithi098 ceph-mon[112578]: pgmap v8671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:29:59 smithi016 ceph-mon[96085]: pgmap v8671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:00.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:00.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:00.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T01:30:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T01:30:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:01 smithi016 ceph-mon[96085]: pgmap v8672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:01.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:01.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:01 smithi098 ceph-mon[112578]: pgmap v8672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:02.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:02.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:03.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:03.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:03 smithi098 ceph-mon[112578]: pgmap v8673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:03 smithi016 ceph-mon[96085]: pgmap v8673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:04.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:04.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:05 smithi016 ceph-mon[96085]: pgmap v8674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:05.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:05.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:05 smithi098 ceph-mon[112578]: pgmap v8674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:06.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:06.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:07.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:07.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:07 smithi098 ceph-mon[112578]: pgmap v8675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:07 smithi016 ceph-mon[96085]: pgmap v8675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:08.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:08.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:09.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:09.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:09 smithi098 ceph-mon[112578]: pgmap v8676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:09 smithi016 ceph-mon[96085]: pgmap v8676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:10.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:10.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:11.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:11.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:11 smithi098 ceph-mon[112578]: pgmap v8677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:11 smithi016 ceph-mon[96085]: pgmap v8677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:12.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:12.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:13.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:13.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:13 smithi098 ceph-mon[112578]: pgmap v8678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:30:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:13 smithi016 ceph-mon[96085]: pgmap v8678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:30:14.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:14.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:15 smithi016 ceph-mon[96085]: pgmap v8679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:15 smithi098 ceph-mon[112578]: pgmap v8679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:15.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:15.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:16.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:16.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:17 smithi098 ceph-mon[112578]: pgmap v8680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:17.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:17.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:17 smithi016 ceph-mon[96085]: pgmap v8680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:18.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:18.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:19 smithi098 ceph-mon[112578]: pgmap v8681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:19.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:19.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:19 smithi016 ceph-mon[96085]: pgmap v8681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:20.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:20.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:21 smithi098 ceph-mon[112578]: pgmap v8682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:21.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:21.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:21 smithi016 ceph-mon[96085]: pgmap v8682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:30:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:30:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:30:22.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:22.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:30:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:30:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:30:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:23 smithi098 ceph-mon[112578]: pgmap v8683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:30:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:30:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:30:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:30:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:30:23.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:23.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:23 smithi016 ceph-mon[96085]: pgmap v8683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:30:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:30:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:30:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:30:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:30:24.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:24.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:25 smithi016 ceph-mon[96085]: pgmap v8684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:25 smithi098 ceph-mon[112578]: pgmap v8684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:25.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:25.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:26.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:26.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:27 smithi098 ceph-mon[112578]: pgmap v8685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:27 smithi016 ceph-mon[96085]: pgmap v8685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:27.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:27.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:30:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:30:28.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:28.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:29 smithi098 ceph-mon[112578]: pgmap v8686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:29 smithi016 ceph-mon[96085]: pgmap v8686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:29.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:29.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:30.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:30.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:31 smithi098 ceph-mon[112578]: pgmap v8687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:31 smithi016 ceph-mon[96085]: pgmap v8687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:31.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:31.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:32.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:32.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:33 smithi098 ceph-mon[112578]: pgmap v8688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:33 smithi016 ceph-mon[96085]: pgmap v8688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:33.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:33.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:34.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:34.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:35 smithi016 ceph-mon[96085]: pgmap v8689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:35 smithi098 ceph-mon[112578]: pgmap v8689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:35.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:35.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:36.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:36.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:37 smithi098 ceph-mon[112578]: pgmap v8690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:37 smithi016 ceph-mon[96085]: pgmap v8690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:37.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:37.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:38.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:38.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:39 smithi098 ceph-mon[112578]: pgmap v8691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:39 smithi016 ceph-mon[96085]: pgmap v8691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:39.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:39.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:40.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:40.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:41.421 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:41 smithi016 ceph-mon[96085]: pgmap v8692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:41 smithi098 ceph-mon[112578]: pgmap v8692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:41.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:41.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:42.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:42.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:43 smithi098 ceph-mon[112578]: pgmap v8693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:30:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:43 smithi016 ceph-mon[96085]: pgmap v8693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:30:43.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:43.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:44.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:44.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:45 smithi016 ceph-mon[96085]: pgmap v8694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:45 smithi098 ceph-mon[112578]: pgmap v8694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:45.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:45.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:46.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:46.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:47 smithi098 ceph-mon[112578]: pgmap v8695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:47 smithi016 ceph-mon[96085]: pgmap v8695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:47.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:47.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:48.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:48.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:49 smithi098 ceph-mon[112578]: pgmap v8696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:49 smithi016 ceph-mon[96085]: pgmap v8696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:49.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:49.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:50.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:50.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:51 smithi098 ceph-mon[112578]: pgmap v8697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:51 smithi016 ceph-mon[96085]: pgmap v8697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:51.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:51.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:52.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:52.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:53 smithi098 ceph-mon[112578]: pgmap v8698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:53 smithi016 ceph-mon[96085]: pgmap v8698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:53.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:53.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:54.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:54.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:55 smithi016 ceph-mon[96085]: pgmap v8699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:55 smithi098 ceph-mon[112578]: pgmap v8699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:55.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:55.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:56.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:56.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:57 smithi098 ceph-mon[112578]: pgmap v8700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:57 smithi016 ceph-mon[96085]: pgmap v8700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:57.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:57.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:30:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:30:58.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:58.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:30:59 smithi098 ceph-mon[112578]: pgmap v8701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:30:59 smithi016 ceph-mon[96085]: pgmap v8701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:59.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:30:59.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:00.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:00.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:01 smithi098 ceph-mon[112578]: pgmap v8702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:01 smithi016 ceph-mon[96085]: pgmap v8702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:01.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:01.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:02.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:02.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:03 smithi098 ceph-mon[112578]: pgmap v8703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:03 smithi016 ceph-mon[96085]: pgmap v8703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:03.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:03.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:04.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:04.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:05 smithi016 ceph-mon[96085]: pgmap v8704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:05 smithi098 ceph-mon[112578]: pgmap v8704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:05.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:05.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:06.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:06.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:07 smithi098 ceph-mon[112578]: pgmap v8705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:07 smithi016 ceph-mon[96085]: pgmap v8705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:07.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:07.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:08.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:08.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:09 smithi098 ceph-mon[112578]: pgmap v8706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:09 smithi016 ceph-mon[96085]: pgmap v8706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:09.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:09.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:10.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:10.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:11 smithi098 ceph-mon[112578]: pgmap v8707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:11 smithi016 ceph-mon[96085]: pgmap v8707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:11.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:11.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:12.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:12.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:13.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:13 smithi098 ceph-mon[112578]: pgmap v8708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:13.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:31:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:13 smithi016 ceph-mon[96085]: pgmap v8708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:31:13.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:13.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:14.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:14.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:15 smithi016 ceph-mon[96085]: pgmap v8709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:15 smithi098 ceph-mon[112578]: pgmap v8709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:15.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:15.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:16.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:16.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:17 smithi098 ceph-mon[112578]: pgmap v8710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:17 smithi016 ceph-mon[96085]: pgmap v8710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:17.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:17.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:18.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:18.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:19 smithi098 ceph-mon[112578]: pgmap v8711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:19 smithi016 ceph-mon[96085]: pgmap v8711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:19.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:19.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:20.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:20.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:21 smithi098 ceph-mon[112578]: pgmap v8712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:21 smithi016 ceph-mon[96085]: pgmap v8712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:21.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:21.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:22.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:22.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:23.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:23 smithi098 ceph-mon[112578]: pgmap v8713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:23.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:31:23.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:31:23.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:31:23.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:31:23.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:31:23.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:31:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:23 smithi016 ceph-mon[96085]: pgmap v8713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:31:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:31:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:31:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:31:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:31:23.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:31:23.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:23.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:24.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:24.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:25 smithi098 ceph-mon[112578]: pgmap v8714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:25 smithi016 ceph-mon[96085]: pgmap v8714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:25.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:25.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:26.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:26.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:27 smithi016 ceph-mon[96085]: pgmap v8715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:27 smithi098 ceph-mon[112578]: pgmap v8715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:27.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:27.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:31:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:31:28.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:28.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:29 smithi098 ceph-mon[112578]: pgmap v8716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:29 smithi016 ceph-mon[96085]: pgmap v8716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:29.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:29.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:30.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:30.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:31 smithi098 ceph-mon[112578]: pgmap v8717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:31 smithi016 ceph-mon[96085]: pgmap v8717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:31.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:31.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:32.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:32.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:33 smithi098 ceph-mon[112578]: pgmap v8718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:33 smithi016 ceph-mon[96085]: pgmap v8718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:33.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:33.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:34.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:34.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:35 smithi098 ceph-mon[112578]: pgmap v8719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:35 smithi016 ceph-mon[96085]: pgmap v8719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:35.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:35.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:36.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:36.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:37 smithi098 ceph-mon[112578]: pgmap v8720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:37 smithi016 ceph-mon[96085]: pgmap v8720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:37.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:37.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:38.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:38.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:39 smithi098 ceph-mon[112578]: pgmap v8721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:39 smithi016 ceph-mon[96085]: pgmap v8721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:39.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:39.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:40.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:40.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:41 smithi098 ceph-mon[112578]: pgmap v8722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:41 smithi016 ceph-mon[96085]: pgmap v8722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:41.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:41.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:42.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:42.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:43 smithi098 ceph-mon[112578]: pgmap v8723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:31:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:43 smithi016 ceph-mon[96085]: pgmap v8723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:31:43.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:43.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:44.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:44.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:45 smithi098 ceph-mon[112578]: pgmap v8724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:45 smithi016 ceph-mon[96085]: pgmap v8724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:45.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:45.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:46.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:46.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:47 smithi098 ceph-mon[112578]: pgmap v8725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:47 smithi016 ceph-mon[96085]: pgmap v8725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:47.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:47.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:48.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:48.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:49 smithi098 ceph-mon[112578]: pgmap v8726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:49 smithi016 ceph-mon[96085]: pgmap v8726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:49.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:49.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:50.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:50.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:51 smithi098 ceph-mon[112578]: pgmap v8727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:51 smithi016 ceph-mon[96085]: pgmap v8727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:51.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:51.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:52.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:52.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:53 smithi098 ceph-mon[112578]: pgmap v8728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:53 smithi016 ceph-mon[96085]: pgmap v8728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:53.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:53.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:54.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:54.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:55 smithi098 ceph-mon[112578]: pgmap v8729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:55 smithi016 ceph-mon[96085]: pgmap v8729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:55.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:55.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:56.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:56.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:57 smithi098 ceph-mon[112578]: pgmap v8730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:57 smithi016 ceph-mon[96085]: pgmap v8730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:57.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:57.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:31:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:31:58.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:58.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:31:59 smithi098 ceph-mon[112578]: pgmap v8731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:31:59 smithi016 ceph-mon[96085]: pgmap v8731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:59.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:31:59.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:00.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:00.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:01 smithi098 ceph-mon[112578]: pgmap v8732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:01 smithi016 ceph-mon[96085]: pgmap v8732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:01.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:01.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:02.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:02.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:03 smithi098 ceph-mon[112578]: pgmap v8733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:03 smithi016 ceph-mon[96085]: pgmap v8733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:03.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:03.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:04.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:04.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:05 smithi098 ceph-mon[112578]: pgmap v8734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:05 smithi016 ceph-mon[96085]: pgmap v8734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:05.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:05.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:06.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:06.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:07.402 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:07 smithi016 ceph-mon[96085]: pgmap v8735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:07 smithi098 ceph-mon[112578]: pgmap v8735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:07.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:07.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:08.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:08.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:09 smithi098 ceph-mon[112578]: pgmap v8736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:09 smithi016 ceph-mon[96085]: pgmap v8736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:09.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:09.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:10.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:10.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:11 smithi098 ceph-mon[112578]: pgmap v8737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:11 smithi016 ceph-mon[96085]: pgmap v8737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:11.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:11.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:12.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:12.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:13 smithi098 ceph-mon[112578]: pgmap v8738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:32:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:13 smithi016 ceph-mon[96085]: pgmap v8738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:32:13.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:13.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:14.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:14.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:15 smithi098 ceph-mon[112578]: pgmap v8739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:15 smithi016 ceph-mon[96085]: pgmap v8739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:15.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:15.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:16.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:16.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:17 smithi098 ceph-mon[112578]: pgmap v8740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:17.517 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:17 smithi016 ceph-mon[96085]: pgmap v8740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:17.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:17.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:18.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:18.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:19 smithi098 ceph-mon[112578]: pgmap v8741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:19 smithi016 ceph-mon[96085]: pgmap v8741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:19.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:19.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:20.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:20.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:21 smithi098 ceph-mon[112578]: pgmap v8742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:21 smithi016 ceph-mon[96085]: pgmap v8742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:21.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:21.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:22.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:22.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:23 smithi098 ceph-mon[112578]: pgmap v8743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:32:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:23 smithi016 ceph-mon[96085]: pgmap v8743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:32:23.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:23.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:32:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:32:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:32:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:32:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:32:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:32:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:32:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:32:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:32:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:32:24.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:24.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:25 smithi098 ceph-mon[112578]: pgmap v8744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:25 smithi016 ceph-mon[96085]: pgmap v8744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:25.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:25.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:26.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:26.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:27 smithi098 ceph-mon[112578]: pgmap v8745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:27 smithi016 ceph-mon[96085]: pgmap v8745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:27.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:27.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:32:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:32:28.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:28.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:29 smithi098 ceph-mon[112578]: pgmap v8746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:29 smithi016 ceph-mon[96085]: pgmap v8746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:29.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:29.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:30.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:30.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:31 smithi098 ceph-mon[112578]: pgmap v8747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:31 smithi016 ceph-mon[96085]: pgmap v8747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:31.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:31.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:32.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:32.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:33 smithi098 ceph-mon[112578]: pgmap v8748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:33 smithi016 ceph-mon[96085]: pgmap v8748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:33.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:33.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:34.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:34.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:35 smithi098 ceph-mon[112578]: pgmap v8749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:35 smithi016 ceph-mon[96085]: pgmap v8749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:35.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:35.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:36.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:36.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:37 smithi098 ceph-mon[112578]: pgmap v8750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:37 smithi016 ceph-mon[96085]: pgmap v8750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:37.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:37.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:38.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:38.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:39 smithi098 ceph-mon[112578]: pgmap v8751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:39 smithi016 ceph-mon[96085]: pgmap v8751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:39.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:39.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:40.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:40.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:41 smithi098 ceph-mon[112578]: pgmap v8752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:41 smithi016 ceph-mon[96085]: pgmap v8752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:41.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:41.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:42.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:42.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:43 smithi098 ceph-mon[112578]: pgmap v8753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:32:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:43 smithi016 ceph-mon[96085]: pgmap v8753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:32:43.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:43.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:44.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:44.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:45 smithi098 ceph-mon[112578]: pgmap v8754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:45 smithi016 ceph-mon[96085]: pgmap v8754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:45.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:45.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:46.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:46.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:47 smithi098 ceph-mon[112578]: pgmap v8755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:47 smithi016 ceph-mon[96085]: pgmap v8755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:47.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:47.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:48.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:48.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:49 smithi098 ceph-mon[112578]: pgmap v8756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:49 smithi016 ceph-mon[96085]: pgmap v8756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:49.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:49.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:50.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:50.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:51 smithi098 ceph-mon[112578]: pgmap v8757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:51 smithi016 ceph-mon[96085]: pgmap v8757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:51.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:51.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:52.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:52.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:53 smithi016 ceph-mon[96085]: pgmap v8758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:53 smithi098 ceph-mon[112578]: pgmap v8758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:53.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:53.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:54.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:54.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:55 smithi098 ceph-mon[112578]: pgmap v8759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:55 smithi016 ceph-mon[96085]: pgmap v8759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:55.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:55.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:56.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:56.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:57 smithi098 ceph-mon[112578]: pgmap v8760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:57 smithi016 ceph-mon[96085]: pgmap v8760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:57.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:57.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:32:58.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:32:58.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:58.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:59.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:32:59 smithi098 ceph-mon[112578]: pgmap v8761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:32:59 smithi016 ceph-mon[96085]: pgmap v8761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:59.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:32:59.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:00.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:00.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:01 smithi098 ceph-mon[112578]: pgmap v8762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:01 smithi016 ceph-mon[96085]: pgmap v8762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:01.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:01.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:02.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:02.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:03 smithi098 ceph-mon[112578]: pgmap v8763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:03 smithi016 ceph-mon[96085]: pgmap v8763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:03.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:03.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:04.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:04.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:05 smithi098 ceph-mon[112578]: pgmap v8764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:05 smithi016 ceph-mon[96085]: pgmap v8764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:05.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:05.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:06.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:06.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:07 smithi098 ceph-mon[112578]: pgmap v8765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:07 smithi016 ceph-mon[96085]: pgmap v8765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:07.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:07.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:08.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:08.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:09 smithi098 ceph-mon[112578]: pgmap v8766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:09 smithi016 ceph-mon[96085]: pgmap v8766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:09.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:09.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:10.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:10.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:11 smithi098 ceph-mon[112578]: pgmap v8767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:11 smithi016 ceph-mon[96085]: pgmap v8767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:11.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:11.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:12.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:12.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:13 smithi098 ceph-mon[112578]: pgmap v8768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:33:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:13 smithi016 ceph-mon[96085]: pgmap v8768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:33:13.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:13.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:14.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:14.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:15 smithi098 ceph-mon[112578]: pgmap v8769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:15 smithi016 ceph-mon[96085]: pgmap v8769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:15.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:15.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:16.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:16.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:17 smithi098 ceph-mon[112578]: pgmap v8770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:17 smithi016 ceph-mon[96085]: pgmap v8770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:17.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:17.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:18.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:18.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:19 smithi098 ceph-mon[112578]: pgmap v8771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:19 smithi016 ceph-mon[96085]: pgmap v8771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:19.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:19.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:20.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:20.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:21 smithi098 ceph-mon[112578]: pgmap v8772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:21 smithi016 ceph-mon[96085]: pgmap v8772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:21.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:21.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:22.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:22.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:23 smithi098 ceph-mon[112578]: pgmap v8773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:23 smithi016 ceph-mon[96085]: pgmap v8773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:23.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:23.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:24.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:33:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:33:24.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:24.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:25 smithi098 ceph-mon[112578]: pgmap v8774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:33:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:33:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:33:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:33:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:33:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:25 smithi016 ceph-mon[96085]: pgmap v8774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:33:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:33:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:33:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:33:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:33:25.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:25.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:26.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:26.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:27 smithi098 ceph-mon[112578]: pgmap v8775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:27 smithi016 ceph-mon[96085]: pgmap v8775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:27.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:27.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:28.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:33:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:33:28.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:28.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:29 smithi098 ceph-mon[112578]: pgmap v8776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:29 smithi016 ceph-mon[96085]: pgmap v8776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:29.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:29.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:30.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:30.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:31 smithi098 ceph-mon[112578]: pgmap v8777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:31 smithi016 ceph-mon[96085]: pgmap v8777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:31.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:31.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:32.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:32.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:33 smithi098 ceph-mon[112578]: pgmap v8778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:33 smithi016 ceph-mon[96085]: pgmap v8778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:33.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:33.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:34.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:34.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:35 smithi098 ceph-mon[112578]: pgmap v8779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:35 smithi016 ceph-mon[96085]: pgmap v8779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:35.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:35.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:36.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:36.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:37 smithi098 ceph-mon[112578]: pgmap v8780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:37 smithi016 ceph-mon[96085]: pgmap v8780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:37.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:37.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:38.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:38.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:39 smithi098 ceph-mon[112578]: pgmap v8781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:39 smithi016 ceph-mon[96085]: pgmap v8781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:39.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:39.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:40.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:40.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:41 smithi098 ceph-mon[112578]: pgmap v8782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:41 smithi016 ceph-mon[96085]: pgmap v8782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:41.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:41.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:42.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:42.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:43.495 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:43 smithi016 ceph-mon[96085]: pgmap v8783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:43.496 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:33:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:43 smithi098 ceph-mon[112578]: pgmap v8783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:33:43.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:43.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:44.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:44.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:45.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:45 smithi098 ceph-mon[112578]: pgmap v8784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:45 smithi016 ceph-mon[96085]: pgmap v8784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:45.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:45.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:46.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:46.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:47 smithi098 ceph-mon[112578]: pgmap v8785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:47 smithi016 ceph-mon[96085]: pgmap v8785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:47.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:47.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:48.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:48.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:49 smithi098 ceph-mon[112578]: pgmap v8786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:49 smithi016 ceph-mon[96085]: pgmap v8786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:49.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:49.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:50.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:50.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:51 smithi098 ceph-mon[112578]: pgmap v8787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:51 smithi016 ceph-mon[96085]: pgmap v8787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:51.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:51.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:52.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:52.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:53 smithi098 ceph-mon[112578]: pgmap v8788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:53 smithi016 ceph-mon[96085]: pgmap v8788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:53.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:53.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:54.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:54.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:55 smithi098 ceph-mon[112578]: pgmap v8789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:55 smithi016 ceph-mon[96085]: pgmap v8789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:55.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:55.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:56.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:56.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:57 smithi098 ceph-mon[112578]: pgmap v8790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:57 smithi016 ceph-mon[96085]: pgmap v8790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:57.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:57.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:58.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:33:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:33:58.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:58.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:59.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:33:59 smithi098 ceph-mon[112578]: pgmap v8791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:33:59 smithi016 ceph-mon[96085]: pgmap v8791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:59.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:33:59.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:00.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:00.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:01 smithi098 ceph-mon[112578]: pgmap v8792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:01 smithi016 ceph-mon[96085]: pgmap v8792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:01.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:01.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:02.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:02.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:03 smithi098 ceph-mon[112578]: pgmap v8793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:03 smithi016 ceph-mon[96085]: pgmap v8793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:03.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:03.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:04.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:04.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:05 smithi098 ceph-mon[112578]: pgmap v8794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:05 smithi016 ceph-mon[96085]: pgmap v8794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:05.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:05.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:06.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:06.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:07 smithi098 ceph-mon[112578]: pgmap v8795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:07 smithi016 ceph-mon[96085]: pgmap v8795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:07.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:07.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:08.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:08.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:09 smithi098 ceph-mon[112578]: pgmap v8796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:09 smithi016 ceph-mon[96085]: pgmap v8796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:09.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:09.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:10.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:10.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:11 smithi098 ceph-mon[112578]: pgmap v8797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:11 smithi016 ceph-mon[96085]: pgmap v8797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:11.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:11.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:12.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:12.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:13 smithi098 ceph-mon[112578]: pgmap v8798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:34:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:13 smithi016 ceph-mon[96085]: pgmap v8798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:34:13.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:13.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:14.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:14.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:15 smithi098 ceph-mon[112578]: pgmap v8799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:15 smithi016 ceph-mon[96085]: pgmap v8799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:15.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:15.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:16.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:16.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:17 smithi098 ceph-mon[112578]: pgmap v8800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:17 smithi016 ceph-mon[96085]: pgmap v8800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:17.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:17.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:18.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:18.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:19 smithi098 ceph-mon[112578]: pgmap v8801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:19 smithi016 ceph-mon[96085]: pgmap v8801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:19.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:19.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:20.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:20.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:21 smithi098 ceph-mon[112578]: pgmap v8802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:21 smithi016 ceph-mon[96085]: pgmap v8802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:21.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:21.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:22.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:22.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:23 smithi098 ceph-mon[112578]: pgmap v8803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:23 smithi016 ceph-mon[96085]: pgmap v8803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:23.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:23.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:24.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:24.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:25.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:25 smithi098 ceph-mon[112578]: pgmap v8804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:25.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:34:25.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:34:25.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:34:25.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:34:25.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:34:25.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:34:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:25 smithi016 ceph-mon[96085]: pgmap v8804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:34:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:34:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:34:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:34:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:34:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:34:25.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:25.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:26.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:26.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:27 smithi098 ceph-mon[112578]: pgmap v8805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:27 smithi016 ceph-mon[96085]: pgmap v8805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:27.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:27.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:34:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:34:28.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:28.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:29 smithi016 ceph-mon[96085]: pgmap v8806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:29 smithi098 ceph-mon[112578]: pgmap v8806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:29.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:29.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:30.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:30.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:31 smithi098 ceph-mon[112578]: pgmap v8807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:31 smithi016 ceph-mon[96085]: pgmap v8807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:31.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:31.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:32.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:32.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:33 smithi098 ceph-mon[112578]: pgmap v8808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:33 smithi016 ceph-mon[96085]: pgmap v8808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:33.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:33.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:34.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:34.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:35.472 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:35 smithi098 ceph-mon[112578]: pgmap v8809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:35 smithi016 ceph-mon[96085]: pgmap v8809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:35.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:35.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:36.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:36.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:37 smithi098 ceph-mon[112578]: pgmap v8810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:37 smithi016 ceph-mon[96085]: pgmap v8810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:37.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:37.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:38.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:38.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:39 smithi098 ceph-mon[112578]: pgmap v8811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:39 smithi016 ceph-mon[96085]: pgmap v8811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:39.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:39.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:40.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:40.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:41 smithi098 ceph-mon[112578]: pgmap v8812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:41 smithi016 ceph-mon[96085]: pgmap v8812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:41.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:41.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:42.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:42.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:43 smithi098 ceph-mon[112578]: pgmap v8813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:34:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:43 smithi016 ceph-mon[96085]: pgmap v8813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:34:43.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:43.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:44.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:44.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:45 smithi098 ceph-mon[112578]: pgmap v8814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:45 smithi016 ceph-mon[96085]: pgmap v8814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:45.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:45.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:46.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:46.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:47 smithi098 ceph-mon[112578]: pgmap v8815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:47 smithi016 ceph-mon[96085]: pgmap v8815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:47.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:47.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:48.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:48.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:49 smithi098 ceph-mon[112578]: pgmap v8816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:49 smithi016 ceph-mon[96085]: pgmap v8816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:49.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:49.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:50.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:50.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:51 smithi098 ceph-mon[112578]: pgmap v8817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:51 smithi016 ceph-mon[96085]: pgmap v8817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:51.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:51.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:52.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:52.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:53 smithi098 ceph-mon[112578]: pgmap v8818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:53 smithi016 ceph-mon[96085]: pgmap v8818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:53.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:53.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:54.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:54.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:55 smithi098 ceph-mon[112578]: pgmap v8819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:55 smithi016 ceph-mon[96085]: pgmap v8819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:55.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:55.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:56.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:56.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:57 smithi098 ceph-mon[112578]: pgmap v8820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:57 smithi016 ceph-mon[96085]: pgmap v8820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:57.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:57.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:58.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:34:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:34:58.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:58.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:59.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:34:59 smithi098 ceph-mon[112578]: pgmap v8821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:34:59 smithi016 ceph-mon[96085]: pgmap v8821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:59.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:34:59.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:00.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:00.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:01 smithi098 ceph-mon[112578]: pgmap v8822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:01 smithi016 ceph-mon[96085]: pgmap v8822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:01.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:01.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:02.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:02.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:03 smithi098 ceph-mon[112578]: pgmap v8823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:03 smithi016 ceph-mon[96085]: pgmap v8823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:03.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:03.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:04.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:04.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:05 smithi098 ceph-mon[112578]: pgmap v8824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:05 smithi016 ceph-mon[96085]: pgmap v8824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:05.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:05.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:06.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:06.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:07 smithi098 ceph-mon[112578]: pgmap v8825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:07 smithi016 ceph-mon[96085]: pgmap v8825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:07.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:07.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:08.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:08.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:09.474 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:09 smithi016 ceph-mon[96085]: pgmap v8826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:09 smithi098 ceph-mon[112578]: pgmap v8826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:10.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:10.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:11.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:11.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:11 smithi098 ceph-mon[112578]: pgmap v8827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:11 smithi016 ceph-mon[96085]: pgmap v8827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:12.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:12.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:13.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:13.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:13 smithi098 ceph-mon[112578]: pgmap v8828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:35:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:13 smithi016 ceph-mon[96085]: pgmap v8828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:35:14.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:14.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:15.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:15.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:15 smithi098 ceph-mon[112578]: pgmap v8829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:15 smithi016 ceph-mon[96085]: pgmap v8829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:16.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:16.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:17.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:17.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:17 smithi098 ceph-mon[112578]: pgmap v8830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:17 smithi016 ceph-mon[96085]: pgmap v8830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:18.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:18.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:19.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:19.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:19 smithi098 ceph-mon[112578]: pgmap v8831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:19 smithi016 ceph-mon[96085]: pgmap v8831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:20.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:20.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:21.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:21.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:21 smithi098 ceph-mon[112578]: pgmap v8832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:21 smithi016 ceph-mon[96085]: pgmap v8832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:22.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:22.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:23.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:23.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:23 smithi098 ceph-mon[112578]: pgmap v8833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:23 smithi016 ceph-mon[96085]: pgmap v8833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:24.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:24.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:25.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:25.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:25 smithi098 ceph-mon[112578]: pgmap v8834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:35:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:25 smithi016 ceph-mon[96085]: pgmap v8834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:35:26.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:26.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:27.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:27.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:27 smithi098 ceph-mon[112578]: pgmap v8835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:27 smithi016 ceph-mon[96085]: pgmap v8835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:28.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:28.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:35:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:35:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:35:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:35:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:35:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:35:29.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:29.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:29 smithi098 ceph-mon[112578]: pgmap v8836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:35:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:35:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:35:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:35:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:35:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:29 smithi016 ceph-mon[96085]: pgmap v8836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:35:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:35:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:35:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:35:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:35:30.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:30.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:31.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:31.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:31 smithi098 ceph-mon[112578]: pgmap v8837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:31 smithi016 ceph-mon[96085]: pgmap v8837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:32.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:32.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:33.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:33.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:33 smithi098 ceph-mon[112578]: pgmap v8838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:33 smithi016 ceph-mon[96085]: pgmap v8838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:34.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:34.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:35.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:35.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:35 smithi098 ceph-mon[112578]: pgmap v8839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:35 smithi016 ceph-mon[96085]: pgmap v8839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:36.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:36.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:37.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:37.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:37 smithi098 ceph-mon[112578]: pgmap v8840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:37 smithi016 ceph-mon[96085]: pgmap v8840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:38.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:38.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:39.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:39.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:39 smithi098 ceph-mon[112578]: pgmap v8841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:39 smithi016 ceph-mon[96085]: pgmap v8841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:40.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:40.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:41.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:41.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:41 smithi098 ceph-mon[112578]: pgmap v8842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:41 smithi016 ceph-mon[96085]: pgmap v8842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:42.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:42.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:43.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:43.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:43 smithi098 ceph-mon[112578]: pgmap v8843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:35:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:43 smithi016 ceph-mon[96085]: pgmap v8843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:35:44.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:44.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:45.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:45.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:45 smithi016 ceph-mon[96085]: pgmap v8844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:45 smithi098 ceph-mon[112578]: pgmap v8844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:46.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:46.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:47.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:47.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:47 smithi098 ceph-mon[112578]: pgmap v8845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:47 smithi016 ceph-mon[96085]: pgmap v8845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:48.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:48.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:49.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:49.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:49 smithi098 ceph-mon[112578]: pgmap v8846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:49 smithi016 ceph-mon[96085]: pgmap v8846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:50.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:50.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:51.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:51.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:51 smithi098 ceph-mon[112578]: pgmap v8847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:51 smithi016 ceph-mon[96085]: pgmap v8847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:52.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:52.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:53.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:53.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:53 smithi098 ceph-mon[112578]: pgmap v8848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:53 smithi016 ceph-mon[96085]: pgmap v8848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:54.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:54.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:55.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:55.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:55 smithi016 ceph-mon[96085]: pgmap v8849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:55 smithi098 ceph-mon[112578]: pgmap v8849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:56.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:56.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:57.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:57.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:57 smithi098 ceph-mon[112578]: pgmap v8850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:57 smithi016 ceph-mon[96085]: pgmap v8850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:58.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:58.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:58.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:35:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:35:59.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:35:59.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:35:59 smithi098 ceph-mon[112578]: pgmap v8851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:35:59 smithi016 ceph-mon[96085]: pgmap v8851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:00.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:00.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:01.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:01.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:01 smithi098 ceph-mon[112578]: pgmap v8852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:01 smithi016 ceph-mon[96085]: pgmap v8852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:02.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:02.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:03.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:03.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:03 smithi098 ceph-mon[112578]: pgmap v8853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:03 smithi016 ceph-mon[96085]: pgmap v8853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:04.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:04.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:05.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:05.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:05 smithi098 ceph-mon[112578]: pgmap v8854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:05 smithi016 ceph-mon[96085]: pgmap v8854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:06.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:06.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:07.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:07.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:07 smithi098 ceph-mon[112578]: pgmap v8855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:07 smithi016 ceph-mon[96085]: pgmap v8855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:08.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:08.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:09.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:09.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:09 smithi098 ceph-mon[112578]: pgmap v8856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:09 smithi016 ceph-mon[96085]: pgmap v8856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:10.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:10.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:11.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:11.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:11.465 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:11 smithi098 ceph-mon[112578]: pgmap v8857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:11 smithi016 ceph-mon[96085]: pgmap v8857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:12.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:12.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:13.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:13.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:13 smithi098 ceph-mon[112578]: pgmap v8858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:36:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:13 smithi016 ceph-mon[96085]: pgmap v8858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:36:14.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:14.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:15.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:15.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:15 smithi098 ceph-mon[112578]: pgmap v8859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:15 smithi016 ceph-mon[96085]: pgmap v8859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:16.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:16.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:17.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:17.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:17 smithi098 ceph-mon[112578]: pgmap v8860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:17 smithi016 ceph-mon[96085]: pgmap v8860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:18.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:18.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:19.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:19.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:19 smithi098 ceph-mon[112578]: pgmap v8861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:19 smithi016 ceph-mon[96085]: pgmap v8861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:20.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:20.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:21.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:21.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:21 smithi098 ceph-mon[112578]: pgmap v8862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:21 smithi016 ceph-mon[96085]: pgmap v8862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:22.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:22.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:23.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:23.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:23 smithi098 ceph-mon[112578]: pgmap v8863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:23 smithi016 ceph-mon[96085]: pgmap v8863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:24.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:24.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:25.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:25.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:25 smithi098 ceph-mon[112578]: pgmap v8864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:25 smithi016 ceph-mon[96085]: pgmap v8864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:26.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:26.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:27.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:27.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:27 smithi098 ceph-mon[112578]: pgmap v8865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:27 smithi016 ceph-mon[96085]: pgmap v8865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:28.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:28.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:28.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:36:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:36:29.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:29.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:29 smithi098 ceph-mon[112578]: pgmap v8866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:36:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:29 smithi016 ceph-mon[96085]: pgmap v8866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:36:30.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:30.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:31.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:31.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:31 smithi098 ceph-mon[112578]: pgmap v8867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:31 smithi016 ceph-mon[96085]: pgmap v8867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:32.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:32.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:33.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:33.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:33 smithi098 ceph-mon[112578]: pgmap v8868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:36:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:36:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:33 smithi016 ceph-mon[96085]: pgmap v8868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:36:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:36:34.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:34.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:36:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:36:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:36:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:36:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:36:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:36:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:36:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:36:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:36:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:36:35.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:35.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:35 smithi098 ceph-mon[112578]: pgmap v8869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:35 smithi016 ceph-mon[96085]: pgmap v8869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:36.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:36.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:37.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:37.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:37 smithi098 ceph-mon[112578]: pgmap v8870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:37 smithi016 ceph-mon[96085]: pgmap v8870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:38.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:38.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:39.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:39.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:39 smithi098 ceph-mon[112578]: pgmap v8871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:39 smithi016 ceph-mon[96085]: pgmap v8871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:40.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:40.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:41.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:41.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:41 smithi098 ceph-mon[112578]: pgmap v8872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:41 smithi016 ceph-mon[96085]: pgmap v8872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:42.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:42.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:43.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:43.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:43 smithi098 ceph-mon[112578]: pgmap v8873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:36:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:43 smithi016 ceph-mon[96085]: pgmap v8873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:36:44.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:44.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:45.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:45.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:45 smithi098 ceph-mon[112578]: pgmap v8874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:45 smithi016 ceph-mon[96085]: pgmap v8874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:46.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:46.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:47.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:47.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:47 smithi098 ceph-mon[112578]: pgmap v8875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:47 smithi016 ceph-mon[96085]: pgmap v8875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:48.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:48.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:49.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:49.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:49 smithi098 ceph-mon[112578]: pgmap v8876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:49 smithi016 ceph-mon[96085]: pgmap v8876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:50.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:50.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:51.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:51.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:51 smithi098 ceph-mon[112578]: pgmap v8877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:51 smithi016 ceph-mon[96085]: pgmap v8877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:52.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:52.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:53.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:53.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:53 smithi098 ceph-mon[112578]: pgmap v8878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:53 smithi016 ceph-mon[96085]: pgmap v8878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:54.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:54.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:55.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:55.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:55 smithi098 ceph-mon[112578]: pgmap v8879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:55 smithi016 ceph-mon[96085]: pgmap v8879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:56.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:56.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:57.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:57.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:57 smithi098 ceph-mon[112578]: pgmap v8880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:57 smithi016 ceph-mon[96085]: pgmap v8880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:58.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:58.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:36:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:36:59.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:36:59.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:59.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:36:59 smithi098 ceph-mon[112578]: pgmap v8881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:36:59 smithi016 ceph-mon[96085]: pgmap v8881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:00.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:00.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:01.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:01.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:01 smithi098 ceph-mon[112578]: pgmap v8882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:01 smithi016 ceph-mon[96085]: pgmap v8882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:02.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:02.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:03.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:03.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:03 smithi098 ceph-mon[112578]: pgmap v8883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:03 smithi016 ceph-mon[96085]: pgmap v8883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:04.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:04.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:05.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:05.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:05 smithi098 ceph-mon[112578]: pgmap v8884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:05 smithi016 ceph-mon[96085]: pgmap v8884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:06.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:06.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:07.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:07.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:07 smithi098 ceph-mon[112578]: pgmap v8885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:07 smithi016 ceph-mon[96085]: pgmap v8885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:08.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:08.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:09.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:09.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:09 smithi098 ceph-mon[112578]: pgmap v8886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:09 smithi016 ceph-mon[96085]: pgmap v8886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:10.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:10.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:11.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:11.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:11 smithi098 ceph-mon[112578]: pgmap v8887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:11 smithi016 ceph-mon[96085]: pgmap v8887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:12.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:12.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:13.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:13.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:13 smithi098 ceph-mon[112578]: pgmap v8888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:37:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:13 smithi016 ceph-mon[96085]: pgmap v8888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:37:14.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:14.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:15.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:15.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:15 smithi098 ceph-mon[112578]: pgmap v8889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:15 smithi016 ceph-mon[96085]: pgmap v8889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:16.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:16.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:17.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:17.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:17 smithi098 ceph-mon[112578]: pgmap v8890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:17 smithi016 ceph-mon[96085]: pgmap v8890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:18.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:18.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:19.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:19.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:19 smithi098 ceph-mon[112578]: pgmap v8891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:19 smithi016 ceph-mon[96085]: pgmap v8891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:20.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:20.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:21.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:21.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:21 smithi016 ceph-mon[96085]: pgmap v8892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:21 smithi098 ceph-mon[112578]: pgmap v8892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:22.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:22.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:23.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:23.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:23 smithi098 ceph-mon[112578]: pgmap v8893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:23 smithi016 ceph-mon[96085]: pgmap v8893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:24.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:24.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:25.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:25.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:25 smithi098 ceph-mon[112578]: pgmap v8894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:25 smithi016 ceph-mon[96085]: pgmap v8894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:26.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:26.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:27.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:27.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:27 smithi098 ceph-mon[112578]: pgmap v8895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:27 smithi016 ceph-mon[96085]: pgmap v8895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:28.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:28.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:37:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:37:29.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:29.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:29 smithi098 ceph-mon[112578]: pgmap v8896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:29 smithi016 ceph-mon[96085]: pgmap v8896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:30.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:30.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:31.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:31.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:31 smithi098 ceph-mon[112578]: pgmap v8897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:31 smithi016 ceph-mon[96085]: pgmap v8897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:32.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:32.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:33.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:33.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:33 smithi098 ceph-mon[112578]: pgmap v8898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:33 smithi016 ceph-mon[96085]: pgmap v8898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:34.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:34.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:37:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:37:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:37:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:37:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:37:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:37:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:37:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:37:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:37:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:37:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:37:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:37:35.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:35.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:35 smithi098 ceph-mon[112578]: pgmap v8899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:35 smithi016 ceph-mon[96085]: pgmap v8899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:36.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:36.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:37.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:37.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:37 smithi098 ceph-mon[112578]: pgmap v8900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:37 smithi016 ceph-mon[96085]: pgmap v8900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:38.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:38.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:39.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:39.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:39 smithi098 ceph-mon[112578]: pgmap v8901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:39 smithi016 ceph-mon[96085]: pgmap v8901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:40.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:40.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:41.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:41.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:41 smithi098 ceph-mon[112578]: pgmap v8902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:41 smithi016 ceph-mon[96085]: pgmap v8902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:42.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:42.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:43.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:43.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:43 smithi098 ceph-mon[112578]: pgmap v8903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:37:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:43 smithi016 ceph-mon[96085]: pgmap v8903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:37:44.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:44.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:45.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:45.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:45 smithi098 ceph-mon[112578]: pgmap v8904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:45 smithi016 ceph-mon[96085]: pgmap v8904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:46.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:46.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:47.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:47.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:47 smithi098 ceph-mon[112578]: pgmap v8905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:47 smithi016 ceph-mon[96085]: pgmap v8905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:48.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:48.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:49.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:49.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:49 smithi098 ceph-mon[112578]: pgmap v8906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:49 smithi016 ceph-mon[96085]: pgmap v8906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:50.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:50.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:51.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:51.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:51 smithi098 ceph-mon[112578]: pgmap v8907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:51 smithi016 ceph-mon[96085]: pgmap v8907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:52.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:52.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:53.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:53.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:53 smithi098 ceph-mon[112578]: pgmap v8908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:53 smithi016 ceph-mon[96085]: pgmap v8908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:54.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:54.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:55.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:55.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:55 smithi098 ceph-mon[112578]: pgmap v8909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:55 smithi016 ceph-mon[96085]: pgmap v8909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:56.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:56.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:57.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:57.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:57 smithi098 ceph-mon[112578]: pgmap v8910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:57 smithi016 ceph-mon[96085]: pgmap v8910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:58.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:58.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:37:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:37:59.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:37:59.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:37:59 smithi098 ceph-mon[112578]: pgmap v8911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:37:59 smithi016 ceph-mon[96085]: pgmap v8911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:00.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:00.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:01.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:01.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:01.432 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:01 smithi016 ceph-mon[96085]: pgmap v8912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:01 smithi098 ceph-mon[112578]: pgmap v8912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:02.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:02.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:03.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:03.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:03 smithi098 ceph-mon[112578]: pgmap v8913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:03 smithi016 ceph-mon[96085]: pgmap v8913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:04.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:04.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:05.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:05.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:05 smithi098 ceph-mon[112578]: pgmap v8914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:05 smithi016 ceph-mon[96085]: pgmap v8914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:06.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:06.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:07.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:07.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:07 smithi098 ceph-mon[112578]: pgmap v8915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:07 smithi016 ceph-mon[96085]: pgmap v8915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:08.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:08.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:09.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:09.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:09 smithi098 ceph-mon[112578]: pgmap v8916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:09 smithi016 ceph-mon[96085]: pgmap v8916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:10.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:10.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:11.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:11.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:11 smithi098 ceph-mon[112578]: pgmap v8917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:11 smithi016 ceph-mon[96085]: pgmap v8917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:12.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:12.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:13.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:13.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:13 smithi098 ceph-mon[112578]: pgmap v8918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:38:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:13 smithi016 ceph-mon[96085]: pgmap v8918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:38:14.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:14.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:15.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:15.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:15 smithi098 ceph-mon[112578]: pgmap v8919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:15 smithi016 ceph-mon[96085]: pgmap v8919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:16.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:16.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:17.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:17.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:17 smithi098 ceph-mon[112578]: pgmap v8920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:17 smithi016 ceph-mon[96085]: pgmap v8920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:18.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:18.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:19.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:19.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:19 smithi098 ceph-mon[112578]: pgmap v8921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:19 smithi016 ceph-mon[96085]: pgmap v8921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:20.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:20.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:21.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:21.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:21 smithi098 ceph-mon[112578]: pgmap v8922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:21 smithi016 ceph-mon[96085]: pgmap v8922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:22.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:22.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:23.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:23.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:23 smithi098 ceph-mon[112578]: pgmap v8923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:23 smithi016 ceph-mon[96085]: pgmap v8923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:24.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:24.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:25.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:25.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:25 smithi098 ceph-mon[112578]: pgmap v8924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:25 smithi016 ceph-mon[96085]: pgmap v8924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:26.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:26.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:27.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:27.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:27 smithi098 ceph-mon[112578]: pgmap v8925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:27 smithi016 ceph-mon[96085]: pgmap v8925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:28.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:28.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:38:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:38:29.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:29.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:29 smithi098 ceph-mon[112578]: pgmap v8926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:29 smithi016 ceph-mon[96085]: pgmap v8926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:30.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:30.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:31.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:31.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:31 smithi098 ceph-mon[112578]: pgmap v8927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:31 smithi016 ceph-mon[96085]: pgmap v8927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:32.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:32.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:33.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:33.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:33 smithi098 ceph-mon[112578]: pgmap v8928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:33 smithi016 ceph-mon[96085]: pgmap v8928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:34.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:34.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:35.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:35.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:35 smithi098 ceph-mon[112578]: pgmap v8929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:38:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:38:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:38:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:35 smithi016 ceph-mon[96085]: pgmap v8929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:38:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:38:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:38:36.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:36.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:38:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:38:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:38:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:38:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:38:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:38:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:38:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:38:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:38:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:38:37.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:37.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:37 smithi098 ceph-mon[112578]: pgmap v8930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:37 smithi016 ceph-mon[96085]: pgmap v8930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:38.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:38.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:39.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:39.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:39 smithi098 ceph-mon[112578]: pgmap v8931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:39 smithi016 ceph-mon[96085]: pgmap v8931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:40.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:40.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:41.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:41.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:41 smithi098 ceph-mon[112578]: pgmap v8932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:41 smithi016 ceph-mon[96085]: pgmap v8932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:42.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:42.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:43.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:43.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:43 smithi098 ceph-mon[112578]: pgmap v8933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:38:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:43 smithi016 ceph-mon[96085]: pgmap v8933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:38:44.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:44.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:45.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:45.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:45 smithi098 ceph-mon[112578]: pgmap v8934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:45 smithi016 ceph-mon[96085]: pgmap v8934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:46.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:46.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:47.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:47.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:47 smithi098 ceph-mon[112578]: pgmap v8935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:47 smithi016 ceph-mon[96085]: pgmap v8935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:48.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:48.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:49.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:49.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:49 smithi098 ceph-mon[112578]: pgmap v8936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:49 smithi016 ceph-mon[96085]: pgmap v8936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:50.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:50.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:51.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:51.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:51 smithi098 ceph-mon[112578]: pgmap v8937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:51 smithi016 ceph-mon[96085]: pgmap v8937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:52.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:52.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:53.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:53.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:53 smithi098 ceph-mon[112578]: pgmap v8938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:53 smithi016 ceph-mon[96085]: pgmap v8938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:54.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:54.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:55.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:55.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:55 smithi098 ceph-mon[112578]: pgmap v8939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:55 smithi016 ceph-mon[96085]: pgmap v8939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:56.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:56.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:57.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:57.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:57 smithi098 ceph-mon[112578]: pgmap v8940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:57 smithi016 ceph-mon[96085]: pgmap v8940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:58.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:58.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:58.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:38:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:38:59.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:38:59.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:38:59 smithi098 ceph-mon[112578]: pgmap v8941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:38:59 smithi016 ceph-mon[96085]: pgmap v8941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:00.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:00.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:01.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:01.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:01 smithi098 ceph-mon[112578]: pgmap v8942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:01 smithi016 ceph-mon[96085]: pgmap v8942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:02.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:02.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:03.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:03.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:03 smithi098 ceph-mon[112578]: pgmap v8943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:03 smithi016 ceph-mon[96085]: pgmap v8943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:04.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:04.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:05.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:05.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:05 smithi098 ceph-mon[112578]: pgmap v8944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:05 smithi016 ceph-mon[96085]: pgmap v8944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:06.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:06.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:07.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:07.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:07 smithi098 ceph-mon[112578]: pgmap v8945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:07 smithi016 ceph-mon[96085]: pgmap v8945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:08.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:08.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:09.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:09.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:09 smithi098 ceph-mon[112578]: pgmap v8946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:09 smithi016 ceph-mon[96085]: pgmap v8946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:10.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:10.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:11.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:11.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:11 smithi098 ceph-mon[112578]: pgmap v8947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:11 smithi016 ceph-mon[96085]: pgmap v8947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:12.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:12.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:13.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:13.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:13 smithi098 ceph-mon[112578]: pgmap v8948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:39:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:13 smithi016 ceph-mon[96085]: pgmap v8948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:39:14.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:14.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:15.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:15.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:15 smithi098 ceph-mon[112578]: pgmap v8949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:15 smithi016 ceph-mon[96085]: pgmap v8949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:16.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:16.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:17.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:17.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:17 smithi098 ceph-mon[112578]: pgmap v8950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:17 smithi016 ceph-mon[96085]: pgmap v8950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:18.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:18.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:19.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:19.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:19 smithi098 ceph-mon[112578]: pgmap v8951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:19 smithi016 ceph-mon[96085]: pgmap v8951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:20.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:20.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:21.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:21.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:21 smithi098 ceph-mon[112578]: pgmap v8952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:21 smithi016 ceph-mon[96085]: pgmap v8952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:22.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:22.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:23.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:23.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:23 smithi098 ceph-mon[112578]: pgmap v8953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:23 smithi016 ceph-mon[96085]: pgmap v8953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:24.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:24.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:25.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:25.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:25 smithi098 ceph-mon[112578]: pgmap v8954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:25 smithi016 ceph-mon[96085]: pgmap v8954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:26.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:26.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:27.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:27.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:27 smithi098 ceph-mon[112578]: pgmap v8955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:27 smithi016 ceph-mon[96085]: pgmap v8955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:28.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:28.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:28.511 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:39:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:39:29.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:29.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:29 smithi098 ceph-mon[112578]: pgmap v8956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:29 smithi016 ceph-mon[96085]: pgmap v8956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:30.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:30.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:31.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:31.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:31 smithi098 ceph-mon[112578]: pgmap v8957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:31 smithi016 ceph-mon[96085]: pgmap v8957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:32.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:32.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:33.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:33.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:33 smithi098 ceph-mon[112578]: pgmap v8958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:33 smithi016 ceph-mon[96085]: pgmap v8958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:34.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:34.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:35.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:35.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:35 smithi098 ceph-mon[112578]: pgmap v8959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:35 smithi016 ceph-mon[96085]: pgmap v8959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:36.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:36.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:39:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:39:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:39:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:39:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:39:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:39:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:39:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:39:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:39:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:39:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:39:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:39:37.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:37.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:37 smithi098 ceph-mon[112578]: pgmap v8960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:37 smithi016 ceph-mon[96085]: pgmap v8960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:38.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:38.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:39.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:39.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:39 smithi098 ceph-mon[112578]: pgmap v8961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:39 smithi016 ceph-mon[96085]: pgmap v8961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:40.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:40.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:41.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:41.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:41 smithi098 ceph-mon[112578]: pgmap v8962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:41 smithi016 ceph-mon[96085]: pgmap v8962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:42.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:42.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:43.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:43.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:43 smithi098 ceph-mon[112578]: pgmap v8963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:39:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:43 smithi016 ceph-mon[96085]: pgmap v8963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:39:44.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:44.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:45.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:45.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:45 smithi098 ceph-mon[112578]: pgmap v8964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:45 smithi016 ceph-mon[96085]: pgmap v8964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:46.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:46.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:47.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:47.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:47 smithi098 ceph-mon[112578]: pgmap v8965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:47 smithi016 ceph-mon[96085]: pgmap v8965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:48.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:48.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:49.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:49.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:49 smithi098 ceph-mon[112578]: pgmap v8966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:49 smithi016 ceph-mon[96085]: pgmap v8966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:50.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:50.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:51.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:51.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:51 smithi016 ceph-mon[96085]: pgmap v8967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:51.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:51 smithi098 ceph-mon[112578]: pgmap v8967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:52.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:52.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:53.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:53.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:53 smithi016 ceph-mon[96085]: pgmap v8968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:53 smithi098 ceph-mon[112578]: pgmap v8968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:54.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:54.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:55.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:55.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:55 smithi098 ceph-mon[112578]: pgmap v8969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:55 smithi016 ceph-mon[96085]: pgmap v8969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:56.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:56.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:57.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:57.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:57 smithi098 ceph-mon[112578]: pgmap v8970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:57 smithi016 ceph-mon[96085]: pgmap v8970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:58.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:58.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:39:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:39:59.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:39:59.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:39:59 smithi016 ceph-mon[96085]: pgmap v8971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:39:59 smithi098 ceph-mon[112578]: pgmap v8971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:00.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:00.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T01:40:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T01:40:01.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:01.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:01 smithi016 ceph-mon[96085]: pgmap v8972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:01 smithi098 ceph-mon[112578]: pgmap v8972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:02.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:02.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:03.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:03.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:03 smithi016 ceph-mon[96085]: pgmap v8973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:03 smithi098 ceph-mon[112578]: pgmap v8973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:04.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:04.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:05.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:05.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:05 smithi098 ceph-mon[112578]: pgmap v8974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:05 smithi016 ceph-mon[96085]: pgmap v8974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:06.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:06.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:07.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:07.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:07 smithi016 ceph-mon[96085]: pgmap v8975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:07.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:07 smithi098 ceph-mon[112578]: pgmap v8975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:08.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:08.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:09.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:09.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:09 smithi016 ceph-mon[96085]: pgmap v8976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:09 smithi098 ceph-mon[112578]: pgmap v8976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:10.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:10.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:11.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:11.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:11 smithi016 ceph-mon[96085]: pgmap v8977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:11 smithi098 ceph-mon[112578]: pgmap v8977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:12.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:12.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:13.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:13.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:13 smithi016 ceph-mon[96085]: pgmap v8978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:40:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:13 smithi098 ceph-mon[112578]: pgmap v8978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:40:14.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:14.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:15.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:15.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:15 smithi098 ceph-mon[112578]: pgmap v8979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:15 smithi016 ceph-mon[96085]: pgmap v8979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:16.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:16.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:17.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:17.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:17 smithi016 ceph-mon[96085]: pgmap v8980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:17 smithi098 ceph-mon[112578]: pgmap v8980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:18.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:18.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:19.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:19.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:19 smithi098 ceph-mon[112578]: pgmap v8981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:19 smithi016 ceph-mon[96085]: pgmap v8981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:20.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:20.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:21.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:21.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:21 smithi016 ceph-mon[96085]: pgmap v8982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:21.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:21 smithi098 ceph-mon[112578]: pgmap v8982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:22.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:22.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:23.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:23.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:23 smithi016 ceph-mon[96085]: pgmap v8983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:23.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:23 smithi098 ceph-mon[112578]: pgmap v8983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:24.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:24.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:25 smithi098 ceph-mon[112578]: pgmap v8984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:25.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:25.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:25 smithi016 ceph-mon[96085]: pgmap v8984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:26.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:26.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:27.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:27.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:27 smithi016 ceph-mon[96085]: pgmap v8985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:27 smithi098 ceph-mon[112578]: pgmap v8985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:28.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:28.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:40:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:40:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:29 smithi098 ceph-mon[112578]: pgmap v8986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:29.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:29.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:29 smithi016 ceph-mon[96085]: pgmap v8986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:30.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:30.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:31 smithi016 ceph-mon[96085]: pgmap v8987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:31.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:31.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:31 smithi098 ceph-mon[112578]: pgmap v8987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:32.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:32.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:33 smithi016 ceph-mon[96085]: pgmap v8988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:33.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:33.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:33 smithi098 ceph-mon[112578]: pgmap v8988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:34.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:34.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:35 smithi098 ceph-mon[112578]: pgmap v8989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:35 smithi016 ceph-mon[96085]: pgmap v8989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:35.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:35.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:36.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:40:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:40:36.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:36.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:37 smithi098 ceph-mon[112578]: pgmap v8990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:40:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:40:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:40:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:40:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:40:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:40:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:40:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:37 smithi016 ceph-mon[96085]: pgmap v8990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:40:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:40:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:40:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:40:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:40:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:40:37.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:40:37.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:37.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:38.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:38.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:39 smithi098 ceph-mon[112578]: pgmap v8991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:39 smithi016 ceph-mon[96085]: pgmap v8991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:39.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:39.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:40.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:40.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:41 smithi098 ceph-mon[112578]: pgmap v8992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:41 smithi016 ceph-mon[96085]: pgmap v8992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:41.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:41.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:42.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:42.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:43 smithi098 ceph-mon[112578]: pgmap v8993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:40:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:43 smithi016 ceph-mon[96085]: pgmap v8993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:40:43.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:43.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:44.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:44.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:45 smithi098 ceph-mon[112578]: pgmap v8994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:45 smithi016 ceph-mon[96085]: pgmap v8994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:45.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:45.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:46.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:46.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:47 smithi016 ceph-mon[96085]: pgmap v8995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:47.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:47.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:47.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:47 smithi098 ceph-mon[112578]: pgmap v8995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:48.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:48.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:49 smithi016 ceph-mon[96085]: pgmap v8996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:49.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:49.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:49 smithi098 ceph-mon[112578]: pgmap v8996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:50.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:50.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:51 smithi016 ceph-mon[96085]: pgmap v8997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:51.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:51.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:51 smithi098 ceph-mon[112578]: pgmap v8997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:52.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:52.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:53.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:53.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:53 smithi098 ceph-mon[112578]: pgmap v8998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:53 smithi016 ceph-mon[96085]: pgmap v8998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:54.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:54.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:55 smithi098 ceph-mon[112578]: pgmap v8999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:55 smithi016 ceph-mon[96085]: pgmap v8999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:55.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:55.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:56.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:56.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:57.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:57.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:57 smithi098 ceph-mon[112578]: pgmap v9000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:57 smithi016 ceph-mon[96085]: pgmap v9000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:58.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:58.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:40:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:40:59.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:40:59.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:40:59 smithi098 ceph-mon[112578]: pgmap v9001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:40:59 smithi016 ceph-mon[96085]: pgmap v9001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:00.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:00.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:01 smithi016 ceph-mon[96085]: pgmap v9002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:01.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:01.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:01 smithi098 ceph-mon[112578]: pgmap v9002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:02.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:02.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:03.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:03.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:03 smithi098 ceph-mon[112578]: pgmap v9003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:03 smithi016 ceph-mon[96085]: pgmap v9003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:04.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:04.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:05 smithi098 ceph-mon[112578]: pgmap v9004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:05 smithi016 ceph-mon[96085]: pgmap v9004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:05.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:05.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:06.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:06.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:07.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:07.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:07 smithi098 ceph-mon[112578]: pgmap v9005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:07 smithi016 ceph-mon[96085]: pgmap v9005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:08.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:08.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:09.566 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:09 smithi098 ceph-mon[112578]: pgmap v9006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:09.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:09.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:09 smithi016 ceph-mon[96085]: pgmap v9006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:10.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:10.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:11 smithi016 ceph-mon[96085]: pgmap v9007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:11.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:11.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:11.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:11 smithi098 ceph-mon[112578]: pgmap v9007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:12.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:12.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:13.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:13.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:13.625 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:13 smithi016 ceph-mon[96085]: pgmap v9008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:13.626 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:41:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:13 smithi098 ceph-mon[112578]: pgmap v9008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:41:14.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:14.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:15 smithi016 ceph-mon[96085]: pgmap v9009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:15 smithi098 ceph-mon[112578]: pgmap v9009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:15.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:15.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:16.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:16.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:17.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:17.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:17 smithi098 ceph-mon[112578]: pgmap v9010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:17 smithi016 ceph-mon[96085]: pgmap v9010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:18.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:18.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:19.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:19.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:19.672 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:19 smithi098 ceph-mon[112578]: pgmap v9011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:19 smithi016 ceph-mon[96085]: pgmap v9011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:20.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:20.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:21 smithi016 ceph-mon[96085]: pgmap v9012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:21.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:21.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:21 smithi098 ceph-mon[112578]: pgmap v9012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:22.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:22.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:23.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:23.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:23.741 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:23 smithi016 ceph-mon[96085]: pgmap v9013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:23.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:23 smithi098 ceph-mon[112578]: pgmap v9013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:24.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:24.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:25 smithi098 ceph-mon[112578]: pgmap v9014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:25 smithi016 ceph-mon[96085]: pgmap v9014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:25.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:25.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:26.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:26.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:27.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:27.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:27 smithi098 ceph-mon[112578]: pgmap v9015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:27 smithi016 ceph-mon[96085]: pgmap v9015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:28.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:28.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:41:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:41:29.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:29.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:29 smithi098 ceph-mon[112578]: pgmap v9016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:29 smithi016 ceph-mon[96085]: pgmap v9016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:30.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:30.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:31 smithi016 ceph-mon[96085]: pgmap v9017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:31.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:31.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:31 smithi098 ceph-mon[112578]: pgmap v9017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:32.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:32.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:33.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:33.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:33 smithi098 ceph-mon[112578]: pgmap v9018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:33 smithi016 ceph-mon[96085]: pgmap v9018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:34.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:34.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:35 smithi098 ceph-mon[112578]: pgmap v9019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:35 smithi016 ceph-mon[96085]: pgmap v9019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:35.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:35.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:36.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:36.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:37.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:37.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:37 smithi098 ceph-mon[112578]: pgmap v9020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:41:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:37 smithi016 ceph-mon[96085]: pgmap v9020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:41:38.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:38.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:41:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:41:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:41:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:41:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:41:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:41:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:41:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:41:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:41:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:41:39.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:39.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:39 smithi098 ceph-mon[112578]: pgmap v9021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:39 smithi016 ceph-mon[96085]: pgmap v9021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:40.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:40.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:41 smithi016 ceph-mon[96085]: pgmap v9022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:41.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:41.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:41 smithi098 ceph-mon[112578]: pgmap v9022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:42.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:42.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:43.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:43.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:43 smithi098 ceph-mon[112578]: pgmap v9023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:41:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:43 smithi016 ceph-mon[96085]: pgmap v9023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:41:44.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:44.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:45 smithi098 ceph-mon[112578]: pgmap v9024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:45 smithi016 ceph-mon[96085]: pgmap v9024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:45.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:45.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:46.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:46.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:47.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:47.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:47 smithi098 ceph-mon[112578]: pgmap v9025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:47 smithi016 ceph-mon[96085]: pgmap v9025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:48.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:48.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:49.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:49.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:49 smithi098 ceph-mon[112578]: pgmap v9026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:49 smithi016 ceph-mon[96085]: pgmap v9026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:50.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:50.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:51 smithi016 ceph-mon[96085]: pgmap v9027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:51.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:51.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:51 smithi098 ceph-mon[112578]: pgmap v9027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:52.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:52.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:53.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:53.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:53 smithi098 ceph-mon[112578]: pgmap v9028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:53 smithi016 ceph-mon[96085]: pgmap v9028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:54.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:54.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:55 smithi098 ceph-mon[112578]: pgmap v9029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:55 smithi016 ceph-mon[96085]: pgmap v9029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:55.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:55.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:56.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:56.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:57.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:57.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:57 smithi098 ceph-mon[112578]: pgmap v9030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:57 smithi016 ceph-mon[96085]: pgmap v9030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:58.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:58.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:41:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:41:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:41:59 smithi016 ceph-mon[96085]: pgmap v9031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:59.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:41:59.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:41:59 smithi098 ceph-mon[112578]: pgmap v9031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:00.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:00.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:01 smithi016 ceph-mon[96085]: pgmap v9032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:01.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:01.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:01 smithi098 ceph-mon[112578]: pgmap v9032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:02.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:02.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:03.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:03.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:03 smithi098 ceph-mon[112578]: pgmap v9033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:03 smithi016 ceph-mon[96085]: pgmap v9033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:04.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:04.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:05 smithi098 ceph-mon[112578]: pgmap v9034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:05 smithi016 ceph-mon[96085]: pgmap v9034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:05.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:05.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:06.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:06.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:07.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:07.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:07.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:07 smithi098 ceph-mon[112578]: pgmap v9035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:07 smithi016 ceph-mon[96085]: pgmap v9035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:08.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:08.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:09 smithi016 ceph-mon[96085]: pgmap v9036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:09.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:09.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:09 smithi098 ceph-mon[112578]: pgmap v9036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:10.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:10.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:11 smithi016 ceph-mon[96085]: pgmap v9037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:11.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:11.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:11 smithi098 ceph-mon[112578]: pgmap v9037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:12.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:12.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:13.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:13.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:13.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:13 smithi098 ceph-mon[112578]: pgmap v9038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:42:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:13 smithi016 ceph-mon[96085]: pgmap v9038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:42:14.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:14.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:15 smithi098 ceph-mon[112578]: pgmap v9039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:15 smithi016 ceph-mon[96085]: pgmap v9039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:15.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:15.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:16.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:16.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:17.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:17.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:17 smithi098 ceph-mon[112578]: pgmap v9040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:17 smithi016 ceph-mon[96085]: pgmap v9040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:18.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:18.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:19.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:19.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:19 smithi098 ceph-mon[112578]: pgmap v9041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:19 smithi016 ceph-mon[96085]: pgmap v9041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:20.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:20.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:21 smithi016 ceph-mon[96085]: pgmap v9042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:21.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:21.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:21 smithi098 ceph-mon[112578]: pgmap v9042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:22.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:22.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:23.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:23.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:23 smithi098 ceph-mon[112578]: pgmap v9043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:23 smithi016 ceph-mon[96085]: pgmap v9043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:24.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:24.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:25 smithi098 ceph-mon[112578]: pgmap v9044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:25 smithi016 ceph-mon[96085]: pgmap v9044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:25.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:25.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:26.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:26.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:27.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:27.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:27 smithi098 ceph-mon[112578]: pgmap v9045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:27 smithi016 ceph-mon[96085]: pgmap v9045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:28.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:28.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:42:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:42:29.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:29.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:29 smithi098 ceph-mon[112578]: pgmap v9046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:29 smithi016 ceph-mon[96085]: pgmap v9046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:30.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:30.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:31 smithi016 ceph-mon[96085]: pgmap v9047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:31.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:31.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:31 smithi098 ceph-mon[112578]: pgmap v9047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:32.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:32.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:33.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:33.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:33 smithi098 ceph-mon[112578]: pgmap v9048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:33 smithi016 ceph-mon[96085]: pgmap v9048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:34.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:34.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:35.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:35 smithi098 ceph-mon[112578]: pgmap v9049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:35 smithi016 ceph-mon[96085]: pgmap v9049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:35.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:35.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:36.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:36.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:37.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:37.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:37.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:37 smithi098 ceph-mon[112578]: pgmap v9050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:37 smithi016 ceph-mon[96085]: pgmap v9050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:38.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:38.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:42:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:42:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:42:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:42:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:42:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:42:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:42:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:42:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:42:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:42:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:42:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:42:39.612 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:39 smithi016 ceph-mon[96085]: pgmap v9051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:39.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:39.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:39 smithi098 ceph-mon[112578]: pgmap v9051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:40.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:40.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:41 smithi016 ceph-mon[96085]: pgmap v9052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:41.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:41.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:41.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:41 smithi098 ceph-mon[112578]: pgmap v9052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:42.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:42.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:43.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:43.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:43.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:43 smithi098 ceph-mon[112578]: pgmap v9053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:42:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:43 smithi016 ceph-mon[96085]: pgmap v9053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:42:44.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:44.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:45 smithi098 ceph-mon[112578]: pgmap v9054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:45 smithi016 ceph-mon[96085]: pgmap v9054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:45.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:45.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:46.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:46.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:47.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:47.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:47 smithi098 ceph-mon[112578]: pgmap v9055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:47 smithi016 ceph-mon[96085]: pgmap v9055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:48.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:48.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:49.728 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:49 smithi016 ceph-mon[96085]: pgmap v9056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:49.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:49.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:49 smithi098 ceph-mon[112578]: pgmap v9056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:50.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:50.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:51 smithi016 ceph-mon[96085]: pgmap v9057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:51.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:51.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:51 smithi098 ceph-mon[112578]: pgmap v9057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:52.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:52.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:53 smithi098 ceph-mon[112578]: pgmap v9058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:53.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:53.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:53 smithi016 ceph-mon[96085]: pgmap v9058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:54.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:54.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:55 smithi098 ceph-mon[112578]: pgmap v9059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:55 smithi016 ceph-mon[96085]: pgmap v9059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:55.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:55.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:56.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:56.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:57 smithi098 ceph-mon[112578]: pgmap v9060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:57.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:57.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:57 smithi016 ceph-mon[96085]: pgmap v9060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:42:58.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:58.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:42:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:42:59 smithi098 ceph-mon[112578]: pgmap v9061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:59.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:42:59.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:42:59 smithi016 ceph-mon[96085]: pgmap v9061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:00.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:00.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:01 smithi016 ceph-mon[96085]: pgmap v9062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:01 smithi098 ceph-mon[112578]: pgmap v9062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:01.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:01.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:02.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:02.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:03.730 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:03 smithi016 ceph-mon[96085]: pgmap v9063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:03 smithi098 ceph-mon[112578]: pgmap v9063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:03.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:03.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:04.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:04.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:05 smithi098 ceph-mon[112578]: pgmap v9064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:05 smithi016 ceph-mon[96085]: pgmap v9064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:05.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:05.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:06.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:06.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:07 smithi098 ceph-mon[112578]: pgmap v9065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:07 smithi016 ceph-mon[96085]: pgmap v9065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:07.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:07.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:08.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:08.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:09 smithi098 ceph-mon[112578]: pgmap v9066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:09 smithi016 ceph-mon[96085]: pgmap v9066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:09.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:09.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:10.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:10.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:11 smithi016 ceph-mon[96085]: pgmap v9067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:11 smithi098 ceph-mon[112578]: pgmap v9067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:11.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:11.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:12.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:12.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:13 smithi098 ceph-mon[112578]: pgmap v9068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:43:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:13 smithi016 ceph-mon[96085]: pgmap v9068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:43:13.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:13.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:14.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:14.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:15 smithi016 ceph-mon[96085]: pgmap v9069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:15 smithi098 ceph-mon[112578]: pgmap v9069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:15.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:15.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:16.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:16.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:17 smithi098 ceph-mon[112578]: pgmap v9070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:17 smithi016 ceph-mon[96085]: pgmap v9070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:17.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:17.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:18.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:18.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:19 smithi098 ceph-mon[112578]: pgmap v9071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:19 smithi016 ceph-mon[96085]: pgmap v9071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:19.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:19.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:20.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:20.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:21 smithi016 ceph-mon[96085]: pgmap v9072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:21 smithi098 ceph-mon[112578]: pgmap v9072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:21.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:21.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:22.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:22.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:23 smithi098 ceph-mon[112578]: pgmap v9073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:23 smithi016 ceph-mon[96085]: pgmap v9073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:23.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:23.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:24.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:24.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:25 smithi098 ceph-mon[112578]: pgmap v9074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:25 smithi016 ceph-mon[96085]: pgmap v9074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:25.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:25.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:26.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:26.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:27 smithi098 ceph-mon[112578]: pgmap v9075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:27 smithi016 ceph-mon[96085]: pgmap v9075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:27.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:27.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:43:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:43:28.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:28.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:29 smithi098 ceph-mon[112578]: pgmap v9076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:29 smithi016 ceph-mon[96085]: pgmap v9076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:29.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:29.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:30.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:30.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:31 smithi016 ceph-mon[96085]: pgmap v9077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:31 smithi098 ceph-mon[112578]: pgmap v9077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:31.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:31.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:32.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:32.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:33 smithi098 ceph-mon[112578]: pgmap v9078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:33 smithi016 ceph-mon[96085]: pgmap v9078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:33.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:33.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:34.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:34.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:35 smithi098 ceph-mon[112578]: pgmap v9079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:35 smithi016 ceph-mon[96085]: pgmap v9079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:35.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:35.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:36.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:36.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:37 smithi098 ceph-mon[112578]: pgmap v9080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:37 smithi016 ceph-mon[96085]: pgmap v9080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:37.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:37.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:43:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:43:38.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:38.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:39 smithi098 ceph-mon[112578]: pgmap v9081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:43:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:43:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:43:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:43:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:43:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:39 smithi016 ceph-mon[96085]: pgmap v9081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:43:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:43:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:43:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:43:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:43:39.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:39.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:40.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:40.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:41 smithi098 ceph-mon[112578]: pgmap v9082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:41 smithi016 ceph-mon[96085]: pgmap v9082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:41.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:41.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:42.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:42.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:43 smithi098 ceph-mon[112578]: pgmap v9083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:43:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:43 smithi016 ceph-mon[96085]: pgmap v9083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:43:43.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:43.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:44.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:44.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:45 smithi098 ceph-mon[112578]: pgmap v9084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:45 smithi016 ceph-mon[96085]: pgmap v9084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:45.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:45.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:46.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:46.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:47 smithi098 ceph-mon[112578]: pgmap v9085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:47 smithi016 ceph-mon[96085]: pgmap v9085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:47.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:47.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:48.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:48.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:49 smithi098 ceph-mon[112578]: pgmap v9086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:49 smithi016 ceph-mon[96085]: pgmap v9086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:49.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:49.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:50.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:50.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:51 smithi098 ceph-mon[112578]: pgmap v9087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:51 smithi016 ceph-mon[96085]: pgmap v9087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:51.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:51.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:52.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:52.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:53 smithi098 ceph-mon[112578]: pgmap v9088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:53 smithi016 ceph-mon[96085]: pgmap v9088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:53.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:53.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:54.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:54.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:55.481 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:55 smithi016 ceph-mon[96085]: pgmap v9089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:55 smithi098 ceph-mon[112578]: pgmap v9089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:55.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:55.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:56.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:56.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:57 smithi098 ceph-mon[112578]: pgmap v9090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:57 smithi016 ceph-mon[96085]: pgmap v9090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:57.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:57.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:43:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:43:58.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:58.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:43:59 smithi098 ceph-mon[112578]: pgmap v9091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:43:59 smithi016 ceph-mon[96085]: pgmap v9091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:59.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:43:59.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:00.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:00.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:01 smithi016 ceph-mon[96085]: pgmap v9092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:01 smithi098 ceph-mon[112578]: pgmap v9092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:01.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:01.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:02.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:02.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:03 smithi098 ceph-mon[112578]: pgmap v9093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:03 smithi016 ceph-mon[96085]: pgmap v9093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:03.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:03.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:04.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:04.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:05 smithi098 ceph-mon[112578]: pgmap v9094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:05 smithi016 ceph-mon[96085]: pgmap v9094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:05.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:05.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:06.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:06.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:07 smithi098 ceph-mon[112578]: pgmap v9095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:07 smithi016 ceph-mon[96085]: pgmap v9095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:07.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:07.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:08.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:08.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:09 smithi098 ceph-mon[112578]: pgmap v9096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:09 smithi016 ceph-mon[96085]: pgmap v9096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:09.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:09.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:10.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:10.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:11 smithi016 ceph-mon[96085]: pgmap v9097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:11 smithi098 ceph-mon[112578]: pgmap v9097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:11.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:11.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:12.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:12.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:13 smithi098 ceph-mon[112578]: pgmap v9098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:44:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:13 smithi016 ceph-mon[96085]: pgmap v9098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:44:13.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:13.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:14.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:14.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:15 smithi098 ceph-mon[112578]: pgmap v9099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:15 smithi016 ceph-mon[96085]: pgmap v9099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:15.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:15.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:16.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:16.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:17 smithi098 ceph-mon[112578]: pgmap v9100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:17 smithi016 ceph-mon[96085]: pgmap v9100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:17.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:17.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:18.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:18.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:19 smithi098 ceph-mon[112578]: pgmap v9101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:19 smithi016 ceph-mon[96085]: pgmap v9101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:19.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:19.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:20.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:20.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:21 smithi016 ceph-mon[96085]: pgmap v9102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:21 smithi098 ceph-mon[112578]: pgmap v9102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:21.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:21.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:22.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:22.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:23 smithi098 ceph-mon[112578]: pgmap v9103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:23 smithi016 ceph-mon[96085]: pgmap v9103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:23.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:23.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:24.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:24.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:25 smithi098 ceph-mon[112578]: pgmap v9104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:25 smithi016 ceph-mon[96085]: pgmap v9104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:25.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:25.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:26.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:26.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:27 smithi098 ceph-mon[112578]: pgmap v9105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:27 smithi016 ceph-mon[96085]: pgmap v9105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:27.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:27.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:44:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:44:28.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:28.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:29 smithi098 ceph-mon[112578]: pgmap v9106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:29 smithi016 ceph-mon[96085]: pgmap v9106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:29.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:29.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:30.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:30.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:31 smithi016 ceph-mon[96085]: pgmap v9107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:31.665 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:31 smithi098 ceph-mon[112578]: pgmap v9107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:31.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:31.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:32.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:32.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:33 smithi098 ceph-mon[112578]: pgmap v9108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:33 smithi016 ceph-mon[96085]: pgmap v9108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:33.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:33.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:34.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:34.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:35 smithi098 ceph-mon[112578]: pgmap v9109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:35 smithi016 ceph-mon[96085]: pgmap v9109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:35.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:35.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:36.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:36.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:37 smithi098 ceph-mon[112578]: pgmap v9110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:37 smithi016 ceph-mon[96085]: pgmap v9110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:37.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:37.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:38.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:38.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:39 smithi098 ceph-mon[112578]: pgmap v9111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:44:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:39 smithi016 ceph-mon[96085]: pgmap v9111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:44:39.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:39.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:44:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:44:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:44:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:44:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:44:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:44:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:44:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:44:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:44:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:44:40.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:40.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:41 smithi098 ceph-mon[112578]: pgmap v9112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:41 smithi016 ceph-mon[96085]: pgmap v9112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:41.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:41.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:42.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:42.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:43 smithi098 ceph-mon[112578]: pgmap v9113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:44:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:43 smithi016 ceph-mon[96085]: pgmap v9113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:44:43.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:43.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:44.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:44.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:45 smithi098 ceph-mon[112578]: pgmap v9114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:45 smithi016 ceph-mon[96085]: pgmap v9114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:45.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:45.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:46.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:46.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:47 smithi098 ceph-mon[112578]: pgmap v9115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:47 smithi016 ceph-mon[96085]: pgmap v9115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:47.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:47.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:48.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:48.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:49 smithi098 ceph-mon[112578]: pgmap v9116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:49 smithi016 ceph-mon[96085]: pgmap v9116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:49.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:49.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:50.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:50.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:51 smithi016 ceph-mon[96085]: pgmap v9117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:51 smithi098 ceph-mon[112578]: pgmap v9117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:51.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:51.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:52.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:52.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:53 smithi098 ceph-mon[112578]: pgmap v9118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:53 smithi016 ceph-mon[96085]: pgmap v9118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:53.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:53.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:54.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:54.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:55 smithi098 ceph-mon[112578]: pgmap v9119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:55 smithi016 ceph-mon[96085]: pgmap v9119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:55.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:55.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:56.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:56.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:57 smithi098 ceph-mon[112578]: pgmap v9120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:57 smithi016 ceph-mon[96085]: pgmap v9120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:57.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:57.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:44:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:44:58.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:58.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:44:59 smithi098 ceph-mon[112578]: pgmap v9121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:44:59 smithi016 ceph-mon[96085]: pgmap v9121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:59.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:44:59.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:00.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:00.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:01 smithi016 ceph-mon[96085]: pgmap v9122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:01 smithi098 ceph-mon[112578]: pgmap v9122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:01.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:01.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:02.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:02.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:03 smithi098 ceph-mon[112578]: pgmap v9123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:03 smithi016 ceph-mon[96085]: pgmap v9123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:03.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:03.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:04.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:04.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:05 smithi098 ceph-mon[112578]: pgmap v9124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:05 smithi016 ceph-mon[96085]: pgmap v9124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:05.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:05.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:06.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:06.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:07 smithi098 ceph-mon[112578]: pgmap v9125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:07 smithi016 ceph-mon[96085]: pgmap v9125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:07.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:07.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:08.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:08.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:09 smithi098 ceph-mon[112578]: pgmap v9126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:09 smithi016 ceph-mon[96085]: pgmap v9126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:09.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:09.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:10.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:10.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:11 smithi016 ceph-mon[96085]: pgmap v9127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:11 smithi098 ceph-mon[112578]: pgmap v9127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:11.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:11.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:12.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:12.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:13 smithi098 ceph-mon[112578]: pgmap v9128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:45:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:13 smithi016 ceph-mon[96085]: pgmap v9128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:45:13.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:13.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:15.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:15.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:15 smithi098 ceph-mon[112578]: pgmap v9129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:15 smithi016 ceph-mon[96085]: pgmap v9129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:16.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:16.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:17.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:17.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:17 smithi098 ceph-mon[112578]: pgmap v9130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:17 smithi016 ceph-mon[96085]: pgmap v9130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:18.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:18.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:19.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:19.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:19 smithi098 ceph-mon[112578]: pgmap v9131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:19 smithi016 ceph-mon[96085]: pgmap v9131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:20.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:20.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:21.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:21.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:21.464 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:21 smithi016 ceph-mon[96085]: pgmap v9132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:21 smithi098 ceph-mon[112578]: pgmap v9132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:22.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:22.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:23.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:23.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:23 smithi098 ceph-mon[112578]: pgmap v9133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:23 smithi016 ceph-mon[96085]: pgmap v9133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:24.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:24.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:25.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:25.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:25 smithi098 ceph-mon[112578]: pgmap v9134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:25 smithi016 ceph-mon[96085]: pgmap v9134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:26.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:26.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:27.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:27.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:27 smithi098 ceph-mon[112578]: pgmap v9135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:27 smithi016 ceph-mon[96085]: pgmap v9135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:28.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:28.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:45:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:45:29.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:29.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:29 smithi098 ceph-mon[112578]: pgmap v9136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:29 smithi016 ceph-mon[96085]: pgmap v9136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:30.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:30.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:31.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:31.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:31 smithi016 ceph-mon[96085]: pgmap v9137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:31 smithi098 ceph-mon[112578]: pgmap v9137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:32.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:32.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:33.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:33.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:33 smithi098 ceph-mon[112578]: pgmap v9138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:33 smithi016 ceph-mon[96085]: pgmap v9138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:34.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:34.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:35.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:35.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:35 smithi098 ceph-mon[112578]: pgmap v9139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:35 smithi016 ceph-mon[96085]: pgmap v9139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:36.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:36.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:37.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:37.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:37 smithi098 ceph-mon[112578]: pgmap v9140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:37.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:37 smithi016 ceph-mon[96085]: pgmap v9140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:38.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:38.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:39.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:39.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:39 smithi098 ceph-mon[112578]: pgmap v9141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:39 smithi016 ceph-mon[96085]: pgmap v9141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:40.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:40.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:45:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:45:41.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:41.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:41 smithi016 ceph-mon[96085]: pgmap v9142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:41 smithi098 ceph-mon[112578]: pgmap v9142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:42.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:42.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:43.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:43.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:43 smithi098 ceph-mon[112578]: pgmap v9143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:45:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:45:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:45:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:45:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:45:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:45:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:45:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:45:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:43 smithi016 ceph-mon[96085]: pgmap v9143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:45:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:45:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:45:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:45:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:45:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:45:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:45:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:45:44.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:44.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:45.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:45.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:45 smithi098 ceph-mon[112578]: pgmap v9144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:45 smithi016 ceph-mon[96085]: pgmap v9144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:46.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:46.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:47.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:47.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:47 smithi098 ceph-mon[112578]: pgmap v9145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:47 smithi016 ceph-mon[96085]: pgmap v9145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:48.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:48.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:49.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:49.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:49 smithi098 ceph-mon[112578]: pgmap v9146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:49 smithi016 ceph-mon[96085]: pgmap v9146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:50.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:50.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:51.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:51.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:51 smithi016 ceph-mon[96085]: pgmap v9147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:51 smithi098 ceph-mon[112578]: pgmap v9147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:52.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:52.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:53.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:53.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:53 smithi098 ceph-mon[112578]: pgmap v9148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:53 smithi016 ceph-mon[96085]: pgmap v9148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:54.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:54.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:55.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:55.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:55 smithi098 ceph-mon[112578]: pgmap v9149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:55 smithi016 ceph-mon[96085]: pgmap v9149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:56.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:56.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:57.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:57.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:57 smithi098 ceph-mon[112578]: pgmap v9150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:57 smithi016 ceph-mon[96085]: pgmap v9150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:58.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:58.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:45:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:45:59.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:45:59.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:45:59 smithi098 ceph-mon[112578]: pgmap v9151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:45:59 smithi016 ceph-mon[96085]: pgmap v9151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:00.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:00.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:01.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:01.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:01 smithi016 ceph-mon[96085]: pgmap v9152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:01 smithi098 ceph-mon[112578]: pgmap v9152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:02.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:02.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:03.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:03.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:03 smithi098 ceph-mon[112578]: pgmap v9153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:03 smithi016 ceph-mon[96085]: pgmap v9153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:04.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:04.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:05.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:05.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:05 smithi098 ceph-mon[112578]: pgmap v9154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:05 smithi016 ceph-mon[96085]: pgmap v9154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:06.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:06.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:07.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:07.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:07.654 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:07 smithi098 ceph-mon[112578]: pgmap v9155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:07 smithi016 ceph-mon[96085]: pgmap v9155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:08.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:08.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:09.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:09.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:09 smithi098 ceph-mon[112578]: pgmap v9156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:09 smithi016 ceph-mon[96085]: pgmap v9156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:10.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:10.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:11.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:11.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:11 smithi016 ceph-mon[96085]: pgmap v9157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:11 smithi098 ceph-mon[112578]: pgmap v9157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:12.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:12.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:13.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:13.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:13 smithi098 ceph-mon[112578]: pgmap v9158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:46:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:13 smithi016 ceph-mon[96085]: pgmap v9158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:46:14.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:14.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:15.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:15.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:15 smithi098 ceph-mon[112578]: pgmap v9159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:15 smithi016 ceph-mon[96085]: pgmap v9159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:16.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:16.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:17.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:17.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:17.759 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:17 smithi098 ceph-mon[112578]: pgmap v9160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:17 smithi016 ceph-mon[96085]: pgmap v9160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:18.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:18.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:19.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:19.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:19 smithi098 ceph-mon[112578]: pgmap v9161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:19 smithi016 ceph-mon[96085]: pgmap v9161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:20.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:20.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:21.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:21.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:21 smithi016 ceph-mon[96085]: pgmap v9162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:21 smithi098 ceph-mon[112578]: pgmap v9162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:22.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:22.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:23.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:23.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:23 smithi098 ceph-mon[112578]: pgmap v9163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:23 smithi016 ceph-mon[96085]: pgmap v9163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:24.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:24.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:25.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:25.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:25 smithi098 ceph-mon[112578]: pgmap v9164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:25 smithi016 ceph-mon[96085]: pgmap v9164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:26.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:26.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:27.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:27.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:27 smithi016 ceph-mon[96085]: pgmap v9165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:27 smithi098 ceph-mon[112578]: pgmap v9165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:28.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:28.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:46:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:46:29.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:29.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:29 smithi098 ceph-mon[112578]: pgmap v9166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:29 smithi016 ceph-mon[96085]: pgmap v9166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:30.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:30.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:31.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:31.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:31 smithi016 ceph-mon[96085]: pgmap v9167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:31 smithi098 ceph-mon[112578]: pgmap v9167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:32.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:32.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:33.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:33.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:33 smithi098 ceph-mon[112578]: pgmap v9168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:33 smithi016 ceph-mon[96085]: pgmap v9168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:34.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:34.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:35.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:35.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:35 smithi098 ceph-mon[112578]: pgmap v9169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:35 smithi016 ceph-mon[96085]: pgmap v9169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:36.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:36.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:37.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:37.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:37 smithi098 ceph-mon[112578]: pgmap v9170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:37 smithi016 ceph-mon[96085]: pgmap v9170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:38.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:38.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:39.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:39.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:39 smithi098 ceph-mon[112578]: pgmap v9171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:39 smithi016 ceph-mon[96085]: pgmap v9171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:40.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:40.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:41.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:41.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:41 smithi016 ceph-mon[96085]: pgmap v9172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:41 smithi098 ceph-mon[112578]: pgmap v9172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:42.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:42.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:43.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:43.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:43 smithi098 ceph-mon[112578]: pgmap v9173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:46:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:46:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:43 smithi016 ceph-mon[96085]: pgmap v9173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:46:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:46:44.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:44.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:45.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:45.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:45 smithi098 ceph-mon[112578]: pgmap v9174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:45 smithi016 ceph-mon[96085]: pgmap v9174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:46.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:46.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:47.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:47.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:47 smithi098 ceph-mon[112578]: pgmap v9175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:47 smithi016 ceph-mon[96085]: pgmap v9175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:48.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:48.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:49.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:49.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:46:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:46:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:46:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:46:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:46:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:46:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:46:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:48 smithi098 ceph-mon[112578]: pgmap v9176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:46:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:46:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:46:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:46:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:46:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:46:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:46:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:48 smithi016 ceph-mon[96085]: pgmap v9176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:50.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:50.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:51.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:51.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:51 smithi016 ceph-mon[96085]: pgmap v9177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:51 smithi098 ceph-mon[112578]: pgmap v9177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:52.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:52.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:53.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:53.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:53 smithi098 ceph-mon[112578]: pgmap v9178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:53 smithi016 ceph-mon[96085]: pgmap v9178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:54.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:54.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:55.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:55.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:55 smithi098 ceph-mon[112578]: pgmap v9179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:55 smithi016 ceph-mon[96085]: pgmap v9179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:56.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:56.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:57.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:57.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:57 smithi098 ceph-mon[112578]: pgmap v9180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:57 smithi016 ceph-mon[96085]: pgmap v9180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:58.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:58.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:46:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:46:59.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:46:59.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:46:59 smithi098 ceph-mon[112578]: pgmap v9181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:46:59 smithi016 ceph-mon[96085]: pgmap v9181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:00.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:00.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:01.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:01.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:01 smithi016 ceph-mon[96085]: pgmap v9182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:01 smithi098 ceph-mon[112578]: pgmap v9182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:02.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:02.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:03.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:03.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:03 smithi098 ceph-mon[112578]: pgmap v9183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:03.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:03 smithi016 ceph-mon[96085]: pgmap v9183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:04.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:04.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:05.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:05.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:05 smithi098 ceph-mon[112578]: pgmap v9184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:05 smithi016 ceph-mon[96085]: pgmap v9184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:06.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:06.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:07.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:07.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:07.677 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:07 smithi016 ceph-mon[96085]: pgmap v9185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:07 smithi098 ceph-mon[112578]: pgmap v9185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:08.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:08.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:09.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:09.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:09 smithi098 ceph-mon[112578]: pgmap v9186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:09 smithi016 ceph-mon[96085]: pgmap v9186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:10.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:10.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:11.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:11.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:11 smithi098 ceph-mon[112578]: pgmap v9187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:11 smithi016 ceph-mon[96085]: pgmap v9187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:12.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:12.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:13.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:13.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:13 smithi098 ceph-mon[112578]: pgmap v9188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:47:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:13 smithi016 ceph-mon[96085]: pgmap v9188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:47:14.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:14.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:15.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:15.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:15 smithi098 ceph-mon[112578]: pgmap v9189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:15 smithi016 ceph-mon[96085]: pgmap v9189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:16.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:16.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:17.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:17.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:17 smithi098 ceph-mon[112578]: pgmap v9190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:17 smithi016 ceph-mon[96085]: pgmap v9190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:18.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:18.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:19.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:19.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:19 smithi098 ceph-mon[112578]: pgmap v9191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:19 smithi016 ceph-mon[96085]: pgmap v9191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:20.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:20.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:21.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:21.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:21 smithi098 ceph-mon[112578]: pgmap v9192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:21 smithi016 ceph-mon[96085]: pgmap v9192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:22.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:22.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:23.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:23.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:23 smithi098 ceph-mon[112578]: pgmap v9193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:23 smithi016 ceph-mon[96085]: pgmap v9193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:24.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:24.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:25.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:25.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:25 smithi098 ceph-mon[112578]: pgmap v9194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:25 smithi016 ceph-mon[96085]: pgmap v9194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:26.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:26.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:27.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:27.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:27 smithi098 ceph-mon[112578]: pgmap v9195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:27 smithi016 ceph-mon[96085]: pgmap v9195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:28.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:28.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:47:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:47:29.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:29.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:29 smithi098 ceph-mon[112578]: pgmap v9196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:29 smithi016 ceph-mon[96085]: pgmap v9196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:30.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:30.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:31.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:31.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:31 smithi098 ceph-mon[112578]: pgmap v9197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:31 smithi016 ceph-mon[96085]: pgmap v9197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:32.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:32.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:33.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:33.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:33 smithi098 ceph-mon[112578]: pgmap v9198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:33 smithi016 ceph-mon[96085]: pgmap v9198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:34.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:34.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:35.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:35.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:35 smithi098 ceph-mon[112578]: pgmap v9199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:35 smithi016 ceph-mon[96085]: pgmap v9199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:36.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:36.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:37.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:37.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:37 smithi098 ceph-mon[112578]: pgmap v9200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:37 smithi016 ceph-mon[96085]: pgmap v9200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:38.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:38.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:39.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:39.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:39 smithi098 ceph-mon[112578]: pgmap v9201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:39 smithi016 ceph-mon[96085]: pgmap v9201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:40.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:40.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:41.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:41.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:41 smithi098 ceph-mon[112578]: pgmap v9202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:41 smithi016 ceph-mon[96085]: pgmap v9202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:42.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:42.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:43.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:43.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:43 smithi098 ceph-mon[112578]: pgmap v9203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:47:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:43 smithi016 ceph-mon[96085]: pgmap v9203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:47:44.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:44.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:45.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:45.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:45 smithi098 ceph-mon[112578]: pgmap v9204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:45 smithi016 ceph-mon[96085]: pgmap v9204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:46.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:46.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:47.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:47.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:47 smithi098 ceph-mon[112578]: pgmap v9205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:47 smithi016 ceph-mon[96085]: pgmap v9205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:48.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:48.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:49.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:49.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:49 smithi098 ceph-mon[112578]: pgmap v9206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:49.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:47:49.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:47:49.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:47:49.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:47:49.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:47:49.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:47:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:49 smithi016 ceph-mon[96085]: pgmap v9206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:47:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:47:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:47:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:47:49.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:47:49.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:47:50.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:50.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:51.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:51.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:51 smithi098 ceph-mon[112578]: pgmap v9207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:51.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:51 smithi016 ceph-mon[96085]: pgmap v9207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:52.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:52.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:53.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:53.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:53 smithi016 ceph-mon[96085]: pgmap v9208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:53.751 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:53 smithi098 ceph-mon[112578]: pgmap v9208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:54.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:54.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:55.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:55.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:55 smithi016 ceph-mon[96085]: pgmap v9209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:55 smithi098 ceph-mon[112578]: pgmap v9209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:56.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:56.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:57.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:57.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:57 smithi098 ceph-mon[112578]: pgmap v9210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:57 smithi016 ceph-mon[96085]: pgmap v9210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:58.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:58.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:47:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:47:59.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:47:59.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:47:59 smithi098 ceph-mon[112578]: pgmap v9211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:47:59 smithi016 ceph-mon[96085]: pgmap v9211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:00.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:00.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:01.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:01.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:01 smithi098 ceph-mon[112578]: pgmap v9212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:01.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:01 smithi016 ceph-mon[96085]: pgmap v9212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:02.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:02.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:03.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:03.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:03 smithi098 ceph-mon[112578]: pgmap v9213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:03 smithi016 ceph-mon[96085]: pgmap v9213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:04.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:04.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:05.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:05.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:05 smithi016 ceph-mon[96085]: pgmap v9214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:05 smithi098 ceph-mon[112578]: pgmap v9214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:06.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:06.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:07.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:07.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:07 smithi098 ceph-mon[112578]: pgmap v9215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:07 smithi016 ceph-mon[96085]: pgmap v9215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:08.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:08.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:09.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:09.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:09 smithi098 ceph-mon[112578]: pgmap v9216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:09 smithi016 ceph-mon[96085]: pgmap v9216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:10.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:10.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:11.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:11.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:11 smithi098 ceph-mon[112578]: pgmap v9217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:11 smithi016 ceph-mon[96085]: pgmap v9217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:12.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:12.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:13.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:13.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:13 smithi098 ceph-mon[112578]: pgmap v9218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:48:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:13 smithi016 ceph-mon[96085]: pgmap v9218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:48:14.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:14.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:15.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:15.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:15 smithi016 ceph-mon[96085]: pgmap v9219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:15 smithi098 ceph-mon[112578]: pgmap v9219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:16.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:16.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:17.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:17.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:17 smithi098 ceph-mon[112578]: pgmap v9220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:17 smithi016 ceph-mon[96085]: pgmap v9220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:18.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:18.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:19.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:19.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:19 smithi098 ceph-mon[112578]: pgmap v9221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:19 smithi016 ceph-mon[96085]: pgmap v9221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:20.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:20.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:21.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:21.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:21 smithi098 ceph-mon[112578]: pgmap v9222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:21 smithi016 ceph-mon[96085]: pgmap v9222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:22.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:22.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:23.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:23.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:23.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:23 smithi098 ceph-mon[112578]: pgmap v9223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:23 smithi016 ceph-mon[96085]: pgmap v9223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:24.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:24.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:25.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:25.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:25 smithi016 ceph-mon[96085]: pgmap v9224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:25 smithi098 ceph-mon[112578]: pgmap v9224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:26.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:26.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:27.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:27.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:27 smithi098 ceph-mon[112578]: pgmap v9225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:27 smithi016 ceph-mon[96085]: pgmap v9225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:28.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:28.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:48:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:48:29.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:29.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:29.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:29 smithi098 ceph-mon[112578]: pgmap v9226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:29 smithi016 ceph-mon[96085]: pgmap v9226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:30.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:30.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:31.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:31.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:31 smithi098 ceph-mon[112578]: pgmap v9227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:31 smithi016 ceph-mon[96085]: pgmap v9227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:32.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:32.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:33.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:33.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:33.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:33 smithi098 ceph-mon[112578]: pgmap v9228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:33 smithi016 ceph-mon[96085]: pgmap v9228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:34.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:34.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:35.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:35.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:35 smithi016 ceph-mon[96085]: pgmap v9229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:35 smithi098 ceph-mon[112578]: pgmap v9229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:36.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:36.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:37.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:37.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:37 smithi098 ceph-mon[112578]: pgmap v9230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:37.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:37 smithi016 ceph-mon[96085]: pgmap v9230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:38.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:38.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:39.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:39.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:39 smithi098 ceph-mon[112578]: pgmap v9231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:39 smithi016 ceph-mon[96085]: pgmap v9231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:40.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:40.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:41.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:41.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:41 smithi098 ceph-mon[112578]: pgmap v9232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:41 smithi016 ceph-mon[96085]: pgmap v9232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:42.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:42.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:43.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:43.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:43 smithi098 ceph-mon[112578]: pgmap v9233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:48:43.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:43 smithi016 ceph-mon[96085]: pgmap v9233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:48:44.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:44.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:45.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:45.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:45 smithi016 ceph-mon[96085]: pgmap v9234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:45 smithi098 ceph-mon[112578]: pgmap v9234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:46.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:46.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:47.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:47.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:47 smithi098 ceph-mon[112578]: pgmap v9235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:47 smithi016 ceph-mon[96085]: pgmap v9235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:48.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:48.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:49.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:49.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:49 smithi098 ceph-mon[112578]: pgmap v9236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:48:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:49 smithi016 ceph-mon[96085]: pgmap v9236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:48:50.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:50.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:48:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:48:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:48:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:48:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:48:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:48:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:48:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:48:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:48:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:48:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:48:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:48:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:48:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:48:51.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:51.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:51 smithi098 ceph-mon[112578]: pgmap v9237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:51.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:51 smithi016 ceph-mon[96085]: pgmap v9237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:52.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:52.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:53.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:53.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:53 smithi098 ceph-mon[112578]: pgmap v9238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:53 smithi016 ceph-mon[96085]: pgmap v9238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:54.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:54.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:55.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:55.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:55 smithi016 ceph-mon[96085]: pgmap v9239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:55 smithi098 ceph-mon[112578]: pgmap v9239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:56.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:56.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:57.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:57.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:57 smithi098 ceph-mon[112578]: pgmap v9240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:57 smithi016 ceph-mon[96085]: pgmap v9240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:58.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:58.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:48:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:48:59.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:48:59.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:48:59 smithi098 ceph-mon[112578]: pgmap v9241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:48:59 smithi016 ceph-mon[96085]: pgmap v9241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:00.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:00.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:01.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:01.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:01 smithi098 ceph-mon[112578]: pgmap v9242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:01.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:01 smithi016 ceph-mon[96085]: pgmap v9242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:02.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:02.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:03.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:03.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:03 smithi098 ceph-mon[112578]: pgmap v9243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:03 smithi016 ceph-mon[96085]: pgmap v9243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:04.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:04.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:05.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:05.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:05 smithi016 ceph-mon[96085]: pgmap v9244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:05 smithi098 ceph-mon[112578]: pgmap v9244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:06.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:06.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:07.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:07.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:07 smithi098 ceph-mon[112578]: pgmap v9245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:07 smithi016 ceph-mon[96085]: pgmap v9245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:08.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:08.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:09.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:09.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:09 smithi098 ceph-mon[112578]: pgmap v9246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:09 smithi016 ceph-mon[96085]: pgmap v9246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:10.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:10.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:11.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:11.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:11 smithi098 ceph-mon[112578]: pgmap v9247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:11 smithi016 ceph-mon[96085]: pgmap v9247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:12.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:12.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:13.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:13.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:13 smithi098 ceph-mon[112578]: pgmap v9248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:49:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:13 smithi016 ceph-mon[96085]: pgmap v9248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:49:14.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:14.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:15.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:15.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:15 smithi098 ceph-mon[112578]: pgmap v9249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:15 smithi016 ceph-mon[96085]: pgmap v9249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:16.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:16.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:17.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:17.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:17 smithi098 ceph-mon[112578]: pgmap v9250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:17 smithi016 ceph-mon[96085]: pgmap v9250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:18.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:18.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:19.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:19.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:19 smithi098 ceph-mon[112578]: pgmap v9251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:19 smithi016 ceph-mon[96085]: pgmap v9251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:20.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:20.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:21.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:21.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:21 smithi098 ceph-mon[112578]: pgmap v9252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:21 smithi016 ceph-mon[96085]: pgmap v9252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:22.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:22.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:23.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:23.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:23 smithi098 ceph-mon[112578]: pgmap v9253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:23 smithi016 ceph-mon[96085]: pgmap v9253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:24.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:24.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:25.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:25.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:25 smithi098 ceph-mon[112578]: pgmap v9254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:25 smithi016 ceph-mon[96085]: pgmap v9254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:26.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:26.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:27.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:27.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:27 smithi098 ceph-mon[112578]: pgmap v9255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:27 smithi016 ceph-mon[96085]: pgmap v9255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:28.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:28.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:49:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:49:29.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:29.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:29.746 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:29 smithi098 ceph-mon[112578]: pgmap v9256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:29 smithi016 ceph-mon[96085]: pgmap v9256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:30.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:30.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:31.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:31.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:31 smithi098 ceph-mon[112578]: pgmap v9257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:31 smithi016 ceph-mon[96085]: pgmap v9257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:32.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:32.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:33.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:33.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:33 smithi098 ceph-mon[112578]: pgmap v9258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:33 smithi016 ceph-mon[96085]: pgmap v9258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:34.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:34.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:35.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:35.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:35 smithi098 ceph-mon[112578]: pgmap v9259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:35 smithi016 ceph-mon[96085]: pgmap v9259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:36.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:36.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:37.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:37.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:37 smithi098 ceph-mon[112578]: pgmap v9260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:37 smithi016 ceph-mon[96085]: pgmap v9260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:38.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:38.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:39.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:39.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:39 smithi098 ceph-mon[112578]: pgmap v9261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:39 smithi016 ceph-mon[96085]: pgmap v9261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:40.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:40.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:41.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:41.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:41 smithi098 ceph-mon[112578]: pgmap v9262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:41 smithi016 ceph-mon[96085]: pgmap v9262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:42.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:42.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:43.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:43.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:43 smithi098 ceph-mon[112578]: pgmap v9263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:49:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:43 smithi016 ceph-mon[96085]: pgmap v9263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:49:44.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:44.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:45.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:45.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:45.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:45 smithi098 ceph-mon[112578]: pgmap v9264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:45 smithi016 ceph-mon[96085]: pgmap v9264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:46.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:46.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:47.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:47.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:47 smithi098 ceph-mon[112578]: pgmap v9265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:47 smithi016 ceph-mon[96085]: pgmap v9265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:48.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:48.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:49.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:49.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:49 smithi098 ceph-mon[112578]: pgmap v9266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:49 smithi016 ceph-mon[96085]: pgmap v9266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:50.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:50.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:49:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:49:51.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:51.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:51 smithi098 ceph-mon[112578]: pgmap v9267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:51.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:49:51.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:49:51.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:49:51.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:49:51.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:49:51.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:51 smithi016 ceph-mon[96085]: pgmap v9267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:51.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:49:51.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:49:51.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:49:51.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:49:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:49:52.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:52.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:53.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:53.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:53 smithi098 ceph-mon[112578]: pgmap v9268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:53 smithi016 ceph-mon[96085]: pgmap v9268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:54.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:54.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:55.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:55.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:55 smithi098 ceph-mon[112578]: pgmap v9269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:55 smithi016 ceph-mon[96085]: pgmap v9269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:56.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:56.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:57.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:57.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:57 smithi098 ceph-mon[112578]: pgmap v9270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:57 smithi016 ceph-mon[96085]: pgmap v9270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:58.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:58.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:49:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:49:59.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:49:59.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:49:59 smithi098 ceph-mon[112578]: pgmap v9271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:49:59 smithi016 ceph-mon[96085]: pgmap v9271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:00.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:00.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T01:50:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T01:50:01.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:01.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:01 smithi098 ceph-mon[112578]: pgmap v9272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:01.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:01 smithi016 ceph-mon[96085]: pgmap v9272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:02.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:02.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:03.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:03.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:03 smithi098 ceph-mon[112578]: pgmap v9273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:03 smithi016 ceph-mon[96085]: pgmap v9273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:04.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:04.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:05.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:05.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:05 smithi098 ceph-mon[112578]: pgmap v9274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:05 smithi016 ceph-mon[96085]: pgmap v9274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:06.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:06.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:07.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:07.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:07 smithi098 ceph-mon[112578]: pgmap v9275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:07 smithi016 ceph-mon[96085]: pgmap v9275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:08.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:08.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:09.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:09.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:09.762 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:09 smithi016 ceph-mon[96085]: pgmap v9276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:09 smithi098 ceph-mon[112578]: pgmap v9276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:10.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:10.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:11.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:11.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:11 smithi098 ceph-mon[112578]: pgmap v9277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:11 smithi016 ceph-mon[96085]: pgmap v9277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:12.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:12.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:13.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:13.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:13 smithi098 ceph-mon[112578]: pgmap v9278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:50:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:13 smithi016 ceph-mon[96085]: pgmap v9278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:50:14.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:14.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:15.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:15.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:15 smithi098 ceph-mon[112578]: pgmap v9279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:15 smithi016 ceph-mon[96085]: pgmap v9279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:16.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:16.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:17.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:17.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:17 smithi098 ceph-mon[112578]: pgmap v9280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:17 smithi016 ceph-mon[96085]: pgmap v9280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:18.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:18.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:19.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:19.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:19 smithi098 ceph-mon[112578]: pgmap v9281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:19 smithi016 ceph-mon[96085]: pgmap v9281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:20.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:20.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:21.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:21.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:21 smithi098 ceph-mon[112578]: pgmap v9282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:21 smithi016 ceph-mon[96085]: pgmap v9282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:22.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:22.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:23.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:23.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:23 smithi098 ceph-mon[112578]: pgmap v9283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:23 smithi016 ceph-mon[96085]: pgmap v9283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:24.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:24.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:25.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:25.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:25 smithi098 ceph-mon[112578]: pgmap v9284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:25 smithi016 ceph-mon[96085]: pgmap v9284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:26.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:26.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:27.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:27.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:27 smithi098 ceph-mon[112578]: pgmap v9285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:27 smithi016 ceph-mon[96085]: pgmap v9285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:28.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:28.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:50:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:50:29.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:29.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:29 smithi098 ceph-mon[112578]: pgmap v9286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:29 smithi016 ceph-mon[96085]: pgmap v9286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:30.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:30.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:31.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:31.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:31 smithi098 ceph-mon[112578]: pgmap v9287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:31 smithi016 ceph-mon[96085]: pgmap v9287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:32.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:32.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:33.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:33.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:33 smithi098 ceph-mon[112578]: pgmap v9288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:33 smithi016 ceph-mon[96085]: pgmap v9288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:34.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:34.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:35 smithi016 ceph-mon[96085]: pgmap v9289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:35.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:35.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:35 smithi098 ceph-mon[112578]: pgmap v9289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:36.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:36.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:37.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:37.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:37 smithi098 ceph-mon[112578]: pgmap v9290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:37 smithi016 ceph-mon[96085]: pgmap v9290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:38.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:38.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:39.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:39.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:39 smithi098 ceph-mon[112578]: pgmap v9291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:39 smithi016 ceph-mon[96085]: pgmap v9291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:40.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:40.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:41.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:41.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:41 smithi098 ceph-mon[112578]: pgmap v9292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:41 smithi016 ceph-mon[96085]: pgmap v9292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:42.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:42.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:43.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:43.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:43 smithi098 ceph-mon[112578]: pgmap v9293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:50:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:43 smithi016 ceph-mon[96085]: pgmap v9293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:50:44.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:44.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:45 smithi016 ceph-mon[96085]: pgmap v9294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:45.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:45.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:45 smithi098 ceph-mon[112578]: pgmap v9294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:46.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:46.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:47.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:47.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:47 smithi098 ceph-mon[112578]: pgmap v9295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:47 smithi016 ceph-mon[96085]: pgmap v9295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:48.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:48.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:49.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:49.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:49 smithi098 ceph-mon[112578]: pgmap v9296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:49 smithi016 ceph-mon[96085]: pgmap v9296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:50.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:50.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:51.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:51.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:51 smithi098 ceph-mon[112578]: pgmap v9297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:51.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:50:51.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:50:51.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:50:51.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:50:51.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:50:51.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:50:51.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:50:51.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:50:51.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:51 smithi016 ceph-mon[96085]: pgmap v9297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:51.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:50:51.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:50:51.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:50:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:50:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:50:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:50:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:50:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:50:52.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:52.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:53.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:53.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:53 smithi098 ceph-mon[112578]: pgmap v9298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:53 smithi016 ceph-mon[96085]: pgmap v9298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:54.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:54.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:55.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:55.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:55.643 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:55 smithi098 ceph-mon[112578]: pgmap v9299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:55 smithi016 ceph-mon[96085]: pgmap v9299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:56.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:56.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:57.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:57.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:57 smithi098 ceph-mon[112578]: pgmap v9300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:57 smithi016 ceph-mon[96085]: pgmap v9300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:58.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:58.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:50:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:50:59.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:50:59.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:50:59 smithi098 ceph-mon[112578]: pgmap v9301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:50:59 smithi016 ceph-mon[96085]: pgmap v9301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:00.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:00.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:01.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:01.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:01 smithi098 ceph-mon[112578]: pgmap v9302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:01.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:01 smithi016 ceph-mon[96085]: pgmap v9302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:02.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:02.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:03.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:03.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:03 smithi098 ceph-mon[112578]: pgmap v9303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:03 smithi016 ceph-mon[96085]: pgmap v9303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:04.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:04.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:05.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:05.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:05.750 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:05 smithi098 ceph-mon[112578]: pgmap v9304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:05 smithi016 ceph-mon[96085]: pgmap v9304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:06.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:06.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:07.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:07.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:07 smithi098 ceph-mon[112578]: pgmap v9305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:07 smithi016 ceph-mon[96085]: pgmap v9305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:08.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:08.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:09.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:09.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:09 smithi098 ceph-mon[112578]: pgmap v9306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:09 smithi016 ceph-mon[96085]: pgmap v9306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:10.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:10.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:11.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:11.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:11 smithi098 ceph-mon[112578]: pgmap v9307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:11 smithi016 ceph-mon[96085]: pgmap v9307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:12.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:12.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:13.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:13.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:13 smithi098 ceph-mon[112578]: pgmap v9308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:51:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:13 smithi016 ceph-mon[96085]: pgmap v9308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:51:14.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:14.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:15.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:15.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:15 smithi098 ceph-mon[112578]: pgmap v9309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:15 smithi016 ceph-mon[96085]: pgmap v9309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:16.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:16.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:17.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:17.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:17 smithi098 ceph-mon[112578]: pgmap v9310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:17 smithi016 ceph-mon[96085]: pgmap v9310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:18.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:18.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:19.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:19.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:19 smithi098 ceph-mon[112578]: pgmap v9311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:19 smithi016 ceph-mon[96085]: pgmap v9311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:20.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:20.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:21.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:21.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:21 smithi098 ceph-mon[112578]: pgmap v9312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:21 smithi016 ceph-mon[96085]: pgmap v9312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:22.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:22.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:23.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:23.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:23 smithi098 ceph-mon[112578]: pgmap v9313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:23 smithi016 ceph-mon[96085]: pgmap v9313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:24.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:24.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:25.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:25.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:25.628 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:25 smithi016 ceph-mon[96085]: pgmap v9314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:25 smithi098 ceph-mon[112578]: pgmap v9314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:26.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:26.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:27.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:27.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:27 smithi098 ceph-mon[112578]: pgmap v9315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:27 smithi016 ceph-mon[96085]: pgmap v9315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:28.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:28.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:51:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:51:29.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:29.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:29 smithi098 ceph-mon[112578]: pgmap v9316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:29 smithi016 ceph-mon[96085]: pgmap v9316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:30.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:30.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:31.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:31.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:31 smithi098 ceph-mon[112578]: pgmap v9317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:31 smithi016 ceph-mon[96085]: pgmap v9317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:32.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:32.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:33.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:33.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:33 smithi098 ceph-mon[112578]: pgmap v9318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:33 smithi016 ceph-mon[96085]: pgmap v9318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:34.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:34.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:35.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:35.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:35.744 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:35 smithi016 ceph-mon[96085]: pgmap v9319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:35 smithi098 ceph-mon[112578]: pgmap v9319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:36.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:36.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:37.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:37.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:37 smithi098 ceph-mon[112578]: pgmap v9320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:37 smithi016 ceph-mon[96085]: pgmap v9320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:38.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:38.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:39.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:39.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:39 smithi098 ceph-mon[112578]: pgmap v9321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:39 smithi016 ceph-mon[96085]: pgmap v9321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:40.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:40.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:41.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:41.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:41 smithi098 ceph-mon[112578]: pgmap v9322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:41 smithi016 ceph-mon[96085]: pgmap v9322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:42.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:42.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:43.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:43.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:43 smithi098 ceph-mon[112578]: pgmap v9323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:51:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:43 smithi016 ceph-mon[96085]: pgmap v9323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:43.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:51:44.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:44.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:45.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:45.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:45 smithi098 ceph-mon[112578]: pgmap v9324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:45 smithi016 ceph-mon[96085]: pgmap v9324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:46.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:46.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:47.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:47.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:47 smithi098 ceph-mon[112578]: pgmap v9325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:47 smithi016 ceph-mon[96085]: pgmap v9325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:48.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:48.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:49.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:49.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:49 smithi098 ceph-mon[112578]: pgmap v9326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:49 smithi016 ceph-mon[96085]: pgmap v9326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:50.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:50.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:51.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:51.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:51 smithi098 ceph-mon[112578]: pgmap v9327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:51.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:51 smithi016 ceph-mon[96085]: pgmap v9327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:52.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:52.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:51:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:51:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:51:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:51:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:51:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:51:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:51:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:51:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:51:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:51:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:51:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:51:53.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:53.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:53 smithi098 ceph-mon[112578]: pgmap v9328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:53 smithi016 ceph-mon[96085]: pgmap v9328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:54.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:54.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:55.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:55.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:55 smithi098 ceph-mon[112578]: pgmap v9329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:55 smithi016 ceph-mon[96085]: pgmap v9329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:56.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:56.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:57.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:57.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:57.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:57 smithi098 ceph-mon[112578]: pgmap v9330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:57 smithi016 ceph-mon[96085]: pgmap v9330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:58.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:58.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:51:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:51:59.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:51:59.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:51:59 smithi098 ceph-mon[112578]: pgmap v9331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:59.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:51:59 smithi016 ceph-mon[96085]: pgmap v9331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:00.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:00.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:01.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:01.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:01 smithi098 ceph-mon[112578]: pgmap v9332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:01.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:01 smithi016 ceph-mon[96085]: pgmap v9332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:02.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:02.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:03.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:03.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:03 smithi098 ceph-mon[112578]: pgmap v9333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:03 smithi016 ceph-mon[96085]: pgmap v9333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:04.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:04.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:05.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:05.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:05 smithi098 ceph-mon[112578]: pgmap v9334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:05 smithi016 ceph-mon[96085]: pgmap v9334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:06.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:06.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:07.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:07.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:07 smithi098 ceph-mon[112578]: pgmap v9335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:07 smithi016 ceph-mon[96085]: pgmap v9335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:08.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:08.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:09.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:09.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:09 smithi098 ceph-mon[112578]: pgmap v9336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:09 smithi016 ceph-mon[96085]: pgmap v9336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:10.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:10.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:11.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:11.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:11 smithi098 ceph-mon[112578]: pgmap v9337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:11.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:11 smithi016 ceph-mon[96085]: pgmap v9337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:12.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:12.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:13.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:13.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:13 smithi098 ceph-mon[112578]: pgmap v9338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:52:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:13 smithi016 ceph-mon[96085]: pgmap v9338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:52:14.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:14.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:15.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:15.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:15 smithi098 ceph-mon[112578]: pgmap v9339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:15 smithi016 ceph-mon[96085]: pgmap v9339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:16.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:16.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:17.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:17.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:17 smithi098 ceph-mon[112578]: pgmap v9340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:17 smithi016 ceph-mon[96085]: pgmap v9340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:18.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:18.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:19.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:19.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:19 smithi098 ceph-mon[112578]: pgmap v9341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:19 smithi016 ceph-mon[96085]: pgmap v9341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:20.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:20.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:21.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:21.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:21 smithi098 ceph-mon[112578]: pgmap v9342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:21.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:21 smithi016 ceph-mon[96085]: pgmap v9342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:22.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:22.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:23.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:23.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:23.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:23 smithi098 ceph-mon[112578]: pgmap v9343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:23 smithi016 ceph-mon[96085]: pgmap v9343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:24.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:24.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:25.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:25.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:25 smithi098 ceph-mon[112578]: pgmap v9344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:25 smithi016 ceph-mon[96085]: pgmap v9344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:26.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:26.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:27.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:27.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:27 smithi098 ceph-mon[112578]: pgmap v9345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:27 smithi016 ceph-mon[96085]: pgmap v9345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:28.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:28.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:52:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:52:29.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:29.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:29 smithi098 ceph-mon[112578]: pgmap v9346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:29 smithi016 ceph-mon[96085]: pgmap v9346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:30.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:30.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:31.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:31.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:31 smithi016 ceph-mon[96085]: pgmap v9347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:31 smithi098 ceph-mon[112578]: pgmap v9347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:32.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:32.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:32 smithi016 ceph-mon[96085]: pgmap v9348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:32 smithi098 ceph-mon[112578]: pgmap v9348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:33.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:33.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:34.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:34.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:35.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:35.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:35 smithi098 ceph-mon[112578]: pgmap v9349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:35 smithi016 ceph-mon[96085]: pgmap v9349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:36.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:36.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:37.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:37.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:37 smithi098 ceph-mon[112578]: pgmap v9350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:37 smithi016 ceph-mon[96085]: pgmap v9350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:38.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:38.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:39.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:39.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:39 smithi098 ceph-mon[112578]: pgmap v9351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:39 smithi016 ceph-mon[96085]: pgmap v9351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:40.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:40.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:41.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:41.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:41 smithi016 ceph-mon[96085]: pgmap v9352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:41 smithi098 ceph-mon[112578]: pgmap v9352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:42.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:42.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:42 smithi098 ceph-mon[112578]: pgmap v9353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:42 smithi016 ceph-mon[96085]: pgmap v9353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:43.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:43.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:52:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:52:44.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:44.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:45.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:45.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:45 smithi098 ceph-mon[112578]: pgmap v9354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:45 smithi016 ceph-mon[96085]: pgmap v9354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:46.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:46.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:47.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:47.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:47 smithi098 ceph-mon[112578]: pgmap v9355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:47 smithi016 ceph-mon[96085]: pgmap v9355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:48.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:48.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:49.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:49.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:49 smithi016 ceph-mon[96085]: pgmap v9356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:49 smithi098 ceph-mon[112578]: pgmap v9356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:50.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:50.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:50 smithi098 ceph-mon[112578]: pgmap v9357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:50 smithi016 ceph-mon[96085]: pgmap v9357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:51.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:51.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:52:52.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:52.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:52:53.617 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:53 smithi098 ceph-mon[112578]: pgmap v9358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:53.617 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:53.618 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:53.618 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:53.618 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:53.641 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:53 smithi016 ceph-mon[96085]: pgmap v9358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:53.642 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:53.642 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:53.642 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:53.643 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:53.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:53.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:54.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:54.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:55.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:55 smithi098 ceph-mon[112578]: pgmap v9359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:55.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:55.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:55 smithi016 ceph-mon[96085]: pgmap v9359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:56.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:56.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:57.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:57.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:57 smithi016 ceph-mon[96085]: pgmap v9360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:57.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T01:52:57.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T01:52:57.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T01:52:57.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T01:52:57.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:57.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:52:57.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:52:57.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:57.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:52:57.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:57 smithi098 ceph-mon[112578]: pgmap v9360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:58.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:58.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:58.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T01:52:58.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T01:52:58.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T01:52:58.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T01:52:58.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:58.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:52:58.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:52:58.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:58.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:52:58.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:52:58.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:58.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:58 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1634M 2023-10-17T01:52:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:52:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:58 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1634M 2023-10-17T01:52:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:52:59.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:52:59.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:52:59 smithi016 ceph-mon[96085]: pgmap v9361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:52:59 smithi098 ceph-mon[112578]: pgmap v9361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:00.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:00.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:00 smithi016 ceph-mon[96085]: pgmap v9362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:00 smithi098 ceph-mon[112578]: pgmap v9362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:01.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:01.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:02.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:02.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:03.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:03 smithi016 ceph-mon[96085]: pgmap v9363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:03.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:03.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:03 smithi098 ceph-mon[112578]: pgmap v9363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:04.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:04.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:05 smithi098 ceph-mon[112578]: pgmap v9364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:05 smithi016 ceph-mon[96085]: pgmap v9364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:05.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:05.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:06.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:06.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:07 smithi016 ceph-mon[96085]: pgmap v9365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:07.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:07.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:07 smithi098 ceph-mon[112578]: pgmap v9365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:08.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:08.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:08 smithi098 ceph-mon[112578]: pgmap v9366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:08 smithi016 ceph-mon[96085]: pgmap v9366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:09.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:09.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:10.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:10.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:11.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:11 smithi016 ceph-mon[96085]: pgmap v9367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:11.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:11.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:11 smithi098 ceph-mon[112578]: pgmap v9367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:12 smithi016 ceph-mon[96085]: pgmap v9368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:12.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:12.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:12 smithi098 ceph-mon[112578]: pgmap v9368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:53:13.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:13.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:53:14.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:14.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:15 smithi098 ceph-mon[112578]: pgmap v9369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:15 smithi016 ceph-mon[96085]: pgmap v9369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:15.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:15.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:16.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:16.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:16.897 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:16 smithi016 ceph-mon[96085]: pgmap v9370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:16 smithi098 ceph-mon[112578]: pgmap v9370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:17.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:17.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:18.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:18.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:19.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:19 smithi016 ceph-mon[96085]: pgmap v9371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:19.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:19.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:19 smithi098 ceph-mon[112578]: pgmap v9371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:20 smithi016 ceph-mon[96085]: pgmap v9372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:20.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:20.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:20 smithi098 ceph-mon[112578]: pgmap v9372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:21.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:21.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:22.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:22.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:22 smithi098 ceph-mon[112578]: pgmap v9373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:22 smithi016 ceph-mon[96085]: pgmap v9373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:23.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:23.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:24.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:24.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:25 smithi098 ceph-mon[112578]: pgmap v9374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:25 smithi016 ceph-mon[96085]: pgmap v9374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:25.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:25.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:26.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:26.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:27.013 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:26 smithi016 ceph-mon[96085]: pgmap v9375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:26 smithi098 ceph-mon[112578]: pgmap v9375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:27.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:27.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:53:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:53:28.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:28.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:29 smithi098 ceph-mon[112578]: pgmap v9376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:29 smithi016 ceph-mon[96085]: pgmap v9376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:29.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:29.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:30.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:30.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:30 smithi098 ceph-mon[112578]: pgmap v9377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:30 smithi016 ceph-mon[96085]: pgmap v9377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:31.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:31.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:32.575 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:32 smithi098 ceph-mon[112578]: pgmap v9378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:32.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:32.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:32 smithi016 ceph-mon[96085]: pgmap v9378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:33.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:33.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:34.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:34.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:35 smithi098 ceph-mon[112578]: pgmap v9379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:35 smithi016 ceph-mon[96085]: pgmap v9379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:35.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:35.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:36.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:36.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:36 smithi098 ceph-mon[112578]: pgmap v9380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:36 smithi016 ceph-mon[96085]: pgmap v9380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:37.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:37.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:38.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:38.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:38 smithi098 ceph-mon[112578]: pgmap v9381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:38 smithi016 ceph-mon[96085]: pgmap v9381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:39.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:39.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:40.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:40.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:40 smithi098 ceph-mon[112578]: pgmap v9382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:40 smithi016 ceph-mon[96085]: pgmap v9382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:41.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:41.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:42 smithi098 ceph-mon[112578]: pgmap v9383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:42.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:42.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:42 smithi016 ceph-mon[96085]: pgmap v9383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:43.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:43.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:53:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:53:44.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:44.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:45 smithi098 ceph-mon[112578]: pgmap v9384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:45 smithi016 ceph-mon[96085]: pgmap v9384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:45.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:45.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:46.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:46.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:46 smithi098 ceph-mon[112578]: pgmap v9385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:46 smithi016 ceph-mon[96085]: pgmap v9385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:47.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:47.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:48.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:48.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:48 smithi098 ceph-mon[112578]: pgmap v9386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:48 smithi016 ceph-mon[96085]: pgmap v9386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:49.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:49.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:50.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:50.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:50 smithi098 ceph-mon[112578]: pgmap v9387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:50 smithi016 ceph-mon[96085]: pgmap v9387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:51.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:51.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:52 smithi098 ceph-mon[112578]: pgmap v9388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:52.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:52.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:52 smithi016 ceph-mon[96085]: pgmap v9388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:53.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:53.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:54.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:54.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:55 smithi098 ceph-mon[112578]: pgmap v9389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:55 smithi016 ceph-mon[96085]: pgmap v9389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:55.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:55.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:56.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:56.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:56 smithi098 ceph-mon[112578]: pgmap v9390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:56 smithi016 ceph-mon[96085]: pgmap v9390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:53:57.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:57.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:53:58.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:58.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:53:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:53:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:53:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:53:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:53:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:53:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:53:58 smithi098 ceph-mon[112578]: pgmap v9391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:53:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:53:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:53:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:53:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:53:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:53:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:53:58 smithi016 ceph-mon[96085]: pgmap v9391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:59.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:53:59.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:00.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:00.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:00 smithi098 ceph-mon[112578]: pgmap v9392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:00 smithi016 ceph-mon[96085]: pgmap v9392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:01.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:01.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:02 smithi016 ceph-mon[96085]: pgmap v9393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:02.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:02.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:02 smithi098 ceph-mon[112578]: pgmap v9393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:03.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:03.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:04.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:04.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:05 smithi098 ceph-mon[112578]: pgmap v9394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:05 smithi016 ceph-mon[96085]: pgmap v9394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:05.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:05.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:06.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:06.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:06 smithi098 ceph-mon[112578]: pgmap v9395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:06 smithi016 ceph-mon[96085]: pgmap v9395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:07.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:07.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:08.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:08.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:08 smithi098 ceph-mon[112578]: pgmap v9396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:08 smithi016 ceph-mon[96085]: pgmap v9396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:09.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:09.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:10.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:10.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:10 smithi098 ceph-mon[112578]: pgmap v9397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:10 smithi016 ceph-mon[96085]: pgmap v9397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:11.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:11.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:12.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:12.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:12 smithi098 ceph-mon[112578]: pgmap v9398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:12 smithi016 ceph-mon[96085]: pgmap v9398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:13.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:13.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:54:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:54:14.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:14.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:15 smithi098 ceph-mon[112578]: pgmap v9399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:15 smithi016 ceph-mon[96085]: pgmap v9399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:15.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:15.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:16.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:16.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:16 smithi098 ceph-mon[112578]: pgmap v9400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:16 smithi016 ceph-mon[96085]: pgmap v9400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:17.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:17.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:18.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:18.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:18 smithi098 ceph-mon[112578]: pgmap v9401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:18 smithi016 ceph-mon[96085]: pgmap v9401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:19.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:19.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:20.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:20.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:20 smithi098 ceph-mon[112578]: pgmap v9402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:20 smithi016 ceph-mon[96085]: pgmap v9402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:21.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:21.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:22.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:22.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:22 smithi098 ceph-mon[112578]: pgmap v9403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:22 smithi016 ceph-mon[96085]: pgmap v9403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:23.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:23.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:24.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:24.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:25 smithi098 ceph-mon[112578]: pgmap v9404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:25 smithi016 ceph-mon[96085]: pgmap v9404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:25.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:25.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:26.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:26.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:26 smithi098 ceph-mon[112578]: pgmap v9405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:26 smithi016 ceph-mon[96085]: pgmap v9405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:27.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:27.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:54:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:54:28.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:28.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:29 smithi098 ceph-mon[112578]: pgmap v9406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:29 smithi016 ceph-mon[96085]: pgmap v9406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:29.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:29.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:30.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:30.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:30 smithi098 ceph-mon[112578]: pgmap v9407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:30 smithi016 ceph-mon[96085]: pgmap v9407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:31.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:31.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:32.915 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:32 smithi098 ceph-mon[112578]: pgmap v9408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:32.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:32.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:32 smithi016 ceph-mon[96085]: pgmap v9408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:33.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:33.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:34.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:34.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:35 smithi098 ceph-mon[112578]: pgmap v9409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:35 smithi016 ceph-mon[96085]: pgmap v9409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:35.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:35.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:36.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:36.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:36 smithi098 ceph-mon[112578]: pgmap v9410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:36 smithi016 ceph-mon[96085]: pgmap v9410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:37.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:37.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:38.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:38.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:38 smithi098 ceph-mon[112578]: pgmap v9411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:38 smithi016 ceph-mon[96085]: pgmap v9411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:39.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:39.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:40.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:40.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:40 smithi098 ceph-mon[112578]: pgmap v9412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:40 smithi016 ceph-mon[96085]: pgmap v9412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:41.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:41.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:42.883 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:42 smithi016 ceph-mon[96085]: pgmap v9413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:42.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:42.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:42 smithi098 ceph-mon[112578]: pgmap v9413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:43.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:43.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:54:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:54:44.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:44.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:45 smithi098 ceph-mon[112578]: pgmap v9414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:45 smithi016 ceph-mon[96085]: pgmap v9414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:45.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:45.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:46.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:46.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:46 smithi098 ceph-mon[112578]: pgmap v9415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:46 smithi016 ceph-mon[96085]: pgmap v9415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:47.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:47.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:48.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:48.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:48 smithi098 ceph-mon[112578]: pgmap v9416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:48 smithi016 ceph-mon[96085]: pgmap v9416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:49.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:49.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:50.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:50.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:50 smithi098 ceph-mon[112578]: pgmap v9417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:50 smithi016 ceph-mon[96085]: pgmap v9417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:51.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:51.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:52.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:52.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:52.999 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:52 smithi016 ceph-mon[96085]: pgmap v9418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:52 smithi098 ceph-mon[112578]: pgmap v9418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:53.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:53.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:54.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:54.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:55 smithi098 ceph-mon[112578]: pgmap v9419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:55 smithi016 ceph-mon[96085]: pgmap v9419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:55.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:55.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:56.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:56.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:56 smithi098 ceph-mon[112578]: pgmap v9420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:56 smithi016 ceph-mon[96085]: pgmap v9420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:57.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:57.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:54:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:54:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:54:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:54:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:59 smithi098 ceph-mon[112578]: pgmap v9421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:54:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:54:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:54:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:54:59.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:54:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:54:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:59 smithi016 ceph-mon[96085]: pgmap v9421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:54:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:54:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:54:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:54:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:54:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:54:59.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:54:59.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:00.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:00.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:00 smithi098 ceph-mon[112578]: pgmap v9422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:00 smithi016 ceph-mon[96085]: pgmap v9422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:01.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:01.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:02.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:02.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:02 smithi098 ceph-mon[112578]: pgmap v9423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:02 smithi016 ceph-mon[96085]: pgmap v9423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:03.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:03.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:04.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:04.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:05 smithi098 ceph-mon[112578]: pgmap v9424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:05 smithi016 ceph-mon[96085]: pgmap v9424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:05.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:05.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:06.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:06.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:06 smithi098 ceph-mon[112578]: pgmap v9425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:06 smithi016 ceph-mon[96085]: pgmap v9425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:07.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:07.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:08.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:08.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:08 smithi098 ceph-mon[112578]: pgmap v9426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:08 smithi016 ceph-mon[96085]: pgmap v9426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:09.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:09.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:10.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:10.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:10 smithi098 ceph-mon[112578]: pgmap v9427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:10 smithi016 ceph-mon[96085]: pgmap v9427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:11.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:11.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:12.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:12.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:12 smithi098 ceph-mon[112578]: pgmap v9428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:12 smithi016 ceph-mon[96085]: pgmap v9428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:55:14.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:14.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:55:15.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:15.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:15 smithi098 ceph-mon[112578]: pgmap v9429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:15 smithi016 ceph-mon[96085]: pgmap v9429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:16.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:16.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:17.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:17.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:16 smithi098 ceph-mon[112578]: pgmap v9430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:16 smithi016 ceph-mon[96085]: pgmap v9430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:18.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:18.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:18 smithi098 ceph-mon[112578]: pgmap v9431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:19.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:19.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:18 smithi016 ceph-mon[96085]: pgmap v9431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:20.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:20.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:21.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:21.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:20 smithi098 ceph-mon[112578]: pgmap v9432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:20 smithi016 ceph-mon[96085]: pgmap v9432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:22.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:22.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:22 smithi098 ceph-mon[112578]: pgmap v9433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:23.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:23.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:22 smithi016 ceph-mon[96085]: pgmap v9433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:24.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:24.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:25.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:25.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:25 smithi098 ceph-mon[112578]: pgmap v9434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:25 smithi016 ceph-mon[96085]: pgmap v9434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:26.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:26.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:26 smithi098 ceph-mon[112578]: pgmap v9435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:27.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:27.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:26 smithi016 ceph-mon[96085]: pgmap v9435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:28.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:28.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:28.403 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:55:28.505 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:55:29.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:29.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:29 smithi098 ceph-mon[112578]: pgmap v9436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:29 smithi016 ceph-mon[96085]: pgmap v9436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:30.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:30.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:30 smithi098 ceph-mon[112578]: pgmap v9437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:31.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:31.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:30 smithi016 ceph-mon[96085]: pgmap v9437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:32.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:32.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:32 smithi098 ceph-mon[112578]: pgmap v9438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:32 smithi016 ceph-mon[96085]: pgmap v9438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:33.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:33.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:34.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:34.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:35.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:35.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:35 smithi098 ceph-mon[112578]: pgmap v9439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:35 smithi016 ceph-mon[96085]: pgmap v9439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:36.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:36.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:36 smithi098 ceph-mon[112578]: pgmap v9440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:36 smithi016 ceph-mon[96085]: pgmap v9440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:37.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:37.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:38.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:38.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:38 smithi016 ceph-mon[96085]: pgmap v9441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:38 smithi098 ceph-mon[112578]: pgmap v9441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:39.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:39.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:40.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:40.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:40 smithi098 ceph-mon[112578]: pgmap v9442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:40 smithi016 ceph-mon[96085]: pgmap v9442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:41.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:41.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:42.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:42.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:42 smithi098 ceph-mon[112578]: pgmap v9443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:42 smithi016 ceph-mon[96085]: pgmap v9443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:43.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:43.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:55:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:55:44.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:44.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:45.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:45.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:45 smithi098 ceph-mon[112578]: pgmap v9444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:45 smithi016 ceph-mon[96085]: pgmap v9444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:46.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:46.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:46 smithi098 ceph-mon[112578]: pgmap v9445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:46 smithi016 ceph-mon[96085]: pgmap v9445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:47.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:47.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:48.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:48.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:48 smithi098 ceph-mon[112578]: pgmap v9446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:48 smithi016 ceph-mon[96085]: pgmap v9446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:49.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:49.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:50.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:50.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:50 smithi098 ceph-mon[112578]: pgmap v9447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:50 smithi016 ceph-mon[96085]: pgmap v9447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:51.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:51.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:52.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:52.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:52 smithi098 ceph-mon[112578]: pgmap v9448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:52 smithi016 ceph-mon[96085]: pgmap v9448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:53.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:53.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:54.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:54.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:55.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:55.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:55.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:55 smithi098 ceph-mon[112578]: pgmap v9449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:55 smithi016 ceph-mon[96085]: pgmap v9449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:56.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:56.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:56 smithi098 ceph-mon[112578]: pgmap v9450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:56 smithi016 ceph-mon[96085]: pgmap v9450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:57.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:57.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:58.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:58.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:55:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:55:59.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:55:59.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:59 smithi098 ceph-mon[112578]: pgmap v9451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:55:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:55:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:59 smithi016 ceph-mon[96085]: pgmap v9451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:55:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:56:00.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:00.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:00 smithi098 ceph-mon[112578]: pgmap v9452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:00 smithi016 ceph-mon[96085]: pgmap v9452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:01.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:01.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:02.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:02.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:56:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:56:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:56:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:56:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:56:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:56:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:56:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:56:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:56:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:56:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:56:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:56:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:56:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:56:03.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:03.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:03.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:03 smithi016 ceph-mon[96085]: pgmap v9453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:03.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:03 smithi098 ceph-mon[112578]: pgmap v9453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:04.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:04.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:05.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:05.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:05 smithi098 ceph-mon[112578]: pgmap v9454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:05 smithi016 ceph-mon[96085]: pgmap v9454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:06.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:06.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:06 smithi098 ceph-mon[112578]: pgmap v9455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:06 smithi016 ceph-mon[96085]: pgmap v9455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:07.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:07.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:08.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:08.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:08.870 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:08 smithi016 ceph-mon[96085]: pgmap v9456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:08.924 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:08 smithi098 ceph-mon[112578]: pgmap v9456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:09.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:09.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:10.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:10.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:10 smithi098 ceph-mon[112578]: pgmap v9457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:10 smithi016 ceph-mon[96085]: pgmap v9457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:11.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:11.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:12.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:12.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:12 smithi098 ceph-mon[112578]: pgmap v9458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:12 smithi016 ceph-mon[96085]: pgmap v9458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:13.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:13.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:13.927 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:56:13.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:56:14.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:14.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:15.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:15.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:15 smithi098 ceph-mon[112578]: pgmap v9459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:15.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:15 smithi016 ceph-mon[96085]: pgmap v9459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:16.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:16.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:16 smithi098 ceph-mon[112578]: pgmap v9460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:16 smithi016 ceph-mon[96085]: pgmap v9460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:17.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:17.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:18.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:18.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:18.985 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:18 smithi016 ceph-mon[96085]: pgmap v9461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:18 smithi098 ceph-mon[112578]: pgmap v9461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:19.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:19.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:20.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:20.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:20 smithi098 ceph-mon[112578]: pgmap v9462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:20 smithi016 ceph-mon[96085]: pgmap v9462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:21.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:21.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:22.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:22.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:22 smithi098 ceph-mon[112578]: pgmap v9463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:22 smithi016 ceph-mon[96085]: pgmap v9463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:23.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:23.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:24.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:24.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:25.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:25.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:25 smithi098 ceph-mon[112578]: pgmap v9464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:25 smithi016 ceph-mon[96085]: pgmap v9464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:26.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:26.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:26 smithi098 ceph-mon[112578]: pgmap v9465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:26 smithi016 ceph-mon[96085]: pgmap v9465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:27.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:27.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:28.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:28.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:56:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:56:29.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:29.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:29 smithi098 ceph-mon[112578]: pgmap v9466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:29 smithi016 ceph-mon[96085]: pgmap v9466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:30.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:30.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:30 smithi098 ceph-mon[112578]: pgmap v9467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:30 smithi016 ceph-mon[96085]: pgmap v9467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:31.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:31.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:32.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:32.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:32 smithi098 ceph-mon[112578]: pgmap v9468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:32 smithi016 ceph-mon[96085]: pgmap v9468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:33.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:33.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:34.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:34.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:35.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:35.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:35 smithi098 ceph-mon[112578]: pgmap v9469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:35 smithi016 ceph-mon[96085]: pgmap v9469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:36.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:36.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:36 smithi098 ceph-mon[112578]: pgmap v9470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:36 smithi016 ceph-mon[96085]: pgmap v9470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:37.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:37.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:38.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:38.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:38 smithi098 ceph-mon[112578]: pgmap v9471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:38 smithi016 ceph-mon[96085]: pgmap v9471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:39.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:39.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:40.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:40.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:40 smithi098 ceph-mon[112578]: pgmap v9472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:40 smithi016 ceph-mon[96085]: pgmap v9472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:41.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:41.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:42.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:42.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:42 smithi098 ceph-mon[112578]: pgmap v9473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:42 smithi016 ceph-mon[96085]: pgmap v9473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:43.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:43.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:56:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:56:44.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:44.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:45.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:45.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:45 smithi098 ceph-mon[112578]: pgmap v9474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:45 smithi016 ceph-mon[96085]: pgmap v9474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:46.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:46.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:46 smithi098 ceph-mon[112578]: pgmap v9475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:46 smithi016 ceph-mon[96085]: pgmap v9475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:47.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:47.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:48.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:48.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:48 smithi098 ceph-mon[112578]: pgmap v9476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:48 smithi016 ceph-mon[96085]: pgmap v9476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:49.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:49.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:50.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:50.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:50 smithi098 ceph-mon[112578]: pgmap v9477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:50 smithi016 ceph-mon[96085]: pgmap v9477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:51.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:51.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:52.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:52.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:52 smithi098 ceph-mon[112578]: pgmap v9478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:52 smithi016 ceph-mon[96085]: pgmap v9478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:53.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:53.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:54.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:54.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:55.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:55.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:55 smithi098 ceph-mon[112578]: pgmap v9479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:55 smithi016 ceph-mon[96085]: pgmap v9479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:56.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:56.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:56 smithi098 ceph-mon[112578]: pgmap v9480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:56 smithi016 ceph-mon[96085]: pgmap v9480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:57.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:57.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:58.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:58.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:56:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:56:59.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:56:59.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:59.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:56:59 smithi016 ceph-mon[96085]: pgmap v9481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:59.449 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:56:59 smithi098 ceph-mon[112578]: pgmap v9481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:00.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:00.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:00 smithi098 ceph-mon[112578]: pgmap v9482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:00 smithi016 ceph-mon[96085]: pgmap v9482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:01.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:01.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:02.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:02.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:57:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:57:03.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:03.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:03 smithi098 ceph-mon[112578]: pgmap v9483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:03 smithi016 ceph-mon[96085]: pgmap v9483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:04.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:04.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:05.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:05.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:05 smithi098 ceph-mon[112578]: pgmap v9484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:05 smithi016 ceph-mon[96085]: pgmap v9484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:06.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:06.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:06 smithi098 ceph-mon[112578]: pgmap v9485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:06 smithi016 ceph-mon[96085]: pgmap v9485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:07.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:07.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:08.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:08.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:08.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:57:08.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:57:08.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:57:08.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:57:08.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:57:08.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:57:08.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:57:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:57:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:57:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:57:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:57:08.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:57:08.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:57:08.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:57:09.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:09.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:08 smithi098 ceph-mon[112578]: pgmap v9486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:08 smithi016 ceph-mon[96085]: pgmap v9486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:10.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:10.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:10 smithi098 ceph-mon[112578]: pgmap v9487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:10 smithi016 ceph-mon[96085]: pgmap v9487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:11.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:11.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:12.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:12.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:12 smithi098 ceph-mon[112578]: pgmap v9488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:12 smithi016 ceph-mon[96085]: pgmap v9488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:13.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:13.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:57:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:57:14.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:14.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:15.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:15.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:15 smithi098 ceph-mon[112578]: pgmap v9489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:15 smithi016 ceph-mon[96085]: pgmap v9489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:16.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:16.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:16 smithi098 ceph-mon[112578]: pgmap v9490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:16 smithi016 ceph-mon[96085]: pgmap v9490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:17.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:17.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:18.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:18.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:18 smithi098 ceph-mon[112578]: pgmap v9491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:18 smithi016 ceph-mon[96085]: pgmap v9491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:19.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:19.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:20.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:20.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:20 smithi098 ceph-mon[112578]: pgmap v9492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:20 smithi016 ceph-mon[96085]: pgmap v9492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:21.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:21.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:22.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:22.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:22 smithi098 ceph-mon[112578]: pgmap v9493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:22 smithi016 ceph-mon[96085]: pgmap v9493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:23.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:23.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:24.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:24.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:25.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:25.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:25 smithi098 ceph-mon[112578]: pgmap v9494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:25 smithi016 ceph-mon[96085]: pgmap v9494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:26.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:26.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:26 smithi098 ceph-mon[112578]: pgmap v9495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:26 smithi016 ceph-mon[96085]: pgmap v9495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:27.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:27.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:28.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:28.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:57:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:57:29.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:29.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:29 smithi098 ceph-mon[112578]: pgmap v9496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:29 smithi016 ceph-mon[96085]: pgmap v9496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:30.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:30.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:30 smithi098 ceph-mon[112578]: pgmap v9497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:30 smithi016 ceph-mon[96085]: pgmap v9497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:31.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:31.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:32.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:32.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:32 smithi098 ceph-mon[112578]: pgmap v9498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:32 smithi016 ceph-mon[96085]: pgmap v9498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:33.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:33.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:34.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:34.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:35.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:35.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:35 smithi098 ceph-mon[112578]: pgmap v9499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:35 smithi016 ceph-mon[96085]: pgmap v9499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:36.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:36.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:36 smithi098 ceph-mon[112578]: pgmap v9500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:36 smithi016 ceph-mon[96085]: pgmap v9500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:37.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:37.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:38.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:38.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:38 smithi098 ceph-mon[112578]: pgmap v9501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:38 smithi016 ceph-mon[96085]: pgmap v9501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:39.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:39.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:40.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:40.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:40 smithi098 ceph-mon[112578]: pgmap v9502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:40 smithi016 ceph-mon[96085]: pgmap v9502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:41.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:41.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:42.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:42.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:42 smithi098 ceph-mon[112578]: pgmap v9503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:42 smithi016 ceph-mon[96085]: pgmap v9503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:43.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:43.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:57:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:57:44.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:44.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:45.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:45.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:45.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:45 smithi098 ceph-mon[112578]: pgmap v9504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:45 smithi016 ceph-mon[96085]: pgmap v9504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:46.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:46.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:46 smithi098 ceph-mon[112578]: pgmap v9505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:46 smithi016 ceph-mon[96085]: pgmap v9505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:47.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:47.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:48.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:48.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:48 smithi098 ceph-mon[112578]: pgmap v9506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:48 smithi016 ceph-mon[96085]: pgmap v9506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:49.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:49.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:50.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:50.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:50 smithi098 ceph-mon[112578]: pgmap v9507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:50 smithi016 ceph-mon[96085]: pgmap v9507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:51.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:51.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:52.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:52.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:52 smithi098 ceph-mon[112578]: pgmap v9508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:52 smithi016 ceph-mon[96085]: pgmap v9508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:53.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:53.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:54.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:54.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:55.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:55.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:55.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:55 smithi098 ceph-mon[112578]: pgmap v9509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:55 smithi016 ceph-mon[96085]: pgmap v9509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:56.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:56.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:56 smithi098 ceph-mon[112578]: pgmap v9510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:56 smithi016 ceph-mon[96085]: pgmap v9510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:57.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:57.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:58.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:58.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:57:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:57:59.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:57:59.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:57:59 smithi098 ceph-mon[112578]: pgmap v9511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:57:59 smithi016 ceph-mon[96085]: pgmap v9511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:00.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:00.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:00 smithi098 ceph-mon[112578]: pgmap v9512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:00 smithi016 ceph-mon[96085]: pgmap v9512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:01.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:01.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:02.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:02.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:02 smithi098 ceph-mon[112578]: pgmap v9513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:02 smithi016 ceph-mon[96085]: pgmap v9513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:03.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:03.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:04.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:04.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:05.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:05.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:05 smithi016 ceph-mon[96085]: pgmap v9514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:05 smithi098 ceph-mon[112578]: pgmap v9514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:06.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:06.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:06 smithi098 ceph-mon[112578]: pgmap v9515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:06 smithi016 ceph-mon[96085]: pgmap v9515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:07.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:07.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:58:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:58:08.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:08.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:58:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:58:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:58:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:58:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:58:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:08 smithi098 ceph-mon[112578]: pgmap v9516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:58:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:58:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:58:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:58:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:58:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:08 smithi016 ceph-mon[96085]: pgmap v9516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:09.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:09.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:10.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:10.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:11.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:11.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:11 smithi098 ceph-mon[112578]: pgmap v9517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:11 smithi016 ceph-mon[96085]: pgmap v9517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:12.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:12.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:13.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:13.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:13 smithi098 ceph-mon[112578]: pgmap v9518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:58:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:13 smithi016 ceph-mon[96085]: pgmap v9518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:58:14.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:14.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:15.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:15.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:16.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:16.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:16 smithi098 ceph-mon[112578]: pgmap v9519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:16 smithi016 ceph-mon[96085]: pgmap v9519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:17.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:17.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:18.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:18.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:18 smithi098 ceph-mon[112578]: pgmap v9520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:18 smithi016 ceph-mon[96085]: pgmap v9520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:19.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:19.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:20.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:20.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:20 smithi098 ceph-mon[112578]: pgmap v9521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:20 smithi016 ceph-mon[96085]: pgmap v9521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:21.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:21.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:22.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:22.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:22 smithi098 ceph-mon[112578]: pgmap v9522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:22 smithi016 ceph-mon[96085]: pgmap v9522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:23.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:23.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:24.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:24.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:24 smithi098 ceph-mon[112578]: pgmap v9523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:24 smithi016 ceph-mon[96085]: pgmap v9523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:25.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:25.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:26.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:26.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:26 smithi098 ceph-mon[112578]: pgmap v9524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:26 smithi016 ceph-mon[96085]: pgmap v9524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:27.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:27.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:28.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:28.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:28 smithi098 ceph-mon[112578]: pgmap v9525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:58:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:28 smithi016 ceph-mon[96085]: pgmap v9525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:58:29.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:29.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:30.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:30.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:30 smithi098 ceph-mon[112578]: pgmap v9526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:30 smithi016 ceph-mon[96085]: pgmap v9526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:31.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:31.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:32.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:32.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:32 smithi098 ceph-mon[112578]: pgmap v9527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:32 smithi016 ceph-mon[96085]: pgmap v9527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:33.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:33.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:34.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:34.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:34 smithi098 ceph-mon[112578]: pgmap v9528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:34 smithi016 ceph-mon[96085]: pgmap v9528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:35.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:35.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:36.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:36.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:36 smithi098 ceph-mon[112578]: pgmap v9529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:36 smithi016 ceph-mon[96085]: pgmap v9529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:37.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:37.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:38.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:38.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:38 smithi098 ceph-mon[112578]: pgmap v9530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:38 smithi016 ceph-mon[96085]: pgmap v9530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:39.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:39.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:40.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:40.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:40 smithi098 ceph-mon[112578]: pgmap v9531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:40 smithi016 ceph-mon[96085]: pgmap v9531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:41.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:41.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:42.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:42.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:42 smithi098 ceph-mon[112578]: pgmap v9532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:42 smithi016 ceph-mon[96085]: pgmap v9532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:43.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:43.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:58:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:58:44.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:44.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:44 smithi098 ceph-mon[112578]: pgmap v9533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:44 smithi016 ceph-mon[96085]: pgmap v9533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:45.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:45.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:46.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:46.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:46 smithi098 ceph-mon[112578]: pgmap v9534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:46 smithi016 ceph-mon[96085]: pgmap v9534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:47.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:47.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:48.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:48.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:48 smithi098 ceph-mon[112578]: pgmap v9535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:48 smithi016 ceph-mon[96085]: pgmap v9535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:49.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:49.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:50.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:50.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:50.716 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:50 smithi016 ceph-mon[96085]: pgmap v9536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:50 smithi098 ceph-mon[112578]: pgmap v9536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:51.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:51.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:52.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:52.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:52 smithi098 ceph-mon[112578]: pgmap v9537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:52 smithi016 ceph-mon[96085]: pgmap v9537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:53.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:53.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:54.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:54.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:54 smithi098 ceph-mon[112578]: pgmap v9538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:54 smithi016 ceph-mon[96085]: pgmap v9538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:55.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:55.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:56.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:56.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:56 smithi098 ceph-mon[112578]: pgmap v9539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:56 smithi016 ceph-mon[96085]: pgmap v9539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:57.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:57.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:58.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:58.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:58 smithi098 ceph-mon[112578]: pgmap v9540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:58:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:58:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:58 smithi016 ceph-mon[96085]: pgmap v9540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:58:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:58:59.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:58:59.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:00.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:00.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:00 smithi098 ceph-mon[112578]: pgmap v9541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:00 smithi016 ceph-mon[96085]: pgmap v9541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:01.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:01.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:02.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:02.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:02 smithi098 ceph-mon[112578]: pgmap v9542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:02 smithi016 ceph-mon[96085]: pgmap v9542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:03.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:03.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:04.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:04.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:04 smithi098 ceph-mon[112578]: pgmap v9543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:04 smithi016 ceph-mon[96085]: pgmap v9543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:05.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:05.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:06.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:06.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:06 smithi098 ceph-mon[112578]: pgmap v9544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:06 smithi016 ceph-mon[96085]: pgmap v9544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:07.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:07.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:08.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:08.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:08 smithi098 ceph-mon[112578]: pgmap v9545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:59:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:59:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:59:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:08 smithi016 ceph-mon[96085]: pgmap v9545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:59:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:59:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:59:09.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:09.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:59:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:59:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:59:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:59:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:59:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:59:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:59:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:59:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:59:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T01:59:10.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:10.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:10 smithi098 ceph-mon[112578]: pgmap v9546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:10 smithi016 ceph-mon[96085]: pgmap v9546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:11.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:11.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:12.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:12.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:12 smithi098 ceph-mon[112578]: pgmap v9547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:12 smithi016 ceph-mon[96085]: pgmap v9547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:13.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:13.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:59:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:59:14.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:14.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:14 smithi098 ceph-mon[112578]: pgmap v9548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:14 smithi016 ceph-mon[96085]: pgmap v9548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:15.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:15.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:16.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:16.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:16 smithi098 ceph-mon[112578]: pgmap v9549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:16 smithi016 ceph-mon[96085]: pgmap v9549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:17.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:17.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:18.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:18.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:18 smithi098 ceph-mon[112578]: pgmap v9550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:18 smithi016 ceph-mon[96085]: pgmap v9550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:19.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:19.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:20.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:20.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:20 smithi098 ceph-mon[112578]: pgmap v9551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:20 smithi016 ceph-mon[96085]: pgmap v9551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:21.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:21.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:22.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:22.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:22 smithi016 ceph-mon[96085]: pgmap v9552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:22 smithi098 ceph-mon[112578]: pgmap v9552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:23.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:23.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:24.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:24.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:24 smithi016 ceph-mon[96085]: pgmap v9553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:24 smithi098 ceph-mon[112578]: pgmap v9553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:25.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:25.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:26.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:26.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:26 smithi016 ceph-mon[96085]: pgmap v9554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:26 smithi098 ceph-mon[112578]: pgmap v9554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:27.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:27.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:28.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:28.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:28 smithi016 ceph-mon[96085]: pgmap v9555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:59:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:28 smithi098 ceph-mon[112578]: pgmap v9555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:59:29.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:29.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:30.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:30.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:30 smithi016 ceph-mon[96085]: pgmap v9556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:30 smithi098 ceph-mon[112578]: pgmap v9556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:31.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:31.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:32.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:32.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:32 smithi016 ceph-mon[96085]: pgmap v9557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:32 smithi098 ceph-mon[112578]: pgmap v9557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:33.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:33.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:34.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:34.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:34 smithi098 ceph-mon[112578]: pgmap v9558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:34 smithi016 ceph-mon[96085]: pgmap v9558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:35.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:35.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:36.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:36.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:36 smithi098 ceph-mon[112578]: pgmap v9559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:36 smithi016 ceph-mon[96085]: pgmap v9559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:37.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:37.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:38.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:38.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:38 smithi098 ceph-mon[112578]: pgmap v9560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:38 smithi016 ceph-mon[96085]: pgmap v9560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:39.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:39.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:40.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:40.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:40 smithi098 ceph-mon[112578]: pgmap v9561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:40 smithi016 ceph-mon[96085]: pgmap v9561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:41.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:41.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:42.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:42.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:42 smithi098 ceph-mon[112578]: pgmap v9562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:42 smithi016 ceph-mon[96085]: pgmap v9562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:43.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:43.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:59:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:59:44.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:44.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:44 smithi098 ceph-mon[112578]: pgmap v9563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:44 smithi016 ceph-mon[96085]: pgmap v9563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:45.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:45.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:46.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:46.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:46 smithi016 ceph-mon[96085]: pgmap v9564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:46 smithi098 ceph-mon[112578]: pgmap v9564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:47.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:47.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:48.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:48.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:48 smithi098 ceph-mon[112578]: pgmap v9565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:48 smithi016 ceph-mon[96085]: pgmap v9565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:49.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:49.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:50.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:50.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:50 smithi098 ceph-mon[112578]: pgmap v9566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:50 smithi016 ceph-mon[96085]: pgmap v9566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:51.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:51.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:52.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:52.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:52 smithi098 ceph-mon[112578]: pgmap v9567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:52 smithi016 ceph-mon[96085]: pgmap v9567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:53.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:53.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:54.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:54.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:54 smithi098 ceph-mon[112578]: pgmap v9568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:54 smithi016 ceph-mon[96085]: pgmap v9568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:55.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:55.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:56.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:56.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:56 smithi016 ceph-mon[96085]: pgmap v9569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:56 smithi098 ceph-mon[112578]: pgmap v9569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:57.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:57.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:58.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:58.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:58 smithi098 ceph-mon[112578]: pgmap v9570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 01:59:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:59:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:58 smithi016 ceph-mon[96085]: pgmap v9570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 01:59:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:59:59.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T01:59:59.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:00.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:00.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:00 smithi098 ceph-mon[112578]: pgmap v9571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T02:00:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:00 smithi016 ceph-mon[96085]: pgmap v9571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T02:00:01.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:01.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:02.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:02.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:02 smithi098 ceph-mon[112578]: pgmap v9572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:02 smithi016 ceph-mon[96085]: pgmap v9572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:03.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:03.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:04.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:04.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:04 smithi098 ceph-mon[112578]: pgmap v9573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:04 smithi016 ceph-mon[96085]: pgmap v9573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:05.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:05.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:05 smithi098 ceph-mon[112578]: pgmap v9574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:05 smithi016 ceph-mon[96085]: pgmap v9574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:06.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:06.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:07.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:07.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:07 smithi098 ceph-mon[112578]: pgmap v9575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:07 smithi016 ceph-mon[96085]: pgmap v9575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:08.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:08.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:09.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:09.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:09 smithi098 ceph-mon[112578]: pgmap v9576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:00:10.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:00:10.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:00:10.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:00:10.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:00:10.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:00:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:09 smithi016 ceph-mon[96085]: pgmap v9576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:00:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:00:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:00:10.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:00:10.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:00:10.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:00:10.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:10.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:11.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:11.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:11 smithi098 ceph-mon[112578]: pgmap v9577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:11 smithi016 ceph-mon[96085]: pgmap v9577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:12.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:12.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:13.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:13.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:13 smithi098 ceph-mon[112578]: pgmap v9578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:00:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:13 smithi016 ceph-mon[96085]: pgmap v9578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:00:14.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:14.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:15.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:15.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:16.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:16.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:16.703 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:16 smithi016 ceph-mon[96085]: pgmap v9579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:16 smithi098 ceph-mon[112578]: pgmap v9579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:17.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:17.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:18.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:18.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:18 smithi098 ceph-mon[112578]: pgmap v9580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:18 smithi016 ceph-mon[96085]: pgmap v9580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:19.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:19.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:20.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:20.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:20 smithi098 ceph-mon[112578]: pgmap v9581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:20 smithi016 ceph-mon[96085]: pgmap v9581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:21.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:21.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:22.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:22.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:22 smithi098 ceph-mon[112578]: pgmap v9582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:22 smithi016 ceph-mon[96085]: pgmap v9582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:23.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:23.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:24.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:24.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:24 smithi098 ceph-mon[112578]: pgmap v9583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:24 smithi016 ceph-mon[96085]: pgmap v9583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:25.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:25.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:26.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:26.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:26 smithi098 ceph-mon[112578]: pgmap v9584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:26 smithi016 ceph-mon[96085]: pgmap v9584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:27.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:27.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:28.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:28.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:28 smithi098 ceph-mon[112578]: pgmap v9585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:00:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:28 smithi016 ceph-mon[96085]: pgmap v9585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:00:29.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:29.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:30.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:30.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:30 smithi098 ceph-mon[112578]: pgmap v9586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:30 smithi016 ceph-mon[96085]: pgmap v9586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:31.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:31.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:32.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:32.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:32 smithi098 ceph-mon[112578]: pgmap v9587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:32 smithi016 ceph-mon[96085]: pgmap v9587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:33.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:33.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:34.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:34.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:34 smithi098 ceph-mon[112578]: pgmap v9588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:34 smithi016 ceph-mon[96085]: pgmap v9588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:35.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:35.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:36.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:36.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:36 smithi098 ceph-mon[112578]: pgmap v9589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:36 smithi016 ceph-mon[96085]: pgmap v9589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:37.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:37.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:38.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:38.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:38 smithi098 ceph-mon[112578]: pgmap v9590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:38 smithi016 ceph-mon[96085]: pgmap v9590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:39.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:39.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:40.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:40.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:40 smithi098 ceph-mon[112578]: pgmap v9591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:40 smithi016 ceph-mon[96085]: pgmap v9591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:41.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:41.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:42.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:42.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:42 smithi098 ceph-mon[112578]: pgmap v9592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:42 smithi016 ceph-mon[96085]: pgmap v9592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:43.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:43.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:00:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:00:44.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:44.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:44 smithi098 ceph-mon[112578]: pgmap v9593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:44 smithi016 ceph-mon[96085]: pgmap v9593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:45.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:45.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:46.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:46.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:46 smithi098 ceph-mon[112578]: pgmap v9594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:46.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:46 smithi016 ceph-mon[96085]: pgmap v9594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:47.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:47.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:48.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:48.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:48 smithi098 ceph-mon[112578]: pgmap v9595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:48 smithi016 ceph-mon[96085]: pgmap v9595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:49.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:49.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:50.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:50.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:50 smithi098 ceph-mon[112578]: pgmap v9596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:50 smithi016 ceph-mon[96085]: pgmap v9596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:51.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:51.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:52.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:52.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:52 smithi098 ceph-mon[112578]: pgmap v9597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:52 smithi016 ceph-mon[96085]: pgmap v9597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:53.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:53.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:54.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:54.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:54 smithi098 ceph-mon[112578]: pgmap v9598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:54 smithi016 ceph-mon[96085]: pgmap v9598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:55.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:55.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:56.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:56.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:56 smithi098 ceph-mon[112578]: pgmap v9599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:56 smithi016 ceph-mon[96085]: pgmap v9599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:57.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:57.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:58.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:58.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:58 smithi098 ceph-mon[112578]: pgmap v9600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:00:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:00:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:58 smithi016 ceph-mon[96085]: pgmap v9600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:00:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:00:59.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:00:59.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:00.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:00.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:00 smithi098 ceph-mon[112578]: pgmap v9601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:00 smithi016 ceph-mon[96085]: pgmap v9601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:01.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:01.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:02.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:02.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:02 smithi016 ceph-mon[96085]: pgmap v9602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:02 smithi098 ceph-mon[112578]: pgmap v9602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:03.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:03.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:04.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:04.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:04 smithi016 ceph-mon[96085]: pgmap v9603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:04 smithi098 ceph-mon[112578]: pgmap v9603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:05.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:05.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:06.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:06.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:06 smithi016 ceph-mon[96085]: pgmap v9604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:06 smithi098 ceph-mon[112578]: pgmap v9604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:07.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:07.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:08.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:08.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:08 smithi016 ceph-mon[96085]: pgmap v9605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:08 smithi098 ceph-mon[112578]: pgmap v9605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:09.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:09.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:10.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:10.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:10 smithi016 ceph-mon[96085]: pgmap v9606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:01:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:01:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:01:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:01:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:01:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:01:10.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:01:10.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:01:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:10 smithi098 ceph-mon[112578]: pgmap v9606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:01:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:01:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:01:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:01:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:01:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:01:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:01:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:01:11.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:11.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:12.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:12.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:12.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:12 smithi016 ceph-mon[96085]: pgmap v9607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:12 smithi098 ceph-mon[112578]: pgmap v9607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:13.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:13.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:01:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:01:14.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:14.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:14 smithi098 ceph-mon[112578]: pgmap v9608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:14 smithi016 ceph-mon[96085]: pgmap v9608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:15.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:15.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:16.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:16.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:16 smithi098 ceph-mon[112578]: pgmap v9609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:16 smithi016 ceph-mon[96085]: pgmap v9609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:17.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:17.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:18.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:18.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:18 smithi098 ceph-mon[112578]: pgmap v9610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:18 smithi016 ceph-mon[96085]: pgmap v9610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:19.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:19.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:20.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:20.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:20 smithi098 ceph-mon[112578]: pgmap v9611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:20 smithi016 ceph-mon[96085]: pgmap v9611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:21.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:21.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:22.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:22.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:22 smithi016 ceph-mon[96085]: pgmap v9612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:22 smithi098 ceph-mon[112578]: pgmap v9612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:23.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:23.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:24.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:24.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:24 smithi098 ceph-mon[112578]: pgmap v9613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:24 smithi016 ceph-mon[96085]: pgmap v9613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:25.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:25.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:26.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:26.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:26 smithi098 ceph-mon[112578]: pgmap v9614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:26 smithi016 ceph-mon[96085]: pgmap v9614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:27.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:27.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:28.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:28.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:28 smithi098 ceph-mon[112578]: pgmap v9615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:01:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:28 smithi016 ceph-mon[96085]: pgmap v9615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:01:29.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:29.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:30.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:30.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:30 smithi098 ceph-mon[112578]: pgmap v9616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:30 smithi016 ceph-mon[96085]: pgmap v9616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:31.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:31.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:32.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:32.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:32 smithi098 ceph-mon[112578]: pgmap v9617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:32 smithi016 ceph-mon[96085]: pgmap v9617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:33.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:33.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:34.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:34.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:34 smithi098 ceph-mon[112578]: pgmap v9618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:34 smithi016 ceph-mon[96085]: pgmap v9618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:35.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:35.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:36.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:36.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:36 smithi098 ceph-mon[112578]: pgmap v9619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:36 smithi016 ceph-mon[96085]: pgmap v9619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:37.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:37.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:38.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:38.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:38 smithi098 ceph-mon[112578]: pgmap v9620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:38 smithi016 ceph-mon[96085]: pgmap v9620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:39.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:39.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:40.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:40.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:40 smithi098 ceph-mon[112578]: pgmap v9621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:40 smithi016 ceph-mon[96085]: pgmap v9621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:41.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:41.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:42.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:42.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:42 smithi098 ceph-mon[112578]: pgmap v9622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:42 smithi016 ceph-mon[96085]: pgmap v9622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:43.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:43.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:01:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:01:44.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:44.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:44 smithi098 ceph-mon[112578]: pgmap v9623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:44 smithi016 ceph-mon[96085]: pgmap v9623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:45.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:45.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:46.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:46.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:46 smithi098 ceph-mon[112578]: pgmap v9624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:46 smithi016 ceph-mon[96085]: pgmap v9624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:47.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:47.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:48.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:48.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:48 smithi098 ceph-mon[112578]: pgmap v9625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:48 smithi016 ceph-mon[96085]: pgmap v9625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:49.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:49.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:50.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:50.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:50 smithi098 ceph-mon[112578]: pgmap v9626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:50 smithi016 ceph-mon[96085]: pgmap v9626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:51.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:51.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:52.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:52.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:52 smithi098 ceph-mon[112578]: pgmap v9627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:52 smithi016 ceph-mon[96085]: pgmap v9627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:53.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:53.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:54.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:54.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:54 smithi098 ceph-mon[112578]: pgmap v9628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:54 smithi016 ceph-mon[96085]: pgmap v9628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:55.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:55.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:55 smithi098 ceph-mon[112578]: pgmap v9629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:55 smithi016 ceph-mon[96085]: pgmap v9629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:56.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:56.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:57.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:57.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:57 smithi098 ceph-mon[112578]: pgmap v9630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:57 smithi016 ceph-mon[96085]: pgmap v9630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:58.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:58.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:01:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:01:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:01:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:01:59.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:01:59.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:00.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:00.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:00 smithi098 ceph-mon[112578]: pgmap v9631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:00 smithi016 ceph-mon[96085]: pgmap v9631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:01.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:01.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:02.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:02.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:02 smithi098 ceph-mon[112578]: pgmap v9632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:02 smithi016 ceph-mon[96085]: pgmap v9632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:03.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:03.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:04.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:04.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:04 smithi098 ceph-mon[112578]: pgmap v9633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:04 smithi016 ceph-mon[96085]: pgmap v9633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:05.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:05.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:06.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:06.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:06 smithi098 ceph-mon[112578]: pgmap v9634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:06 smithi016 ceph-mon[96085]: pgmap v9634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:07.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:07.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:08.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:08.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:08 smithi098 ceph-mon[112578]: pgmap v9635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:08 smithi016 ceph-mon[96085]: pgmap v9635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:09.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:09.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:10.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:10.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:10 smithi098 ceph-mon[112578]: pgmap v9636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:10 smithi016 ceph-mon[96085]: pgmap v9636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:11.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:11.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:02:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:02:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:02:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:02:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:02:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:02:11.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:02:11.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:02:11.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:02:11.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:02:11.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:02:11.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:02:12.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:12.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:12 smithi098 ceph-mon[112578]: pgmap v9637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:12 smithi016 ceph-mon[96085]: pgmap v9637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:13.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:13.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:02:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:02:14.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:14.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:14 smithi098 ceph-mon[112578]: pgmap v9638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:14 smithi016 ceph-mon[96085]: pgmap v9638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:15.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:15.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:16.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:16.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:16 smithi098 ceph-mon[112578]: pgmap v9639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:16 smithi016 ceph-mon[96085]: pgmap v9639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:17.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:17.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:18.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:18.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:18 smithi098 ceph-mon[112578]: pgmap v9640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:18 smithi016 ceph-mon[96085]: pgmap v9640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:19.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:19.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:20.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:20.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:20 smithi098 ceph-mon[112578]: pgmap v9641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:20 smithi016 ceph-mon[96085]: pgmap v9641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:21.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:21.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:22.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:22.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:22 smithi098 ceph-mon[112578]: pgmap v9642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:22 smithi016 ceph-mon[96085]: pgmap v9642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:23.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:23.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:24.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:24.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:24 smithi098 ceph-mon[112578]: pgmap v9643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:24 smithi016 ceph-mon[96085]: pgmap v9643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:25.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:25.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:26.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:26.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:26 smithi098 ceph-mon[112578]: pgmap v9644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:26 smithi016 ceph-mon[96085]: pgmap v9644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:27.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:27.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:28.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:28.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:28 smithi098 ceph-mon[112578]: pgmap v9645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:02:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:28 smithi016 ceph-mon[96085]: pgmap v9645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:02:29.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:29.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:30.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:30.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:30 smithi016 ceph-mon[96085]: pgmap v9646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:30 smithi098 ceph-mon[112578]: pgmap v9646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:31.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:31.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:32.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:32.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:32 smithi016 ceph-mon[96085]: pgmap v9647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:32.924 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:32 smithi098 ceph-mon[112578]: pgmap v9647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:33.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:33.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:34.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:34.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:34 smithi016 ceph-mon[96085]: pgmap v9648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:34 smithi098 ceph-mon[112578]: pgmap v9648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:35.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:35.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:36.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:36.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:36 smithi016 ceph-mon[96085]: pgmap v9649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:36 smithi098 ceph-mon[112578]: pgmap v9649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:37.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:37.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:38.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:38.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:38 smithi016 ceph-mon[96085]: pgmap v9650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:38 smithi098 ceph-mon[112578]: pgmap v9650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:39.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:39.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:40.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:40.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:40 smithi098 ceph-mon[112578]: pgmap v9651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:40 smithi016 ceph-mon[96085]: pgmap v9651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:41.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:41.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:42.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:42.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:42 smithi098 ceph-mon[112578]: pgmap v9652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:42 smithi016 ceph-mon[96085]: pgmap v9652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:43.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:43.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:02:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:02:44.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:44.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:44 smithi098 ceph-mon[112578]: pgmap v9653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:44 smithi016 ceph-mon[96085]: pgmap v9653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:45.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:45.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:46.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:46.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:46 smithi098 ceph-mon[112578]: pgmap v9654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:46 smithi016 ceph-mon[96085]: pgmap v9654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:47.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:47.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:48.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:48.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:48 smithi016 ceph-mon[96085]: pgmap v9655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:48 smithi098 ceph-mon[112578]: pgmap v9655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:49.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:49.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:50.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:50.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:50 smithi098 ceph-mon[112578]: pgmap v9656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:50 smithi016 ceph-mon[96085]: pgmap v9656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:51.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:51.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:52.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:52.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:52 smithi098 ceph-mon[112578]: pgmap v9657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:52 smithi016 ceph-mon[96085]: pgmap v9657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:53.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:53.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:54.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:54.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:54 smithi098 ceph-mon[112578]: pgmap v9658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:54 smithi016 ceph-mon[96085]: pgmap v9658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:55.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:55.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:56.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:56.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:56 smithi098 ceph-mon[112578]: pgmap v9659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:56 smithi016 ceph-mon[96085]: pgmap v9659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:57.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:57.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:58.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:58.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:58 smithi098 ceph-mon[112578]: pgmap v9660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:02:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:02:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:58 smithi016 ceph-mon[96085]: pgmap v9660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:02:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:02:59.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:02:59.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:00.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:00.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:00 smithi098 ceph-mon[112578]: pgmap v9661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:00 smithi016 ceph-mon[96085]: pgmap v9661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:01.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:01.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:02.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:02.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:02 smithi098 ceph-mon[112578]: pgmap v9662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:02 smithi016 ceph-mon[96085]: pgmap v9662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:03.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:03.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:04.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:04.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:04 smithi098 ceph-mon[112578]: pgmap v9663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:04 smithi016 ceph-mon[96085]: pgmap v9663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:05.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:05.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:06.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:06.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:06 smithi098 ceph-mon[112578]: pgmap v9664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:06 smithi016 ceph-mon[96085]: pgmap v9664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:07.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:07.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:08.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:08.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:08 smithi098 ceph-mon[112578]: pgmap v9665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:08 smithi016 ceph-mon[96085]: pgmap v9665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:09.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:09.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:10.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:10.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:10 smithi098 ceph-mon[112578]: pgmap v9666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:10 smithi016 ceph-mon[96085]: pgmap v9666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:11.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:11.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:03:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:03:12.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:12.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:12 smithi098 ceph-mon[112578]: pgmap v9667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:03:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:03:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:03:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:03:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:03:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:03:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:03:13.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:03:13.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:03:13.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:03:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:12 smithi016 ceph-mon[96085]: pgmap v9667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:03:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:03:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:03:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:03:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:03:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:03:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:03:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:03:13.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:03:13.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:03:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:13 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1626M 2023-10-17T02:03:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:03:13.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:13.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:13 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1626M 2023-10-17T02:03:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:03:14.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:14.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:14 smithi098 ceph-mon[112578]: pgmap v9668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:14 smithi016 ceph-mon[96085]: pgmap v9668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:15.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:15.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:16.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:16.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:16 smithi098 ceph-mon[112578]: pgmap v9669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:16 smithi016 ceph-mon[96085]: pgmap v9669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:17.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:17.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:18 smithi098 ceph-mon[112578]: pgmap v9670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:18.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:18.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:18 smithi016 ceph-mon[96085]: pgmap v9670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:19.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:19.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:20.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:20.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:20 smithi098 ceph-mon[112578]: pgmap v9671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:20 smithi016 ceph-mon[96085]: pgmap v9671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:21.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:21.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:22.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:22.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:22 smithi098 ceph-mon[112578]: pgmap v9672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:22 smithi016 ceph-mon[96085]: pgmap v9672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:23.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:23.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:24.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:24.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:24 smithi098 ceph-mon[112578]: pgmap v9673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:24 smithi016 ceph-mon[96085]: pgmap v9673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:25.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:25.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:26.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:26.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:26 smithi098 ceph-mon[112578]: pgmap v9674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:26 smithi016 ceph-mon[96085]: pgmap v9674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:27.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:27.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:28 smithi098 ceph-mon[112578]: pgmap v9675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:03:28.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:28.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:28.906 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:28 smithi016 ceph-mon[96085]: pgmap v9675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:28.906 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:03:29.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:29.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:30 smithi098 ceph-mon[112578]: pgmap v9676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:30 smithi016 ceph-mon[96085]: pgmap v9676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:30.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:30.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:31.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:31.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:32 smithi098 ceph-mon[112578]: pgmap v9677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:32 smithi016 ceph-mon[96085]: pgmap v9677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:32.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:32.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:33.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:33.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:34 smithi098 ceph-mon[112578]: pgmap v9678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:34 smithi016 ceph-mon[96085]: pgmap v9678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:34.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:34.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:35.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:35.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:36 smithi098 ceph-mon[112578]: pgmap v9679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:36 smithi016 ceph-mon[96085]: pgmap v9679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:36.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:36.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:37.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:37.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:38 smithi098 ceph-mon[112578]: pgmap v9680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:38 smithi016 ceph-mon[96085]: pgmap v9680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:38.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:38.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:39.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:39.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:40 smithi098 ceph-mon[112578]: pgmap v9681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:40 smithi016 ceph-mon[96085]: pgmap v9681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:40.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:40.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:41.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:41.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:42 smithi098 ceph-mon[112578]: pgmap v9682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:42 smithi016 ceph-mon[96085]: pgmap v9682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:42.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:42.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:03:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:03:43.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:43.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:44 smithi098 ceph-mon[112578]: pgmap v9683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:44 smithi016 ceph-mon[96085]: pgmap v9683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:44.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:44.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:45.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:45.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:46 smithi016 ceph-mon[96085]: pgmap v9684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:46.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:46.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:46 smithi098 ceph-mon[112578]: pgmap v9684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:47.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:47.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:48 smithi016 ceph-mon[96085]: pgmap v9685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:48.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:48.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:48 smithi098 ceph-mon[112578]: pgmap v9685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:49.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:49.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:50 smithi016 ceph-mon[96085]: pgmap v9686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:50.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:50.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:50 smithi098 ceph-mon[112578]: pgmap v9686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:51.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:51.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:52 smithi016 ceph-mon[96085]: pgmap v9687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:52.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:52.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:52 smithi098 ceph-mon[112578]: pgmap v9687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:53.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:53.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:54 smithi016 ceph-mon[96085]: pgmap v9688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:54.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:54.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:54 smithi098 ceph-mon[112578]: pgmap v9688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:55.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:55.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:56 smithi016 ceph-mon[96085]: pgmap v9689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:56.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:56.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:56 smithi098 ceph-mon[112578]: pgmap v9689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:57.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:57.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:58.818 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:58 smithi098 ceph-mon[112578]: pgmap v9690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:58.819 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:03:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:03:58.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:58.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:58 smithi016 ceph-mon[96085]: pgmap v9690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:03:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:03:59.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:03:59.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:00.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:00.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:00 smithi098 ceph-mon[112578]: pgmap v9691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:00 smithi016 ceph-mon[96085]: pgmap v9691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:01.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:01.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:02.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:02.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:02 smithi098 ceph-mon[112578]: pgmap v9692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:02 smithi016 ceph-mon[96085]: pgmap v9692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:03.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:03.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:04 smithi016 ceph-mon[96085]: pgmap v9693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:04.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:04.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:04 smithi098 ceph-mon[112578]: pgmap v9693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:05.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:05.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:06.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:06.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:06 smithi098 ceph-mon[112578]: pgmap v9694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:06 smithi016 ceph-mon[96085]: pgmap v9694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:07.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:07.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:08.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:08.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:08.922 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:08 smithi098 ceph-mon[112578]: pgmap v9695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:08 smithi016 ceph-mon[96085]: pgmap v9695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:09.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:09.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:10.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:10.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:10 smithi098 ceph-mon[112578]: pgmap v9696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:10 smithi016 ceph-mon[96085]: pgmap v9696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:11.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:11.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:12.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:12.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:12 smithi098 ceph-mon[112578]: pgmap v9697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:04:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:04:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:04:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:04:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:04:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:04:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:12 smithi016 ceph-mon[96085]: pgmap v9697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:04:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:04:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:04:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:04:13.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:04:13.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:04:13.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:13.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:13.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:04:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:04:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:14 smithi016 ceph-mon[96085]: pgmap v9698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:14.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:14.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:14 smithi098 ceph-mon[112578]: pgmap v9698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:15.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:15.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:16.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:16.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:16 smithi098 ceph-mon[112578]: pgmap v9699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:16 smithi016 ceph-mon[96085]: pgmap v9699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:17.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:17.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:18.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:18.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:18 smithi098 ceph-mon[112578]: pgmap v9700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:18 smithi016 ceph-mon[96085]: pgmap v9700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:19.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:19.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:20.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:20.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:20 smithi098 ceph-mon[112578]: pgmap v9701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:20 smithi016 ceph-mon[96085]: pgmap v9701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:21.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:21.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:22.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:22.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:22 smithi098 ceph-mon[112578]: pgmap v9702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:22 smithi016 ceph-mon[96085]: pgmap v9702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:23.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:23.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:24.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:24.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:24 smithi098 ceph-mon[112578]: pgmap v9703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:24 smithi016 ceph-mon[96085]: pgmap v9703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:25.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:25.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:26.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:26.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:26 smithi098 ceph-mon[112578]: pgmap v9704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:26 smithi016 ceph-mon[96085]: pgmap v9704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:27.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:27.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:28.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:28.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:28 smithi098 ceph-mon[112578]: pgmap v9705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:04:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:28 smithi016 ceph-mon[96085]: pgmap v9705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:04:29.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:29.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:30.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:30.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:30 smithi098 ceph-mon[112578]: pgmap v9706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:30 smithi016 ceph-mon[96085]: pgmap v9706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:31.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:31.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:32.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:32.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:32 smithi098 ceph-mon[112578]: pgmap v9707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:32 smithi016 ceph-mon[96085]: pgmap v9707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:33.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:33.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:34.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:34.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:34 smithi098 ceph-mon[112578]: pgmap v9708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:34 smithi016 ceph-mon[96085]: pgmap v9708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:35.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:35.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:36.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:36.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:36 smithi098 ceph-mon[112578]: pgmap v9709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:36 smithi016 ceph-mon[96085]: pgmap v9709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:37.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:37.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:38.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:38.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:38 smithi098 ceph-mon[112578]: pgmap v9710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:38 smithi016 ceph-mon[96085]: pgmap v9710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:39.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:39.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:40.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:40.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:40 smithi098 ceph-mon[112578]: pgmap v9711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:40 smithi016 ceph-mon[96085]: pgmap v9711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:41.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:41.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:42.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:42.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:42 smithi098 ceph-mon[112578]: pgmap v9712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:42 smithi016 ceph-mon[96085]: pgmap v9712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:43.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:43.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:04:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:04:44.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:44.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:44 smithi098 ceph-mon[112578]: pgmap v9713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:44 smithi016 ceph-mon[96085]: pgmap v9713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:45.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:45.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:46.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:46.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:46 smithi098 ceph-mon[112578]: pgmap v9714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:46 smithi016 ceph-mon[96085]: pgmap v9714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:47.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:47.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:48.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:48.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:48 smithi098 ceph-mon[112578]: pgmap v9715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:48 smithi016 ceph-mon[96085]: pgmap v9715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:49.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:49.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:50.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:50.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:50 smithi098 ceph-mon[112578]: pgmap v9716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:50 smithi016 ceph-mon[96085]: pgmap v9716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:51.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:51.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:52.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:52.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:52 smithi098 ceph-mon[112578]: pgmap v9717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:52 smithi016 ceph-mon[96085]: pgmap v9717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:53.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:53.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:54 smithi098 ceph-mon[112578]: pgmap v9718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:54.888 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:54 smithi016 ceph-mon[96085]: pgmap v9718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:54.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:54.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:55.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:55.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:56.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:56.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:56 smithi098 ceph-mon[112578]: pgmap v9719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:56 smithi016 ceph-mon[96085]: pgmap v9719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:57.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:57.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:58.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:58.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:58 smithi098 ceph-mon[112578]: pgmap v9720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:04:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:04:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:58 smithi016 ceph-mon[96085]: pgmap v9720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:04:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:04:59.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:04:59.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:00.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:00.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:00 smithi098 ceph-mon[112578]: pgmap v9721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:00 smithi016 ceph-mon[96085]: pgmap v9721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:01.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:01.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:01 smithi098 ceph-mon[112578]: pgmap v9722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:01 smithi016 ceph-mon[96085]: pgmap v9722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:02.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:02.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:03.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:03.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:03 smithi098 ceph-mon[112578]: pgmap v9723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:03 smithi016 ceph-mon[96085]: pgmap v9723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:04.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:04.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:05.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:05.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:06 smithi098 ceph-mon[112578]: pgmap v9724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:06 smithi016 ceph-mon[96085]: pgmap v9724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:06.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:06.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:07.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:07.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:08 smithi016 ceph-mon[96085]: pgmap v9725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:08.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:08.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:08 smithi098 ceph-mon[112578]: pgmap v9725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:10.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:10.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:10 smithi016 ceph-mon[96085]: pgmap v9726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:11.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:11.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:10 smithi098 ceph-mon[112578]: pgmap v9726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:12.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:12.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:12 smithi016 ceph-mon[96085]: pgmap v9727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:13.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:13.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:12 smithi098 ceph-mon[112578]: pgmap v9727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:05:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:05:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:05:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:05:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:05:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:05:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:05:14.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:14.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:05:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:05:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:05:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:05:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:05:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:05:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:05:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:14 smithi016 ceph-mon[96085]: pgmap v9728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:15.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:15.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:14 smithi098 ceph-mon[112578]: pgmap v9728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:16.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:16.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:16 smithi016 ceph-mon[96085]: pgmap v9729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:17.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:17.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:16 smithi098 ceph-mon[112578]: pgmap v9729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:18.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:18.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:18 smithi098 ceph-mon[112578]: pgmap v9730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:19.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:19.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:18 smithi016 ceph-mon[96085]: pgmap v9730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:20.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:20.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:20 smithi098 ceph-mon[112578]: pgmap v9731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:21.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:21.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:20 smithi016 ceph-mon[96085]: pgmap v9731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:22.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:22.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:22 smithi098 ceph-mon[112578]: pgmap v9732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:23.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:23.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:22 smithi016 ceph-mon[96085]: pgmap v9732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:24.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:24.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:24 smithi098 ceph-mon[112578]: pgmap v9733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:25.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:25.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:24 smithi016 ceph-mon[96085]: pgmap v9733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:26.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:26.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:26 smithi098 ceph-mon[112578]: pgmap v9734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:27.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:27.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:26 smithi016 ceph-mon[96085]: pgmap v9734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:28.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:28.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:28 smithi098 ceph-mon[112578]: pgmap v9735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:05:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:28 smithi016 ceph-mon[96085]: pgmap v9735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:05:29.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:29.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:30.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:30.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:30 smithi098 ceph-mon[112578]: pgmap v9736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:30 smithi016 ceph-mon[96085]: pgmap v9736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:31.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:31.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:32.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:32.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:32 smithi098 ceph-mon[112578]: pgmap v9737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:32 smithi016 ceph-mon[96085]: pgmap v9737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:33.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:33.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:34.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:34.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:34.818 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:34 smithi098 ceph-mon[112578]: pgmap v9738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:34 smithi016 ceph-mon[96085]: pgmap v9738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:35.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:35.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:36.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:36.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:36 smithi098 ceph-mon[112578]: pgmap v9739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:36 smithi016 ceph-mon[96085]: pgmap v9739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:37.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:37.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:38.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:38.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:38 smithi098 ceph-mon[112578]: pgmap v9740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:38 smithi016 ceph-mon[96085]: pgmap v9740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:39.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:39.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:40.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:40.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:40 smithi016 ceph-mon[96085]: pgmap v9741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:40 smithi098 ceph-mon[112578]: pgmap v9741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:41.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:41.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:42.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:42.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:42 smithi098 ceph-mon[112578]: pgmap v9742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:42 smithi016 ceph-mon[96085]: pgmap v9742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:43.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:43.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:05:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:05:44.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:44.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:44.922 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:44 smithi098 ceph-mon[112578]: pgmap v9743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:44 smithi016 ceph-mon[96085]: pgmap v9743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:45.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:45.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:46.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:46.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:46 smithi098 ceph-mon[112578]: pgmap v9744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:46 smithi016 ceph-mon[96085]: pgmap v9744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:47.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:47.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:48.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:48.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:48 smithi098 ceph-mon[112578]: pgmap v9745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:48 smithi016 ceph-mon[96085]: pgmap v9745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:49.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:49.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:50.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:50.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:50 smithi016 ceph-mon[96085]: pgmap v9746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:50 smithi098 ceph-mon[112578]: pgmap v9746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:51.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:51.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:52.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:52.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:52 smithi098 ceph-mon[112578]: pgmap v9747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:52 smithi016 ceph-mon[96085]: pgmap v9747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:53.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:53.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:54.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:54.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:54 smithi098 ceph-mon[112578]: pgmap v9748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:54 smithi016 ceph-mon[96085]: pgmap v9748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:55.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:55.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:56.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:56.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:56 smithi098 ceph-mon[112578]: pgmap v9749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:56 smithi016 ceph-mon[96085]: pgmap v9749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:57.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:57.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:58.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:58.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:58 smithi098 ceph-mon[112578]: pgmap v9750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:05:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:05:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:58 smithi016 ceph-mon[96085]: pgmap v9750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:05:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:05:59.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:05:59.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:00.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:00.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:00 smithi098 ceph-mon[112578]: pgmap v9751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:00 smithi016 ceph-mon[96085]: pgmap v9751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:01.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:01.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:02.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:02.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:02 smithi098 ceph-mon[112578]: pgmap v9752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:02 smithi016 ceph-mon[96085]: pgmap v9752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:03.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:03.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:04.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:04.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:04 smithi098 ceph-mon[112578]: pgmap v9753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:04 smithi016 ceph-mon[96085]: pgmap v9753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:05.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:05.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:06.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:06.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:06 smithi098 ceph-mon[112578]: pgmap v9754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:06 smithi016 ceph-mon[96085]: pgmap v9754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:07.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:07.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:08.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:08.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:08 smithi098 ceph-mon[112578]: pgmap v9755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:08 smithi016 ceph-mon[96085]: pgmap v9755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:09.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:09.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:10.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:10.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:10 smithi098 ceph-mon[112578]: pgmap v9756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:10 smithi016 ceph-mon[96085]: pgmap v9756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:11.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:11.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:12.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:12.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:12 smithi098 ceph-mon[112578]: pgmap v9757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:12 smithi016 ceph-mon[96085]: pgmap v9757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:13.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:13.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:06:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:06:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:06:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:06:14.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:14.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:14 smithi098 ceph-mon[112578]: pgmap v9758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:14 smithi016 ceph-mon[96085]: pgmap v9758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:15.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:15.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:16.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:16.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:16 smithi098 ceph-mon[112578]: pgmap v9759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:06:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:06:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:16 smithi016 ceph-mon[96085]: pgmap v9759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:06:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:06:17.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:17.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:06:18.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:06:18.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:06:18.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:06:18.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:06:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:06:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:06:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:06:18.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:06:18.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:06:18.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:18.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:18 smithi098 ceph-mon[112578]: pgmap v9760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:18 smithi016 ceph-mon[96085]: pgmap v9760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:19.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:19.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:20.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:20.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:20 smithi098 ceph-mon[112578]: pgmap v9761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:20 smithi016 ceph-mon[96085]: pgmap v9761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:21.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:21.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:22.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:22.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:22 smithi098 ceph-mon[112578]: pgmap v9762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:22 smithi016 ceph-mon[96085]: pgmap v9762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:23.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:23.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:24.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:24.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:24 smithi098 ceph-mon[112578]: pgmap v9763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:24 smithi016 ceph-mon[96085]: pgmap v9763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:25.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:25.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:25 smithi098 ceph-mon[112578]: pgmap v9764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:25 smithi016 ceph-mon[96085]: pgmap v9764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:26.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:26.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:27.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:27.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:28.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:28.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:27 smithi098 ceph-mon[112578]: pgmap v9765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:27 smithi016 ceph-mon[96085]: pgmap v9765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:29.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:29.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:06:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:06:30.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:30.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:30 smithi098 ceph-mon[112578]: pgmap v9766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:30.987 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:30 smithi016 ceph-mon[96085]: pgmap v9766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:31.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:31.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:32.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:32.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:32 smithi098 ceph-mon[112578]: pgmap v9767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:32 smithi016 ceph-mon[96085]: pgmap v9767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:33.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:33.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:34.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:34.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:34 smithi098 ceph-mon[112578]: pgmap v9768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:34 smithi016 ceph-mon[96085]: pgmap v9768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:35.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:35.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:36.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:36.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:36 smithi098 ceph-mon[112578]: pgmap v9769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:36 smithi016 ceph-mon[96085]: pgmap v9769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:37.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:37.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:38.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:38.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:38 smithi098 ceph-mon[112578]: pgmap v9770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:38 smithi016 ceph-mon[96085]: pgmap v9770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:39.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:39.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:40.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:40.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:40 smithi098 ceph-mon[112578]: pgmap v9771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:40 smithi016 ceph-mon[96085]: pgmap v9771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:41.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:41.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:42.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:42.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:42 smithi098 ceph-mon[112578]: pgmap v9772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:42 smithi016 ceph-mon[96085]: pgmap v9772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:43.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:43.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:06:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:06:44.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:44.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:44 smithi098 ceph-mon[112578]: pgmap v9773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:44 smithi016 ceph-mon[96085]: pgmap v9773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:45.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:45.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:46.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:46.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:46 smithi098 ceph-mon[112578]: pgmap v9774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:46 smithi016 ceph-mon[96085]: pgmap v9774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:47.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:47.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:48.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:48.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:48 smithi098 ceph-mon[112578]: pgmap v9775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:48 smithi016 ceph-mon[96085]: pgmap v9775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:49.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:49.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:50.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:50.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:50 smithi098 ceph-mon[112578]: pgmap v9776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:50 smithi016 ceph-mon[96085]: pgmap v9776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:51.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:51.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:52.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:52.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:52 smithi098 ceph-mon[112578]: pgmap v9777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:52 smithi016 ceph-mon[96085]: pgmap v9777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:53.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:53.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:54.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:54.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:54 smithi098 ceph-mon[112578]: pgmap v9778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:54 smithi016 ceph-mon[96085]: pgmap v9778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:55.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:55.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:56.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:56.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:56 smithi098 ceph-mon[112578]: pgmap v9779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:56 smithi016 ceph-mon[96085]: pgmap v9779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:57.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:57.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:58.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:58.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:58 smithi098 ceph-mon[112578]: pgmap v9780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:06:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:06:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:58 smithi016 ceph-mon[96085]: pgmap v9780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:06:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:06:59.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:06:59.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:00.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:00.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:00 smithi098 ceph-mon[112578]: pgmap v9781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:00 smithi016 ceph-mon[96085]: pgmap v9781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:01.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:01.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:02.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:02.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:02 smithi098 ceph-mon[112578]: pgmap v9782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:02 smithi016 ceph-mon[96085]: pgmap v9782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:03.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:03.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:04.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:04.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:04 smithi098 ceph-mon[112578]: pgmap v9783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:04 smithi016 ceph-mon[96085]: pgmap v9783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:05.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:05.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:06.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:06.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:06 smithi016 ceph-mon[96085]: pgmap v9784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:06 smithi098 ceph-mon[112578]: pgmap v9784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:07.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:07.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:08.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:08.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:08 smithi098 ceph-mon[112578]: pgmap v9785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:08 smithi016 ceph-mon[96085]: pgmap v9785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:09.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:09.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:10.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:10.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:10 smithi098 ceph-mon[112578]: pgmap v9786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:10 smithi016 ceph-mon[96085]: pgmap v9786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:11.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:11.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:12.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:12.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:12 smithi098 ceph-mon[112578]: pgmap v9787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:12 smithi016 ceph-mon[96085]: pgmap v9787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:13.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:13.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:07:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:07:14.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:14.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:14 smithi098 ceph-mon[112578]: pgmap v9788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:14 smithi016 ceph-mon[96085]: pgmap v9788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:15.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:15.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:16.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:16.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:16 smithi016 ceph-mon[96085]: pgmap v9789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:16 smithi098 ceph-mon[112578]: pgmap v9789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:17.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:17.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:07:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:07:18.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:18.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:18 smithi098 ceph-mon[112578]: pgmap v9790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:18 smithi016 ceph-mon[96085]: pgmap v9790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:19.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:19.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:20.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:20.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:20.930 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:20 smithi098 ceph-mon[112578]: pgmap v9791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:20 smithi016 ceph-mon[96085]: pgmap v9791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:21.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:21.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:22.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:22.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:22 smithi098 ceph-mon[112578]: pgmap v9792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:07:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:07:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:07:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:07:23.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:07:23.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:07:23.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:07:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:22 smithi016 ceph-mon[96085]: pgmap v9792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:07:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:07:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:07:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:07:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:07:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:07:23.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:07:23.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:23.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:24.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:24.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:24 smithi098 ceph-mon[112578]: pgmap v9793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:24 smithi016 ceph-mon[96085]: pgmap v9793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:25.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:25.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:26.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:26.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:26 smithi098 ceph-mon[112578]: pgmap v9794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:26 smithi016 ceph-mon[96085]: pgmap v9794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:27.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:27.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:28.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:28.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:28 smithi098 ceph-mon[112578]: pgmap v9795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:07:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:28 smithi016 ceph-mon[96085]: pgmap v9795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:07:29.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:29.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:30.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:30.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:30 smithi098 ceph-mon[112578]: pgmap v9796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:30 smithi016 ceph-mon[96085]: pgmap v9796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:31.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:31.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:32.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:32.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:32 smithi098 ceph-mon[112578]: pgmap v9797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:32 smithi016 ceph-mon[96085]: pgmap v9797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:33.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:33.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:34.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:34.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:34 smithi098 ceph-mon[112578]: pgmap v9798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:34 smithi016 ceph-mon[96085]: pgmap v9798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:35.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:35.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:36.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:36.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:36 smithi098 ceph-mon[112578]: pgmap v9799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:36 smithi016 ceph-mon[96085]: pgmap v9799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:37.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:37.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:38.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:38.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:38 smithi098 ceph-mon[112578]: pgmap v9800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:38 smithi016 ceph-mon[96085]: pgmap v9800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:39.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:39.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:40.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:40.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:40 smithi098 ceph-mon[112578]: pgmap v9801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:40 smithi016 ceph-mon[96085]: pgmap v9801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:41.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:41.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:42.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:42.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:42 smithi098 ceph-mon[112578]: pgmap v9802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:42 smithi016 ceph-mon[96085]: pgmap v9802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:43.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:43.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:07:44.182 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:07:44.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:44.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:44 smithi098 ceph-mon[112578]: pgmap v9803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:44 smithi016 ceph-mon[96085]: pgmap v9803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:45.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:45.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:46.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:46.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:46 smithi098 ceph-mon[112578]: pgmap v9804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:46 smithi016 ceph-mon[96085]: pgmap v9804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:47.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:47.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:48.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:48.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:48 smithi098 ceph-mon[112578]: pgmap v9805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:48 smithi016 ceph-mon[96085]: pgmap v9805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:49.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:49.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:50.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:50.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:50 smithi098 ceph-mon[112578]: pgmap v9806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:50 smithi016 ceph-mon[96085]: pgmap v9806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:51.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:51.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:52.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:52.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:52 smithi098 ceph-mon[112578]: pgmap v9807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:52 smithi016 ceph-mon[96085]: pgmap v9807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:53.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:53.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:54.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:54.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:54 smithi098 ceph-mon[112578]: pgmap v9808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:54 smithi016 ceph-mon[96085]: pgmap v9808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:55.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:55.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:56.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:56.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:56.971 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:56 smithi016 ceph-mon[96085]: pgmap v9809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:56 smithi098 ceph-mon[112578]: pgmap v9809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:57.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:57.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:58.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:58.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:58 smithi098 ceph-mon[112578]: pgmap v9810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:07:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:07:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:58 smithi016 ceph-mon[96085]: pgmap v9810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:07:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:07:59.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:07:59.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:00.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:00.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:00 smithi098 ceph-mon[112578]: pgmap v9811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:00 smithi016 ceph-mon[96085]: pgmap v9811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:01.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:01.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:02.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:02.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:02 smithi098 ceph-mon[112578]: pgmap v9812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:02 smithi016 ceph-mon[96085]: pgmap v9812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:03.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:03.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:04.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:04.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:04 smithi098 ceph-mon[112578]: pgmap v9813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:04 smithi016 ceph-mon[96085]: pgmap v9813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:05.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:05.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:06.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:06.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:06 smithi098 ceph-mon[112578]: pgmap v9814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:06 smithi016 ceph-mon[96085]: pgmap v9814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:07.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:07.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:07 smithi098 ceph-mon[112578]: pgmap v9815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:07 smithi016 ceph-mon[96085]: pgmap v9815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:08.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:08.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:09.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:09.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:10.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:10.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:10 smithi098 ceph-mon[112578]: pgmap v9816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:10 smithi016 ceph-mon[96085]: pgmap v9816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:11.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:11.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:12.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:12.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:12 smithi098 ceph-mon[112578]: pgmap v9817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:12 smithi016 ceph-mon[96085]: pgmap v9817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:13.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:13.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:08:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:08:14.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:14.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:14 smithi098 ceph-mon[112578]: pgmap v9818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:14 smithi016 ceph-mon[96085]: pgmap v9818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:15.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:15.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:16.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:16.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:16 smithi098 ceph-mon[112578]: pgmap v9819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:16 smithi016 ceph-mon[96085]: pgmap v9819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:17.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:17.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:18.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:18.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:18 smithi098 ceph-mon[112578]: pgmap v9820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:18 smithi016 ceph-mon[96085]: pgmap v9820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:19.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:19.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:20.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:20.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:20 smithi098 ceph-mon[112578]: pgmap v9821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:20 smithi016 ceph-mon[96085]: pgmap v9821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:21.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:21.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:22.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:22.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:22 smithi098 ceph-mon[112578]: pgmap v9822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:08:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:22 smithi016 ceph-mon[96085]: pgmap v9822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:08:23.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:23.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:08:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:08:24.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:08:24.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:08:24.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:08:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:08:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:08:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:08:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:08:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:08:24.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:24.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:24 smithi098 ceph-mon[112578]: pgmap v9823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:24 smithi016 ceph-mon[96085]: pgmap v9823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:26.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:26.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:26 smithi098 ceph-mon[112578]: pgmap v9824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:26 smithi016 ceph-mon[96085]: pgmap v9824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:27.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:27.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:28.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:28.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:28 smithi098 ceph-mon[112578]: pgmap v9825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:08:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:28 smithi016 ceph-mon[96085]: pgmap v9825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:08:29.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:29.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:30.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:30.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:30 smithi098 ceph-mon[112578]: pgmap v9826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:30 smithi016 ceph-mon[96085]: pgmap v9826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:31.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:31.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:32.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:32.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:32 smithi016 ceph-mon[96085]: pgmap v9827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:32 smithi098 ceph-mon[112578]: pgmap v9827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:33.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:33.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:34.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:34.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:34 smithi098 ceph-mon[112578]: pgmap v9828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:34 smithi016 ceph-mon[96085]: pgmap v9828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:35.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:35.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:36.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:36.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:36 smithi098 ceph-mon[112578]: pgmap v9829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:36 smithi016 ceph-mon[96085]: pgmap v9829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:37.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:37.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:38.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:38.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:38 smithi098 ceph-mon[112578]: pgmap v9830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:38 smithi016 ceph-mon[96085]: pgmap v9830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:39.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:39.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:40.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:40.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:40 smithi098 ceph-mon[112578]: pgmap v9831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:40 smithi016 ceph-mon[96085]: pgmap v9831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:41.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:41.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:42.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:42.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:42 smithi016 ceph-mon[96085]: pgmap v9832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:42 smithi098 ceph-mon[112578]: pgmap v9832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:43.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:43.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:08:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:08:44.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:44.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:44 smithi098 ceph-mon[112578]: pgmap v9833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:44 smithi016 ceph-mon[96085]: pgmap v9833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:45.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:45.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:46.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:46.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:46 smithi098 ceph-mon[112578]: pgmap v9834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:46 smithi016 ceph-mon[96085]: pgmap v9834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:47.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:47.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:48.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:48.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:48 smithi098 ceph-mon[112578]: pgmap v9835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:48 smithi016 ceph-mon[96085]: pgmap v9835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:49.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:49.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:50.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:50.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:50 smithi098 ceph-mon[112578]: pgmap v9836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:50 smithi016 ceph-mon[96085]: pgmap v9836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:51.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:51.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:52.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:52.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:52 smithi098 ceph-mon[112578]: pgmap v9837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:52 smithi016 ceph-mon[96085]: pgmap v9837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:53.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:53.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:54.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:54.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:54 smithi098 ceph-mon[112578]: pgmap v9838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:54 smithi016 ceph-mon[96085]: pgmap v9838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:55.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:55.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:56.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:56.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:56.931 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:56 smithi098 ceph-mon[112578]: pgmap v9839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:56 smithi016 ceph-mon[96085]: pgmap v9839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:57.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:57.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:58.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:58.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:58 smithi098 ceph-mon[112578]: pgmap v9840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:08:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:08:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:58 smithi016 ceph-mon[96085]: pgmap v9840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:08:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:08:59.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:08:59.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:00.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:00.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:00 smithi098 ceph-mon[112578]: pgmap v9841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:00 smithi016 ceph-mon[96085]: pgmap v9841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:01.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:01.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:02.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:02.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:02 smithi098 ceph-mon[112578]: pgmap v9842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:02 smithi016 ceph-mon[96085]: pgmap v9842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:03.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:03.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:04.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:04.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:04 smithi098 ceph-mon[112578]: pgmap v9843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:04 smithi016 ceph-mon[96085]: pgmap v9843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:05.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:05.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:06.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:06.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:06 smithi098 ceph-mon[112578]: pgmap v9844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:06 smithi016 ceph-mon[96085]: pgmap v9844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:07.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:07.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:08.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:08.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:08 smithi098 ceph-mon[112578]: pgmap v9845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:08 smithi016 ceph-mon[96085]: pgmap v9845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:09.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:09.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:10.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:10.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:10 smithi098 ceph-mon[112578]: pgmap v9846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:10 smithi016 ceph-mon[96085]: pgmap v9846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:11.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:11.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:12.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:12.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:12 smithi098 ceph-mon[112578]: pgmap v9847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:12 smithi016 ceph-mon[96085]: pgmap v9847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:13.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:13.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:09:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:09:14.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:14.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:14 smithi098 ceph-mon[112578]: pgmap v9848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:14 smithi016 ceph-mon[96085]: pgmap v9848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:15.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:15.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:16.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:16.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:16 smithi098 ceph-mon[112578]: pgmap v9849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:16 smithi016 ceph-mon[96085]: pgmap v9849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:17.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:17.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:17 smithi098 ceph-mon[112578]: pgmap v9850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:17 smithi016 ceph-mon[96085]: pgmap v9850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:18.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:18.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:19.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:19.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:20.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:20.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:20 smithi098 ceph-mon[112578]: pgmap v9851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:20 smithi016 ceph-mon[96085]: pgmap v9851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:21.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:21.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:22.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:22.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:22.949 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:22 smithi016 ceph-mon[96085]: pgmap v9852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:22 smithi098 ceph-mon[112578]: pgmap v9852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:23.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:23.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:09:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:09:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:09:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:09:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:09:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:09:24.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:24.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:24 smithi098 ceph-mon[112578]: pgmap v9853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:09:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:09:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:09:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:09:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:09:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:24 smithi016 ceph-mon[96085]: pgmap v9853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:09:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:09:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:09:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:09:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:09:25.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:25.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:26.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:26.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:26 smithi098 ceph-mon[112578]: pgmap v9854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:26 smithi016 ceph-mon[96085]: pgmap v9854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:27.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:27.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:28.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:28.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:28 smithi098 ceph-mon[112578]: pgmap v9855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:09:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:28 smithi016 ceph-mon[96085]: pgmap v9855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:09:29.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:29.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:30.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:30.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:30 smithi098 ceph-mon[112578]: pgmap v9856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:30 smithi016 ceph-mon[96085]: pgmap v9856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:31.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:31.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:32.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:32.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:32 smithi098 ceph-mon[112578]: pgmap v9857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:32 smithi016 ceph-mon[96085]: pgmap v9857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:33.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:33.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:34.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:34.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:34 smithi098 ceph-mon[112578]: pgmap v9858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:34 smithi016 ceph-mon[96085]: pgmap v9858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:35.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:35.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:36.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:36.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:36 smithi098 ceph-mon[112578]: pgmap v9859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:36 smithi016 ceph-mon[96085]: pgmap v9859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:37.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:37.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:38.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:38.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:38 smithi098 ceph-mon[112578]: pgmap v9860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:38 smithi016 ceph-mon[96085]: pgmap v9860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:39.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:39.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:40.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:40.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:40 smithi098 ceph-mon[112578]: pgmap v9861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:40 smithi016 ceph-mon[96085]: pgmap v9861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:41.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:41.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:42.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:42.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:42 smithi098 ceph-mon[112578]: pgmap v9862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:42 smithi016 ceph-mon[96085]: pgmap v9862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:43.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:43.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:09:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:09:44.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:44.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:44 smithi098 ceph-mon[112578]: pgmap v9863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:44 smithi016 ceph-mon[96085]: pgmap v9863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:45.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:45.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:46.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:46.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:46 smithi098 ceph-mon[112578]: pgmap v9864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:46 smithi016 ceph-mon[96085]: pgmap v9864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:47.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:47.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:48.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:48.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:48 smithi098 ceph-mon[112578]: pgmap v9865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:48 smithi016 ceph-mon[96085]: pgmap v9865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:49.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:49.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:50.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:50.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:50 smithi098 ceph-mon[112578]: pgmap v9866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:50 smithi016 ceph-mon[96085]: pgmap v9866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:51.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:51.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:52.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:52.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:52 smithi098 ceph-mon[112578]: pgmap v9867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:52 smithi016 ceph-mon[96085]: pgmap v9867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:53.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:53.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:54.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:54.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:54 smithi098 ceph-mon[112578]: pgmap v9868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:54 smithi016 ceph-mon[96085]: pgmap v9868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:55.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:55.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:56.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:56.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:56 smithi098 ceph-mon[112578]: pgmap v9869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:56 smithi016 ceph-mon[96085]: pgmap v9869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:57.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:57.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:58.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:58.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:58 smithi098 ceph-mon[112578]: pgmap v9870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:09:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:09:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:58 smithi016 ceph-mon[96085]: pgmap v9870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:09:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:09:59.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:09:59.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:00.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:00.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:00 smithi098 ceph-mon[112578]: pgmap v9871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T02:10:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:00 smithi016 ceph-mon[96085]: pgmap v9871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T02:10:01.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:01.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:02.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:02.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:02 smithi098 ceph-mon[112578]: pgmap v9872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:02 smithi016 ceph-mon[96085]: pgmap v9872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:03.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:03.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:04.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:04.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:04 smithi098 ceph-mon[112578]: pgmap v9873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:04 smithi016 ceph-mon[96085]: pgmap v9873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:05.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:05.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:06.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:06.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:06 smithi098 ceph-mon[112578]: pgmap v9874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:06 smithi016 ceph-mon[96085]: pgmap v9874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:07.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:07.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:08.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:08.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:08 smithi016 ceph-mon[96085]: pgmap v9875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:08 smithi098 ceph-mon[112578]: pgmap v9875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:09.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:09.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:10.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:10.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:10 smithi098 ceph-mon[112578]: pgmap v9876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:10 smithi016 ceph-mon[96085]: pgmap v9876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:11.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:11.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:12.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:12.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:12 smithi098 ceph-mon[112578]: pgmap v9877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:12 smithi016 ceph-mon[96085]: pgmap v9877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:13.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:13.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:10:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:10:14.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:14.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:14 smithi098 ceph-mon[112578]: pgmap v9878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:14 smithi016 ceph-mon[96085]: pgmap v9878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:15.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:15.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:16.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:16.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:16 smithi098 ceph-mon[112578]: pgmap v9879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:16 smithi016 ceph-mon[96085]: pgmap v9879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:17.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:17.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:18.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:18.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:18 smithi098 ceph-mon[112578]: pgmap v9880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:18 smithi016 ceph-mon[96085]: pgmap v9880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:19.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:19.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:20.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:20.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:20 smithi098 ceph-mon[112578]: pgmap v9881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:20 smithi016 ceph-mon[96085]: pgmap v9881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:21.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:21.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:21 smithi098 ceph-mon[112578]: pgmap v9882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:21 smithi016 ceph-mon[96085]: pgmap v9882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:22.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:22.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:23.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:23.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:23 smithi016 ceph-mon[96085]: pgmap v9883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:10:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:23 smithi098 ceph-mon[112578]: pgmap v9883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:24.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:10:24.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:24.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:10:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:10:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:10:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:10:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:10:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:10:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:10:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:10:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:10:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:10:25.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:25.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:26.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:26.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:26 smithi098 ceph-mon[112578]: pgmap v9884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:26 smithi016 ceph-mon[96085]: pgmap v9884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:27.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:27.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:28.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:28.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:28 smithi098 ceph-mon[112578]: pgmap v9885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:10:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:28 smithi016 ceph-mon[96085]: pgmap v9885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:10:29.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:29.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:30.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:30.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:30 smithi098 ceph-mon[112578]: pgmap v9886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:30 smithi016 ceph-mon[96085]: pgmap v9886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:31.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:31.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:32.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:32.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:32.930 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:32 smithi098 ceph-mon[112578]: pgmap v9887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:32 smithi016 ceph-mon[96085]: pgmap v9887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:33.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:33.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:34.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:34.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:34 smithi098 ceph-mon[112578]: pgmap v9888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:34 smithi016 ceph-mon[96085]: pgmap v9888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:35.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:35.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:36.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:36.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:36 smithi098 ceph-mon[112578]: pgmap v9889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:36 smithi016 ceph-mon[96085]: pgmap v9889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:37.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:37.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:38.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:38.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:38 smithi098 ceph-mon[112578]: pgmap v9890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:38 smithi016 ceph-mon[96085]: pgmap v9890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:39.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:39.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:40.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:40.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:40 smithi098 ceph-mon[112578]: pgmap v9891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:40 smithi016 ceph-mon[96085]: pgmap v9891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:41.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:41.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:42.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:42.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:42 smithi098 ceph-mon[112578]: pgmap v9892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:42 smithi016 ceph-mon[96085]: pgmap v9892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:43.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:43.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:10:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:10:44.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:44.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:44 smithi098 ceph-mon[112578]: pgmap v9893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:44 smithi016 ceph-mon[96085]: pgmap v9893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:45.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:45.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:46.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:46.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:46 smithi098 ceph-mon[112578]: pgmap v9894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:46 smithi016 ceph-mon[96085]: pgmap v9894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:47.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:47.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:48.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:48.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:48.930 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:48 smithi016 ceph-mon[96085]: pgmap v9895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:48 smithi098 ceph-mon[112578]: pgmap v9895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:49.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:49.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:50.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:50.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:50 smithi098 ceph-mon[112578]: pgmap v9896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:50 smithi016 ceph-mon[96085]: pgmap v9896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:51.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:51.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:52.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:52.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:52 smithi098 ceph-mon[112578]: pgmap v9897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:52 smithi016 ceph-mon[96085]: pgmap v9897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:53.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:53.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:54.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:54.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:54 smithi098 ceph-mon[112578]: pgmap v9898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:54 smithi016 ceph-mon[96085]: pgmap v9898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:55.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:55.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:56.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:56.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:56 smithi098 ceph-mon[112578]: pgmap v9899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:56 smithi016 ceph-mon[96085]: pgmap v9899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:57.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:57.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:58.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:58.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:58 smithi098 ceph-mon[112578]: pgmap v9900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:10:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:10:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:58 smithi016 ceph-mon[96085]: pgmap v9900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:10:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:10:59.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:10:59.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:00.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:00.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:00 smithi098 ceph-mon[112578]: pgmap v9901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:00 smithi016 ceph-mon[96085]: pgmap v9901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:01.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:01.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:02.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:02.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:02 smithi098 ceph-mon[112578]: pgmap v9902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:02 smithi016 ceph-mon[96085]: pgmap v9902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:03.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:03.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:04.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:04.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:04 smithi098 ceph-mon[112578]: pgmap v9903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:04 smithi016 ceph-mon[96085]: pgmap v9903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:05.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:05.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:06.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:06.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:06 smithi098 ceph-mon[112578]: pgmap v9904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:06 smithi016 ceph-mon[96085]: pgmap v9904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:07.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:07.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:08.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:08.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:08 smithi098 ceph-mon[112578]: pgmap v9905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:08 smithi016 ceph-mon[96085]: pgmap v9905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:09.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:09.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:10.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:10.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:10 smithi098 ceph-mon[112578]: pgmap v9906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:10 smithi016 ceph-mon[96085]: pgmap v9906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:11.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:11.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:12.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:12.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:12 smithi098 ceph-mon[112578]: pgmap v9907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:12 smithi016 ceph-mon[96085]: pgmap v9907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:13.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:13.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:11:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:11:14.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:14.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:14 smithi098 ceph-mon[112578]: pgmap v9908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:14 smithi016 ceph-mon[96085]: pgmap v9908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:15.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:15.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:16.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:16.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:16 smithi098 ceph-mon[112578]: pgmap v9909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:16 smithi016 ceph-mon[96085]: pgmap v9909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:17.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:17.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:18.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:18.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:18 smithi098 ceph-mon[112578]: pgmap v9910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:18 smithi016 ceph-mon[96085]: pgmap v9910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:19.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:19.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:20.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:20.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:20 smithi098 ceph-mon[112578]: pgmap v9911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:20 smithi016 ceph-mon[96085]: pgmap v9911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:21.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:21.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:22.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:22.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:22 smithi098 ceph-mon[112578]: pgmap v9912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:22 smithi016 ceph-mon[96085]: pgmap v9912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:23.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:23.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:23 smithi098 ceph-mon[112578]: pgmap v9913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:23 smithi016 ceph-mon[96085]: pgmap v9913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:24.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:24.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:11:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:11:25.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:25.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:11:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:11:26.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:25 smithi098 ceph-mon[112578]: pgmap v9914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:26.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:11:26.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:11:26.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:11:26.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:11:26.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:11:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:11:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:11:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:25 smithi016 ceph-mon[96085]: pgmap v9914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:11:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:11:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:11:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:11:26.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:11:26.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:26.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:27.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:27.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:27 smithi098 ceph-mon[112578]: pgmap v9915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:27 smithi016 ceph-mon[96085]: pgmap v9915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:28.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:28.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:11:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:11:29.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:29.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:30.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:30.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:30 smithi098 ceph-mon[112578]: pgmap v9916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:30 smithi016 ceph-mon[96085]: pgmap v9916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:31.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:31.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:32.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:32.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:32 smithi098 ceph-mon[112578]: pgmap v9917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:32 smithi016 ceph-mon[96085]: pgmap v9917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:33.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:33.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:34.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:34.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:34 smithi016 ceph-mon[96085]: pgmap v9918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:34 smithi098 ceph-mon[112578]: pgmap v9918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:35.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:35.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:36.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:36.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:36 smithi098 ceph-mon[112578]: pgmap v9919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:36 smithi016 ceph-mon[96085]: pgmap v9919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:37.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:37.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:38.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:38.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:38 smithi098 ceph-mon[112578]: pgmap v9920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:38 smithi016 ceph-mon[96085]: pgmap v9920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:39.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:39.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:40.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:40.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:40 smithi098 ceph-mon[112578]: pgmap v9921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:40 smithi016 ceph-mon[96085]: pgmap v9921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:41.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:41.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:42.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:42.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:42 smithi098 ceph-mon[112578]: pgmap v9922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:42 smithi016 ceph-mon[96085]: pgmap v9922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:43.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:43.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:11:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:11:44.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:44.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:44 smithi098 ceph-mon[112578]: pgmap v9923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:44 smithi016 ceph-mon[96085]: pgmap v9923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:45.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:45.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:46.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:46.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:46 smithi098 ceph-mon[112578]: pgmap v9924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:46 smithi016 ceph-mon[96085]: pgmap v9924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:47.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:47.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:48.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:48.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:48 smithi098 ceph-mon[112578]: pgmap v9925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:48 smithi016 ceph-mon[96085]: pgmap v9925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:49.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:49.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:50.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:50.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:50 smithi098 ceph-mon[112578]: pgmap v9926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:50 smithi016 ceph-mon[96085]: pgmap v9926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:51.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:51.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:52.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:52.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:52 smithi098 ceph-mon[112578]: pgmap v9927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:52 smithi016 ceph-mon[96085]: pgmap v9927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:53.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:53.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:54.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:54.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:54 smithi098 ceph-mon[112578]: pgmap v9928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:55.060 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:54 smithi016 ceph-mon[96085]: pgmap v9928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:55.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:55.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:56.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:56.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:56 smithi098 ceph-mon[112578]: pgmap v9929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:56 smithi016 ceph-mon[96085]: pgmap v9929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:57.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:57.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:58.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:58.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:58 smithi098 ceph-mon[112578]: pgmap v9930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:11:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:11:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:58 smithi016 ceph-mon[96085]: pgmap v9930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:11:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:11:59.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:11:59.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:00.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:00.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:00 smithi098 ceph-mon[112578]: pgmap v9931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:00 smithi016 ceph-mon[96085]: pgmap v9931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:01.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:01.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:02.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:02.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:02 smithi098 ceph-mon[112578]: pgmap v9932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:02 smithi016 ceph-mon[96085]: pgmap v9932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:03.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:03.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:04.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:04.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:04 smithi098 ceph-mon[112578]: pgmap v9933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:04 smithi016 ceph-mon[96085]: pgmap v9933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:05.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:05.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:06.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:06.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:06 smithi098 ceph-mon[112578]: pgmap v9934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:06 smithi016 ceph-mon[96085]: pgmap v9934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:07.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:07.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:08.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:08.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:08.934 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:08 smithi098 ceph-mon[112578]: pgmap v9935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:08 smithi016 ceph-mon[96085]: pgmap v9935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:09.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:09.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:10.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:10.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:10 smithi098 ceph-mon[112578]: pgmap v9936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:10 smithi016 ceph-mon[96085]: pgmap v9936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:11.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:11.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:12.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:12.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:12 smithi098 ceph-mon[112578]: pgmap v9937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:12 smithi016 ceph-mon[96085]: pgmap v9937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:13.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:13.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:13.987 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:12:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:12:14.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:14.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:14 smithi098 ceph-mon[112578]: pgmap v9938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:14 smithi016 ceph-mon[96085]: pgmap v9938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:15.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:15.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:16.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:16.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:16 smithi098 ceph-mon[112578]: pgmap v9939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:16 smithi016 ceph-mon[96085]: pgmap v9939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:17.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:17.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:18.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:18.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:18 smithi098 ceph-mon[112578]: pgmap v9940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:18 smithi016 ceph-mon[96085]: pgmap v9940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:19.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:19.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:20.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:20.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:20 smithi098 ceph-mon[112578]: pgmap v9941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:20 smithi016 ceph-mon[96085]: pgmap v9941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:21.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:21.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:22.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:22.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:22 smithi098 ceph-mon[112578]: pgmap v9942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:22 smithi016 ceph-mon[96085]: pgmap v9942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:23.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:23.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:24.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:24.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:24 smithi098 ceph-mon[112578]: pgmap v9943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:24 smithi016 ceph-mon[96085]: pgmap v9943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:25.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:25.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:12:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:12:26.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:26.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:26 smithi098 ceph-mon[112578]: pgmap v9944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:12:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:12:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:12:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:12:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:12:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:26 smithi016 ceph-mon[96085]: pgmap v9944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:12:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:12:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:12:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:12:27.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:12:27.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:27.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:27 smithi098 ceph-mon[112578]: pgmap v9945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:27 smithi016 ceph-mon[96085]: pgmap v9945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:28.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:28.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:12:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:12:29.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:29.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:30.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:30.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:30 smithi098 ceph-mon[112578]: pgmap v9946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:30 smithi016 ceph-mon[96085]: pgmap v9946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:31.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:31.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:32.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:32.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:32 smithi098 ceph-mon[112578]: pgmap v9947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:32 smithi016 ceph-mon[96085]: pgmap v9947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:33.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:33.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:34.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:34.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:34 smithi098 ceph-mon[112578]: pgmap v9948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:34 smithi016 ceph-mon[96085]: pgmap v9948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:35.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:35.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:36.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:36.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:36 smithi098 ceph-mon[112578]: pgmap v9949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:36 smithi016 ceph-mon[96085]: pgmap v9949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:37.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:37.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:38.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:38.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:38 smithi098 ceph-mon[112578]: pgmap v9950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:38 smithi016 ceph-mon[96085]: pgmap v9950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:39.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:39.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:40.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:40.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:40 smithi098 ceph-mon[112578]: pgmap v9951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:40 smithi016 ceph-mon[96085]: pgmap v9951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:41.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:41.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:42.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:42.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:42 smithi098 ceph-mon[112578]: pgmap v9952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:42 smithi016 ceph-mon[96085]: pgmap v9952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:43.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:43.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:12:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:12:44.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:44.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:44 smithi098 ceph-mon[112578]: pgmap v9953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:44 smithi016 ceph-mon[96085]: pgmap v9953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:45.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:45.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:46.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:46.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:46 smithi098 ceph-mon[112578]: pgmap v9954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:46 smithi016 ceph-mon[96085]: pgmap v9954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:47.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:47.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:48.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:48.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:48 smithi098 ceph-mon[112578]: pgmap v9955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:48 smithi016 ceph-mon[96085]: pgmap v9955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:49.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:49.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:50.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:50.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:50 smithi098 ceph-mon[112578]: pgmap v9956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:50 smithi016 ceph-mon[96085]: pgmap v9956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:51.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:51.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:52.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:52.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:52 smithi098 ceph-mon[112578]: pgmap v9957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:52 smithi016 ceph-mon[96085]: pgmap v9957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:53.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:53.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:54 smithi098 ceph-mon[112578]: pgmap v9958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:54.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:54.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:54 smithi016 ceph-mon[96085]: pgmap v9958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:55.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:55.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:56.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:56.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:56 smithi098 ceph-mon[112578]: pgmap v9959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:56 smithi016 ceph-mon[96085]: pgmap v9959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:57.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:57.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:58.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:58.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:58 smithi098 ceph-mon[112578]: pgmap v9960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:12:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:12:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:58 smithi016 ceph-mon[96085]: pgmap v9960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:12:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:12:59.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:12:59.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:00 smithi016 ceph-mon[96085]: pgmap v9961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:00.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:00.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:00 smithi098 ceph-mon[112578]: pgmap v9961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:01.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:01.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:02.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:02.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:02 smithi098 ceph-mon[112578]: pgmap v9962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:02 smithi016 ceph-mon[96085]: pgmap v9962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:03.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:03.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:04.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:04.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:04 smithi098 ceph-mon[112578]: pgmap v9963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:04 smithi016 ceph-mon[96085]: pgmap v9963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:05.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:05.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:06.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:06.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:06 smithi098 ceph-mon[112578]: pgmap v9964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:06 smithi016 ceph-mon[96085]: pgmap v9964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:07.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:07.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:08.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:08.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:08 smithi098 ceph-mon[112578]: pgmap v9965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:08 smithi016 ceph-mon[96085]: pgmap v9965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:09.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:09.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:10.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:10.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:10 smithi098 ceph-mon[112578]: pgmap v9966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:10 smithi016 ceph-mon[96085]: pgmap v9966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:11.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:11.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:12.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:12.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:12 smithi098 ceph-mon[112578]: pgmap v9967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:12 smithi016 ceph-mon[96085]: pgmap v9967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:13.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:13.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:13:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:13:14.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:14.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:14 smithi098 ceph-mon[112578]: pgmap v9968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:14 smithi016 ceph-mon[96085]: pgmap v9968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:15.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:15.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:16.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:16.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:16 smithi098 ceph-mon[112578]: pgmap v9969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:16 smithi016 ceph-mon[96085]: pgmap v9969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:17.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:17.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:18.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:18.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:18 smithi098 ceph-mon[112578]: pgmap v9970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:18 smithi016 ceph-mon[96085]: pgmap v9970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:19.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:19.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:20.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:20.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:20 smithi098 ceph-mon[112578]: pgmap v9971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:20 smithi016 ceph-mon[96085]: pgmap v9971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:21.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:21.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:22.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:22.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:22 smithi098 ceph-mon[112578]: pgmap v9972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:22 smithi016 ceph-mon[96085]: pgmap v9972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:23.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:23.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:23 smithi098 ceph-mon[112578]: pgmap v9973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:23 smithi016 ceph-mon[96085]: pgmap v9973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:24.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:24.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:25.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:25.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:26.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:26.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:26 smithi098 ceph-mon[112578]: pgmap v9974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:13:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:13:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:13:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:13:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:13:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:13:27.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:13:27.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:13:27.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:13:27.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:13:27.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:13:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:26 smithi016 ceph-mon[96085]: pgmap v9974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:13:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:13:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:13:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:13:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:13:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:13:27.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:13:27.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:13:27.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:13:27.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:13:27.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:13:27.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:27.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:27 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1618M 2023-10-17T02:13:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:27 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1618M 2023-10-17T02:13:28.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:28.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:28 smithi098 ceph-mon[112578]: pgmap v9975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:13:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:28 smithi016 ceph-mon[96085]: pgmap v9975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:13:29.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:29.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:30.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:30.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:30 smithi098 ceph-mon[112578]: pgmap v9976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:30 smithi016 ceph-mon[96085]: pgmap v9976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:31.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:31.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:32.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:32.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:32 smithi098 ceph-mon[112578]: pgmap v9977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:32 smithi016 ceph-mon[96085]: pgmap v9977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:33.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:33.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:34.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:34.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:34 smithi098 ceph-mon[112578]: pgmap v9978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:34 smithi016 ceph-mon[96085]: pgmap v9978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:35.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:35.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:36.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:36.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:36 smithi098 ceph-mon[112578]: pgmap v9979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:36 smithi016 ceph-mon[96085]: pgmap v9979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:37.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:37.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:38.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:38.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:38 smithi098 ceph-mon[112578]: pgmap v9980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:38 smithi016 ceph-mon[96085]: pgmap v9980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:39.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:39.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:40.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:40.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:40 smithi098 ceph-mon[112578]: pgmap v9981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:40 smithi016 ceph-mon[96085]: pgmap v9981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:41.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:41.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:42.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:42.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:42 smithi098 ceph-mon[112578]: pgmap v9982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:42 smithi016 ceph-mon[96085]: pgmap v9982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:43.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:43.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:13:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:13:44.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:44.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:44.946 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:44 smithi098 ceph-mon[112578]: pgmap v9983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:44 smithi016 ceph-mon[96085]: pgmap v9983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:45.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:45.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:46.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:46.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:46 smithi098 ceph-mon[112578]: pgmap v9984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:46 smithi016 ceph-mon[96085]: pgmap v9984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:47.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:47.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:48.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:48.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:48 smithi098 ceph-mon[112578]: pgmap v9985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:48 smithi016 ceph-mon[96085]: pgmap v9985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:49.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:49.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:50.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:50.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:50 smithi098 ceph-mon[112578]: pgmap v9986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:51.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:50 smithi016 ceph-mon[96085]: pgmap v9986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:51.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:51.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:52.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:52.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:52 smithi098 ceph-mon[112578]: pgmap v9987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:52 smithi016 ceph-mon[96085]: pgmap v9987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:53.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:53.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:54.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:54.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:54 smithi098 ceph-mon[112578]: pgmap v9988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:54 smithi016 ceph-mon[96085]: pgmap v9988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:55.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:55.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:56.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:56.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:56 smithi098 ceph-mon[112578]: pgmap v9989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:56 smithi016 ceph-mon[96085]: pgmap v9989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:57.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:57.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:58.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:58.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:58 smithi098 ceph-mon[112578]: pgmap v9990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:13:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:13:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:58 smithi016 ceph-mon[96085]: pgmap v9990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:13:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:13:59.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:13:59.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:00.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:00.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:00 smithi098 ceph-mon[112578]: pgmap v9991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:00 smithi016 ceph-mon[96085]: pgmap v9991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:01.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:01.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:02.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:02.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:02 smithi098 ceph-mon[112578]: pgmap v9992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:02 smithi016 ceph-mon[96085]: pgmap v9992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:03.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:03.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:04.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:04.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:04 smithi098 ceph-mon[112578]: pgmap v9993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:04 smithi016 ceph-mon[96085]: pgmap v9993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:05.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:05.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:06.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:06.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:06 smithi098 ceph-mon[112578]: pgmap v9994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:06 smithi016 ceph-mon[96085]: pgmap v9994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:07.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:07.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:08.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:08.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:08 smithi098 ceph-mon[112578]: pgmap v9995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:08 smithi016 ceph-mon[96085]: pgmap v9995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:09.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:09.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:10.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:10.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:10 smithi098 ceph-mon[112578]: pgmap v9996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:10 smithi016 ceph-mon[96085]: pgmap v9996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:11.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:11.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:12.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:12.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:12 smithi098 ceph-mon[112578]: pgmap v9997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:12 smithi016 ceph-mon[96085]: pgmap v9997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:13.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:13.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:14:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:14:14.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:14.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:14 smithi098 ceph-mon[112578]: pgmap v9998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:14 smithi016 ceph-mon[96085]: pgmap v9998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:15.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:15.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:15 smithi098 ceph-mon[112578]: pgmap v9999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:15 smithi016 ceph-mon[96085]: pgmap v9999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:16.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:16.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:17.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:17.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:17 smithi098 ceph-mon[112578]: pgmap v10000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:17 smithi016 ceph-mon[96085]: pgmap v10000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:18.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:18.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:19.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:19.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:20.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:20.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:20 smithi098 ceph-mon[112578]: pgmap v10001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:20 smithi016 ceph-mon[96085]: pgmap v10001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:21.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:21.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:22.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:22.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:22 smithi098 ceph-mon[112578]: pgmap v10002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:22 smithi016 ceph-mon[96085]: pgmap v10002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:23.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:23.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:24.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:24.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:24 smithi098 ceph-mon[112578]: pgmap v10003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:24 smithi016 ceph-mon[96085]: pgmap v10003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:25.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:25.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:26 smithi016 ceph-mon[96085]: pgmap v10004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:26.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:26.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:26 smithi098 ceph-mon[112578]: pgmap v10004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:27.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:27.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:14:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:14:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:14:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:14:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:14:28.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:14:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:14:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:14:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:14:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:14:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:14:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:14:28.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:28.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:28 smithi098 ceph-mon[112578]: pgmap v10005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:14:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:28 smithi016 ceph-mon[96085]: pgmap v10005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:14:29.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:29.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:30 smithi098 ceph-mon[112578]: pgmap v10006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:30.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:30.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:30 smithi016 ceph-mon[96085]: pgmap v10006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:31.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:31.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:32.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:32.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:32 smithi098 ceph-mon[112578]: pgmap v10007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:32 smithi016 ceph-mon[96085]: pgmap v10007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:33.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:33.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:34.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:34.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:34 smithi098 ceph-mon[112578]: pgmap v10008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:34 smithi016 ceph-mon[96085]: pgmap v10008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:35.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:35.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:36.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:36.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:36 smithi098 ceph-mon[112578]: pgmap v10009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:36 smithi016 ceph-mon[96085]: pgmap v10009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:37.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:37.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:38.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:38.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:38 smithi098 ceph-mon[112578]: pgmap v10010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:38 smithi016 ceph-mon[96085]: pgmap v10010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:39.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:39.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:40.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:40.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:40 smithi098 ceph-mon[112578]: pgmap v10011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:40 smithi016 ceph-mon[96085]: pgmap v10011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:41.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:41.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:42.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:42.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:42 smithi098 ceph-mon[112578]: pgmap v10012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:42 smithi016 ceph-mon[96085]: pgmap v10012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:43.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:43.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:14:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:14:44.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:44.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:44 smithi098 ceph-mon[112578]: pgmap v10013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:44 smithi016 ceph-mon[96085]: pgmap v10013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:45.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:45.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:46.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:46.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:46 smithi098 ceph-mon[112578]: pgmap v10014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:46 smithi016 ceph-mon[96085]: pgmap v10014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:47.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:47.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:48.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:48.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:48 smithi098 ceph-mon[112578]: pgmap v10015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:48 smithi016 ceph-mon[96085]: pgmap v10015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:49.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:49.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:50.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:50.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:50 smithi098 ceph-mon[112578]: pgmap v10016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:50 smithi016 ceph-mon[96085]: pgmap v10016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:51.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:51.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:52.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:52.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:52 smithi098 ceph-mon[112578]: pgmap v10017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:52 smithi016 ceph-mon[96085]: pgmap v10017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:53.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:53.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:54.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:54.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:54 smithi098 ceph-mon[112578]: pgmap v10018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:54 smithi016 ceph-mon[96085]: pgmap v10018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:55.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:55.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:56.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:56.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:56 smithi098 ceph-mon[112578]: pgmap v10019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:56 smithi016 ceph-mon[96085]: pgmap v10019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:57.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:57.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:58.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:58.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:58 smithi098 ceph-mon[112578]: pgmap v10020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:14:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:14:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:58 smithi016 ceph-mon[96085]: pgmap v10020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:14:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:14:59.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:14:59.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:00.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:00.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:00 smithi098 ceph-mon[112578]: pgmap v10021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:00 smithi016 ceph-mon[96085]: pgmap v10021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:01.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:01.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:03.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:03.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:02 smithi098 ceph-mon[112578]: pgmap v10022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:02 smithi016 ceph-mon[96085]: pgmap v10022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:04.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:04.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:03 smithi016 ceph-mon[96085]: pgmap v10023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:03 smithi098 ceph-mon[112578]: pgmap v10023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:05.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:05.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:06.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:06.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:07.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:07.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:06 smithi098 ceph-mon[112578]: pgmap v10024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:06 smithi016 ceph-mon[96085]: pgmap v10024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:08.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:08.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:09.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:09.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:08 smithi098 ceph-mon[112578]: pgmap v10025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:08 smithi016 ceph-mon[96085]: pgmap v10025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:10.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:10.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:11.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:11.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:10 smithi098 ceph-mon[112578]: pgmap v10026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:10 smithi016 ceph-mon[96085]: pgmap v10026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:12.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:12.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:12 smithi098 ceph-mon[112578]: pgmap v10027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:13.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:13.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:12 smithi016 ceph-mon[96085]: pgmap v10027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:15:14.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:14.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:15:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:14 smithi098 ceph-mon[112578]: pgmap v10028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:15.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:15.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:14 smithi016 ceph-mon[96085]: pgmap v10028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:16.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:16.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:16.995 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:16 smithi016 ceph-mon[96085]: pgmap v10029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:16 smithi098 ceph-mon[112578]: pgmap v10029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:17.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:17.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:18.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:18.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:18 smithi098 ceph-mon[112578]: pgmap v10030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:19.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:19.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:18 smithi016 ceph-mon[96085]: pgmap v10030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:20.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:20.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:20.948 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:20 smithi098 ceph-mon[112578]: pgmap v10031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:21.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:21.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:20 smithi016 ceph-mon[96085]: pgmap v10031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:22.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:22.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:22 smithi098 ceph-mon[112578]: pgmap v10032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:22 smithi016 ceph-mon[96085]: pgmap v10032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:23.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:23.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:24.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:24.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:24 smithi098 ceph-mon[112578]: pgmap v10033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:24 smithi016 ceph-mon[96085]: pgmap v10033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:25.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:25.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:26.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:26.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:26 smithi098 ceph-mon[112578]: pgmap v10034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:26 smithi016 ceph-mon[96085]: pgmap v10034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:27.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:27.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:15:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:15:28.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:28.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:28 smithi098 ceph-mon[112578]: pgmap v10035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:15:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:15:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:15:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:15:29.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:15:29.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:15:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:28 smithi016 ceph-mon[96085]: pgmap v10035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:15:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:15:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:15:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:15:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:15:29.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:15:29.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:29.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:30.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:30.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:30 smithi098 ceph-mon[112578]: pgmap v10036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:30 smithi016 ceph-mon[96085]: pgmap v10036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:31.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:31.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:32.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:32.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:32 smithi098 ceph-mon[112578]: pgmap v10037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:32 smithi016 ceph-mon[96085]: pgmap v10037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:33.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:33.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:34.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:34.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:34 smithi098 ceph-mon[112578]: pgmap v10038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:34 smithi016 ceph-mon[96085]: pgmap v10038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:35.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:35.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:36.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:36.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:36 smithi098 ceph-mon[112578]: pgmap v10039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:36 smithi016 ceph-mon[96085]: pgmap v10039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:37.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:37.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:38.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:38.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:38 smithi098 ceph-mon[112578]: pgmap v10040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:38 smithi016 ceph-mon[96085]: pgmap v10040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:39.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:39.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:40.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:40.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:40 smithi098 ceph-mon[112578]: pgmap v10041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:40 smithi016 ceph-mon[96085]: pgmap v10041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:41.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:41.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:42.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:42.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:42 smithi098 ceph-mon[112578]: pgmap v10042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:42 smithi016 ceph-mon[96085]: pgmap v10042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:43.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:43.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:15:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:15:44.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:44.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:44 smithi098 ceph-mon[112578]: pgmap v10043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:44 smithi016 ceph-mon[96085]: pgmap v10043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:45.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:45.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:45 smithi016 ceph-mon[96085]: pgmap v10044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:46.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:46.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:46.211 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:45 smithi098 ceph-mon[112578]: pgmap v10044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:47.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:47.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:48.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:48.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:47 smithi098 ceph-mon[112578]: pgmap v10045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:48.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:47 smithi016 ceph-mon[96085]: pgmap v10045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:49.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:49.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:50.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:50.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:50 smithi098 ceph-mon[112578]: pgmap v10046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:50 smithi016 ceph-mon[96085]: pgmap v10046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:51.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:51.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:52.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:52.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:52 smithi098 ceph-mon[112578]: pgmap v10047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:52 smithi016 ceph-mon[96085]: pgmap v10047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:53.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:53.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:54.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:54.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:54 smithi098 ceph-mon[112578]: pgmap v10048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:54 smithi016 ceph-mon[96085]: pgmap v10048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:55.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:55.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:56.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:56.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:56 smithi098 ceph-mon[112578]: pgmap v10049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:56 smithi016 ceph-mon[96085]: pgmap v10049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:57.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:57.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:58.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:58.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:58 smithi098 ceph-mon[112578]: pgmap v10050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:15:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:15:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:58 smithi016 ceph-mon[96085]: pgmap v10050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:15:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:15:59.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:15:59.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:00.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:00.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:00 smithi098 ceph-mon[112578]: pgmap v10051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:00 smithi016 ceph-mon[96085]: pgmap v10051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:01.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:01.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:02.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:02.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:02 smithi016 ceph-mon[96085]: pgmap v10052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:02 smithi098 ceph-mon[112578]: pgmap v10052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:03.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:03.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:04.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:04.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:04 smithi098 ceph-mon[112578]: pgmap v10053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:04 smithi016 ceph-mon[96085]: pgmap v10053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:05.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:05.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:06.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:06.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:06 smithi098 ceph-mon[112578]: pgmap v10054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:06 smithi016 ceph-mon[96085]: pgmap v10054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:07.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:07.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:08.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:08.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:08 smithi098 ceph-mon[112578]: pgmap v10055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:08 smithi016 ceph-mon[96085]: pgmap v10055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:09.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:09.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:10.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:10.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:10 smithi098 ceph-mon[112578]: pgmap v10056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:10 smithi016 ceph-mon[96085]: pgmap v10056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:11.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:11.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:12.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:12.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:12 smithi098 ceph-mon[112578]: pgmap v10057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:12 smithi016 ceph-mon[96085]: pgmap v10057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:13.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:13.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:16:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:16:14.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:14.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:14 smithi098 ceph-mon[112578]: pgmap v10058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:14 smithi016 ceph-mon[96085]: pgmap v10058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:15.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:15.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:16.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:16.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:16 smithi098 ceph-mon[112578]: pgmap v10059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:16 smithi016 ceph-mon[96085]: pgmap v10059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:17.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:17.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:18.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:18.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:18 smithi098 ceph-mon[112578]: pgmap v10060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:18 smithi016 ceph-mon[96085]: pgmap v10060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:19.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:19.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:20.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:20.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:20 smithi098 ceph-mon[112578]: pgmap v10061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:20 smithi016 ceph-mon[96085]: pgmap v10061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:21.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:21.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:22.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:22.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:22 smithi098 ceph-mon[112578]: pgmap v10062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:22 smithi016 ceph-mon[96085]: pgmap v10062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:23.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:23.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:24.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:24.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:24 smithi098 ceph-mon[112578]: pgmap v10063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:24 smithi016 ceph-mon[96085]: pgmap v10063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:25.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:25.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:26.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:26.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:26 smithi098 ceph-mon[112578]: pgmap v10064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:26 smithi016 ceph-mon[96085]: pgmap v10064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:27.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:27.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:28.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:28.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:28 smithi098 ceph-mon[112578]: pgmap v10065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:16:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:16:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:28 smithi016 ceph-mon[96085]: pgmap v10065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:16:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:16:29.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:29.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:30.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:30.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:30 smithi098 ceph-mon[112578]: pgmap v10066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:30 smithi016 ceph-mon[96085]: pgmap v10066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:31.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:31.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:32.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:32.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:31 smithi098 ceph-mon[112578]: pgmap v10067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:32.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:16:32.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:16:32.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:16:32.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:16:32.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:16:32.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:16:32.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:16:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:31 smithi016 ceph-mon[96085]: pgmap v10067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:16:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:16:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:16:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:16:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:16:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:16:32.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:16:33.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:33.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:34.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:34.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:33 smithi098 ceph-mon[112578]: pgmap v10068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:33 smithi016 ceph-mon[96085]: pgmap v10068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:35.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:35.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:36.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:36.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:36 smithi098 ceph-mon[112578]: pgmap v10069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:36 smithi016 ceph-mon[96085]: pgmap v10069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:37.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:37.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:38.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:38.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:39.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:38 smithi098 ceph-mon[112578]: pgmap v10070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:38 smithi016 ceph-mon[96085]: pgmap v10070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:39.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:39.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:40.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:40.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:40 smithi098 ceph-mon[112578]: pgmap v10071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:40 smithi016 ceph-mon[96085]: pgmap v10071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:41.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:41.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:42.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:42.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:42.974 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:42 smithi016 ceph-mon[96085]: pgmap v10072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:42 smithi098 ceph-mon[112578]: pgmap v10072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:43.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:43.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:16:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:16:44.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:44.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:44 smithi098 ceph-mon[112578]: pgmap v10073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:44 smithi016 ceph-mon[96085]: pgmap v10073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:45.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:45.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:46.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:46.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:46 smithi098 ceph-mon[112578]: pgmap v10074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:46 smithi016 ceph-mon[96085]: pgmap v10074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:47.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:47.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:48.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:48.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:48 smithi098 ceph-mon[112578]: pgmap v10075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:48 smithi016 ceph-mon[96085]: pgmap v10075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:49.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:49.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:50.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:50.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:50 smithi098 ceph-mon[112578]: pgmap v10076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:50 smithi016 ceph-mon[96085]: pgmap v10076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:51.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:51.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:52.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:52.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:52 smithi098 ceph-mon[112578]: pgmap v10077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:52 smithi016 ceph-mon[96085]: pgmap v10077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:53.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:53.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:54.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:54.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:54 smithi098 ceph-mon[112578]: pgmap v10078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:54 smithi016 ceph-mon[96085]: pgmap v10078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:55.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:55.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:56.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:56.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:56 smithi098 ceph-mon[112578]: pgmap v10079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:56 smithi016 ceph-mon[96085]: pgmap v10079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:57.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:57.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:58.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:58.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:58 smithi098 ceph-mon[112578]: pgmap v10080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:16:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:16:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:58 smithi016 ceph-mon[96085]: pgmap v10080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:16:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:16:59.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:16:59.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:00.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:00.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:00 smithi098 ceph-mon[112578]: pgmap v10081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:00 smithi016 ceph-mon[96085]: pgmap v10081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:01.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:01.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:02.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:02.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:02 smithi098 ceph-mon[112578]: pgmap v10082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:02 smithi016 ceph-mon[96085]: pgmap v10082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:03.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:03.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:04.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:04.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:04 smithi098 ceph-mon[112578]: pgmap v10083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:04 smithi016 ceph-mon[96085]: pgmap v10083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:05.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:05.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:06.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:06.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:06 smithi098 ceph-mon[112578]: pgmap v10084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:06 smithi016 ceph-mon[96085]: pgmap v10084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:07.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:07.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:08.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:08.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:08 smithi098 ceph-mon[112578]: pgmap v10085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:08 smithi016 ceph-mon[96085]: pgmap v10085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:09.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:09.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:10.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:10.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:10 smithi098 ceph-mon[112578]: pgmap v10086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:10 smithi016 ceph-mon[96085]: pgmap v10086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:11.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:11.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:12.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:12.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:12 smithi098 ceph-mon[112578]: pgmap v10087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:12 smithi016 ceph-mon[96085]: pgmap v10087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:13.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:13.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:17:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:17:14.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:14.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:14 smithi098 ceph-mon[112578]: pgmap v10088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:14 smithi016 ceph-mon[96085]: pgmap v10088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:15.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:15.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:15 smithi098 ceph-mon[112578]: pgmap v10089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:15 smithi016 ceph-mon[96085]: pgmap v10089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:16.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:16.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:17.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:17.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:18.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:18.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:17 smithi098 ceph-mon[112578]: pgmap v10090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:17 smithi016 ceph-mon[96085]: pgmap v10090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:19.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:19.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:20.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:20.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:20 smithi098 ceph-mon[112578]: pgmap v10091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:20 smithi016 ceph-mon[96085]: pgmap v10091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:21.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:21.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:22.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:22.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:22 smithi098 ceph-mon[112578]: pgmap v10092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:22 smithi016 ceph-mon[96085]: pgmap v10092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:23.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:23.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:24.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:24.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:24 smithi098 ceph-mon[112578]: pgmap v10093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:24 smithi016 ceph-mon[96085]: pgmap v10093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:25.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:25.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:26.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:26.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:26 smithi098 ceph-mon[112578]: pgmap v10094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:26 smithi016 ceph-mon[96085]: pgmap v10094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:27.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:27.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:28.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:28.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:28 smithi016 ceph-mon[96085]: pgmap v10095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:17:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:28 smithi098 ceph-mon[112578]: pgmap v10095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:17:29.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:29.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:30.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:30.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:30 smithi098 ceph-mon[112578]: pgmap v10096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:30 smithi016 ceph-mon[96085]: pgmap v10096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:31.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:31.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:17:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:17:32.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:32.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:32 smithi098 ceph-mon[112578]: pgmap v10097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:32 smithi016 ceph-mon[96085]: pgmap v10097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:33.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:33.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:34.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:34.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:34 smithi098 ceph-mon[112578]: pgmap v10098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:34 smithi016 ceph-mon[96085]: pgmap v10098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:35.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:35.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:36.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:36.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:36 smithi098 ceph-mon[112578]: pgmap v10099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:17:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:17:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:17:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:17:37.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:17:37.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:17:37.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:17:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:36 smithi016 ceph-mon[96085]: pgmap v10099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:17:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:17:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:17:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:17:37.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:17:37.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:17:37.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:17:37.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:37.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:38.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:38.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:38 smithi098 ceph-mon[112578]: pgmap v10100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:38 smithi016 ceph-mon[96085]: pgmap v10100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:39.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:39.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:40.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:40.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:40 smithi098 ceph-mon[112578]: pgmap v10101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:40 smithi016 ceph-mon[96085]: pgmap v10101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:41.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:41.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:42.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:42.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:42 smithi098 ceph-mon[112578]: pgmap v10102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:42 smithi016 ceph-mon[96085]: pgmap v10102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:43.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:43.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:17:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:17:44.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:44.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:44 smithi098 ceph-mon[112578]: pgmap v10103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:44 smithi016 ceph-mon[96085]: pgmap v10103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:45.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:45.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:46.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:46.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:46 smithi098 ceph-mon[112578]: pgmap v10104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:46 smithi016 ceph-mon[96085]: pgmap v10104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:47.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:47.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:48.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:48.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:48 smithi098 ceph-mon[112578]: pgmap v10105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:48 smithi016 ceph-mon[96085]: pgmap v10105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:49.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:49.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:50.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:50.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:50 smithi098 ceph-mon[112578]: pgmap v10106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:50 smithi016 ceph-mon[96085]: pgmap v10106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:51.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:51.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:52.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:52.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:52 smithi098 ceph-mon[112578]: pgmap v10107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:52 smithi016 ceph-mon[96085]: pgmap v10107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:53.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:53.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:54.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:54.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:54 smithi098 ceph-mon[112578]: pgmap v10108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:54 smithi016 ceph-mon[96085]: pgmap v10108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:55.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:55.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:56.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:56.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:57.020 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:56 smithi098 ceph-mon[112578]: pgmap v10109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:56 smithi016 ceph-mon[96085]: pgmap v10109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:57.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:57.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:57 smithi098 ceph-mon[112578]: pgmap v10110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:57 smithi016 ceph-mon[96085]: pgmap v10110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:58.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:58.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:17:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:17:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:17:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:17:59.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:17:59.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:00.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:00.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:00 smithi098 ceph-mon[112578]: pgmap v10111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:00 smithi016 ceph-mon[96085]: pgmap v10111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:01.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:01.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:02.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:02.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:02 smithi098 ceph-mon[112578]: pgmap v10112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:02 smithi016 ceph-mon[96085]: pgmap v10112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:03.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:03.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:04.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:04.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:04 smithi098 ceph-mon[112578]: pgmap v10113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:04 smithi016 ceph-mon[96085]: pgmap v10113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:05.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:05.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:06.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:06.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:06 smithi098 ceph-mon[112578]: pgmap v10114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:06 smithi016 ceph-mon[96085]: pgmap v10114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:07.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:07.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:08.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:08.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:08.968 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:08 smithi016 ceph-mon[96085]: pgmap v10115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:08 smithi098 ceph-mon[112578]: pgmap v10115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:09.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:09.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:10.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:10.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:10 smithi098 ceph-mon[112578]: pgmap v10116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:10 smithi016 ceph-mon[96085]: pgmap v10116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:11.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:11.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:12.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:12.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:12 smithi098 ceph-mon[112578]: pgmap v10117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:12 smithi016 ceph-mon[96085]: pgmap v10117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:13.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:13.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:18:14.025 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:18:14.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:14.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:14 smithi098 ceph-mon[112578]: pgmap v10118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:14 smithi016 ceph-mon[96085]: pgmap v10118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:15.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:15.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:16.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:16.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:16 smithi098 ceph-mon[112578]: pgmap v10119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:16 smithi016 ceph-mon[96085]: pgmap v10119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:17.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:17.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:18.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:18.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:18 smithi098 ceph-mon[112578]: pgmap v10120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:18 smithi016 ceph-mon[96085]: pgmap v10120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:19.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:19.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:20.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:20.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:20 smithi098 ceph-mon[112578]: pgmap v10121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:20 smithi016 ceph-mon[96085]: pgmap v10121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:21.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:21.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:22.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:22.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:22 smithi098 ceph-mon[112578]: pgmap v10122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:22 smithi016 ceph-mon[96085]: pgmap v10122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:23.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:23.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:24.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:24.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:24 smithi098 ceph-mon[112578]: pgmap v10123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:24 smithi016 ceph-mon[96085]: pgmap v10123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:25.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:25.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:26.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:26.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:26 smithi098 ceph-mon[112578]: pgmap v10124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:26 smithi016 ceph-mon[96085]: pgmap v10124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:27.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:27.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:28.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:28.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:28 smithi098 ceph-mon[112578]: pgmap v10125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:18:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:28 smithi016 ceph-mon[96085]: pgmap v10125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:18:29.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:29.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:30.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:30.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:30 smithi098 ceph-mon[112578]: pgmap v10126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:30 smithi016 ceph-mon[96085]: pgmap v10126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:31.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:31.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:32.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:32.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:32 smithi098 ceph-mon[112578]: pgmap v10127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:32 smithi016 ceph-mon[96085]: pgmap v10127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:33.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:33.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:34.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:34.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:34 smithi098 ceph-mon[112578]: pgmap v10128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:34 smithi016 ceph-mon[96085]: pgmap v10128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:35.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:35.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:36.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:36.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:36 smithi098 ceph-mon[112578]: pgmap v10129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:36 smithi016 ceph-mon[96085]: pgmap v10129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:37.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:37.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:18:38.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:18:38.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:18:38.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:18:38.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:18:38.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:18:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:18:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:18:38.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:18:38.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:18:38.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:18:38.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:18:38.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:38.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:38 smithi098 ceph-mon[112578]: pgmap v10130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:38 smithi016 ceph-mon[96085]: pgmap v10130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:39.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:39.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:40.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:40.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:40 smithi098 ceph-mon[112578]: pgmap v10131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:40 smithi016 ceph-mon[96085]: pgmap v10131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:41.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:41.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:42.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:42.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:42 smithi098 ceph-mon[112578]: pgmap v10132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:42 smithi016 ceph-mon[96085]: pgmap v10132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:43.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:43.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:18:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:18:44.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:44.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:44 smithi098 ceph-mon[112578]: pgmap v10133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:44 smithi016 ceph-mon[96085]: pgmap v10133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:45.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:45.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:46.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:46.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:46 smithi098 ceph-mon[112578]: pgmap v10134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:46 smithi016 ceph-mon[96085]: pgmap v10134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:47.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:47.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:48.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:48.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:48 smithi098 ceph-mon[112578]: pgmap v10135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:48 smithi016 ceph-mon[96085]: pgmap v10135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:49.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:49.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:50.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:50.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:50 smithi098 ceph-mon[112578]: pgmap v10136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:50 smithi016 ceph-mon[96085]: pgmap v10136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:51.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:51.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:52.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:52.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:52 smithi098 ceph-mon[112578]: pgmap v10137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:52 smithi016 ceph-mon[96085]: pgmap v10137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:53.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:53.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:54.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:54.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:54 smithi016 ceph-mon[96085]: pgmap v10138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:54 smithi098 ceph-mon[112578]: pgmap v10138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:55.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:55.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:56.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:56.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:56 smithi098 ceph-mon[112578]: pgmap v10139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:56 smithi016 ceph-mon[96085]: pgmap v10139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:57.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:57.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:58.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:58.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:58 smithi098 ceph-mon[112578]: pgmap v10140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:18:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:18:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:58 smithi016 ceph-mon[96085]: pgmap v10140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:18:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:18:59.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:18:59.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:00.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:00.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:00 smithi098 ceph-mon[112578]: pgmap v10141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:00 smithi016 ceph-mon[96085]: pgmap v10141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:01.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:01.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:02.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:02.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:02 smithi098 ceph-mon[112578]: pgmap v10142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:03.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:02 smithi016 ceph-mon[96085]: pgmap v10142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:03.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:03.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:04.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:04.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:04 smithi098 ceph-mon[112578]: pgmap v10143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:04 smithi016 ceph-mon[96085]: pgmap v10143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:05.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:05.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:06.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:06.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:06 smithi098 ceph-mon[112578]: pgmap v10144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:06 smithi016 ceph-mon[96085]: pgmap v10144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:07.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:07.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:08.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:08.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:08 smithi098 ceph-mon[112578]: pgmap v10145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:08 smithi016 ceph-mon[96085]: pgmap v10145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:09.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:09.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:10.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:10.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:10 smithi098 ceph-mon[112578]: pgmap v10146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:10 smithi016 ceph-mon[96085]: pgmap v10146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:11.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:11.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:11 smithi016 ceph-mon[96085]: pgmap v10147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:11 smithi098 ceph-mon[112578]: pgmap v10147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:12.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:12.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:13.364 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:19:13.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:13.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:19:14.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:14.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:14 smithi098 ceph-mon[112578]: pgmap v10148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:14 smithi016 ceph-mon[96085]: pgmap v10148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:15.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:15.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:16.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:16.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:16 smithi098 ceph-mon[112578]: pgmap v10149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:16 smithi016 ceph-mon[96085]: pgmap v10149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:17.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:17.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:18.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:18.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:18 smithi098 ceph-mon[112578]: pgmap v10150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:18 smithi016 ceph-mon[96085]: pgmap v10150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:19.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:19.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:20.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:20.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:20 smithi098 ceph-mon[112578]: pgmap v10151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:20 smithi016 ceph-mon[96085]: pgmap v10151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:21.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:21.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:22.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:22.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:22 smithi098 ceph-mon[112578]: pgmap v10152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:22 smithi016 ceph-mon[96085]: pgmap v10152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:23.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:23.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:24.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:24.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:24 smithi098 ceph-mon[112578]: pgmap v10153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:24 smithi016 ceph-mon[96085]: pgmap v10153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:25.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:25.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:26.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:26.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:26 smithi098 ceph-mon[112578]: pgmap v10154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:26 smithi016 ceph-mon[96085]: pgmap v10154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:27.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:27.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:28.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:28.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:28 smithi098 ceph-mon[112578]: pgmap v10155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:19:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:28 smithi016 ceph-mon[96085]: pgmap v10155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:19:29.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:29.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:30.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:30.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:30 smithi098 ceph-mon[112578]: pgmap v10156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:30 smithi016 ceph-mon[96085]: pgmap v10156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:31.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:31.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:32.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:32.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:32 smithi098 ceph-mon[112578]: pgmap v10157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:32 smithi016 ceph-mon[96085]: pgmap v10157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:33.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:33.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:34.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:34.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:34 smithi098 ceph-mon[112578]: pgmap v10158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:34 smithi016 ceph-mon[96085]: pgmap v10158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:35.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:35.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:36.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:36.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:36 smithi098 ceph-mon[112578]: pgmap v10159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:36 smithi016 ceph-mon[96085]: pgmap v10159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:37.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:37.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:38.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:19:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:19:38.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:38.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:38 smithi098 ceph-mon[112578]: pgmap v10160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:19:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:19:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:19:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:19:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:19:39.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:19:39.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:19:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:38 smithi016 ceph-mon[96085]: pgmap v10160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:19:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:19:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:19:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:19:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:19:39.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:19:39.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:19:39.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:39.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:40.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:40.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:40 smithi098 ceph-mon[112578]: pgmap v10161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:40 smithi016 ceph-mon[96085]: pgmap v10161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:41.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:41.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:42.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:42.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:42 smithi098 ceph-mon[112578]: pgmap v10162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:42 smithi016 ceph-mon[96085]: pgmap v10162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:43.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:43.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:19:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:19:44.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:44.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:44 smithi016 ceph-mon[96085]: pgmap v10163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:44 smithi098 ceph-mon[112578]: pgmap v10163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:45.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:45.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:46.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:46.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:46 smithi016 ceph-mon[96085]: pgmap v10164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:46 smithi098 ceph-mon[112578]: pgmap v10164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:47.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:47.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:47 smithi016 ceph-mon[96085]: pgmap v10165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:47 smithi098 ceph-mon[112578]: pgmap v10165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:48.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:48.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:49.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:49.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:50.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:50.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:50 smithi098 ceph-mon[112578]: pgmap v10166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:50 smithi016 ceph-mon[96085]: pgmap v10166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:51.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:51.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:52.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:52.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:52 smithi098 ceph-mon[112578]: pgmap v10167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:52 smithi016 ceph-mon[96085]: pgmap v10167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:53.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:53.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:54.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:54.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:54 smithi098 ceph-mon[112578]: pgmap v10168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:54 smithi016 ceph-mon[96085]: pgmap v10168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:55.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:55.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:56.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:56.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:56 smithi098 ceph-mon[112578]: pgmap v10169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:56 smithi016 ceph-mon[96085]: pgmap v10169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:57.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:57.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:58.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:58.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:58 smithi098 ceph-mon[112578]: pgmap v10170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:19:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:19:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:58 smithi016 ceph-mon[96085]: pgmap v10170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:19:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:19:59.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:19:59.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:00.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:00.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:00 smithi098 ceph-mon[112578]: pgmap v10171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T02:20:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:00 smithi016 ceph-mon[96085]: pgmap v10171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T02:20:01.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:01.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:02.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:02.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:02 smithi098 ceph-mon[112578]: pgmap v10172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:02 smithi016 ceph-mon[96085]: pgmap v10172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:03.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:03.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:04.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:04.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:04 smithi098 ceph-mon[112578]: pgmap v10173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:04 smithi016 ceph-mon[96085]: pgmap v10173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:05.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:05.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:06.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:06.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:06 smithi098 ceph-mon[112578]: pgmap v10174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:06 smithi016 ceph-mon[96085]: pgmap v10174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:07.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:07.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:08.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:08.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:08 smithi098 ceph-mon[112578]: pgmap v10175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:08 smithi016 ceph-mon[96085]: pgmap v10175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:09.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:09.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:10.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:10.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:10 smithi098 ceph-mon[112578]: pgmap v10176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:10 smithi016 ceph-mon[96085]: pgmap v10176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:11.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:11.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:12.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:12.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:12 smithi098 ceph-mon[112578]: pgmap v10177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:12 smithi016 ceph-mon[96085]: pgmap v10177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:13.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:13.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:20:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:20:14.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:14.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:14 smithi016 ceph-mon[96085]: pgmap v10178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:14 smithi098 ceph-mon[112578]: pgmap v10178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:15.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:15.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:16.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:16.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:16 smithi016 ceph-mon[96085]: pgmap v10179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:16 smithi098 ceph-mon[112578]: pgmap v10179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:17.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:17.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:17 smithi098 ceph-mon[112578]: pgmap v10180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:17 smithi016 ceph-mon[96085]: pgmap v10180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:18.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:18.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:19.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:19.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:20.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:20.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:20 smithi098 ceph-mon[112578]: pgmap v10181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:20 smithi016 ceph-mon[96085]: pgmap v10181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:21.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:21.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:22.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:22.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:22 smithi098 ceph-mon[112578]: pgmap v10182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:22 smithi016 ceph-mon[96085]: pgmap v10182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:23.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:23.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:24.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:24.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:24 smithi098 ceph-mon[112578]: pgmap v10183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:24 smithi016 ceph-mon[96085]: pgmap v10183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:25.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:25.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:26.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:26.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:26 smithi098 ceph-mon[112578]: pgmap v10184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:26 smithi016 ceph-mon[96085]: pgmap v10184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:27.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:27.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:28.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:28.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:28 smithi098 ceph-mon[112578]: pgmap v10185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:20:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:28 smithi016 ceph-mon[96085]: pgmap v10185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:20:29.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:29.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:30.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:30.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:30 smithi098 ceph-mon[112578]: pgmap v10186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:30 smithi016 ceph-mon[96085]: pgmap v10186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:31.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:31.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:32.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:32.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:32 smithi098 ceph-mon[112578]: pgmap v10187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:32 smithi016 ceph-mon[96085]: pgmap v10187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:33.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:33.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:34.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:34.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:34 smithi098 ceph-mon[112578]: pgmap v10188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:34 smithi016 ceph-mon[96085]: pgmap v10188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:35.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:35.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:36.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:36.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:36 smithi098 ceph-mon[112578]: pgmap v10189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:36 smithi016 ceph-mon[96085]: pgmap v10189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:37.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:37.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:38.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:38.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:38 smithi098 ceph-mon[112578]: pgmap v10190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:20:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:38 smithi016 ceph-mon[96085]: pgmap v10190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:20:39.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:39.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:20:40.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:20:40.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:20:40.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:20:40.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:20:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:20:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:20:40.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:20:40.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:20:40.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:20:40.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:40.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:40 smithi098 ceph-mon[112578]: pgmap v10191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:40 smithi016 ceph-mon[96085]: pgmap v10191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:41.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:41.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:42.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:42.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:42 smithi098 ceph-mon[112578]: pgmap v10192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:42 smithi016 ceph-mon[96085]: pgmap v10192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:43.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:43.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:20:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:20:44.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:44.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:44 smithi016 ceph-mon[96085]: pgmap v10193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:44 smithi098 ceph-mon[112578]: pgmap v10193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:45.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:45.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:46.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:46.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:46 smithi016 ceph-mon[96085]: pgmap v10194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:46 smithi098 ceph-mon[112578]: pgmap v10194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:47.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:47.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:47 smithi098 ceph-mon[112578]: pgmap v10195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:48.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:47 smithi016 ceph-mon[96085]: pgmap v10195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:48.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:48.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:49.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:49.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:50.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:50.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:50 smithi098 ceph-mon[112578]: pgmap v10196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:50 smithi016 ceph-mon[96085]: pgmap v10196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:51.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:51.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:52.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:52.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:52 smithi098 ceph-mon[112578]: pgmap v10197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:52 smithi016 ceph-mon[96085]: pgmap v10197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:53.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:53.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:54.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:54.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:54 smithi098 ceph-mon[112578]: pgmap v10198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:54 smithi016 ceph-mon[96085]: pgmap v10198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:55.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:55.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:56.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:56.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:56 smithi098 ceph-mon[112578]: pgmap v10199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:56 smithi016 ceph-mon[96085]: pgmap v10199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:57.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:57.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:58.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:58.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:58 smithi098 ceph-mon[112578]: pgmap v10200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:20:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:20:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:58 smithi016 ceph-mon[96085]: pgmap v10200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:20:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:20:59.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:20:59.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:00.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:00.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:00 smithi098 ceph-mon[112578]: pgmap v10201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:00 smithi016 ceph-mon[96085]: pgmap v10201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:01.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:01.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:02.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:02.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:02 smithi098 ceph-mon[112578]: pgmap v10202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:02 smithi016 ceph-mon[96085]: pgmap v10202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:03.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:03.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:04.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:04.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:04 smithi016 ceph-mon[96085]: pgmap v10203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:04 smithi098 ceph-mon[112578]: pgmap v10203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:05.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:05.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:06.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:06.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:06 smithi016 ceph-mon[96085]: pgmap v10204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:06 smithi098 ceph-mon[112578]: pgmap v10204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:07.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:07.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:08.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:08.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:09.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:08 smithi016 ceph-mon[96085]: pgmap v10205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:08 smithi098 ceph-mon[112578]: pgmap v10205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:09.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:09.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:10.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:10.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:10 smithi016 ceph-mon[96085]: pgmap v10206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:10 smithi098 ceph-mon[112578]: pgmap v10206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:11.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:11.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:12.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:12.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:12 smithi016 ceph-mon[96085]: pgmap v10207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:12 smithi098 ceph-mon[112578]: pgmap v10207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:13.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:13.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:21:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:21:14.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:14.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:14 smithi098 ceph-mon[112578]: pgmap v10208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:14 smithi016 ceph-mon[96085]: pgmap v10208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:15.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:15.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:16.110 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:15 smithi016 ceph-mon[96085]: pgmap v10209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:15 smithi098 ceph-mon[112578]: pgmap v10209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:16.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:16.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:17.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:17.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:18 smithi098 ceph-mon[112578]: pgmap v10210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:18 smithi016 ceph-mon[96085]: pgmap v10210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:18.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:18.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:19.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:19.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:20.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:20.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:20 smithi098 ceph-mon[112578]: pgmap v10211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:20 smithi016 ceph-mon[96085]: pgmap v10211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:21.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:21.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:22.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:22.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:22 smithi098 ceph-mon[112578]: pgmap v10212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:22 smithi016 ceph-mon[96085]: pgmap v10212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:23.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:23.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:24.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:24.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:24 smithi098 ceph-mon[112578]: pgmap v10213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:24 smithi016 ceph-mon[96085]: pgmap v10213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:25.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:25.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:26.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:26.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:26 smithi098 ceph-mon[112578]: pgmap v10214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:26 smithi016 ceph-mon[96085]: pgmap v10214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:27.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:27.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:28.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:28.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:28 smithi098 ceph-mon[112578]: pgmap v10215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:21:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:28 smithi016 ceph-mon[96085]: pgmap v10215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:21:29.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:29.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:30.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:30.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:30 smithi098 ceph-mon[112578]: pgmap v10216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:30 smithi016 ceph-mon[96085]: pgmap v10216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:31.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:31.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:32.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:32.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:32 smithi098 ceph-mon[112578]: pgmap v10217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:32 smithi016 ceph-mon[96085]: pgmap v10217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:33.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:33.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:34.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:34.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:34 smithi016 ceph-mon[96085]: pgmap v10218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:34 smithi098 ceph-mon[112578]: pgmap v10218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:35.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:35.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:36.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:36.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:36 smithi016 ceph-mon[96085]: pgmap v10219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:36 smithi098 ceph-mon[112578]: pgmap v10219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:37.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:37.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:38.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:38.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:38 smithi016 ceph-mon[96085]: pgmap v10220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:38 smithi098 ceph-mon[112578]: pgmap v10220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:39.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:39.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:21:40.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:21:40.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:21:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:21:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:21:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:21:40.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:40.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:41.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:40 smithi016 ceph-mon[96085]: pgmap v10221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:41.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:21:41.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:21:41.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:21:41.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:21:41.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:21:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:40 smithi098 ceph-mon[112578]: pgmap v10221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:21:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:21:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:21:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:21:41.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:21:41.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:41.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:42.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:41 smithi098 ceph-mon[112578]: pgmap v10222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:42.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:41 smithi016 ceph-mon[96085]: pgmap v10222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:42.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:42.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:21:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:21:43.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:43.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:44 smithi098 ceph-mon[112578]: pgmap v10223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:44 smithi016 ceph-mon[96085]: pgmap v10223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:44.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:44.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:45.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:45.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:46.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:46.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:46 smithi098 ceph-mon[112578]: pgmap v10224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:46 smithi016 ceph-mon[96085]: pgmap v10224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:47.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:47.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:48.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:48.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:48 smithi098 ceph-mon[112578]: pgmap v10225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:48 smithi016 ceph-mon[96085]: pgmap v10225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:49.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:49.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:50.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:50.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:50 smithi098 ceph-mon[112578]: pgmap v10226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:50 smithi016 ceph-mon[96085]: pgmap v10226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:51.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:51.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:52.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:52.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:52 smithi098 ceph-mon[112578]: pgmap v10227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:52 smithi016 ceph-mon[96085]: pgmap v10227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:53.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:53.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:54.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:54.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:54 smithi016 ceph-mon[96085]: pgmap v10228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:55.031 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:54 smithi098 ceph-mon[112578]: pgmap v10228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:55.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:55.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:56.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:56.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:56 smithi016 ceph-mon[96085]: pgmap v10229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:56 smithi098 ceph-mon[112578]: pgmap v10229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:57.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:57.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:58.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:58.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:58 smithi016 ceph-mon[96085]: pgmap v10230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:21:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:21:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:58 smithi098 ceph-mon[112578]: pgmap v10230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:59.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:21:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:21:59.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:21:59.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:00.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:00.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:00 smithi016 ceph-mon[96085]: pgmap v10231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:00 smithi098 ceph-mon[112578]: pgmap v10231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:01.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:01.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:02.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:02.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:02 smithi016 ceph-mon[96085]: pgmap v10232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:02 smithi098 ceph-mon[112578]: pgmap v10232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:03.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:03.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:04.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:04.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:05.136 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:04 smithi098 ceph-mon[112578]: pgmap v10233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:04 smithi016 ceph-mon[96085]: pgmap v10233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:05.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:05.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:06.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:06.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:06 smithi016 ceph-mon[96085]: pgmap v10234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:06 smithi098 ceph-mon[112578]: pgmap v10234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:07.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:07.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:08.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:07 smithi098 ceph-mon[112578]: pgmap v10235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:07 smithi016 ceph-mon[96085]: pgmap v10235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:08.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:08.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:09.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:09.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:10.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:10.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:10 smithi098 ceph-mon[112578]: pgmap v10236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:10 smithi016 ceph-mon[96085]: pgmap v10236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:11.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:11.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:12.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:12.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:12 smithi098 ceph-mon[112578]: pgmap v10237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:12 smithi016 ceph-mon[96085]: pgmap v10237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:13.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:13.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:22:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:22:14.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:14.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:14 smithi016 ceph-mon[96085]: pgmap v10238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:15.240 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:14 smithi098 ceph-mon[112578]: pgmap v10238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:15.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:15.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:16.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:16.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:16 smithi016 ceph-mon[96085]: pgmap v10239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:16 smithi098 ceph-mon[112578]: pgmap v10239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:17.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:17.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:18.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:18.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:18 smithi016 ceph-mon[96085]: pgmap v10240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:18 smithi098 ceph-mon[112578]: pgmap v10240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:19.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:19.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:20.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:20.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:20 smithi016 ceph-mon[96085]: pgmap v10241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:20 smithi098 ceph-mon[112578]: pgmap v10241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:21.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:21.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:22.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:22.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:22 smithi016 ceph-mon[96085]: pgmap v10242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:22 smithi098 ceph-mon[112578]: pgmap v10242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:23.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:23.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:24.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:24.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:24 smithi098 ceph-mon[112578]: pgmap v10243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:24 smithi016 ceph-mon[96085]: pgmap v10243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:25.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:25.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:26.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:26.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:26 smithi098 ceph-mon[112578]: pgmap v10244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:26 smithi016 ceph-mon[96085]: pgmap v10244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:27.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:27.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:28.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:28.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:28 smithi098 ceph-mon[112578]: pgmap v10245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:22:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:28 smithi016 ceph-mon[96085]: pgmap v10245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:22:29.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:29.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:30.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:30.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:30 smithi016 ceph-mon[96085]: pgmap v10246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:30 smithi098 ceph-mon[112578]: pgmap v10246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:31.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:31.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:31 smithi098 ceph-mon[112578]: pgmap v10247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:31 smithi016 ceph-mon[96085]: pgmap v10247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:32.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:32.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:33.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:33.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:34 smithi098 ceph-mon[112578]: pgmap v10248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:34 smithi016 ceph-mon[96085]: pgmap v10248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:34.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:34.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:35.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:35.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:36.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:36.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:36 smithi016 ceph-mon[96085]: pgmap v10249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:36 smithi098 ceph-mon[112578]: pgmap v10249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:37.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:37.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:38.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:38.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:38 smithi016 ceph-mon[96085]: pgmap v10250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:38 smithi098 ceph-mon[112578]: pgmap v10250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:39.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:39.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:40.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:40.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:40 smithi016 ceph-mon[96085]: pgmap v10251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:22:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:22:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:22:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:22:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:22:41.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:22:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:40 smithi098 ceph-mon[112578]: pgmap v10251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:22:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:22:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:22:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:22:41.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:22:41.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:22:41.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:41.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:42.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:42.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:42 smithi016 ceph-mon[96085]: pgmap v10252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:42 smithi098 ceph-mon[112578]: pgmap v10252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:43.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:43.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:22:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:22:44.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:44.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:44 smithi016 ceph-mon[96085]: pgmap v10253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:44 smithi098 ceph-mon[112578]: pgmap v10253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:45.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:45.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:46.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:46.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:47.149 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:46 smithi016 ceph-mon[96085]: pgmap v10254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:46 smithi098 ceph-mon[112578]: pgmap v10254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:47.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:47.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:48.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:48.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:48 smithi098 ceph-mon[112578]: pgmap v10255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:48 smithi016 ceph-mon[96085]: pgmap v10255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:49.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:49.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:50.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:50.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:50 smithi098 ceph-mon[112578]: pgmap v10256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:50 smithi016 ceph-mon[96085]: pgmap v10256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:51.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:51.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:52.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:52.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:52 smithi098 ceph-mon[112578]: pgmap v10257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:52 smithi016 ceph-mon[96085]: pgmap v10257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:53.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:53.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:54.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:54.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:54 smithi098 ceph-mon[112578]: pgmap v10258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:54 smithi016 ceph-mon[96085]: pgmap v10258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:55.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:55.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:55 smithi098 ceph-mon[112578]: pgmap v10259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:55 smithi016 ceph-mon[96085]: pgmap v10259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:56.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:56.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:57.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:57.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:58 smithi098 ceph-mon[112578]: pgmap v10260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:22:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:22:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:58 smithi016 ceph-mon[96085]: pgmap v10260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:22:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:22:58.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:58.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:59.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:22:59.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:00.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:00.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:00 smithi098 ceph-mon[112578]: pgmap v10261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:00 smithi016 ceph-mon[96085]: pgmap v10261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:01.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:01.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:02.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:02.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:02 smithi016 ceph-mon[96085]: pgmap v10262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:02 smithi098 ceph-mon[112578]: pgmap v10262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:03.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:03.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:04.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:04.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:04 smithi016 ceph-mon[96085]: pgmap v10263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:04 smithi098 ceph-mon[112578]: pgmap v10263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:05.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:05.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:06.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:06.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:06 smithi016 ceph-mon[96085]: pgmap v10264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:06 smithi098 ceph-mon[112578]: pgmap v10264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:07.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:07.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:08.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:08.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:08 smithi016 ceph-mon[96085]: pgmap v10265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:08 smithi098 ceph-mon[112578]: pgmap v10265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:09.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:09.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:10.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:10.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:10 smithi016 ceph-mon[96085]: pgmap v10266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:10 smithi098 ceph-mon[112578]: pgmap v10266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:11.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:11.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:12.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:12.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:12 smithi098 ceph-mon[112578]: pgmap v10267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:12 smithi016 ceph-mon[96085]: pgmap v10267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:13.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:13.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:23:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:23:14.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:14.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:14 smithi098 ceph-mon[112578]: pgmap v10268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:14 smithi016 ceph-mon[96085]: pgmap v10268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:15.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:15.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:16.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:16.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:16 smithi098 ceph-mon[112578]: pgmap v10269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:16 smithi016 ceph-mon[96085]: pgmap v10269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:17.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:17.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:17 smithi098 ceph-mon[112578]: pgmap v10270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:17 smithi016 ceph-mon[96085]: pgmap v10270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:18.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:18.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:19.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:19.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:20.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:20.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:20 smithi016 ceph-mon[96085]: pgmap v10271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:20 smithi098 ceph-mon[112578]: pgmap v10271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:21.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:21.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:22.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:22.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:22 smithi016 ceph-mon[96085]: pgmap v10272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:22 smithi098 ceph-mon[112578]: pgmap v10272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:23.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:23.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:24.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:24.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:24 smithi016 ceph-mon[96085]: pgmap v10273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:24 smithi098 ceph-mon[112578]: pgmap v10273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:25.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:25.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:26.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:26.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:26 smithi098 ceph-mon[112578]: pgmap v10274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:26 smithi016 ceph-mon[96085]: pgmap v10274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:27.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:27.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:28.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:28.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:28 smithi098 ceph-mon[112578]: pgmap v10275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:23:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:28 smithi016 ceph-mon[96085]: pgmap v10275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:23:29.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:29.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:30.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:30.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:30 smithi016 ceph-mon[96085]: pgmap v10276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:30 smithi098 ceph-mon[112578]: pgmap v10276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:31.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:31.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:32.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:32.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:32 smithi016 ceph-mon[96085]: pgmap v10277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:32 smithi098 ceph-mon[112578]: pgmap v10277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:33.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:33.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:34.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:34.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:34 smithi098 ceph-mon[112578]: pgmap v10278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:34 smithi016 ceph-mon[96085]: pgmap v10278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:35.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:35.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:36.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:36.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:36 smithi098 ceph-mon[112578]: pgmap v10279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:36 smithi016 ceph-mon[96085]: pgmap v10279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:37.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:37.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:37 smithi016 ceph-mon[96085]: pgmap v10280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:38.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:37 smithi098 ceph-mon[112578]: pgmap v10280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:38.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:38.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:39.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:39.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:40.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:40.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:40 smithi016 ceph-mon[96085]: pgmap v10281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:23:41.135 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:40 smithi098 ceph-mon[112578]: pgmap v10281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:41.136 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:23:41.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:41.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:42 smithi098 ceph-mon[112578]: pgmap v10282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:42.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:42 smithi016 ceph-mon[96085]: pgmap v10282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:42.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:42.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:23:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:23:43.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:43.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:44 smithi098 ceph-mon[112578]: pgmap v10283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:44 smithi016 ceph-mon[96085]: pgmap v10283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:44.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:44.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:45.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:45.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:46 smithi098 ceph-mon[112578]: pgmap v10284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:23:46.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:23:46.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:23:46.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:23:46.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:46.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:23:46.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:23:46.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:46.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:23:46.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:46 smithi016 ceph-mon[96085]: pgmap v10284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:23:46.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:23:46.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:23:46.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:23:46.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:46.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:23:46.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:23:46.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:46.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:23:46.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:23:46.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:46.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:47 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1610M 2023-10-17T02:23:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:47 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1610M 2023-10-17T02:23:47.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:47.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:48 smithi016 ceph-mon[96085]: pgmap v10285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:48 smithi098 ceph-mon[112578]: pgmap v10285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:48.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:48.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:49.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:49.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:50.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:50.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:50 smithi016 ceph-mon[96085]: pgmap v10286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:51.236 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:50 smithi098 ceph-mon[112578]: pgmap v10286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:51.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:51.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:52.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:52.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:52 smithi098 ceph-mon[112578]: pgmap v10287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:52 smithi016 ceph-mon[96085]: pgmap v10287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:53.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:53.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:54.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:54.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:54 smithi098 ceph-mon[112578]: pgmap v10288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:54 smithi016 ceph-mon[96085]: pgmap v10288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:55.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:55.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:56.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:56.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:56 smithi098 ceph-mon[112578]: pgmap v10289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:56 smithi016 ceph-mon[96085]: pgmap v10289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:57.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:57.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:58.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:58.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:58 smithi098 ceph-mon[112578]: pgmap v10290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:23:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:23:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:58 smithi016 ceph-mon[96085]: pgmap v10290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:23:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:23:59.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:23:59.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:00.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:00.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:00 smithi016 ceph-mon[96085]: pgmap v10291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:00 smithi098 ceph-mon[112578]: pgmap v10291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:01.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:01.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:02.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:02.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:02 smithi098 ceph-mon[112578]: pgmap v10292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:02 smithi016 ceph-mon[96085]: pgmap v10292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:03.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:03.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:03 smithi098 ceph-mon[112578]: pgmap v10293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:04.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:03 smithi016 ceph-mon[96085]: pgmap v10293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:04.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:04.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:05.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:05.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:06.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:06.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:06 smithi098 ceph-mon[112578]: pgmap v10294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:06 smithi016 ceph-mon[96085]: pgmap v10294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:07.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:07.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:08.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:08.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:08 smithi098 ceph-mon[112578]: pgmap v10295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:08 smithi016 ceph-mon[96085]: pgmap v10295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:09.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:09.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:10.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:10.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:10 smithi016 ceph-mon[96085]: pgmap v10296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:10 smithi098 ceph-mon[112578]: pgmap v10296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:11.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:11.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:12.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:12.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:13.128 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:12 smithi016 ceph-mon[96085]: pgmap v10297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:12 smithi098 ceph-mon[112578]: pgmap v10297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:13.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:13.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:24:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:24:14.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:14.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:14 smithi098 ceph-mon[112578]: pgmap v10298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:14 smithi016 ceph-mon[96085]: pgmap v10298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:15.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:15.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:16.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:16.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:16 smithi098 ceph-mon[112578]: pgmap v10299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:16 smithi016 ceph-mon[96085]: pgmap v10299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:17.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:17.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:18.185 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:17 smithi016 ceph-mon[96085]: pgmap v10300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:17 smithi098 ceph-mon[112578]: pgmap v10300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:18.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:18.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:19.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:19.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:20.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:20.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:20 smithi016 ceph-mon[96085]: pgmap v10301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:20 smithi098 ceph-mon[112578]: pgmap v10301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:21.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:21.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:22.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:22.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:23.243 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:22 smithi016 ceph-mon[96085]: pgmap v10302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:22 smithi098 ceph-mon[112578]: pgmap v10302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:23.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:23.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:24.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:24.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:24 smithi098 ceph-mon[112578]: pgmap v10303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:24 smithi016 ceph-mon[96085]: pgmap v10303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:25.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:25.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:26.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:26.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:26 smithi098 ceph-mon[112578]: pgmap v10304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:26 smithi016 ceph-mon[96085]: pgmap v10304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:27.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:27.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:28.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:28.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:28 smithi098 ceph-mon[112578]: pgmap v10305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:24:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:28 smithi016 ceph-mon[96085]: pgmap v10305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:24:29.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:29.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:30.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:30.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:30 smithi016 ceph-mon[96085]: pgmap v10306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:30 smithi098 ceph-mon[112578]: pgmap v10306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:31.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:31.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:32.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:32.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:32 smithi098 ceph-mon[112578]: pgmap v10307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:32 smithi016 ceph-mon[96085]: pgmap v10307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:33.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:33.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:33 smithi098 ceph-mon[112578]: pgmap v10308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:33 smithi016 ceph-mon[96085]: pgmap v10308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:34.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:34.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:35.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:35.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:36.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:36.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:36 smithi098 ceph-mon[112578]: pgmap v10309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:36 smithi016 ceph-mon[96085]: pgmap v10309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:37.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:37.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:38.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:38.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:38 smithi098 ceph-mon[112578]: pgmap v10310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:38 smithi016 ceph-mon[96085]: pgmap v10310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:39.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:39.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:40.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:40.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:40 smithi016 ceph-mon[96085]: pgmap v10311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:40 smithi098 ceph-mon[112578]: pgmap v10311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:41.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:41.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:42.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:42.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:42 smithi098 ceph-mon[112578]: pgmap v10312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:42 smithi016 ceph-mon[96085]: pgmap v10312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:43.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:43.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:24:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:24:44.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:44.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:44 smithi098 ceph-mon[112578]: pgmap v10313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:44 smithi016 ceph-mon[96085]: pgmap v10313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:45.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:45.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:45 smithi098 ceph-mon[112578]: pgmap v10314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:45 smithi016 ceph-mon[96085]: pgmap v10314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:46.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:46.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:24:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:24:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:24:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:24:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:24:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:24:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:24:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:24:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:24:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:24:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:24:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:24:47.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:47.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:47 smithi098 ceph-mon[112578]: pgmap v10315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:48.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:47 smithi016 ceph-mon[96085]: pgmap v10315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:48.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:48.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:49.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:49.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:50.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:50.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:50 smithi016 ceph-mon[96085]: pgmap v10316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:50 smithi098 ceph-mon[112578]: pgmap v10316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:51.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:51.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:52.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:52.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:52 smithi098 ceph-mon[112578]: pgmap v10317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:52 smithi016 ceph-mon[96085]: pgmap v10317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:53.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:53.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:54.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:54.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:54 smithi098 ceph-mon[112578]: pgmap v10318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:54 smithi016 ceph-mon[96085]: pgmap v10318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:55.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:55.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:56.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:56.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:56 smithi098 ceph-mon[112578]: pgmap v10319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:56 smithi016 ceph-mon[96085]: pgmap v10319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:57.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:58.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:59.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:24:59.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:58 smithi016 ceph-mon[96085]: pgmap v10320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:24:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:24:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:58 smithi098 ceph-mon[112578]: pgmap v10320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:24:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:25:00.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:00.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:01.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:01.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:00 smithi016 ceph-mon[96085]: pgmap v10321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:00 smithi098 ceph-mon[112578]: pgmap v10321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:02.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:02.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:03.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:03.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:02 smithi098 ceph-mon[112578]: pgmap v10322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:02 smithi016 ceph-mon[96085]: pgmap v10322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:04.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:04.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:03 smithi016 ceph-mon[96085]: pgmap v10323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:03 smithi098 ceph-mon[112578]: pgmap v10323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:05.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:05.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:06.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:06.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:07.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:07.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:06 smithi098 ceph-mon[112578]: pgmap v10324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:06 smithi016 ceph-mon[96085]: pgmap v10324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:08.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:08.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:09.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:09.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:08 smithi016 ceph-mon[96085]: pgmap v10325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:08 smithi098 ceph-mon[112578]: pgmap v10325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:10.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:10.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:11.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:11.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:10 smithi016 ceph-mon[96085]: pgmap v10326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:10 smithi098 ceph-mon[112578]: pgmap v10326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:12.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:12.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:13.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:13.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:12 smithi098 ceph-mon[112578]: pgmap v10327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:12 smithi016 ceph-mon[96085]: pgmap v10327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:14.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:14.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:25:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:25:15.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:15.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:14 smithi098 ceph-mon[112578]: pgmap v10328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:14 smithi016 ceph-mon[96085]: pgmap v10328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:16.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:16.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:15 smithi098 ceph-mon[112578]: pgmap v10329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:15 smithi016 ceph-mon[96085]: pgmap v10329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:17.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:17.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:18.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:18.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:18 smithi098 ceph-mon[112578]: pgmap v10330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:18 smithi016 ceph-mon[96085]: pgmap v10330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:19.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:19.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:20.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:20.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:21.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:21.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:20 smithi016 ceph-mon[96085]: pgmap v10331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:20 smithi098 ceph-mon[112578]: pgmap v10331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:22.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:22.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:23.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:23.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:22 smithi098 ceph-mon[112578]: pgmap v10332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:22 smithi016 ceph-mon[96085]: pgmap v10332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:24.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:24.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:25.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:25.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:24 smithi098 ceph-mon[112578]: pgmap v10333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:24 smithi016 ceph-mon[96085]: pgmap v10333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:26.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:26.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:27.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:27.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:27.235 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:26 smithi098 ceph-mon[112578]: pgmap v10334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:26 smithi016 ceph-mon[96085]: pgmap v10334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:28.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:28.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:29.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:29.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:28 smithi098 ceph-mon[112578]: pgmap v10335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:25:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:28 smithi016 ceph-mon[96085]: pgmap v10335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:25:30.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:30.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:31.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:31.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:30 smithi016 ceph-mon[96085]: pgmap v10336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:30 smithi098 ceph-mon[112578]: pgmap v10336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:32.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:32.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:31 smithi098 ceph-mon[112578]: pgmap v10337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:31 smithi016 ceph-mon[96085]: pgmap v10337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:33.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:33.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:34.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:34.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:34 smithi098 ceph-mon[112578]: pgmap v10338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:34 smithi016 ceph-mon[96085]: pgmap v10338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:35.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:35.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:36.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:36.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:37.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:37.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:36 smithi098 ceph-mon[112578]: pgmap v10339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:36 smithi016 ceph-mon[96085]: pgmap v10339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:38.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:38.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:39.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:39.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:39.111 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:38 smithi016 ceph-mon[96085]: pgmap v10340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:38 smithi098 ceph-mon[112578]: pgmap v10340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:40.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:40.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:41.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:41.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:40 smithi016 ceph-mon[96085]: pgmap v10341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:40 smithi098 ceph-mon[112578]: pgmap v10341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:42.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:42.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:43.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:43.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:42 smithi098 ceph-mon[112578]: pgmap v10342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:42 smithi016 ceph-mon[96085]: pgmap v10342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:44.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:44.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:44.168 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:25:44.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:25:45.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:45.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:44 smithi098 ceph-mon[112578]: pgmap v10343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:44 smithi016 ceph-mon[96085]: pgmap v10343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:46.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:46.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:45 smithi098 ceph-mon[112578]: pgmap v10344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:45 smithi016 ceph-mon[96085]: pgmap v10344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:47.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:47.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:25:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:25:48.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:48.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:47 smithi098 ceph-mon[112578]: pgmap v10345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:48.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:25:48.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:25:48.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:25:48.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:25:48.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:25:48.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:47 smithi016 ceph-mon[96085]: pgmap v10345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:48.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:25:48.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:25:48.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:25:48.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:25:48.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:25:49.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:49.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:50.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:50.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:51.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:51.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:50 smithi016 ceph-mon[96085]: pgmap v10346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:50 smithi098 ceph-mon[112578]: pgmap v10346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:52.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:52.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:53.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:53.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:52 smithi098 ceph-mon[112578]: pgmap v10347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:52 smithi016 ceph-mon[96085]: pgmap v10347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:54.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:54.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:55.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:55.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:54 smithi098 ceph-mon[112578]: pgmap v10348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:54 smithi016 ceph-mon[96085]: pgmap v10348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:56.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:56.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:57.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:57.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:56 smithi098 ceph-mon[112578]: pgmap v10349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:56 smithi016 ceph-mon[96085]: pgmap v10349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:58.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:58.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:59.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:25:59.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:58 smithi098 ceph-mon[112578]: pgmap v10350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:25:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:25:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:58 smithi016 ceph-mon[96085]: pgmap v10350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:25:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:26:00.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:00.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:01.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:01.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:00 smithi016 ceph-mon[96085]: pgmap v10351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:00 smithi098 ceph-mon[112578]: pgmap v10351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:02.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:02.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:02 smithi098 ceph-mon[112578]: pgmap v10352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:03.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:03.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:02 smithi016 ceph-mon[96085]: pgmap v10352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:04.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:04.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:05.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:05.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:04 smithi098 ceph-mon[112578]: pgmap v10353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:04 smithi016 ceph-mon[96085]: pgmap v10353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:06.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:06.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:07.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:07.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:06 smithi098 ceph-mon[112578]: pgmap v10354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:06 smithi016 ceph-mon[96085]: pgmap v10354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:08.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:08.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:09.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:09.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:08 smithi098 ceph-mon[112578]: pgmap v10355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:08 smithi016 ceph-mon[96085]: pgmap v10355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:10.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:10.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:11.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:11.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:10 smithi016 ceph-mon[96085]: pgmap v10356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:10 smithi098 ceph-mon[112578]: pgmap v10356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:12.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:12.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:12 smithi098 ceph-mon[112578]: pgmap v10357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:13.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:13.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:12 smithi016 ceph-mon[96085]: pgmap v10357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:14.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:14.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:26:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:26:15.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:15.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:14 smithi098 ceph-mon[112578]: pgmap v10358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:14 smithi016 ceph-mon[96085]: pgmap v10358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:16.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:16.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:15 smithi098 ceph-mon[112578]: pgmap v10359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:15 smithi016 ceph-mon[96085]: pgmap v10359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:17.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:17.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:18.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:18.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:18 smithi098 ceph-mon[112578]: pgmap v10360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:18 smithi016 ceph-mon[96085]: pgmap v10360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:19.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:19.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:20.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:20.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:21.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:21.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:20 smithi016 ceph-mon[96085]: pgmap v10361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:20 smithi098 ceph-mon[112578]: pgmap v10361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:22.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:22.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:23.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:23.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:22 smithi098 ceph-mon[112578]: pgmap v10362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:22 smithi016 ceph-mon[96085]: pgmap v10362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:24.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:24.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:24 smithi016 ceph-mon[96085]: pgmap v10363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:25.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:25.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:24 smithi098 ceph-mon[112578]: pgmap v10363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:26.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:26.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:27.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:27.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:26 smithi098 ceph-mon[112578]: pgmap v10364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:26 smithi016 ceph-mon[96085]: pgmap v10364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:28.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:28.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:29.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:29.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:28 smithi098 ceph-mon[112578]: pgmap v10365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:26:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:28 smithi016 ceph-mon[96085]: pgmap v10365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:26:30.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:30.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:31.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:31.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:30 smithi016 ceph-mon[96085]: pgmap v10366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:30 smithi098 ceph-mon[112578]: pgmap v10366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:32.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:32.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:33.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:33.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:32 smithi098 ceph-mon[112578]: pgmap v10367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:32 smithi016 ceph-mon[96085]: pgmap v10367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:34.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:34.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:34 smithi016 ceph-mon[96085]: pgmap v10368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:35.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:35.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:34 smithi098 ceph-mon[112578]: pgmap v10368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:36.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:36.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:37.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:37.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:36 smithi098 ceph-mon[112578]: pgmap v10369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:36 smithi016 ceph-mon[96085]: pgmap v10369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:38.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:38.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:38.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:37 smithi098 ceph-mon[112578]: pgmap v10370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:38.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:37 smithi016 ceph-mon[96085]: pgmap v10370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:39.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:39.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:40.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:40.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:40 smithi016 ceph-mon[96085]: pgmap v10371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:41.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:41.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:40 smithi098 ceph-mon[112578]: pgmap v10371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:42.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:42.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:43.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:43.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:42 smithi098 ceph-mon[112578]: pgmap v10372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:42 smithi016 ceph-mon[96085]: pgmap v10372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:44.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:44.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:26:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:26:45.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:45.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:45.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:44 smithi098 ceph-mon[112578]: pgmap v10373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:44 smithi016 ceph-mon[96085]: pgmap v10373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:46.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:46.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:45 smithi098 ceph-mon[112578]: pgmap v10374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:46.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:45 smithi016 ceph-mon[96085]: pgmap v10374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:47.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:47.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:48.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:48.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:48 smithi098 ceph-mon[112578]: pgmap v10375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:26:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:48 smithi016 ceph-mon[96085]: pgmap v10375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:26:49.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:49.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:50.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:50.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:50 smithi016 ceph-mon[96085]: pgmap v10376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:26:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:26:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:26:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:26:51.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:26:51.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:26:51.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:26:51.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:51.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:51.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:50 smithi098 ceph-mon[112578]: pgmap v10376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:51.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:26:51.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:26:51.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:26:51.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:26:51.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:26:51.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:26:51.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:26:52.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:52.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:53.130 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:52 smithi098 ceph-mon[112578]: pgmap v10377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:53.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:53.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:52 smithi016 ceph-mon[96085]: pgmap v10377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:54.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:54.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:55.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:55.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:54 smithi098 ceph-mon[112578]: pgmap v10378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:54 smithi016 ceph-mon[96085]: pgmap v10378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:56.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:56.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:57.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:57.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:56 smithi098 ceph-mon[112578]: pgmap v10379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:56 smithi016 ceph-mon[96085]: pgmap v10379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:58.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:57 smithi098 ceph-mon[112578]: pgmap v10380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:58.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:58.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:57 smithi016 ceph-mon[96085]: pgmap v10380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:59.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:26:59.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:26:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:26:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:26:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:27:00.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:00.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:00 smithi016 ceph-mon[96085]: pgmap v10381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:01.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:01.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:00 smithi098 ceph-mon[112578]: pgmap v10381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:02.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:02.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:03.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:03.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:03.234 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:02 smithi098 ceph-mon[112578]: pgmap v10382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:02 smithi016 ceph-mon[96085]: pgmap v10382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:04.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:04.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:05.092 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:04 smithi016 ceph-mon[96085]: pgmap v10383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:05.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:05.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:04 smithi098 ceph-mon[112578]: pgmap v10383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:06.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:06.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:05 smithi098 ceph-mon[112578]: pgmap v10384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:05 smithi016 ceph-mon[96085]: pgmap v10384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:07.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:07.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:08.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:08.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:08 smithi098 ceph-mon[112578]: pgmap v10385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:08 smithi016 ceph-mon[96085]: pgmap v10385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:09.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:09.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:10.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:10.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:10 smithi016 ceph-mon[96085]: pgmap v10386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:11.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:11.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:10 smithi098 ceph-mon[112578]: pgmap v10386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:12.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:12.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:13.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:13.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:12 smithi098 ceph-mon[112578]: pgmap v10387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:12 smithi016 ceph-mon[96085]: pgmap v10387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:14.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:14.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:27:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:27:15.208 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:14 smithi016 ceph-mon[96085]: pgmap v10388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:15.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:15.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:14 smithi098 ceph-mon[112578]: pgmap v10388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:16.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:16.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:15 smithi098 ceph-mon[112578]: pgmap v10389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:15 smithi016 ceph-mon[96085]: pgmap v10389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:17.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:17.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:18.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:18.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:18 smithi098 ceph-mon[112578]: pgmap v10390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:18 smithi016 ceph-mon[96085]: pgmap v10390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:19.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:19.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:20.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:20.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:20 smithi016 ceph-mon[96085]: pgmap v10391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:21.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:21.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:20 smithi098 ceph-mon[112578]: pgmap v10391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:22.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:22.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:23.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:23.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:22 smithi098 ceph-mon[112578]: pgmap v10392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:22 smithi016 ceph-mon[96085]: pgmap v10392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:24.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:24.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:25.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:25.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:24 smithi098 ceph-mon[112578]: pgmap v10393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:24 smithi016 ceph-mon[96085]: pgmap v10393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:26.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:26.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:25 smithi098 ceph-mon[112578]: pgmap v10394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:25 smithi016 ceph-mon[96085]: pgmap v10394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:27.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:27.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:28.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:28.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:28.496 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:28 smithi098 ceph-mon[112578]: pgmap v10395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:28.497 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:27:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:28 smithi016 ceph-mon[96085]: pgmap v10395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:27:29.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:29.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:30.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:30.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:30 smithi016 ceph-mon[96085]: pgmap v10396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:31.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:31.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:30 smithi098 ceph-mon[112578]: pgmap v10396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:32.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:32.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:33.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:33.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:32 smithi098 ceph-mon[112578]: pgmap v10397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:32 smithi016 ceph-mon[96085]: pgmap v10397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:34.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:34.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:33 smithi098 ceph-mon[112578]: pgmap v10398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:33 smithi016 ceph-mon[96085]: pgmap v10398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:35.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:35.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:36.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:36.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:36 smithi098 ceph-mon[112578]: pgmap v10399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:37.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:37.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:36 smithi016 ceph-mon[96085]: pgmap v10399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:38.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:38.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:38 smithi098 ceph-mon[112578]: pgmap v10400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:39.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:39.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:38 smithi016 ceph-mon[96085]: pgmap v10400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:40.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:40.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:41.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:40 smithi016 ceph-mon[96085]: pgmap v10401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:40 smithi098 ceph-mon[112578]: pgmap v10401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:41.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:41.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:42.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:42.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:42 smithi098 ceph-mon[112578]: pgmap v10402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:43.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:43.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:42 smithi016 ceph-mon[96085]: pgmap v10402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:27:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:43 smithi098 ceph-mon[112578]: pgmap v10403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:44.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:44.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:27:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:43 smithi016 ceph-mon[96085]: pgmap v10403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:45.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:45.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:46.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:46.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:46 smithi098 ceph-mon[112578]: pgmap v10404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:46 smithi016 ceph-mon[96085]: pgmap v10404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:47.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:47.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:48.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:48.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:48 smithi098 ceph-mon[112578]: pgmap v10405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:48 smithi016 ceph-mon[96085]: pgmap v10405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:49.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:49.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:50.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:50.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:50 smithi016 ceph-mon[96085]: pgmap v10406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:50 smithi098 ceph-mon[112578]: pgmap v10406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:51.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:51.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:27:52.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:51 smithi098 ceph-mon[112578]: pgmap v10407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:27:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:51 smithi016 ceph-mon[96085]: pgmap v10407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:52.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:52.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:53.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:53.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:54.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:54.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:54 smithi098 ceph-mon[112578]: pgmap v10408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:54 smithi016 ceph-mon[96085]: pgmap v10408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:55.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:55.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:56.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:56.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:56 smithi098 ceph-mon[112578]: pgmap v10409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:27:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:27:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:27:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:27:57.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:27:57.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:27:57.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:27:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:56 smithi016 ceph-mon[96085]: pgmap v10409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:27:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:27:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:27:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:27:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:27:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:27:57.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:27:57.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:57.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:58.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:58.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:58 smithi098 ceph-mon[112578]: pgmap v10410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:27:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:27:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:58 smithi016 ceph-mon[96085]: pgmap v10410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:27:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:27:59.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:27:59.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:00.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:00.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:00 smithi016 ceph-mon[96085]: pgmap v10411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:01.211 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:00 smithi098 ceph-mon[112578]: pgmap v10411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:01.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:01.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:02.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:02.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:02 smithi098 ceph-mon[112578]: pgmap v10412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:02 smithi016 ceph-mon[96085]: pgmap v10412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:03.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:03.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:03 smithi098 ceph-mon[112578]: pgmap v10413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:03 smithi016 ceph-mon[96085]: pgmap v10413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:04.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:04.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:05.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:05.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:06.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:06.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:06 smithi098 ceph-mon[112578]: pgmap v10414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:06 smithi016 ceph-mon[96085]: pgmap v10414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:07.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:07.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:08.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:07 smithi098 ceph-mon[112578]: pgmap v10415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:08.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:07 smithi016 ceph-mon[96085]: pgmap v10415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:08.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:08.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:09.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:09.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:10.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:10.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:10 smithi016 ceph-mon[96085]: pgmap v10416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:10 smithi098 ceph-mon[112578]: pgmap v10416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:11.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:11.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:12.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:11 smithi098 ceph-mon[112578]: pgmap v10417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:11 smithi016 ceph-mon[96085]: pgmap v10417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:12.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:12.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:13.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:13.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:28:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:28:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:14 smithi098 ceph-mon[112578]: pgmap v10418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:14.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:14.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:14 smithi016 ceph-mon[96085]: pgmap v10418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:15.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:15.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:16.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:16.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:16 smithi098 ceph-mon[112578]: pgmap v10419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:16 smithi016 ceph-mon[96085]: pgmap v10419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:17.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:17.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:17 smithi098 ceph-mon[112578]: pgmap v10420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:17 smithi016 ceph-mon[96085]: pgmap v10420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:18.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:18.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:19.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:19.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:20.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:20.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:20 smithi016 ceph-mon[96085]: pgmap v10421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:20 smithi098 ceph-mon[112578]: pgmap v10421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:21.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:21.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:21 smithi098 ceph-mon[112578]: pgmap v10422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:21 smithi016 ceph-mon[96085]: pgmap v10422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:22.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:22.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:23.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:23.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:24.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:24.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:24 smithi098 ceph-mon[112578]: pgmap v10423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:24 smithi016 ceph-mon[96085]: pgmap v10423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:25.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:25.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:25 smithi098 ceph-mon[112578]: pgmap v10424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:25 smithi016 ceph-mon[96085]: pgmap v10424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:26.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:26.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:27.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:27.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:28.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:28.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:28 smithi098 ceph-mon[112578]: pgmap v10425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:28:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:28 smithi016 ceph-mon[96085]: pgmap v10425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:28:29.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:29.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:30.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:30.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:30 smithi016 ceph-mon[96085]: pgmap v10426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:30 smithi098 ceph-mon[112578]: pgmap v10426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:31.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:31.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:32.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:31 smithi098 ceph-mon[112578]: pgmap v10427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:31 smithi016 ceph-mon[96085]: pgmap v10427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:32.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:32.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:33.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:33.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:34.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:34.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:34 smithi098 ceph-mon[112578]: pgmap v10428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:34 smithi016 ceph-mon[96085]: pgmap v10428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:35.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:35.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:35 smithi098 ceph-mon[112578]: pgmap v10429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:35 smithi016 ceph-mon[96085]: pgmap v10429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:36.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:36.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:37.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:37.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:38.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:38.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:38 smithi098 ceph-mon[112578]: pgmap v10430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:38 smithi016 ceph-mon[96085]: pgmap v10430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:39.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:39.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:40.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:40.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:40 smithi098 ceph-mon[112578]: pgmap v10431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:40 smithi016 ceph-mon[96085]: pgmap v10431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:41.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:41.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:42.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:42.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:42 smithi098 ceph-mon[112578]: pgmap v10432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:42 smithi016 ceph-mon[96085]: pgmap v10432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:43.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:43.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:28:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:28:44.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:44.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:44 smithi098 ceph-mon[112578]: pgmap v10433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:44 smithi016 ceph-mon[96085]: pgmap v10433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:45.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:45.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:46.245 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:45 smithi016 ceph-mon[96085]: pgmap v10434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:45 smithi098 ceph-mon[112578]: pgmap v10434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:46.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:46.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:47.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:47.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:48.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:48.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:48 smithi098 ceph-mon[112578]: pgmap v10435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:48 smithi016 ceph-mon[96085]: pgmap v10435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:49.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:49.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:50.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:50.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:50 smithi098 ceph-mon[112578]: pgmap v10436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:50 smithi016 ceph-mon[96085]: pgmap v10436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:51.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:51.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:52.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:52.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:52 smithi098 ceph-mon[112578]: pgmap v10437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:52 smithi016 ceph-mon[96085]: pgmap v10437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:53.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:53.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:54.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:54.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:54 smithi098 ceph-mon[112578]: pgmap v10438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:54 smithi016 ceph-mon[96085]: pgmap v10438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:55.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:55.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:55 smithi098 ceph-mon[112578]: pgmap v10439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:55 smithi016 ceph-mon[96085]: pgmap v10439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:56.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:56.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:28:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:28:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:28:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:28:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:28:57.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:28:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:28:57.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:28:57.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:28:57.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:28:57.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:28:57.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:28:57.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:57.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:57 smithi098 ceph-mon[112578]: pgmap v10440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:58.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:57 smithi016 ceph-mon[96085]: pgmap v10440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:58.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:58.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:28:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:28:59.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:28:59.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:00.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:28:59 smithi098 ceph-mon[112578]: pgmap v10441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:28:59 smithi016 ceph-mon[96085]: pgmap v10441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:00.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:00.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:01.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:01.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:02.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:02.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:02 smithi098 ceph-mon[112578]: pgmap v10442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:02 smithi016 ceph-mon[96085]: pgmap v10442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:03.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:03.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:04.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:04.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:04.500 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:04 smithi098 ceph-mon[112578]: pgmap v10443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:04 smithi016 ceph-mon[96085]: pgmap v10443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:05.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:05.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:05 smithi098 ceph-mon[112578]: pgmap v10444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:05 smithi016 ceph-mon[96085]: pgmap v10444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:06.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:06.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:07.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:07.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:08.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:08.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:08 smithi098 ceph-mon[112578]: pgmap v10445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:08 smithi016 ceph-mon[96085]: pgmap v10445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:09.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:09.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:10.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:10.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:10 smithi098 ceph-mon[112578]: pgmap v10446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:10 smithi016 ceph-mon[96085]: pgmap v10446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:11.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:11.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:12.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:12.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:12 smithi098 ceph-mon[112578]: pgmap v10447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:12 smithi016 ceph-mon[96085]: pgmap v10447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:13.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:13.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:29:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:29:14.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:14.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:14 smithi098 ceph-mon[112578]: pgmap v10448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:14 smithi016 ceph-mon[96085]: pgmap v10448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:15.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:15.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:15 smithi098 ceph-mon[112578]: pgmap v10449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:15 smithi016 ceph-mon[96085]: pgmap v10449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:16.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:16.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:17.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:17.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:18.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:18.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:18 smithi098 ceph-mon[112578]: pgmap v10450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:18 smithi016 ceph-mon[96085]: pgmap v10450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:19.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:19.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:20.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:20.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:20 smithi098 ceph-mon[112578]: pgmap v10451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:20 smithi016 ceph-mon[96085]: pgmap v10451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:21.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:21.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:22.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:22.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:22 smithi098 ceph-mon[112578]: pgmap v10452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:22 smithi016 ceph-mon[96085]: pgmap v10452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:23.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:23.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:24.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:24.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:24 smithi098 ceph-mon[112578]: pgmap v10453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:24 smithi016 ceph-mon[96085]: pgmap v10453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:25.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:25.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:25 smithi098 ceph-mon[112578]: pgmap v10454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:25 smithi016 ceph-mon[96085]: pgmap v10454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:26.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:26.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:27.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:27.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:28.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:28.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:28 smithi098 ceph-mon[112578]: pgmap v10455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:29:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:28 smithi016 ceph-mon[96085]: pgmap v10455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:29:29.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:29.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:30.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:30.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:30 smithi098 ceph-mon[112578]: pgmap v10456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:30 smithi016 ceph-mon[96085]: pgmap v10456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:31.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:31.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:32.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:32.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:32 smithi098 ceph-mon[112578]: pgmap v10457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:32 smithi016 ceph-mon[96085]: pgmap v10457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:33.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:33.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:34.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:34.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:34 smithi098 ceph-mon[112578]: pgmap v10458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:34 smithi016 ceph-mon[96085]: pgmap v10458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:35.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:35.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:35 smithi098 ceph-mon[112578]: pgmap v10459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:36.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:35 smithi016 ceph-mon[96085]: pgmap v10459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:36.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:36.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:37.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:37.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:38.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:38.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:38 smithi098 ceph-mon[112578]: pgmap v10460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:38 smithi016 ceph-mon[96085]: pgmap v10460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:39.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:39.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:40.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:40.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:40 smithi098 ceph-mon[112578]: pgmap v10461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:40 smithi016 ceph-mon[96085]: pgmap v10461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:41.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:41.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:42.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:42.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:42 smithi098 ceph-mon[112578]: pgmap v10462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:42 smithi016 ceph-mon[96085]: pgmap v10462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:43.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:43.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:29:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:29:44.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:44.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:44 smithi098 ceph-mon[112578]: pgmap v10463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:44 smithi016 ceph-mon[96085]: pgmap v10463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:45.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:45.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:45 smithi098 ceph-mon[112578]: pgmap v10464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:45 smithi016 ceph-mon[96085]: pgmap v10464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:46.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:46.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:47.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:47.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:48.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:48.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:48 smithi098 ceph-mon[112578]: pgmap v10465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:48 smithi016 ceph-mon[96085]: pgmap v10465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:49.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:49.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:50.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:50.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:50 smithi098 ceph-mon[112578]: pgmap v10466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:50 smithi016 ceph-mon[96085]: pgmap v10466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:51.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:51.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:52 smithi016 ceph-mon[96085]: pgmap v10467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:52.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:52.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:52 smithi098 ceph-mon[112578]: pgmap v10467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:53.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:53.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:54.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:54.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:54 smithi098 ceph-mon[112578]: pgmap v10468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:54 smithi016 ceph-mon[96085]: pgmap v10468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:55.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:55.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:55 smithi098 ceph-mon[112578]: pgmap v10469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:55 smithi016 ceph-mon[96085]: pgmap v10469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:56.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:56.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:29:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:29:57.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:57.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:58.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:58.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:58 smithi098 ceph-mon[112578]: pgmap v10470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:29:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:29:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:29:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:29:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:29:58.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:29:58.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:29:58.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:29:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:29:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:58 smithi016 ceph-mon[96085]: pgmap v10470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:29:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:29:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:29:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:29:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:29:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:29:58.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:29:58.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:29:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:29:59.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:29:59.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:00.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:00.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:00 smithi098 ceph-mon[112578]: pgmap v10471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T02:30:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:00 smithi016 ceph-mon[96085]: pgmap v10471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T02:30:01.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:01.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:02.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:02.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:02 smithi098 ceph-mon[112578]: pgmap v10472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:02 smithi016 ceph-mon[96085]: pgmap v10472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:03.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:03.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:04.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:04.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:04.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:04 smithi098 ceph-mon[112578]: pgmap v10473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:04 smithi016 ceph-mon[96085]: pgmap v10473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:05.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:05.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:05 smithi098 ceph-mon[112578]: pgmap v10474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:05 smithi016 ceph-mon[96085]: pgmap v10474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:06.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:06.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:07.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:07.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:08 smithi098 ceph-mon[112578]: pgmap v10475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:08.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:08.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:08 smithi016 ceph-mon[96085]: pgmap v10475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:09.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:09.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:10 smithi098 ceph-mon[112578]: pgmap v10476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:10.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:10.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:10 smithi016 ceph-mon[96085]: pgmap v10476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:11.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:11.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:12 smithi098 ceph-mon[112578]: pgmap v10477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:12.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:12.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:12 smithi016 ceph-mon[96085]: pgmap v10477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:30:13.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:13.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:30:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:14 smithi098 ceph-mon[112578]: pgmap v10478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:14.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:14.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:14 smithi016 ceph-mon[96085]: pgmap v10478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:15.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:15.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:15 smithi098 ceph-mon[112578]: pgmap v10479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:15 smithi016 ceph-mon[96085]: pgmap v10479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:16.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:16.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:17.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:17.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:18 smithi098 ceph-mon[112578]: pgmap v10480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:18 smithi016 ceph-mon[96085]: pgmap v10480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:18.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:18.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:19.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:19.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:20 smithi098 ceph-mon[112578]: pgmap v10481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:20 smithi016 ceph-mon[96085]: pgmap v10481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:20.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:20.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:21.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:21.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:22 smithi098 ceph-mon[112578]: pgmap v10482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:22 smithi016 ceph-mon[96085]: pgmap v10482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:22.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:22.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:23.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:23.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:24 smithi098 ceph-mon[112578]: pgmap v10483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:24 smithi016 ceph-mon[96085]: pgmap v10483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:24.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:24.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:25.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:25.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:25 smithi098 ceph-mon[112578]: pgmap v10484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:25 smithi016 ceph-mon[96085]: pgmap v10484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:26.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:26.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:27.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:27.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:28 smithi098 ceph-mon[112578]: pgmap v10485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:30:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:28 smithi016 ceph-mon[96085]: pgmap v10485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:30:28.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:28.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:29.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:29.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:30 smithi098 ceph-mon[112578]: pgmap v10486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:30 smithi016 ceph-mon[96085]: pgmap v10486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:30.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:30.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:31.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:31.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:32 smithi098 ceph-mon[112578]: pgmap v10487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:32 smithi016 ceph-mon[96085]: pgmap v10487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:32.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:32.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:33.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:33.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:34 smithi016 ceph-mon[96085]: pgmap v10488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:34.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:34.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:34 smithi098 ceph-mon[112578]: pgmap v10488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:35.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:35.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:35 smithi098 ceph-mon[112578]: pgmap v10489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:35 smithi016 ceph-mon[96085]: pgmap v10489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:36.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:36.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:37.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:37.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:38.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:38 smithi098 ceph-mon[112578]: pgmap v10490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:38 smithi016 ceph-mon[96085]: pgmap v10490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:38.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:38.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:39.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:39.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:40 smithi098 ceph-mon[112578]: pgmap v10491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:40 smithi016 ceph-mon[96085]: pgmap v10491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:40.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:40.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:41.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:41.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:42 smithi098 ceph-mon[112578]: pgmap v10492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:42 smithi016 ceph-mon[96085]: pgmap v10492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:42.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:42.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:30:43.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:43.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:30:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:44 smithi016 ceph-mon[96085]: pgmap v10493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:44.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:44.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:44 smithi098 ceph-mon[112578]: pgmap v10493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:45.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:45.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:45 smithi098 ceph-mon[112578]: pgmap v10494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:46.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:45 smithi016 ceph-mon[96085]: pgmap v10494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:46.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:46.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:47.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:47.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:48 smithi098 ceph-mon[112578]: pgmap v10495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:48 smithi016 ceph-mon[96085]: pgmap v10495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:48.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:48.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:49.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:49.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:50 smithi016 ceph-mon[96085]: pgmap v10496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:50.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:50.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:50.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:50 smithi098 ceph-mon[112578]: pgmap v10496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:51.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:51.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:52 smithi016 ceph-mon[96085]: pgmap v10497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:52.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:52.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:52 smithi098 ceph-mon[112578]: pgmap v10497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:53.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:53.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:54 smithi016 ceph-mon[96085]: pgmap v10498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:54.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:54.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:54 smithi098 ceph-mon[112578]: pgmap v10498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:55.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:55.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:55 smithi098 ceph-mon[112578]: pgmap v10499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:55 smithi016 ceph-mon[96085]: pgmap v10499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:56.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:56.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:57.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:57.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:58 smithi098 ceph-mon[112578]: pgmap v10500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:30:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:30:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:58 smithi016 ceph-mon[96085]: pgmap v10500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:30:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:30:58.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:58.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:30:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:30:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:30:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:30:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:30:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:30:59.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:30:59.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:30:59.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:30:59.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:30:59.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:30:59.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:30:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:31:00.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:00.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:00.713 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:00 smithi098 ceph-mon[112578]: pgmap v10501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:00 smithi016 ceph-mon[96085]: pgmap v10501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:01.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:01.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:02.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:02.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:02 smithi098 ceph-mon[112578]: pgmap v10502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:02 smithi016 ceph-mon[96085]: pgmap v10502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:03.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:03.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:04.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:04.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:04 smithi098 ceph-mon[112578]: pgmap v10503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:04 smithi016 ceph-mon[96085]: pgmap v10503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:05.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:05.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:05 smithi098 ceph-mon[112578]: pgmap v10504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:05 smithi016 ceph-mon[96085]: pgmap v10504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:06.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:06.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:07.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:07.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:08 smithi016 ceph-mon[96085]: pgmap v10505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:08.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:08.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:08 smithi098 ceph-mon[112578]: pgmap v10505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:09.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:09.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:10 smithi016 ceph-mon[96085]: pgmap v10506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:10.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:10.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:10 smithi098 ceph-mon[112578]: pgmap v10506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:11.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:11.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:12 smithi016 ceph-mon[96085]: pgmap v10507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:12.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:12.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:12 smithi098 ceph-mon[112578]: pgmap v10507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:31:13.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:13.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:31:14.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:14.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:14 smithi098 ceph-mon[112578]: pgmap v10508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:14 smithi016 ceph-mon[96085]: pgmap v10508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:15.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:15.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:15 smithi098 ceph-mon[112578]: pgmap v10509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:15 smithi016 ceph-mon[96085]: pgmap v10509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:16.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:16.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:17.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:17.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:18 smithi016 ceph-mon[96085]: pgmap v10510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:18.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:18.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:18 smithi098 ceph-mon[112578]: pgmap v10510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:19.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:19.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:20 smithi016 ceph-mon[96085]: pgmap v10511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:20.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:20.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:20 smithi098 ceph-mon[112578]: pgmap v10511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:21.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:21.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:22.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:22 smithi016 ceph-mon[96085]: pgmap v10512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:22.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:22.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:22 smithi098 ceph-mon[112578]: pgmap v10512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:23.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:23.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:24 smithi016 ceph-mon[96085]: pgmap v10513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:24.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:24.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:24.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:24 smithi098 ceph-mon[112578]: pgmap v10513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:25.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:25.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:26.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:25 smithi098 ceph-mon[112578]: pgmap v10514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:25 smithi016 ceph-mon[96085]: pgmap v10514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:26.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:26.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:27.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:27.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:28 smithi016 ceph-mon[96085]: pgmap v10515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:31:28.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:28.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:28 smithi098 ceph-mon[112578]: pgmap v10515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:31:29.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:29.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:30 smithi016 ceph-mon[96085]: pgmap v10516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:30.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:30.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:30 smithi098 ceph-mon[112578]: pgmap v10516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:31.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:31.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:32 smithi016 ceph-mon[96085]: pgmap v10517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:32.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:32.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:32.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:32 smithi098 ceph-mon[112578]: pgmap v10517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:33.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:33.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:34.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:34.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:34 smithi098 ceph-mon[112578]: pgmap v10518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:34 smithi016 ceph-mon[96085]: pgmap v10518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:35.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:35.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:35 smithi098 ceph-mon[112578]: pgmap v10519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:35 smithi016 ceph-mon[96085]: pgmap v10519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:36.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:36.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:37.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:37.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:38 smithi016 ceph-mon[96085]: pgmap v10520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:38.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:38.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:38 smithi098 ceph-mon[112578]: pgmap v10520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:39.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:39.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:40 smithi016 ceph-mon[96085]: pgmap v10521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:40.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:40.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:40 smithi098 ceph-mon[112578]: pgmap v10521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:41.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:41.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:42.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:42.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:42 smithi098 ceph-mon[112578]: pgmap v10522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:42 smithi016 ceph-mon[96085]: pgmap v10522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:31:43.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:43.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:31:44.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:44.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:44 smithi098 ceph-mon[112578]: pgmap v10523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:44 smithi016 ceph-mon[96085]: pgmap v10523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:45.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:45.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:46.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:45 smithi098 ceph-mon[112578]: pgmap v10524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:45 smithi016 ceph-mon[96085]: pgmap v10524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:46.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:46.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:47.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:47.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:48 smithi016 ceph-mon[96085]: pgmap v10525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:48.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:48.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:48 smithi098 ceph-mon[112578]: pgmap v10525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:49.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:49.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:50.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:50.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:50 smithi098 ceph-mon[112578]: pgmap v10526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:50 smithi016 ceph-mon[96085]: pgmap v10526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:51.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:51.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:52.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:52.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:52 smithi098 ceph-mon[112578]: pgmap v10527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:52 smithi016 ceph-mon[96085]: pgmap v10527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:53.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:53.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:54.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:54.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:54 smithi098 ceph-mon[112578]: pgmap v10528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:54 smithi016 ceph-mon[96085]: pgmap v10528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:55.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:55.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:55 smithi098 ceph-mon[112578]: pgmap v10529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:55 smithi016 ceph-mon[96085]: pgmap v10529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:56.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:56.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:57.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:57.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:58.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:58.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:58 smithi098 ceph-mon[112578]: pgmap v10530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:31:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:58 smithi016 ceph-mon[96085]: pgmap v10530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:58.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:31:59.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:31:59.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:31:59.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:31:59.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:31:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:31:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:31:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:31:59.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:31:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:32:00.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:00.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:00 smithi098 ceph-mon[112578]: pgmap v10531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:32:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:32:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:32:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:32:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:32:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:00 smithi016 ceph-mon[96085]: pgmap v10531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:32:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:32:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:32:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:32:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:32:01.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:01.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:02.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:02.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:02 smithi098 ceph-mon[112578]: pgmap v10532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:02 smithi016 ceph-mon[96085]: pgmap v10532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:03.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:03.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:04.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:04.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:04 smithi098 ceph-mon[112578]: pgmap v10533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:04 smithi016 ceph-mon[96085]: pgmap v10533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:05.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:05.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:05 smithi098 ceph-mon[112578]: pgmap v10534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:05 smithi016 ceph-mon[96085]: pgmap v10534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:06.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:06.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:07.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:07.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:08.572 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:08 smithi016 ceph-mon[96085]: pgmap v10535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:08.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:08.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:08 smithi098 ceph-mon[112578]: pgmap v10535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:09.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:09.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:10.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:10.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:10 smithi098 ceph-mon[112578]: pgmap v10536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:10 smithi016 ceph-mon[96085]: pgmap v10536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:11.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:11.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:12.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:12.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:12 smithi098 ceph-mon[112578]: pgmap v10537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:12 smithi016 ceph-mon[96085]: pgmap v10537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:13.629 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:32:13.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:13.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:32:14.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:14.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:14 smithi098 ceph-mon[112578]: pgmap v10538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:14 smithi016 ceph-mon[96085]: pgmap v10538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:15.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:15.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:15 smithi098 ceph-mon[112578]: pgmap v10539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:15 smithi016 ceph-mon[96085]: pgmap v10539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:16.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:16.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:17.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:17.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:18.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:18 smithi016 ceph-mon[96085]: pgmap v10540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:18.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:18.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:18 smithi098 ceph-mon[112578]: pgmap v10540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:19.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:19.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:20.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:20.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:20 smithi098 ceph-mon[112578]: pgmap v10541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:20 smithi016 ceph-mon[96085]: pgmap v10541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:21.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:21.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:22.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:22.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:22 smithi098 ceph-mon[112578]: pgmap v10542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:22 smithi016 ceph-mon[96085]: pgmap v10542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:23.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:23.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:24.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:24.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:24 smithi098 ceph-mon[112578]: pgmap v10543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:24 smithi016 ceph-mon[96085]: pgmap v10543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:25.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:25.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:25 smithi098 ceph-mon[112578]: pgmap v10544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:25 smithi016 ceph-mon[96085]: pgmap v10544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:26.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:26.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:27.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:27.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:28.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:28.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:28 smithi098 ceph-mon[112578]: pgmap v10545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:32:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:28 smithi016 ceph-mon[96085]: pgmap v10545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:32:29.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:29.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:30.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:30.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:30 smithi098 ceph-mon[112578]: pgmap v10546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:30 smithi016 ceph-mon[96085]: pgmap v10546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:31.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:31.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:32.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:32.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:32 smithi098 ceph-mon[112578]: pgmap v10547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:32 smithi016 ceph-mon[96085]: pgmap v10547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:33.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:33.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:34.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:34.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:34 smithi098 ceph-mon[112578]: pgmap v10548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:34 smithi016 ceph-mon[96085]: pgmap v10548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:35.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:35.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:35 smithi098 ceph-mon[112578]: pgmap v10549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:35 smithi016 ceph-mon[96085]: pgmap v10549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:36.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:36.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:37.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:37.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:38.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:38.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:38 smithi098 ceph-mon[112578]: pgmap v10550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:38 smithi016 ceph-mon[96085]: pgmap v10550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:39.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:39.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:40 smithi098 ceph-mon[112578]: pgmap v10551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:40.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:40.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:40 smithi016 ceph-mon[96085]: pgmap v10551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:41.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:41.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:42 smithi098 ceph-mon[112578]: pgmap v10552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:42.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:42.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:42 smithi016 ceph-mon[96085]: pgmap v10552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:32:43.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:43.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:32:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:44 smithi098 ceph-mon[112578]: pgmap v10553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:44.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:44.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:44 smithi016 ceph-mon[96085]: pgmap v10553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:45.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:45.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:45 smithi098 ceph-mon[112578]: pgmap v10554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:45 smithi016 ceph-mon[96085]: pgmap v10554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:46.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:46.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:47.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:47.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:48 smithi098 ceph-mon[112578]: pgmap v10555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:48 smithi016 ceph-mon[96085]: pgmap v10555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:48.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:48.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:49.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:49.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:50 smithi098 ceph-mon[112578]: pgmap v10556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:50 smithi016 ceph-mon[96085]: pgmap v10556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:50.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:50.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:51.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:51.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:52 smithi098 ceph-mon[112578]: pgmap v10557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:52 smithi016 ceph-mon[96085]: pgmap v10557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:52.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:52.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:53.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:53.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:54 smithi016 ceph-mon[96085]: pgmap v10558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:54 smithi098 ceph-mon[112578]: pgmap v10558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:54.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:54.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:55.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:55.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:56.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:55 smithi098 ceph-mon[112578]: pgmap v10559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:55 smithi016 ceph-mon[96085]: pgmap v10559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:56.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:56.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:57.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:57.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:58 smithi098 ceph-mon[112578]: pgmap v10560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:32:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:32:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:58 smithi016 ceph-mon[96085]: pgmap v10560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:32:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:32:58.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:58.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:59.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:32:59.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:00.307 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:00 smithi016 ceph-mon[96085]: pgmap v10561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:00.307 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:33:00.307 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:33:00.308 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:33:00.308 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:33:00.308 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:33:00.308 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:33:00.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:00 smithi098 ceph-mon[112578]: pgmap v10561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:00.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:33:00.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:33:00.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:33:00.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:33:00.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:33:00.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:33:00.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:00.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:01.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:01.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:02 smithi098 ceph-mon[112578]: pgmap v10562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:02 smithi016 ceph-mon[96085]: pgmap v10562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:02.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:02.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:03.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:03.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:04 smithi016 ceph-mon[96085]: pgmap v10563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:04 smithi098 ceph-mon[112578]: pgmap v10563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:04.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:04.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:05.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:05.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:05 smithi098 ceph-mon[112578]: pgmap v10564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:05 smithi016 ceph-mon[96085]: pgmap v10564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:06.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:06.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:07.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:07.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:08.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:08 smithi098 ceph-mon[112578]: pgmap v10565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:08 smithi016 ceph-mon[96085]: pgmap v10565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:08.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:08.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:09.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:09.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:10 smithi098 ceph-mon[112578]: pgmap v10566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:10 smithi016 ceph-mon[96085]: pgmap v10566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:10.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:10.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:11.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:11.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:12 smithi098 ceph-mon[112578]: pgmap v10567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:12 smithi016 ceph-mon[96085]: pgmap v10567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:12.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:12.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:33:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:33:13.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:13.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:14 smithi098 ceph-mon[112578]: pgmap v10568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:14 smithi016 ceph-mon[96085]: pgmap v10568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:14.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:14.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:15.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:15.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:15 smithi098 ceph-mon[112578]: pgmap v10569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:15 smithi016 ceph-mon[96085]: pgmap v10569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:16.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:16.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:17.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:17.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:18 smithi098 ceph-mon[112578]: pgmap v10570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:18 smithi016 ceph-mon[96085]: pgmap v10570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:18.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:18.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:19.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:19.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:20 smithi098 ceph-mon[112578]: pgmap v10571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:20 smithi016 ceph-mon[96085]: pgmap v10571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:20.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:20.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:21.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:21.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:22 smithi098 ceph-mon[112578]: pgmap v10572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:22 smithi016 ceph-mon[96085]: pgmap v10572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:22.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:22.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:23.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:23.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:24.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:24 smithi098 ceph-mon[112578]: pgmap v10573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:24 smithi016 ceph-mon[96085]: pgmap v10573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:24.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:24.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:25.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:25.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:25 smithi098 ceph-mon[112578]: pgmap v10574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:25 smithi016 ceph-mon[96085]: pgmap v10574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:26.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:26.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:27.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:27.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:28 smithi098 ceph-mon[112578]: pgmap v10575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:33:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:28 smithi016 ceph-mon[96085]: pgmap v10575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:33:28.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:28.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:29.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:29.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:30 smithi098 ceph-mon[112578]: pgmap v10576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:30 smithi016 ceph-mon[96085]: pgmap v10576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:30.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:30.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:31.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:31.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:32 smithi098 ceph-mon[112578]: pgmap v10577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:32 smithi016 ceph-mon[96085]: pgmap v10577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:32.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:32.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:33.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:33.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:34 smithi098 ceph-mon[112578]: pgmap v10578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:34 smithi016 ceph-mon[96085]: pgmap v10578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:34.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:34.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:35.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:35.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:35 smithi098 ceph-mon[112578]: pgmap v10579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:35 smithi016 ceph-mon[96085]: pgmap v10579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:36.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:36.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:37.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:37.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:38 smithi098 ceph-mon[112578]: pgmap v10580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:38 smithi016 ceph-mon[96085]: pgmap v10580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:38.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:38.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:39.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:39.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:40 smithi098 ceph-mon[112578]: pgmap v10581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:40 smithi016 ceph-mon[96085]: pgmap v10581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:40.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:40.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:41.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:41.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:42 smithi098 ceph-mon[112578]: pgmap v10582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:42 smithi016 ceph-mon[96085]: pgmap v10582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:42.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:42.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:33:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:33:43.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:43.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:44.666 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:44 smithi016 ceph-mon[96085]: pgmap v10583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:44 smithi098 ceph-mon[112578]: pgmap v10583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:44.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:44.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:45.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:45.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:45 smithi098 ceph-mon[112578]: pgmap v10584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:45 smithi016 ceph-mon[96085]: pgmap v10584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:46.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:46.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:47.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:47.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:48 smithi098 ceph-mon[112578]: pgmap v10585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:48 smithi016 ceph-mon[96085]: pgmap v10585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:48.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:48.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:49.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:49.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:50 smithi098 ceph-mon[112578]: pgmap v10586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:50 smithi016 ceph-mon[96085]: pgmap v10586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:50.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:50.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:51.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:51.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:52 smithi098 ceph-mon[112578]: pgmap v10587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:52 smithi016 ceph-mon[96085]: pgmap v10587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:52.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:52.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:53.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:53.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:54 smithi098 ceph-mon[112578]: pgmap v10588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:54 smithi016 ceph-mon[96085]: pgmap v10588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:54.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:54.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:55.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:55.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:55 smithi098 ceph-mon[112578]: pgmap v10589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:56.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:55 smithi016 ceph-mon[96085]: pgmap v10589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:56.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:56.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:57.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:57.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:58 smithi098 ceph-mon[112578]: pgmap v10590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:33:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:33:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:58 smithi016 ceph-mon[96085]: pgmap v10590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:33:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:33:58.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:58.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:59.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:33:59.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:00 smithi098 ceph-mon[112578]: pgmap v10591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:34:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:00 smithi016 ceph-mon[96085]: pgmap v10591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:34:00.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:00.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:34:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:34:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:34:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:34:01.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:01 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1602M 2023-10-17T02:34:01.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:34:01.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:34:01.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:34:01.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:34:01.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:34:01.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:34:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:34:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:34:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:34:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:34:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:01 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1602M 2023-10-17T02:34:01.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:34:01.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:34:01.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:34:01.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:34:01.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:34:01.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:34:01.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:01.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:02.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:02.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:02 smithi098 ceph-mon[112578]: pgmap v10592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:02 smithi016 ceph-mon[96085]: pgmap v10592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:03.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:03.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:04.897 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:04 smithi016 ceph-mon[96085]: pgmap v10593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:04.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:04.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:04 smithi098 ceph-mon[112578]: pgmap v10593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:05.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:05.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:05 smithi098 ceph-mon[112578]: pgmap v10594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:05 smithi016 ceph-mon[96085]: pgmap v10594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:06.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:06.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:07.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:07.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:08 smithi098 ceph-mon[112578]: pgmap v10595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:08 smithi016 ceph-mon[96085]: pgmap v10595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:08.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:08.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:09.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:09.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:10 smithi098 ceph-mon[112578]: pgmap v10596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:10 smithi016 ceph-mon[96085]: pgmap v10596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:10.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:10.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:11.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:11.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:12.706 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:12 smithi098 ceph-mon[112578]: pgmap v10597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:12 smithi016 ceph-mon[96085]: pgmap v10597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:12.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:12.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:34:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:34:13.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:13.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:14 smithi098 ceph-mon[112578]: pgmap v10598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:14 smithi016 ceph-mon[96085]: pgmap v10598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:14.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:14.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:15.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:15.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:15 smithi098 ceph-mon[112578]: pgmap v10599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:15 smithi016 ceph-mon[96085]: pgmap v10599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:16.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:16.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:17.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:17.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:18 smithi098 ceph-mon[112578]: pgmap v10600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:18 smithi016 ceph-mon[96085]: pgmap v10600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:18.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:18.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:19.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:19.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:20 smithi098 ceph-mon[112578]: pgmap v10601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:20 smithi016 ceph-mon[96085]: pgmap v10601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:20.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:20.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:21.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:21.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:22 smithi098 ceph-mon[112578]: pgmap v10602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:22 smithi016 ceph-mon[96085]: pgmap v10602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:22.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:22.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:23.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:23.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:24 smithi098 ceph-mon[112578]: pgmap v10603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:24 smithi016 ceph-mon[96085]: pgmap v10603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:24.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:24.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:25.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:25.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:25 smithi098 ceph-mon[112578]: pgmap v10604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:25 smithi016 ceph-mon[96085]: pgmap v10604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:26.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:26.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:27.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:27.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:28 smithi098 ceph-mon[112578]: pgmap v10605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:34:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:28 smithi016 ceph-mon[96085]: pgmap v10605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:34:28.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:28.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:29.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:29.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:30.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:30 smithi016 ceph-mon[96085]: pgmap v10606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:30 smithi098 ceph-mon[112578]: pgmap v10606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:30.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:30.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:31.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:31.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:32 smithi098 ceph-mon[112578]: pgmap v10607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:32 smithi016 ceph-mon[96085]: pgmap v10607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:32.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:32.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:33.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:33.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:34 smithi098 ceph-mon[112578]: pgmap v10608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:34 smithi016 ceph-mon[96085]: pgmap v10608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:34.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:34.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:35.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:35.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:35 smithi098 ceph-mon[112578]: pgmap v10609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:35 smithi016 ceph-mon[96085]: pgmap v10609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:36.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:36.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:37.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:37.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:38 smithi098 ceph-mon[112578]: pgmap v10610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:38 smithi016 ceph-mon[96085]: pgmap v10610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:38.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:38.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:39.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:39.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:40 smithi098 ceph-mon[112578]: pgmap v10611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:40 smithi016 ceph-mon[96085]: pgmap v10611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:40.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:40.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:41.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:41.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:42 smithi098 ceph-mon[112578]: pgmap v10612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:42 smithi016 ceph-mon[96085]: pgmap v10612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:42.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:42.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:34:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:34:43.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:43.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:44 smithi098 ceph-mon[112578]: pgmap v10613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:44 smithi016 ceph-mon[96085]: pgmap v10613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:44.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:44.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:45.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:45.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:45 smithi098 ceph-mon[112578]: pgmap v10614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:45 smithi016 ceph-mon[96085]: pgmap v10614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:46.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:46.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:47.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:47.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:48 smithi098 ceph-mon[112578]: pgmap v10615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:48 smithi016 ceph-mon[96085]: pgmap v10615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:48.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:48.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:49.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:49.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:50 smithi098 ceph-mon[112578]: pgmap v10616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:50 smithi016 ceph-mon[96085]: pgmap v10616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:50.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:50.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:51.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:51.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:52 smithi098 ceph-mon[112578]: pgmap v10617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:52 smithi016 ceph-mon[96085]: pgmap v10617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:52.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:52.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:53.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:53.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:54 smithi098 ceph-mon[112578]: pgmap v10618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:54 smithi016 ceph-mon[96085]: pgmap v10618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:54.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:54.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:55.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:55.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:56.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:55 smithi098 ceph-mon[112578]: pgmap v10619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:55 smithi016 ceph-mon[96085]: pgmap v10619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:56.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:56.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:57.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:57.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:58 smithi098 ceph-mon[112578]: pgmap v10620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:34:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:34:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:58 smithi016 ceph-mon[96085]: pgmap v10620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:34:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:34:58.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:34:58.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:00.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:00.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:00 smithi098 ceph-mon[112578]: pgmap v10621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:00 smithi016 ceph-mon[96085]: pgmap v10621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:01.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:01.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:35:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:35:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:35:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:35:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:35:01.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:35:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:35:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:35:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:35:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:35:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:35:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:35:02.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:02.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:02 smithi098 ceph-mon[112578]: pgmap v10622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:02 smithi016 ceph-mon[96085]: pgmap v10622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:03.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:03.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:04.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:04.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:04 smithi098 ceph-mon[112578]: pgmap v10623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:04 smithi016 ceph-mon[96085]: pgmap v10623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:05.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:05.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:06.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:06.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:05 smithi098 ceph-mon[112578]: pgmap v10624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:05 smithi016 ceph-mon[96085]: pgmap v10624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:07.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:07.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:08.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:08.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:08 smithi098 ceph-mon[112578]: pgmap v10625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:08 smithi016 ceph-mon[96085]: pgmap v10625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:09.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:09.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:10.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:10.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:10.654 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:10 smithi016 ceph-mon[96085]: pgmap v10626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:10 smithi098 ceph-mon[112578]: pgmap v10626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:11.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:11.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:12.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:12.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:12 smithi098 ceph-mon[112578]: pgmap v10627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:12 smithi016 ceph-mon[96085]: pgmap v10627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:13.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:13.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:35:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:35:14.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:14.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:14 smithi098 ceph-mon[112578]: pgmap v10628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:14 smithi016 ceph-mon[96085]: pgmap v10628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:15.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:15.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:16.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:16.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:15 smithi016 ceph-mon[96085]: pgmap v10629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:15 smithi098 ceph-mon[112578]: pgmap v10629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:17.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:17.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:18.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:18.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:18 smithi098 ceph-mon[112578]: pgmap v10630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:18 smithi016 ceph-mon[96085]: pgmap v10630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:19.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:19.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:20.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:20.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:20 smithi098 ceph-mon[112578]: pgmap v10631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:20.769 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:20 smithi016 ceph-mon[96085]: pgmap v10631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:21.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:21.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:22.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:22.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:22 smithi098 ceph-mon[112578]: pgmap v10632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:22 smithi016 ceph-mon[96085]: pgmap v10632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:23.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:23.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:24.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:24.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:24 smithi098 ceph-mon[112578]: pgmap v10633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:24 smithi016 ceph-mon[96085]: pgmap v10633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:25.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:25.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:26.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:26.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:25 smithi098 ceph-mon[112578]: pgmap v10634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:25 smithi016 ceph-mon[96085]: pgmap v10634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:27.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:27.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:28.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:28.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:28 smithi098 ceph-mon[112578]: pgmap v10635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:35:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:28 smithi016 ceph-mon[96085]: pgmap v10635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:35:29.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:29.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:30.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:30.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:30 smithi098 ceph-mon[112578]: pgmap v10636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:30 smithi016 ceph-mon[96085]: pgmap v10636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:31.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:31.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:32.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:32.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:32 smithi098 ceph-mon[112578]: pgmap v10637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:32 smithi016 ceph-mon[96085]: pgmap v10637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:33.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:33.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:34.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:34.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:34 smithi098 ceph-mon[112578]: pgmap v10638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:34 smithi016 ceph-mon[96085]: pgmap v10638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:35.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:35.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:36.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:36.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:35 smithi098 ceph-mon[112578]: pgmap v10639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:36.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:35 smithi016 ceph-mon[96085]: pgmap v10639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:37.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:37.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:38.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:38.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:38 smithi098 ceph-mon[112578]: pgmap v10640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:38 smithi016 ceph-mon[96085]: pgmap v10640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:39.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:39.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:40.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:40.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:40 smithi098 ceph-mon[112578]: pgmap v10641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:40 smithi016 ceph-mon[96085]: pgmap v10641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:41.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:41.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:42.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:42.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:42 smithi098 ceph-mon[112578]: pgmap v10642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:42 smithi016 ceph-mon[96085]: pgmap v10642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:43.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:43.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:43.656 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:35:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:35:44.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:44.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:44 smithi098 ceph-mon[112578]: pgmap v10643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:44 smithi016 ceph-mon[96085]: pgmap v10643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:45.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:45.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:46.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:46.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:45 smithi098 ceph-mon[112578]: pgmap v10644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:45 smithi016 ceph-mon[96085]: pgmap v10644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:47.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:47.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:48.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:48.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:48.709 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:48 smithi098 ceph-mon[112578]: pgmap v10645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:48 smithi016 ceph-mon[96085]: pgmap v10645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:49.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:49.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:50.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:50.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:50 smithi098 ceph-mon[112578]: pgmap v10646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:50 smithi016 ceph-mon[96085]: pgmap v10646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:51.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:51.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:52.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:52.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:52 smithi098 ceph-mon[112578]: pgmap v10647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:52 smithi016 ceph-mon[96085]: pgmap v10647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:53.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:53.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:54.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:54.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:54 smithi098 ceph-mon[112578]: pgmap v10648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:54 smithi016 ceph-mon[96085]: pgmap v10648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:55.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:55.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:56.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:56.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:55 smithi098 ceph-mon[112578]: pgmap v10649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:55 smithi016 ceph-mon[96085]: pgmap v10649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:57.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:57.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:58.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:58.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:58 smithi098 ceph-mon[112578]: pgmap v10650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:35:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:35:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:58 smithi016 ceph-mon[96085]: pgmap v10650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:35:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:35:59.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:35:59.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:00.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:00.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:00 smithi098 ceph-mon[112578]: pgmap v10651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:00 smithi016 ceph-mon[96085]: pgmap v10651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:01.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:01.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:36:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:36:02.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:02.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:02 smithi098 ceph-mon[112578]: pgmap v10652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:36:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:36:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:36:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:36:02.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:36:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:02 smithi016 ceph-mon[96085]: pgmap v10652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:36:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:36:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:36:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:36:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:36:03.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:03.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:04.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:04.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:04 smithi098 ceph-mon[112578]: pgmap v10653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:04 smithi016 ceph-mon[96085]: pgmap v10653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:05.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:05.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:06.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:06.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:05 smithi098 ceph-mon[112578]: pgmap v10654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:05 smithi016 ceph-mon[96085]: pgmap v10654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:07.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:07.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:08.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:08.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:08.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:08 smithi098 ceph-mon[112578]: pgmap v10655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:08 smithi016 ceph-mon[96085]: pgmap v10655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:09.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:09.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:10.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:10.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:10 smithi098 ceph-mon[112578]: pgmap v10656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:10 smithi016 ceph-mon[96085]: pgmap v10656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:11.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:11.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:12.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:12.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:12 smithi098 ceph-mon[112578]: pgmap v10657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:12 smithi016 ceph-mon[96085]: pgmap v10657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:13.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:13.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:36:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:36:14.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:14.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:14 smithi098 ceph-mon[112578]: pgmap v10658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:14 smithi016 ceph-mon[96085]: pgmap v10658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:15.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:15.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:16.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:16.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:15 smithi098 ceph-mon[112578]: pgmap v10659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:15 smithi016 ceph-mon[96085]: pgmap v10659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:17.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:17.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:18.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:18.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:18 smithi098 ceph-mon[112578]: pgmap v10660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:18 smithi016 ceph-mon[96085]: pgmap v10660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:19.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:19.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:20.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:20.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:20 smithi098 ceph-mon[112578]: pgmap v10661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:20 smithi016 ceph-mon[96085]: pgmap v10661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:21.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:21.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:22.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:22.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:22 smithi098 ceph-mon[112578]: pgmap v10662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:22 smithi016 ceph-mon[96085]: pgmap v10662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:23.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:23.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:24.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:24.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:24 smithi098 ceph-mon[112578]: pgmap v10663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:24 smithi016 ceph-mon[96085]: pgmap v10663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:25.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:25.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:26.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:26.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:25 smithi098 ceph-mon[112578]: pgmap v10664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:25 smithi016 ceph-mon[96085]: pgmap v10664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:27.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:27.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:28.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:28.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:28 smithi098 ceph-mon[112578]: pgmap v10665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:36:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:28 smithi016 ceph-mon[96085]: pgmap v10665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:36:29.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:29.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:30.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:30.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:30 smithi098 ceph-mon[112578]: pgmap v10666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:30 smithi016 ceph-mon[96085]: pgmap v10666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:31.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:31.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:32.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:32.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:32 smithi098 ceph-mon[112578]: pgmap v10667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:32 smithi016 ceph-mon[96085]: pgmap v10667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:33.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:33.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:34.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:34.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:34.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:34 smithi098 ceph-mon[112578]: pgmap v10668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:34 smithi016 ceph-mon[96085]: pgmap v10668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:35.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:35.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:36.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:36.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:35 smithi098 ceph-mon[112578]: pgmap v10669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:36.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:35 smithi016 ceph-mon[96085]: pgmap v10669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:37.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:37.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:38.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:38.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:38 smithi098 ceph-mon[112578]: pgmap v10670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:38 smithi016 ceph-mon[96085]: pgmap v10670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:39.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:39.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:40.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:40.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:40 smithi098 ceph-mon[112578]: pgmap v10671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:40 smithi016 ceph-mon[96085]: pgmap v10671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:41.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:41.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:42.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:42.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:42 smithi098 ceph-mon[112578]: pgmap v10672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:42 smithi016 ceph-mon[96085]: pgmap v10672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:43.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:43.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:36:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:36:44.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:44.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:44 smithi098 ceph-mon[112578]: pgmap v10673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:44 smithi016 ceph-mon[96085]: pgmap v10673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:45.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:45.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:46.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:46.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:45 smithi098 ceph-mon[112578]: pgmap v10674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:45 smithi016 ceph-mon[96085]: pgmap v10674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:47.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:47.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:48.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:48.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:48 smithi098 ceph-mon[112578]: pgmap v10675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:48 smithi016 ceph-mon[96085]: pgmap v10675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:49.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:49.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:50.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:50.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:50 smithi098 ceph-mon[112578]: pgmap v10676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:50 smithi016 ceph-mon[96085]: pgmap v10676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:51.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:51.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:52.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:52.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:52 smithi098 ceph-mon[112578]: pgmap v10677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:52 smithi016 ceph-mon[96085]: pgmap v10677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:53.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:53.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:54.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:54.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:54 smithi098 ceph-mon[112578]: pgmap v10678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:54 smithi016 ceph-mon[96085]: pgmap v10678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:55.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:55.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:56.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:56.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:55 smithi098 ceph-mon[112578]: pgmap v10679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:55 smithi016 ceph-mon[96085]: pgmap v10679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:57.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:57.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:58.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:58.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:58 smithi098 ceph-mon[112578]: pgmap v10680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:36:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:36:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:58 smithi016 ceph-mon[96085]: pgmap v10680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:36:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:36:59.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:36:59.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:00.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:00.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:00 smithi098 ceph-mon[112578]: pgmap v10681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:00 smithi016 ceph-mon[96085]: pgmap v10681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:01.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:01.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:02.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:02.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:02 smithi098 ceph-mon[112578]: pgmap v10682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:37:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:02 smithi016 ceph-mon[96085]: pgmap v10682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:37:03.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:03.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:04.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:04.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:04 smithi098 ceph-mon[112578]: pgmap v10683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:04 smithi016 ceph-mon[96085]: pgmap v10683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:05.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:05.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:06.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:06.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:37:06.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:37:06.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:37:06.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:37:06.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:37:06.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:37:06.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:37:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:37:06.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:37:06.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:37:06.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:37:06.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:37:06.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:37:06.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:37:07.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:07.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:06 smithi098 ceph-mon[112578]: pgmap v10684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:06 smithi016 ceph-mon[96085]: pgmap v10684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:08.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:08.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:09.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:09.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:08 smithi098 ceph-mon[112578]: pgmap v10685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:08 smithi016 ceph-mon[96085]: pgmap v10685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:10.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:10.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:10 smithi016 ceph-mon[96085]: pgmap v10686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:11.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:11.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:10 smithi098 ceph-mon[112578]: pgmap v10686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:12.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:12.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:13.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:13.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:12 smithi098 ceph-mon[112578]: pgmap v10687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:12 smithi016 ceph-mon[96085]: pgmap v10687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:14.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:14.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:37:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:37:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:14 smithi098 ceph-mon[112578]: pgmap v10688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:15.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:15.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:14 smithi016 ceph-mon[96085]: pgmap v10688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:16.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:16.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:15 smithi098 ceph-mon[112578]: pgmap v10689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:15 smithi016 ceph-mon[96085]: pgmap v10689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:17.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:17.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:18.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:18.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:18 smithi098 ceph-mon[112578]: pgmap v10690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:18 smithi016 ceph-mon[96085]: pgmap v10690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:19.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:19.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:20.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:20.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:20 smithi098 ceph-mon[112578]: pgmap v10691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:20 smithi016 ceph-mon[96085]: pgmap v10691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:21.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:21.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:22.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:22.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:22 smithi016 ceph-mon[96085]: pgmap v10692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:22 smithi098 ceph-mon[112578]: pgmap v10692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:23.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:23.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:24.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:24.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:24.710 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:24 smithi098 ceph-mon[112578]: pgmap v10693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:24 smithi016 ceph-mon[96085]: pgmap v10693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:25.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:25.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:26.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:26.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:25 smithi098 ceph-mon[112578]: pgmap v10694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:25 smithi016 ceph-mon[96085]: pgmap v10694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:27.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:27.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:28.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:28.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:28 smithi098 ceph-mon[112578]: pgmap v10695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:37:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:28 smithi016 ceph-mon[96085]: pgmap v10695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:37:29.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:29.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:30.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:30.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:30 smithi098 ceph-mon[112578]: pgmap v10696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:30 smithi016 ceph-mon[96085]: pgmap v10696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:31.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:31.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:32.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:32.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:32 smithi016 ceph-mon[96085]: pgmap v10697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:32 smithi098 ceph-mon[112578]: pgmap v10697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:33.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:33.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:34.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:34.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:34.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:34 smithi098 ceph-mon[112578]: pgmap v10698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:34 smithi016 ceph-mon[96085]: pgmap v10698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:35.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:35.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:36.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:36.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:36.270 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:35 smithi098 ceph-mon[112578]: pgmap v10699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:36.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:35 smithi016 ceph-mon[96085]: pgmap v10699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:37.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:37.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:38.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:38.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:38 smithi098 ceph-mon[112578]: pgmap v10700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:38 smithi016 ceph-mon[96085]: pgmap v10700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:39.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:39.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:40.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:40.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:40 smithi098 ceph-mon[112578]: pgmap v10701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:40 smithi016 ceph-mon[96085]: pgmap v10701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:41.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:41.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:42.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:42.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:42 smithi098 ceph-mon[112578]: pgmap v10702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:42 smithi016 ceph-mon[96085]: pgmap v10702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:43.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:43.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:37:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:37:44.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:44.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:44 smithi098 ceph-mon[112578]: pgmap v10703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:44 smithi016 ceph-mon[96085]: pgmap v10703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:45.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:45.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:45 smithi098 ceph-mon[112578]: pgmap v10704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:46.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:46.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:46.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:45 smithi016 ceph-mon[96085]: pgmap v10704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:47.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:47.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:48.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:48.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:48 smithi098 ceph-mon[112578]: pgmap v10705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:48 smithi016 ceph-mon[96085]: pgmap v10705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:49.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:49.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:50.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:50.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:50 smithi098 ceph-mon[112578]: pgmap v10706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:50 smithi016 ceph-mon[96085]: pgmap v10706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:51.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:51.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:52.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:52.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:52 smithi098 ceph-mon[112578]: pgmap v10707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:52.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:52 smithi016 ceph-mon[96085]: pgmap v10707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:53.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:53.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:54.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:54.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:54 smithi098 ceph-mon[112578]: pgmap v10708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:54 smithi016 ceph-mon[96085]: pgmap v10708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:55.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:55.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:55 smithi098 ceph-mon[112578]: pgmap v10709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:55 smithi016 ceph-mon[96085]: pgmap v10709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:56.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:56.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:57.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:57.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:58.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:58.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:58 smithi098 ceph-mon[112578]: pgmap v10710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:37:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:37:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:58 smithi016 ceph-mon[96085]: pgmap v10710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:37:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:37:59.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:37:59.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:00.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:00.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:00 smithi098 ceph-mon[112578]: pgmap v10711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:00 smithi016 ceph-mon[96085]: pgmap v10711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:01.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:01.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:02.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:02.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:02 smithi098 ceph-mon[112578]: pgmap v10712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:02 smithi016 ceph-mon[96085]: pgmap v10712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:03.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:03.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:04.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:04.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:04 smithi098 ceph-mon[112578]: pgmap v10713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:04 smithi016 ceph-mon[96085]: pgmap v10713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:05.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:05.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:05 smithi098 ceph-mon[112578]: pgmap v10714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:06.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:38:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:05 smithi016 ceph-mon[96085]: pgmap v10714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:06.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:38:06.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:06.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:07.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:07.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:08.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:08.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:08 smithi098 ceph-mon[112578]: pgmap v10715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:08 smithi016 ceph-mon[96085]: pgmap v10715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:09.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:09.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:10.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:10.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:10 smithi098 ceph-mon[112578]: pgmap v10716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:10.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:38:10.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:38:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:10 smithi016 ceph-mon[96085]: pgmap v10716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:38:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:38:11.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:11.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:11.407 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:38:11.407 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:38:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:38:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:38:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:38:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:38:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:38:11.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:38:11.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:38:11.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:38:12.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:12.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:12 smithi098 ceph-mon[112578]: pgmap v10717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:12 smithi016 ceph-mon[96085]: pgmap v10717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:13.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:13.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:38:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:38:14.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:14.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:14 smithi098 ceph-mon[112578]: pgmap v10718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:14 smithi016 ceph-mon[96085]: pgmap v10718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:15.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:15.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:15 smithi098 ceph-mon[112578]: pgmap v10719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:15 smithi016 ceph-mon[96085]: pgmap v10719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:16.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:16.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:17.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:17.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:18.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:18.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:18 smithi098 ceph-mon[112578]: pgmap v10720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:18 smithi016 ceph-mon[96085]: pgmap v10720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:19.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:19.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:20.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:20.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:20 smithi098 ceph-mon[112578]: pgmap v10721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:20 smithi016 ceph-mon[96085]: pgmap v10721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:21.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:21.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:22.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:22.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:22 smithi098 ceph-mon[112578]: pgmap v10722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:22 smithi016 ceph-mon[96085]: pgmap v10722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:23.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:23.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:24.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:24.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:24 smithi098 ceph-mon[112578]: pgmap v10723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:24 smithi016 ceph-mon[96085]: pgmap v10723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:25.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:25.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:26.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:25 smithi098 ceph-mon[112578]: pgmap v10724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:25 smithi016 ceph-mon[96085]: pgmap v10724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:26.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:26.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:27.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:27.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:28.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:28.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:28 smithi098 ceph-mon[112578]: pgmap v10725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:38:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:28 smithi016 ceph-mon[96085]: pgmap v10725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:38:29.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:29.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:30.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:30.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:30 smithi098 ceph-mon[112578]: pgmap v10726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:30 smithi016 ceph-mon[96085]: pgmap v10726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:31.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:31.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:32.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:32.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:32 smithi098 ceph-mon[112578]: pgmap v10727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:32 smithi016 ceph-mon[96085]: pgmap v10727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:33.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:33.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:34.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:34.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:34 smithi098 ceph-mon[112578]: pgmap v10728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:34 smithi016 ceph-mon[96085]: pgmap v10728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:35.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:35.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:35 smithi098 ceph-mon[112578]: pgmap v10729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:35 smithi016 ceph-mon[96085]: pgmap v10729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:36.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:36.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:37.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:37.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:38.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:38.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:38 smithi098 ceph-mon[112578]: pgmap v10730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:38 smithi016 ceph-mon[96085]: pgmap v10730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:39.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:39.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:40.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:40.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:40 smithi098 ceph-mon[112578]: pgmap v10731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:40 smithi016 ceph-mon[96085]: pgmap v10731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:41.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:41.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:42.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:42.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:42 smithi098 ceph-mon[112578]: pgmap v10732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:42 smithi016 ceph-mon[96085]: pgmap v10732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:43.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:43.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:38:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:38:44.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:44.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:44 smithi098 ceph-mon[112578]: pgmap v10733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:44 smithi016 ceph-mon[96085]: pgmap v10733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:45.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:45.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:45 smithi098 ceph-mon[112578]: pgmap v10734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:45 smithi016 ceph-mon[96085]: pgmap v10734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:46.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:46.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:47.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:47.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:48.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:48.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:48 smithi098 ceph-mon[112578]: pgmap v10735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:48 smithi016 ceph-mon[96085]: pgmap v10735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:49.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:49.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:50.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:50.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:50 smithi098 ceph-mon[112578]: pgmap v10736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:50 smithi016 ceph-mon[96085]: pgmap v10736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:51.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:51.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:52.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:52.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:52 smithi098 ceph-mon[112578]: pgmap v10737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:52 smithi016 ceph-mon[96085]: pgmap v10737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:53.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:53.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:54.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:54.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:54 smithi098 ceph-mon[112578]: pgmap v10738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:54 smithi016 ceph-mon[96085]: pgmap v10738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:55.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:55.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:55 smithi098 ceph-mon[112578]: pgmap v10739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:55 smithi016 ceph-mon[96085]: pgmap v10739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:56.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:56.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:57.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:57.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:58.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:58.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:58 smithi016 ceph-mon[96085]: pgmap v10740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:38:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:38:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:58 smithi098 ceph-mon[112578]: pgmap v10740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:38:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:38:59.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:38:59.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:00.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:00.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:00.719 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:00 smithi098 ceph-mon[112578]: pgmap v10741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:00 smithi016 ceph-mon[96085]: pgmap v10741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:01.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:01.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:02.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:02.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:02 smithi098 ceph-mon[112578]: pgmap v10742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:02 smithi016 ceph-mon[96085]: pgmap v10742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:03.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:03.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:04.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:04.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:04 smithi098 ceph-mon[112578]: pgmap v10743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:04 smithi016 ceph-mon[96085]: pgmap v10743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:05.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:05.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:05 smithi098 ceph-mon[112578]: pgmap v10744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:05 smithi016 ceph-mon[96085]: pgmap v10744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:06.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:06.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:07.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:07.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:08.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:08.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:08 smithi098 ceph-mon[112578]: pgmap v10745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:08 smithi016 ceph-mon[96085]: pgmap v10745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:09.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:09.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:10.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:10.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:10 smithi098 ceph-mon[112578]: pgmap v10746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:10 smithi016 ceph-mon[96085]: pgmap v10746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:11.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:11.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:39:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:39:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:39:11.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:39:11.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:39:11.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:39:11.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:39:11.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:39:11.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:39:11.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:39:11.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:39:11.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:39:12.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:12.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:12 smithi098 ceph-mon[112578]: pgmap v10747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:12 smithi016 ceph-mon[96085]: pgmap v10747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:13.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:13.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:39:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:39:14.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:14.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:14 smithi098 ceph-mon[112578]: pgmap v10748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:14 smithi016 ceph-mon[96085]: pgmap v10748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:15.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:15.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:15 smithi098 ceph-mon[112578]: pgmap v10749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:15 smithi016 ceph-mon[96085]: pgmap v10749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:16.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:16.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:17.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:17.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:18.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:18.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:18 smithi098 ceph-mon[112578]: pgmap v10750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:18 smithi016 ceph-mon[96085]: pgmap v10750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:19.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:19.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:20.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:20.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:20 smithi098 ceph-mon[112578]: pgmap v10751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:20 smithi016 ceph-mon[96085]: pgmap v10751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:21.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:21.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:22.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:22.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:22 smithi098 ceph-mon[112578]: pgmap v10752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:22 smithi016 ceph-mon[96085]: pgmap v10752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:23.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:23.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:24.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:24.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:24 smithi098 ceph-mon[112578]: pgmap v10753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:24 smithi016 ceph-mon[96085]: pgmap v10753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:25.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:25.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:25 smithi098 ceph-mon[112578]: pgmap v10754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:25 smithi016 ceph-mon[96085]: pgmap v10754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:26.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:26.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:27.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:27.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:28.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:28.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:28 smithi098 ceph-mon[112578]: pgmap v10755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:39:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:28 smithi016 ceph-mon[96085]: pgmap v10755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:39:29.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:29.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:30.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:30.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:30 smithi098 ceph-mon[112578]: pgmap v10756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:30 smithi016 ceph-mon[96085]: pgmap v10756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:31.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:31.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:32.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:32.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:32 smithi098 ceph-mon[112578]: pgmap v10757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:32 smithi016 ceph-mon[96085]: pgmap v10757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:33.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:33.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:34.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:34.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:34 smithi098 ceph-mon[112578]: pgmap v10758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:34 smithi016 ceph-mon[96085]: pgmap v10758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:35.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:35.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:36 smithi098 ceph-mon[112578]: pgmap v10759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:35 smithi016 ceph-mon[96085]: pgmap v10759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:36.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:36.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:37.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:37.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:38.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:38.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:38.724 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:38 smithi016 ceph-mon[96085]: pgmap v10760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:38 smithi098 ceph-mon[112578]: pgmap v10760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:39.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:39.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:40.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:40.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:40 smithi098 ceph-mon[112578]: pgmap v10761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:40 smithi016 ceph-mon[96085]: pgmap v10761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:41.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:41.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:42.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:42.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:42 smithi098 ceph-mon[112578]: pgmap v10762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:42 smithi016 ceph-mon[96085]: pgmap v10762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:43.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:43.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:39:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:39:44.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:44.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:44 smithi098 ceph-mon[112578]: pgmap v10763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:44 smithi016 ceph-mon[96085]: pgmap v10763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:45.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:45.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:46 smithi098 ceph-mon[112578]: pgmap v10764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:46 smithi016 ceph-mon[96085]: pgmap v10764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:46.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:46.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:47.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:47.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:48.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:48.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:48 smithi098 ceph-mon[112578]: pgmap v10765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:48 smithi016 ceph-mon[96085]: pgmap v10765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:49.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:49.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:50.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:50.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:50 smithi098 ceph-mon[112578]: pgmap v10766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:50 smithi016 ceph-mon[96085]: pgmap v10766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:51.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:51.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:52.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:52.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:52 smithi098 ceph-mon[112578]: pgmap v10767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:52 smithi016 ceph-mon[96085]: pgmap v10767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:53.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:53.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:54.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:54.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:54 smithi098 ceph-mon[112578]: pgmap v10768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:54 smithi016 ceph-mon[96085]: pgmap v10768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:55.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:55.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:56 smithi098 ceph-mon[112578]: pgmap v10769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:56 smithi016 ceph-mon[96085]: pgmap v10769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:56.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:56.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:57.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:57.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:58.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:58.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:58 smithi098 ceph-mon[112578]: pgmap v10770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:39:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:39:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:58 smithi016 ceph-mon[96085]: pgmap v10770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:39:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:39:59.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:39:59.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:00.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:00.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:00 smithi098 ceph-mon[112578]: pgmap v10771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T02:40:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:00 smithi016 ceph-mon[96085]: pgmap v10771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T02:40:01.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:01.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:02.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:02.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:02 smithi098 ceph-mon[112578]: pgmap v10772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:02 smithi016 ceph-mon[96085]: pgmap v10772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:03.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:03.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:04.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:04.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:04 smithi098 ceph-mon[112578]: pgmap v10773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:04 smithi016 ceph-mon[96085]: pgmap v10773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:05.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:05.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:06 smithi098 ceph-mon[112578]: pgmap v10774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:06 smithi016 ceph-mon[96085]: pgmap v10774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:06.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:06.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:07.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:07.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:08.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:08.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:08 smithi098 ceph-mon[112578]: pgmap v10775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:08 smithi016 ceph-mon[96085]: pgmap v10775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:09.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:09.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:10.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:10.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:10 smithi098 ceph-mon[112578]: pgmap v10776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:10 smithi016 ceph-mon[96085]: pgmap v10776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:11.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:11.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:12.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:12.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:12 smithi098 ceph-mon[112578]: pgmap v10777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:40:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:40:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:40:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:40:12.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:40:12.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:40:12.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:40:12.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:40:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:12 smithi016 ceph-mon[96085]: pgmap v10777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:40:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:40:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:40:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:40:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:40:12.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:40:12.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:40:12.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:40:13.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:13.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:40:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:40:14.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:14.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:14 smithi098 ceph-mon[112578]: pgmap v10778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:14 smithi016 ceph-mon[96085]: pgmap v10778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:15.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:15.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:16 smithi098 ceph-mon[112578]: pgmap v10779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:16 smithi016 ceph-mon[96085]: pgmap v10779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:16.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:16.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:17.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:17.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:18.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:18.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:18 smithi098 ceph-mon[112578]: pgmap v10780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:18 smithi016 ceph-mon[96085]: pgmap v10780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:19.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:19.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:20.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:20.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:20 smithi098 ceph-mon[112578]: pgmap v10781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:20 smithi016 ceph-mon[96085]: pgmap v10781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:21.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:21.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:22.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:22.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:22 smithi098 ceph-mon[112578]: pgmap v10782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:22.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:22 smithi016 ceph-mon[96085]: pgmap v10782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:23.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:23.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:24 smithi016 ceph-mon[96085]: pgmap v10783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:24.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:24.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:24 smithi098 ceph-mon[112578]: pgmap v10783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:25.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:25.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:26 smithi016 ceph-mon[96085]: pgmap v10784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:26 smithi098 ceph-mon[112578]: pgmap v10784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:26.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:26.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:27.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:27.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:28.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:28.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:28 smithi098 ceph-mon[112578]: pgmap v10785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:40:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:28 smithi016 ceph-mon[96085]: pgmap v10785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:40:29.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:29.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:30.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:30.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:30 smithi098 ceph-mon[112578]: pgmap v10786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:30 smithi016 ceph-mon[96085]: pgmap v10786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:31.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:31.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:32.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:32.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:32 smithi098 ceph-mon[112578]: pgmap v10787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:32 smithi016 ceph-mon[96085]: pgmap v10787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:33.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:33.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:34.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:34.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:34 smithi098 ceph-mon[112578]: pgmap v10788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:34 smithi016 ceph-mon[96085]: pgmap v10788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:35.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:35.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:36.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:36 smithi016 ceph-mon[96085]: pgmap v10789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:36 smithi098 ceph-mon[112578]: pgmap v10789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:36.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:36.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:37.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:37.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:38.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:38.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:38 smithi098 ceph-mon[112578]: pgmap v10790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:38 smithi016 ceph-mon[96085]: pgmap v10790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:39.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:39.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:40.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:40.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:40 smithi098 ceph-mon[112578]: pgmap v10791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:40 smithi016 ceph-mon[96085]: pgmap v10791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:41.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:41.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:42.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:42.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:42 smithi098 ceph-mon[112578]: pgmap v10792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:42 smithi016 ceph-mon[96085]: pgmap v10792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:43.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:43.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:40:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:40:44.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:44.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:44 smithi098 ceph-mon[112578]: pgmap v10793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:44 smithi016 ceph-mon[96085]: pgmap v10793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:45.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:45.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:46 smithi016 ceph-mon[96085]: pgmap v10794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:46 smithi098 ceph-mon[112578]: pgmap v10794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:46.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:46.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:47.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:47.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:48.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:48.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:48 smithi098 ceph-mon[112578]: pgmap v10795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:48 smithi016 ceph-mon[96085]: pgmap v10795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:49.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:49.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:50.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:50.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:50 smithi098 ceph-mon[112578]: pgmap v10796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:50 smithi016 ceph-mon[96085]: pgmap v10796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:51.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:51.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:52.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:52.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:52 smithi098 ceph-mon[112578]: pgmap v10797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:52 smithi016 ceph-mon[96085]: pgmap v10797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:53.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:53.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:54.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:54.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:54 smithi098 ceph-mon[112578]: pgmap v10798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:54 smithi016 ceph-mon[96085]: pgmap v10798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:55.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:55.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:56 smithi016 ceph-mon[96085]: pgmap v10799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:56 smithi098 ceph-mon[112578]: pgmap v10799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:56.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:56.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:57.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:57.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:58.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:58.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:58 smithi098 ceph-mon[112578]: pgmap v10800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:40:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:40:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:58 smithi016 ceph-mon[96085]: pgmap v10800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:40:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:40:59.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:40:59.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:00.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:00.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:00 smithi098 ceph-mon[112578]: pgmap v10801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:00 smithi016 ceph-mon[96085]: pgmap v10801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:01.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:01.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:02.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:02.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:02 smithi098 ceph-mon[112578]: pgmap v10802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:02 smithi016 ceph-mon[96085]: pgmap v10802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:03.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:03.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:04.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:04.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:04 smithi098 ceph-mon[112578]: pgmap v10803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:04 smithi016 ceph-mon[96085]: pgmap v10803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:05.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:05.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:06 smithi016 ceph-mon[96085]: pgmap v10804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:06 smithi098 ceph-mon[112578]: pgmap v10804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:06.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:06.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:07.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:07.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:08.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:08.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:08 smithi098 ceph-mon[112578]: pgmap v10805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:08 smithi016 ceph-mon[96085]: pgmap v10805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:09.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:09.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:10.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:10.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:10 smithi098 ceph-mon[112578]: pgmap v10806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:10 smithi016 ceph-mon[96085]: pgmap v10806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:11.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:11.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:12.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:12.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:12 smithi098 ceph-mon[112578]: pgmap v10807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:41:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:12 smithi016 ceph-mon[96085]: pgmap v10807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:41:13.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:13.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:41:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:41:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:41:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:41:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:41:13.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:41:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:41:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:41:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:41:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:41:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:41:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:41:14.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:14.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:14 smithi098 ceph-mon[112578]: pgmap v10808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:14 smithi016 ceph-mon[96085]: pgmap v10808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:15.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:15.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:16 smithi016 ceph-mon[96085]: pgmap v10809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:16 smithi098 ceph-mon[112578]: pgmap v10809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:16.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:16.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:17.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:17.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:18.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:18.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:18 smithi098 ceph-mon[112578]: pgmap v10810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:18 smithi016 ceph-mon[96085]: pgmap v10810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:19.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:19.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:20.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:20.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:20 smithi098 ceph-mon[112578]: pgmap v10811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:20 smithi016 ceph-mon[96085]: pgmap v10811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:21.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:21.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:22.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:22.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:22 smithi098 ceph-mon[112578]: pgmap v10812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:22 smithi016 ceph-mon[96085]: pgmap v10812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:23.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:23.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:24.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:24.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:24 smithi098 ceph-mon[112578]: pgmap v10813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:24 smithi016 ceph-mon[96085]: pgmap v10813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:25.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:25.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:26 smithi016 ceph-mon[96085]: pgmap v10814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:26 smithi098 ceph-mon[112578]: pgmap v10814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:26.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:26.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:27.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:27.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:28.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:28.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:28 smithi098 ceph-mon[112578]: pgmap v10815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:41:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:28 smithi016 ceph-mon[96085]: pgmap v10815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:41:29.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:29.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:30.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:30.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:30 smithi098 ceph-mon[112578]: pgmap v10816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:30 smithi016 ceph-mon[96085]: pgmap v10816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:31.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:31.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:32.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:32.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:32 smithi098 ceph-mon[112578]: pgmap v10817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:32 smithi016 ceph-mon[96085]: pgmap v10817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:33.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:33.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:34.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:34.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:34 smithi098 ceph-mon[112578]: pgmap v10818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:34 smithi016 ceph-mon[96085]: pgmap v10818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:35.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:35.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:36 smithi098 ceph-mon[112578]: pgmap v10819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:36 smithi016 ceph-mon[96085]: pgmap v10819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:36.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:36.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:37.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:37.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:38.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:38.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:38 smithi098 ceph-mon[112578]: pgmap v10820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:38 smithi016 ceph-mon[96085]: pgmap v10820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:39.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:39.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:40.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:40.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:40 smithi098 ceph-mon[112578]: pgmap v10821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:40 smithi016 ceph-mon[96085]: pgmap v10821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:41.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:41.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:42.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:42.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:42 smithi098 ceph-mon[112578]: pgmap v10822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:42 smithi016 ceph-mon[96085]: pgmap v10822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:43.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:43.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:41:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:41:44.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:44.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:44 smithi098 ceph-mon[112578]: pgmap v10823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:44 smithi016 ceph-mon[96085]: pgmap v10823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:45.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:45.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:46 smithi098 ceph-mon[112578]: pgmap v10824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:46 smithi016 ceph-mon[96085]: pgmap v10824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:46.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:46.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:47.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:47.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:48.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:48.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:48 smithi098 ceph-mon[112578]: pgmap v10825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:48 smithi016 ceph-mon[96085]: pgmap v10825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:49.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:49.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:50.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:50.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:50 smithi098 ceph-mon[112578]: pgmap v10826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:50 smithi016 ceph-mon[96085]: pgmap v10826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:51.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:51.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:52.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:52.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:52 smithi098 ceph-mon[112578]: pgmap v10827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:52 smithi016 ceph-mon[96085]: pgmap v10827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:53.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:53.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:54.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:54.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:54 smithi098 ceph-mon[112578]: pgmap v10828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:54 smithi016 ceph-mon[96085]: pgmap v10828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:55.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:55.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:56.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:56 smithi098 ceph-mon[112578]: pgmap v10829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:56 smithi016 ceph-mon[96085]: pgmap v10829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:56.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:56.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:57.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:57.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:58.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:58.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:58 smithi098 ceph-mon[112578]: pgmap v10830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:41:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:41:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:58 smithi016 ceph-mon[96085]: pgmap v10830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:41:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:41:59.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:41:59.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:00.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:00.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:00 smithi098 ceph-mon[112578]: pgmap v10831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:00 smithi016 ceph-mon[96085]: pgmap v10831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:01.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:01.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:02.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:02.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:02 smithi098 ceph-mon[112578]: pgmap v10832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:02 smithi016 ceph-mon[96085]: pgmap v10832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:03.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:03.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:04.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:04.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:04 smithi098 ceph-mon[112578]: pgmap v10833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:04 smithi016 ceph-mon[96085]: pgmap v10833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:05.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:05.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:06 smithi098 ceph-mon[112578]: pgmap v10834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:06 smithi016 ceph-mon[96085]: pgmap v10834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:06.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:06.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:07.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:07.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:08.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:08.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:08 smithi098 ceph-mon[112578]: pgmap v10835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:08 smithi016 ceph-mon[96085]: pgmap v10835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:09.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:09.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:10.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:10.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:10 smithi098 ceph-mon[112578]: pgmap v10836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:10 smithi016 ceph-mon[96085]: pgmap v10836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:11.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:11.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:12.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:12.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:12 smithi098 ceph-mon[112578]: pgmap v10837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:12 smithi016 ceph-mon[96085]: pgmap v10837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:13.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:13.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:42:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:42:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:42:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:42:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:42:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:42:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:42:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:42:14.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:14.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:14 smithi098 ceph-mon[112578]: pgmap v10838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:42:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:42:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:42:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:42:14.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:42:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:14 smithi016 ceph-mon[96085]: pgmap v10838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:42:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:42:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:42:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:42:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:42:15.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:15.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:16 smithi098 ceph-mon[112578]: pgmap v10839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:16 smithi016 ceph-mon[96085]: pgmap v10839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:16.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:16.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:17.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:17.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:18.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:18.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:18 smithi098 ceph-mon[112578]: pgmap v10840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:18 smithi016 ceph-mon[96085]: pgmap v10840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:19.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:19.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:20.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:20.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:20 smithi098 ceph-mon[112578]: pgmap v10841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:20 smithi016 ceph-mon[96085]: pgmap v10841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:21.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:21.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:22.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:22.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:22.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:22 smithi098 ceph-mon[112578]: pgmap v10842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:22 smithi016 ceph-mon[96085]: pgmap v10842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:23.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:23.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:24.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:24.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:24 smithi098 ceph-mon[112578]: pgmap v10843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:24 smithi016 ceph-mon[96085]: pgmap v10843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:25.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:25.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:26 smithi098 ceph-mon[112578]: pgmap v10844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:26 smithi016 ceph-mon[96085]: pgmap v10844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:26.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:26.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:27.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:27.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:28.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:28.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:28 smithi098 ceph-mon[112578]: pgmap v10845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:42:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:28 smithi016 ceph-mon[96085]: pgmap v10845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:42:29.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:29.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:30.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:30.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:30 smithi098 ceph-mon[112578]: pgmap v10846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:30 smithi016 ceph-mon[96085]: pgmap v10846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:31.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:31.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:32.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:32.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:32 smithi098 ceph-mon[112578]: pgmap v10847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:32 smithi016 ceph-mon[96085]: pgmap v10847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:33.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:33.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:34.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:34.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:34 smithi098 ceph-mon[112578]: pgmap v10848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:34 smithi016 ceph-mon[96085]: pgmap v10848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:35.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:35.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:36 smithi098 ceph-mon[112578]: pgmap v10849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:36 smithi016 ceph-mon[96085]: pgmap v10849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:36.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:36.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:37.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:37.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:38.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:38.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:38 smithi098 ceph-mon[112578]: pgmap v10850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:38 smithi016 ceph-mon[96085]: pgmap v10850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:39.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:39.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:40 smithi098 ceph-mon[112578]: pgmap v10851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:40.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:40.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:40 smithi016 ceph-mon[96085]: pgmap v10851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:41.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:41.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:42 smithi098 ceph-mon[112578]: pgmap v10852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:42.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:42.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:42 smithi016 ceph-mon[96085]: pgmap v10852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:42:43.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:43.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:42:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:44 smithi098 ceph-mon[112578]: pgmap v10853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:44.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:44.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:44 smithi016 ceph-mon[96085]: pgmap v10853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:45.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:45.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:46.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:46 smithi016 ceph-mon[96085]: pgmap v10854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:46 smithi098 ceph-mon[112578]: pgmap v10854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:46.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:46.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:47.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:47.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:48 smithi098 ceph-mon[112578]: pgmap v10855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:48 smithi016 ceph-mon[96085]: pgmap v10855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:48.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:48.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:49.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:49.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:50 smithi098 ceph-mon[112578]: pgmap v10856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:50 smithi016 ceph-mon[96085]: pgmap v10856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:50.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:50.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:51.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:51.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:52 smithi098 ceph-mon[112578]: pgmap v10857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:52 smithi016 ceph-mon[96085]: pgmap v10857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:52.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:52.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:53.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:53.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:54 smithi098 ceph-mon[112578]: pgmap v10858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:54 smithi016 ceph-mon[96085]: pgmap v10858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:54.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:54.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:55.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:55.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:56 smithi016 ceph-mon[96085]: pgmap v10859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:56 smithi098 ceph-mon[112578]: pgmap v10859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:56.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:56.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:57.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:57.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:58 smithi098 ceph-mon[112578]: pgmap v10860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:42:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:42:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:58 smithi016 ceph-mon[96085]: pgmap v10860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:42:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:42:58.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:58.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:59.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:42:59.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:00 smithi098 ceph-mon[112578]: pgmap v10861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:00 smithi016 ceph-mon[96085]: pgmap v10861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:00.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:00.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:01.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:01.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:02 smithi098 ceph-mon[112578]: pgmap v10862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:02 smithi016 ceph-mon[96085]: pgmap v10862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:02.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:02.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:03.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:03.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:04 smithi098 ceph-mon[112578]: pgmap v10863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:04 smithi016 ceph-mon[96085]: pgmap v10863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:04.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:04.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:05.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:05.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:06 smithi098 ceph-mon[112578]: pgmap v10864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:06 smithi016 ceph-mon[96085]: pgmap v10864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:06.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:06.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:07.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:07.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:08 smithi098 ceph-mon[112578]: pgmap v10865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:08 smithi016 ceph-mon[96085]: pgmap v10865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:08.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:08.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:09.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:09.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:10 smithi098 ceph-mon[112578]: pgmap v10866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:10 smithi016 ceph-mon[96085]: pgmap v10866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:10.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:10.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:11.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:11.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:12 smithi098 ceph-mon[112578]: pgmap v10867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:12 smithi016 ceph-mon[96085]: pgmap v10867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:12.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:12.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:43:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:43:13.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:13.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:14 smithi098 ceph-mon[112578]: pgmap v10868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:43:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:14 smithi016 ceph-mon[96085]: pgmap v10868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:43:14.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:14.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:43:15.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:43:15.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:43:15.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:43:15.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:43:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:43:15.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:43:15.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:43:15.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:43:15.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:43:15.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:15.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:16 smithi098 ceph-mon[112578]: pgmap v10869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:16 smithi016 ceph-mon[96085]: pgmap v10869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:16.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:16.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:17.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:17.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:18 smithi098 ceph-mon[112578]: pgmap v10870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:18 smithi016 ceph-mon[96085]: pgmap v10870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:18.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:18.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:19.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:19.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:20 smithi016 ceph-mon[96085]: pgmap v10871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:20.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:20.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:20 smithi098 ceph-mon[112578]: pgmap v10871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:21.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:21.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:22 smithi016 ceph-mon[96085]: pgmap v10872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:22.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:22.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:22 smithi098 ceph-mon[112578]: pgmap v10872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:23.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:23.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:24 smithi016 ceph-mon[96085]: pgmap v10873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:24.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:24.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:24 smithi098 ceph-mon[112578]: pgmap v10873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:25.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:25.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:26.316 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:26 smithi016 ceph-mon[96085]: pgmap v10874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:26 smithi098 ceph-mon[112578]: pgmap v10874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:26.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:26.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:27.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:27.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:28 smithi098 ceph-mon[112578]: pgmap v10875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:43:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:28 smithi016 ceph-mon[96085]: pgmap v10875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:43:28.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:28.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:29.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:29.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:30 smithi098 ceph-mon[112578]: pgmap v10876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:30 smithi016 ceph-mon[96085]: pgmap v10876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:30.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:30.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:31.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:31.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:32 smithi098 ceph-mon[112578]: pgmap v10877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:32 smithi016 ceph-mon[96085]: pgmap v10877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:32.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:32.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:33.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:33.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:34 smithi016 ceph-mon[96085]: pgmap v10878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:34.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:34.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:34 smithi098 ceph-mon[112578]: pgmap v10878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:35.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:35.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:36.431 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:36 smithi016 ceph-mon[96085]: pgmap v10879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:36 smithi098 ceph-mon[112578]: pgmap v10879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:36.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:36.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:37.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:37.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:38 smithi098 ceph-mon[112578]: pgmap v10880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:38 smithi016 ceph-mon[96085]: pgmap v10880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:38.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:38.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:39.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:39.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:40 smithi098 ceph-mon[112578]: pgmap v10881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:40 smithi016 ceph-mon[96085]: pgmap v10881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:40.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:40.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:41.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:41.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:42 smithi016 ceph-mon[96085]: pgmap v10882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:42.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:42.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:42 smithi098 ceph-mon[112578]: pgmap v10882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:43:43.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:43.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:43:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:44 smithi016 ceph-mon[96085]: pgmap v10883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:44.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:44.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:44 smithi098 ceph-mon[112578]: pgmap v10883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:45.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:45.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:46 smithi098 ceph-mon[112578]: pgmap v10884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:46 smithi016 ceph-mon[96085]: pgmap v10884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:46.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:46.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:47.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:47.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:48 smithi098 ceph-mon[112578]: pgmap v10885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:48 smithi016 ceph-mon[96085]: pgmap v10885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:48.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:48.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:49.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:49.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:50 smithi016 ceph-mon[96085]: pgmap v10886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:50.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:50.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:50 smithi098 ceph-mon[112578]: pgmap v10886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:51.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:51.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:52 smithi016 ceph-mon[96085]: pgmap v10887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:52.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:52.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:52 smithi098 ceph-mon[112578]: pgmap v10887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:53.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:53.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:54 smithi016 ceph-mon[96085]: pgmap v10888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:54.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:54.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:54 smithi098 ceph-mon[112578]: pgmap v10888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:55.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:55.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:56 smithi098 ceph-mon[112578]: pgmap v10889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:56 smithi016 ceph-mon[96085]: pgmap v10889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:56.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:56.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:57.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:57.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:58 smithi016 ceph-mon[96085]: pgmap v10890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:43:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:43:58.825 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:58 smithi098 ceph-mon[112578]: pgmap v10890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:58.826 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:43:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:43:58.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:58.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:59.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:43:59.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:00 smithi016 ceph-mon[96085]: pgmap v10891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:00.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:00.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:00 smithi098 ceph-mon[112578]: pgmap v10891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:01.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:01.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:02 smithi016 ceph-mon[96085]: pgmap v10892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:02.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:02.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:02 smithi098 ceph-mon[112578]: pgmap v10892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:03.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:03.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:04.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:04 smithi016 ceph-mon[96085]: pgmap v10893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:04.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:04.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:04 smithi098 ceph-mon[112578]: pgmap v10893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:05.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:05.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:06 smithi098 ceph-mon[112578]: pgmap v10894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:06 smithi016 ceph-mon[96085]: pgmap v10894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:06.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:06.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:07.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:07.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:08 smithi016 ceph-mon[96085]: pgmap v10895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:08.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:08.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:08.929 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:08 smithi098 ceph-mon[112578]: pgmap v10895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:09.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:09.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:10 smithi016 ceph-mon[96085]: pgmap v10896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:10.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:10.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:10 smithi098 ceph-mon[112578]: pgmap v10896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:11.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:11.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:12 smithi016 ceph-mon[96085]: pgmap v10897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:12.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:12.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:12 smithi098 ceph-mon[112578]: pgmap v10897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:44:13.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:13.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:13.982 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:44:14.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:14.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:14 smithi098 ceph-mon[112578]: pgmap v10898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:14 smithi016 ceph-mon[96085]: pgmap v10898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:15.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:15.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:44:16.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:44:16.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:44:16.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:44:16.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:44:16.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:44:16.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:44:16.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:44:16.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:44:16.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:44:16.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:44:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:44:16.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:44:16.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:44:16.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:44:16.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:44:16.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:44:16.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:44:16.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:44:16.035 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:44:16.035 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:44:16.035 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:44:16.895 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:16 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1594M 2023-10-17T02:44:16.896 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:16 smithi016 ceph-mon[96085]: pgmap v10899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:16.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:16.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:16 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1594M 2023-10-17T02:44:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:16 smithi098 ceph-mon[112578]: pgmap v10899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:17.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:17.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:18.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:18.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:18 smithi098 ceph-mon[112578]: pgmap v10900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:18 smithi016 ceph-mon[96085]: pgmap v10900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:19.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:19.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:20.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:20.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:20 smithi098 ceph-mon[112578]: pgmap v10901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:20 smithi016 ceph-mon[96085]: pgmap v10901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:21.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:21.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:22.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:22.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:22 smithi098 ceph-mon[112578]: pgmap v10902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:22 smithi016 ceph-mon[96085]: pgmap v10902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:23.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:23.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:24.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:24.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:24 smithi098 ceph-mon[112578]: pgmap v10903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:24 smithi016 ceph-mon[96085]: pgmap v10903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:25.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:25.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:26 smithi098 ceph-mon[112578]: pgmap v10904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:26 smithi016 ceph-mon[96085]: pgmap v10904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:26.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:26.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:27.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:27.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:28 smithi016 ceph-mon[96085]: pgmap v10905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:44:28.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:28.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:28 smithi098 ceph-mon[112578]: pgmap v10905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:44:29.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:29.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:30 smithi016 ceph-mon[96085]: pgmap v10906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:30.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:30.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:30 smithi098 ceph-mon[112578]: pgmap v10906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:31.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:31.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:32.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:32.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:32 smithi098 ceph-mon[112578]: pgmap v10907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:32 smithi016 ceph-mon[96085]: pgmap v10907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:33.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:33.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:34.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:34.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:34 smithi098 ceph-mon[112578]: pgmap v10908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:34 smithi016 ceph-mon[96085]: pgmap v10908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:35.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:35.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:36 smithi098 ceph-mon[112578]: pgmap v10909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:36 smithi016 ceph-mon[96085]: pgmap v10909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:36.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:36.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:37.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:37.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:38 smithi016 ceph-mon[96085]: pgmap v10910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:38.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:38.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:38 smithi098 ceph-mon[112578]: pgmap v10910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:39.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:39.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:40.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:40.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:40 smithi098 ceph-mon[112578]: pgmap v10911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:40 smithi016 ceph-mon[96085]: pgmap v10911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:41.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:41.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:42.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:42.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:42 smithi098 ceph-mon[112578]: pgmap v10912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:42 smithi016 ceph-mon[96085]: pgmap v10912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:43.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:43.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:44:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:44:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:44 smithi098 ceph-mon[112578]: pgmap v10913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:44.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:44.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:44 smithi016 ceph-mon[96085]: pgmap v10913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:45.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:45.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:46 smithi098 ceph-mon[112578]: pgmap v10914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:46 smithi016 ceph-mon[96085]: pgmap v10914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:46.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:46.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:47.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:47.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:48.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:48.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:48 smithi098 ceph-mon[112578]: pgmap v10915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:48 smithi016 ceph-mon[96085]: pgmap v10915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:49.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:49.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:50.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:50.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:50 smithi098 ceph-mon[112578]: pgmap v10916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:50 smithi016 ceph-mon[96085]: pgmap v10916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:51.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:51.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:52 smithi016 ceph-mon[96085]: pgmap v10917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:52.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:52.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:52 smithi098 ceph-mon[112578]: pgmap v10917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:53.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:53.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:54 smithi098 ceph-mon[112578]: pgmap v10918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:54.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:54.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:54 smithi016 ceph-mon[96085]: pgmap v10918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:55.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:55.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:56 smithi098 ceph-mon[112578]: pgmap v10919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:56 smithi016 ceph-mon[96085]: pgmap v10919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:56.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:56.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:57.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:57.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:58.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:44:58.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:58 smithi098 ceph-mon[112578]: pgmap v10920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:44:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:44:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:58 smithi016 ceph-mon[96085]: pgmap v10920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:44:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:45:00.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:00.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:01.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:01.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:00 smithi098 ceph-mon[112578]: pgmap v10921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:00 smithi016 ceph-mon[96085]: pgmap v10921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:02.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:02.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:02 smithi016 ceph-mon[96085]: pgmap v10922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:03.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:03.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:02 smithi098 ceph-mon[112578]: pgmap v10922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:04.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:04.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:04 smithi098 ceph-mon[112578]: pgmap v10923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:05.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:05.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:04 smithi016 ceph-mon[96085]: pgmap v10923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:06.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:06.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:06 smithi098 ceph-mon[112578]: pgmap v10924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:06 smithi016 ceph-mon[96085]: pgmap v10924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:07.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:07.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:08.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:08.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:08 smithi098 ceph-mon[112578]: pgmap v10925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:09.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:09.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:08 smithi016 ceph-mon[96085]: pgmap v10925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:10.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:10.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:10 smithi098 ceph-mon[112578]: pgmap v10926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:11.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:11.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:10 smithi016 ceph-mon[96085]: pgmap v10926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:12.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:12.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:12 smithi016 ceph-mon[96085]: pgmap v10927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:12 smithi098 ceph-mon[112578]: pgmap v10927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:13.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:13.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:45:14.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:14.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:45:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:14 smithi098 ceph-mon[112578]: pgmap v10928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:15.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:15.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:14 smithi016 ceph-mon[96085]: pgmap v10928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:16.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:16.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:45:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:16 smithi098 ceph-mon[112578]: pgmap v10929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:45:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:45:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:45:16.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:45:16.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:45:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:45:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:16 smithi016 ceph-mon[96085]: pgmap v10929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:45:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:45:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:45:16.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:45:16.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:45:17.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:17.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:18.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:18.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:18 smithi098 ceph-mon[112578]: pgmap v10930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:18 smithi016 ceph-mon[96085]: pgmap v10930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:19.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:19.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:20.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:20.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:20 smithi098 ceph-mon[112578]: pgmap v10931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:20 smithi016 ceph-mon[96085]: pgmap v10931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:21.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:21.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:22.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:22.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:22 smithi098 ceph-mon[112578]: pgmap v10932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:22 smithi016 ceph-mon[96085]: pgmap v10932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:23.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:23.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:24.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:24.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:24 smithi098 ceph-mon[112578]: pgmap v10933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:24 smithi016 ceph-mon[96085]: pgmap v10933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:25.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:25.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:26.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:26.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:26 smithi098 ceph-mon[112578]: pgmap v10934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:26 smithi016 ceph-mon[96085]: pgmap v10934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:27.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:27.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:28.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:28.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:28 smithi098 ceph-mon[112578]: pgmap v10935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:45:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:28 smithi016 ceph-mon[96085]: pgmap v10935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:45:29.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:29.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:30.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:30.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:30 smithi098 ceph-mon[112578]: pgmap v10936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:30 smithi016 ceph-mon[96085]: pgmap v10936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:31.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:31.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:32.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:32.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:32 smithi098 ceph-mon[112578]: pgmap v10937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:32 smithi016 ceph-mon[96085]: pgmap v10937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:33.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:33.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:34.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:34.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:34.812 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:34 smithi098 ceph-mon[112578]: pgmap v10938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:34 smithi016 ceph-mon[96085]: pgmap v10938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:35.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:35.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:36.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:36.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:36 smithi098 ceph-mon[112578]: pgmap v10939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:36 smithi016 ceph-mon[96085]: pgmap v10939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:37.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:37.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:38.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:38.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:38 smithi098 ceph-mon[112578]: pgmap v10940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:38 smithi016 ceph-mon[96085]: pgmap v10940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:39.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:39.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:40.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:40.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:40 smithi098 ceph-mon[112578]: pgmap v10941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:40 smithi016 ceph-mon[96085]: pgmap v10941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:41.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:41.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:42.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:42.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:42.872 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:42 smithi016 ceph-mon[96085]: pgmap v10942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:42 smithi098 ceph-mon[112578]: pgmap v10942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:43.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:43.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:45:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:45:44.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:44.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:44.916 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:44 smithi098 ceph-mon[112578]: pgmap v10943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:44 smithi016 ceph-mon[96085]: pgmap v10943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:45.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:45.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:46.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:46.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:46 smithi098 ceph-mon[112578]: pgmap v10944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:46 smithi016 ceph-mon[96085]: pgmap v10944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:47.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:47.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:48.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:48.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:48 smithi098 ceph-mon[112578]: pgmap v10945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:48 smithi016 ceph-mon[96085]: pgmap v10945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:49.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:49.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:50.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:50.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:50 smithi098 ceph-mon[112578]: pgmap v10946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:50 smithi016 ceph-mon[96085]: pgmap v10946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:51.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:51.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:52.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:52.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:52.989 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:52 smithi016 ceph-mon[96085]: pgmap v10947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:52 smithi098 ceph-mon[112578]: pgmap v10947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:53.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:53.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:54.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:54.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:54 smithi098 ceph-mon[112578]: pgmap v10948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:54 smithi016 ceph-mon[96085]: pgmap v10948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:55.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:55.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:56.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:56.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:56 smithi098 ceph-mon[112578]: pgmap v10949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:56 smithi016 ceph-mon[96085]: pgmap v10949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:57.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:57.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:58.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:58.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:58 smithi098 ceph-mon[112578]: pgmap v10950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:45:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:45:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:58 smithi016 ceph-mon[96085]: pgmap v10950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:45:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:45:59.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:45:59.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:00.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:00.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:00 smithi098 ceph-mon[112578]: pgmap v10951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:00 smithi016 ceph-mon[96085]: pgmap v10951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:01.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:01.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:02.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:02.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:02 smithi098 ceph-mon[112578]: pgmap v10952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:02 smithi016 ceph-mon[96085]: pgmap v10952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:03.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:03.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:04.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:04.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:04 smithi098 ceph-mon[112578]: pgmap v10953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:04 smithi016 ceph-mon[96085]: pgmap v10953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:05.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:05.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:06.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:06.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:06 smithi098 ceph-mon[112578]: pgmap v10954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:06 smithi016 ceph-mon[96085]: pgmap v10954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:07.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:07.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:08.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:08.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:08 smithi098 ceph-mon[112578]: pgmap v10955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:08 smithi016 ceph-mon[96085]: pgmap v10955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:09.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:09.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:10.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:10.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:10 smithi098 ceph-mon[112578]: pgmap v10956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:10 smithi016 ceph-mon[96085]: pgmap v10956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:11.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:11.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:12.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:12.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:12 smithi098 ceph-mon[112578]: pgmap v10957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:12 smithi016 ceph-mon[96085]: pgmap v10957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:13.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:13.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:46:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:46:14.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:14.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:14 smithi098 ceph-mon[112578]: pgmap v10958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:14 smithi016 ceph-mon[96085]: pgmap v10958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:15.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:15.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:16.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:16.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:16 smithi098 ceph-mon[112578]: pgmap v10959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:46:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:16 smithi016 ceph-mon[96085]: pgmap v10959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:46:17.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:17.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:46:17.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:46:17.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:46:17.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:46:17.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:46:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:46:17.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:46:17.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:46:17.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:46:17.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:46:18.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:18.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:18 smithi098 ceph-mon[112578]: pgmap v10960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:18 smithi016 ceph-mon[96085]: pgmap v10960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:19.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:19.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:20.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:20.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:20 smithi098 ceph-mon[112578]: pgmap v10961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:20 smithi016 ceph-mon[96085]: pgmap v10961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:21.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:21.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:22.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:22.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:22 smithi098 ceph-mon[112578]: pgmap v10962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:22 smithi016 ceph-mon[96085]: pgmap v10962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:23.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:23.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:24.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:24.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:24 smithi098 ceph-mon[112578]: pgmap v10963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:24 smithi016 ceph-mon[96085]: pgmap v10963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:25.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:25.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:26.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:26.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:26 smithi098 ceph-mon[112578]: pgmap v10964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:26 smithi016 ceph-mon[96085]: pgmap v10964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:27.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:27.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:28.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:28.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:28 smithi016 ceph-mon[96085]: pgmap v10965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:46:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:28 smithi098 ceph-mon[112578]: pgmap v10965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:46:29.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:29.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:30.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:30.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:30 smithi098 ceph-mon[112578]: pgmap v10966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:31.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:30 smithi016 ceph-mon[96085]: pgmap v10966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:31.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:31.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:32.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:32.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:32 smithi098 ceph-mon[112578]: pgmap v10967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:33.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:32 smithi016 ceph-mon[96085]: pgmap v10967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:33.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:33.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:34.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:34.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:34 smithi098 ceph-mon[112578]: pgmap v10968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:34 smithi016 ceph-mon[96085]: pgmap v10968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:35.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:35.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:36.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:36.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:36 smithi098 ceph-mon[112578]: pgmap v10969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:36 smithi016 ceph-mon[96085]: pgmap v10969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:37.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:37.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:38.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:38.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:38 smithi016 ceph-mon[96085]: pgmap v10970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:38 smithi098 ceph-mon[112578]: pgmap v10970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:39.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:39.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:40.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:40.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:40 smithi098 ceph-mon[112578]: pgmap v10971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:40 smithi016 ceph-mon[96085]: pgmap v10971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:41.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:41.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:42.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:42.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:42 smithi098 ceph-mon[112578]: pgmap v10972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:42 smithi016 ceph-mon[96085]: pgmap v10972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:43.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:43.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:46:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:46:44.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:44.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:44 smithi098 ceph-mon[112578]: pgmap v10973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:44 smithi016 ceph-mon[96085]: pgmap v10973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:45.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:45.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:46.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:46.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:46 smithi098 ceph-mon[112578]: pgmap v10974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:46 smithi016 ceph-mon[96085]: pgmap v10974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:47.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:47.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:48.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:48.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:48 smithi098 ceph-mon[112578]: pgmap v10975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:48 smithi016 ceph-mon[96085]: pgmap v10975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:49.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:49.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:50.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:50.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:50 smithi098 ceph-mon[112578]: pgmap v10976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:50 smithi016 ceph-mon[96085]: pgmap v10976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:51.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:51.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:52.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:52.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:52 smithi098 ceph-mon[112578]: pgmap v10977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:52 smithi016 ceph-mon[96085]: pgmap v10977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:53.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:53.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:54.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:54.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:54 smithi098 ceph-mon[112578]: pgmap v10978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:54 smithi016 ceph-mon[96085]: pgmap v10978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:55.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:55.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:56.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:56.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:56 smithi098 ceph-mon[112578]: pgmap v10979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:56 smithi016 ceph-mon[96085]: pgmap v10979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:57.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:57.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:58.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:58.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:58 smithi098 ceph-mon[112578]: pgmap v10980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:46:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:46:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:58 smithi016 ceph-mon[96085]: pgmap v10980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:46:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:46:59.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:46:59.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:00.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:00.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:00 smithi098 ceph-mon[112578]: pgmap v10981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:00 smithi016 ceph-mon[96085]: pgmap v10981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:01.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:01.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:02.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:02.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:02 smithi098 ceph-mon[112578]: pgmap v10982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:02 smithi016 ceph-mon[96085]: pgmap v10982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:03.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:03.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:04.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:04.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:04 smithi098 ceph-mon[112578]: pgmap v10983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:04 smithi016 ceph-mon[96085]: pgmap v10983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:05.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:05.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:06.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:06.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:06 smithi098 ceph-mon[112578]: pgmap v10984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:06 smithi016 ceph-mon[96085]: pgmap v10984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:07.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:07.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:08.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:08.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:08.867 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:08 smithi016 ceph-mon[96085]: pgmap v10985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:08 smithi098 ceph-mon[112578]: pgmap v10985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:09.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:09.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:10.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:10.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:10 smithi098 ceph-mon[112578]: pgmap v10986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:10 smithi016 ceph-mon[96085]: pgmap v10986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:11.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:11.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:12.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:12.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:12 smithi098 ceph-mon[112578]: pgmap v10987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:12 smithi016 ceph-mon[96085]: pgmap v10987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:13.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:13.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:13.922 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:47:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:47:14.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:14.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:14 smithi098 ceph-mon[112578]: pgmap v10988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:14 smithi016 ceph-mon[96085]: pgmap v10988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:15.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:15.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:16.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:16.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:16 smithi098 ceph-mon[112578]: pgmap v10989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:16 smithi016 ceph-mon[96085]: pgmap v10989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:17.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:17.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:47:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:47:18.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:18.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:18 smithi098 ceph-mon[112578]: pgmap v10990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:18 smithi016 ceph-mon[96085]: pgmap v10990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:19.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:19.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:20.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:20.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:47:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:47:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:20 smithi098 ceph-mon[112578]: pgmap v10991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:47:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:47:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:47:20.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:47:20.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:47:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:47:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:47:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:20 smithi016 ceph-mon[96085]: pgmap v10991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:47:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:47:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:47:20.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:47:20.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:47:21.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:21.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:22.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:22.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:22 smithi098 ceph-mon[112578]: pgmap v10992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:22 smithi016 ceph-mon[96085]: pgmap v10992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:23.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:23.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:24.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:24.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:24 smithi098 ceph-mon[112578]: pgmap v10993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:24 smithi016 ceph-mon[96085]: pgmap v10993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:25.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:25.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:26.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:26.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:26 smithi098 ceph-mon[112578]: pgmap v10994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:26 smithi016 ceph-mon[96085]: pgmap v10994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:27.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:27.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:28.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:28.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:28 smithi098 ceph-mon[112578]: pgmap v10995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:47:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:28 smithi016 ceph-mon[96085]: pgmap v10995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:47:29.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:29.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:30.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:30.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:30 smithi098 ceph-mon[112578]: pgmap v10996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:30 smithi016 ceph-mon[96085]: pgmap v10996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:31.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:31.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:32.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:32.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:32 smithi098 ceph-mon[112578]: pgmap v10997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:32 smithi016 ceph-mon[96085]: pgmap v10997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:33.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:33.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:34.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:34.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:34 smithi098 ceph-mon[112578]: pgmap v10998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:34 smithi016 ceph-mon[96085]: pgmap v10998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:35.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:35.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:36.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:36.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:36 smithi098 ceph-mon[112578]: pgmap v10999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:36 smithi016 ceph-mon[96085]: pgmap v10999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:37.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:37.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:38.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:38.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:38 smithi098 ceph-mon[112578]: pgmap v11000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:38 smithi016 ceph-mon[96085]: pgmap v11000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:39.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:39.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:40.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:40.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:40 smithi098 ceph-mon[112578]: pgmap v11001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:40 smithi016 ceph-mon[96085]: pgmap v11001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:41.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:41.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:42.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:42.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:42 smithi098 ceph-mon[112578]: pgmap v11002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:42 smithi016 ceph-mon[96085]: pgmap v11002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:43.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:43.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:47:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:47:44.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:44.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:44 smithi098 ceph-mon[112578]: pgmap v11003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:44 smithi016 ceph-mon[96085]: pgmap v11003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:45.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:45.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:46.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:46.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:46 smithi098 ceph-mon[112578]: pgmap v11004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:46 smithi016 ceph-mon[96085]: pgmap v11004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:47.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:47.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:48.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:48.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:48 smithi098 ceph-mon[112578]: pgmap v11005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:48 smithi016 ceph-mon[96085]: pgmap v11005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:49.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:49.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:50.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:50.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:50 smithi098 ceph-mon[112578]: pgmap v11006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:50 smithi016 ceph-mon[96085]: pgmap v11006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:51.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:51.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:52.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:52.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:52 smithi098 ceph-mon[112578]: pgmap v11007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:52 smithi016 ceph-mon[96085]: pgmap v11007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:53.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:53.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:54.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:54.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:54 smithi016 ceph-mon[96085]: pgmap v11008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:54 smithi098 ceph-mon[112578]: pgmap v11008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:55.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:55.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:56.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:56.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:56 smithi098 ceph-mon[112578]: pgmap v11009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:56 smithi016 ceph-mon[96085]: pgmap v11009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:57.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:57.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:58.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:58.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:58 smithi098 ceph-mon[112578]: pgmap v11010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:47:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:47:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:58 smithi016 ceph-mon[96085]: pgmap v11010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:47:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:47:59.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:47:59.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:00.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:00.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:00 smithi098 ceph-mon[112578]: pgmap v11011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:00 smithi016 ceph-mon[96085]: pgmap v11011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:01.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:01.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:02.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:02.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:02 smithi098 ceph-mon[112578]: pgmap v11012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:02 smithi016 ceph-mon[96085]: pgmap v11012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:03.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:03.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:04.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:04.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:04.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:04 smithi016 ceph-mon[96085]: pgmap v11013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:04 smithi098 ceph-mon[112578]: pgmap v11013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:05.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:05.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:06.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:06.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:06.399 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:06 smithi098 ceph-mon[112578]: pgmap v11014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:06 smithi016 ceph-mon[96085]: pgmap v11014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:07.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:07.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:08.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:08.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:08 smithi098 ceph-mon[112578]: pgmap v11015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:08 smithi016 ceph-mon[96085]: pgmap v11015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:09.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:09.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:10.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:10.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:10 smithi098 ceph-mon[112578]: pgmap v11016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:10 smithi016 ceph-mon[96085]: pgmap v11016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:11.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:11.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:12.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:12.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:12 smithi098 ceph-mon[112578]: pgmap v11017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:12 smithi016 ceph-mon[96085]: pgmap v11017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:13.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:13.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:48:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:48:14.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:14.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:14 smithi098 ceph-mon[112578]: pgmap v11018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:14 smithi016 ceph-mon[96085]: pgmap v11018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:15.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:15.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:16.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:16.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:16.505 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:16 smithi098 ceph-mon[112578]: pgmap v11019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:16 smithi016 ceph-mon[96085]: pgmap v11019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:17.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:17.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:18.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:18.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:18 smithi098 ceph-mon[112578]: pgmap v11020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:18 smithi016 ceph-mon[96085]: pgmap v11020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:19.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:19.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:20.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:20.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:20 smithi098 ceph-mon[112578]: pgmap v11021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:48:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:20 smithi016 ceph-mon[96085]: pgmap v11021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:48:21.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:21.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:22.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:22.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:22 smithi098 ceph-mon[112578]: pgmap v11022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:22 smithi016 ceph-mon[96085]: pgmap v11022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:23.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:23.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:24.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:24.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:24 smithi098 ceph-mon[112578]: pgmap v11023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:24 smithi016 ceph-mon[96085]: pgmap v11023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:25.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:25.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:26.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:48:26.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:48:26.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:48:26.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:48:26.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:48:26.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:48:26.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:48:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:48:26.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:48:26.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:48:26.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:48:26.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:48:26.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:48:26.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:48:26.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:26.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:26 smithi098 ceph-mon[112578]: pgmap v11024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:26 smithi016 ceph-mon[96085]: pgmap v11024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:27.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:27.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:28.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:28.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:28 smithi098 ceph-mon[112578]: pgmap v11025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:48:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:28 smithi016 ceph-mon[96085]: pgmap v11025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:48:29.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:29.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:30.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:30.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:30 smithi098 ceph-mon[112578]: pgmap v11026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:30 smithi016 ceph-mon[96085]: pgmap v11026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:31.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:31.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:32.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:32.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:32 smithi098 ceph-mon[112578]: pgmap v11027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:32 smithi016 ceph-mon[96085]: pgmap v11027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:33.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:33.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:34.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:34.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:34 smithi098 ceph-mon[112578]: pgmap v11028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:34 smithi016 ceph-mon[96085]: pgmap v11028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:35.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:35.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:36.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:36.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:36 smithi098 ceph-mon[112578]: pgmap v11029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:36.558 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:36 smithi016 ceph-mon[96085]: pgmap v11029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:37.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:37.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:38.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:38.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:38 smithi098 ceph-mon[112578]: pgmap v11030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:38 smithi016 ceph-mon[96085]: pgmap v11030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:39.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:39.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:40.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:40.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:40 smithi098 ceph-mon[112578]: pgmap v11031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:40 smithi016 ceph-mon[96085]: pgmap v11031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:41.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:41.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:42.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:42.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:42 smithi098 ceph-mon[112578]: pgmap v11032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:42 smithi016 ceph-mon[96085]: pgmap v11032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:43.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:43.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:48:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:48:44.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:44.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:44.958 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:44 smithi016 ceph-mon[96085]: pgmap v11033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:44 smithi098 ceph-mon[112578]: pgmap v11033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:45.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:45.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:46.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:46.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:46 smithi098 ceph-mon[112578]: pgmap v11034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:46 smithi016 ceph-mon[96085]: pgmap v11034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:47.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:47.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:48.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:48.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:48 smithi098 ceph-mon[112578]: pgmap v11035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:48 smithi016 ceph-mon[96085]: pgmap v11035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:49.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:49.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:50.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:50.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:50 smithi098 ceph-mon[112578]: pgmap v11036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:50 smithi016 ceph-mon[96085]: pgmap v11036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:51.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:51.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:52.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:52.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:52 smithi098 ceph-mon[112578]: pgmap v11037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:52 smithi016 ceph-mon[96085]: pgmap v11037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:53.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:53.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:54.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:54.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:54 smithi098 ceph-mon[112578]: pgmap v11038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:54 smithi016 ceph-mon[96085]: pgmap v11038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:55.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:55.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:56.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:56.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:56 smithi098 ceph-mon[112578]: pgmap v11039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:56 smithi016 ceph-mon[96085]: pgmap v11039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:57.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:57.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:58.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:58.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:58 smithi098 ceph-mon[112578]: pgmap v11040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:48:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:48:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:58 smithi016 ceph-mon[96085]: pgmap v11040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:48:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:48:59.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:48:59.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:00.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:00.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:00 smithi098 ceph-mon[112578]: pgmap v11041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:00 smithi016 ceph-mon[96085]: pgmap v11041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:01.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:01.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:02.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:02.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:02 smithi098 ceph-mon[112578]: pgmap v11042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:02 smithi016 ceph-mon[96085]: pgmap v11042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:03.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:03.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:04.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:04.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:04 smithi098 ceph-mon[112578]: pgmap v11043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:04 smithi016 ceph-mon[96085]: pgmap v11043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:05.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:05.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:06.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:06.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:06 smithi098 ceph-mon[112578]: pgmap v11044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:06 smithi016 ceph-mon[96085]: pgmap v11044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:07.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:07.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:08.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:08.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:08 smithi098 ceph-mon[112578]: pgmap v11045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:08 smithi016 ceph-mon[96085]: pgmap v11045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:09.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:09.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:10.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:10.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:10 smithi098 ceph-mon[112578]: pgmap v11046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:10 smithi016 ceph-mon[96085]: pgmap v11046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:11.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:11.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:12.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:12.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:12 smithi098 ceph-mon[112578]: pgmap v11047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:12 smithi016 ceph-mon[96085]: pgmap v11047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:13.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:13.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:49:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:49:14.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:14.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:14 smithi098 ceph-mon[112578]: pgmap v11048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:14 smithi016 ceph-mon[96085]: pgmap v11048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:15.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:15.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:16.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:16.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:16 smithi098 ceph-mon[112578]: pgmap v11049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:16 smithi016 ceph-mon[96085]: pgmap v11049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:17.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:17.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:18.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:18.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:18 smithi098 ceph-mon[112578]: pgmap v11050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:18 smithi016 ceph-mon[96085]: pgmap v11050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:19.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:19.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:20.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:20.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:20 smithi098 ceph-mon[112578]: pgmap v11051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:20 smithi016 ceph-mon[96085]: pgmap v11051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:21.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:21.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:22.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:22.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:22 smithi098 ceph-mon[112578]: pgmap v11052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:22 smithi016 ceph-mon[96085]: pgmap v11052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:23.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:23.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:24.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:24.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:24 smithi098 ceph-mon[112578]: pgmap v11053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:24 smithi016 ceph-mon[96085]: pgmap v11053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:25.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:25.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:26.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:26.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:49:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:26 smithi098 ceph-mon[112578]: pgmap v11054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:49:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:49:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:49:26.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:49:26.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:49:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:49:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:26 smithi016 ceph-mon[96085]: pgmap v11054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:49:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:49:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:49:26.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:49:26.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:49:27.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:27.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:28.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:28.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:28 smithi098 ceph-mon[112578]: pgmap v11055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:49:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:28 smithi016 ceph-mon[96085]: pgmap v11055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:49:29.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:29.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:30.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:30.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:30 smithi016 ceph-mon[96085]: pgmap v11056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:30 smithi098 ceph-mon[112578]: pgmap v11056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:31.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:31.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:32.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:32.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:32 smithi098 ceph-mon[112578]: pgmap v11057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:32 smithi016 ceph-mon[96085]: pgmap v11057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:33.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:33.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:34.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:34.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:34 smithi098 ceph-mon[112578]: pgmap v11058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:34 smithi016 ceph-mon[96085]: pgmap v11058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:35.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:35.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:36.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:36.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:36 smithi098 ceph-mon[112578]: pgmap v11059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:36 smithi016 ceph-mon[96085]: pgmap v11059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:37.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:37.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:38.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:38.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:38 smithi098 ceph-mon[112578]: pgmap v11060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:38 smithi016 ceph-mon[96085]: pgmap v11060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:39.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:39.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:40.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:40.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:40 smithi098 ceph-mon[112578]: pgmap v11061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:40 smithi016 ceph-mon[96085]: pgmap v11061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:41.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:41.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:42.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:42.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:42 smithi098 ceph-mon[112578]: pgmap v11062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:42 smithi016 ceph-mon[96085]: pgmap v11062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:43.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:43.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:49:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:49:44.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:44.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:44 smithi098 ceph-mon[112578]: pgmap v11063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:44 smithi016 ceph-mon[96085]: pgmap v11063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:45.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:45.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:46.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:46.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:46 smithi098 ceph-mon[112578]: pgmap v11064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:46 smithi016 ceph-mon[96085]: pgmap v11064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:47.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:47.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:48.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:48.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:48 smithi098 ceph-mon[112578]: pgmap v11065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:48 smithi016 ceph-mon[96085]: pgmap v11065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:49.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:49.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:50.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:50.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:50 smithi098 ceph-mon[112578]: pgmap v11066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:50 smithi016 ceph-mon[96085]: pgmap v11066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:51.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:51.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:52.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:52.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:52 smithi098 ceph-mon[112578]: pgmap v11067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:52 smithi016 ceph-mon[96085]: pgmap v11067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:53.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:53.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:54.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:54.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:54 smithi098 ceph-mon[112578]: pgmap v11068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:54 smithi016 ceph-mon[96085]: pgmap v11068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:55.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:55.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:56.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:56.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:56 smithi098 ceph-mon[112578]: pgmap v11069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:56 smithi016 ceph-mon[96085]: pgmap v11069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:57.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:57.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:58.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:58.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:58 smithi098 ceph-mon[112578]: pgmap v11070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:49:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:49:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:58 smithi016 ceph-mon[96085]: pgmap v11070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:49:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:49:59.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:49:59.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:00.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:00.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:00 smithi098 ceph-mon[112578]: pgmap v11071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T02:50:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:00 smithi016 ceph-mon[96085]: pgmap v11071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T02:50:01.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:01.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:02.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:02.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:02 smithi098 ceph-mon[112578]: pgmap v11072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:02 smithi016 ceph-mon[96085]: pgmap v11072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:03.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:03.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:04.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:04.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:04 smithi098 ceph-mon[112578]: pgmap v11073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:04 smithi016 ceph-mon[96085]: pgmap v11073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:05.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:05.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:06 smithi098 ceph-mon[112578]: pgmap v11074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:06.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:06.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:06 smithi016 ceph-mon[96085]: pgmap v11074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:07.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:07.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:08.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:08.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:08 smithi098 ceph-mon[112578]: pgmap v11075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:08 smithi016 ceph-mon[96085]: pgmap v11075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:09.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:09.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:10.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:10.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:10.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:10 smithi016 ceph-mon[96085]: pgmap v11076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:10 smithi098 ceph-mon[112578]: pgmap v11076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:11.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:11.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:12.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:12.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:12 smithi098 ceph-mon[112578]: pgmap v11077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:12 smithi016 ceph-mon[96085]: pgmap v11077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:13.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:13.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:50:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:50:14.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:14.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:14 smithi098 ceph-mon[112578]: pgmap v11078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:14 smithi016 ceph-mon[96085]: pgmap v11078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:15.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:15.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:16 smithi016 ceph-mon[96085]: pgmap v11079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:16 smithi098 ceph-mon[112578]: pgmap v11079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:16.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:16.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:17.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:17.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:18.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:18.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:18 smithi098 ceph-mon[112578]: pgmap v11080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:18 smithi016 ceph-mon[96085]: pgmap v11080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:19.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:19.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:20.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:20.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:20 smithi098 ceph-mon[112578]: pgmap v11081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:20 smithi016 ceph-mon[96085]: pgmap v11081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:21.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:21.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:22.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:22.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:22 smithi098 ceph-mon[112578]: pgmap v11082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:22 smithi016 ceph-mon[96085]: pgmap v11082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:23.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:23.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:24.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:24.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:24 smithi098 ceph-mon[112578]: pgmap v11083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:24 smithi016 ceph-mon[96085]: pgmap v11083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:25.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:25.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:26 smithi098 ceph-mon[112578]: pgmap v11084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:50:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:26 smithi016 ceph-mon[96085]: pgmap v11084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:50:26.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:26.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:27.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:50:27.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:50:27.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:50:27.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:50:27.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:50:27.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:50:27.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:50:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:50:27.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:50:27.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:50:27.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:50:27.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:50:27.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:50:27.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:50:27.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:27.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:28 smithi098 ceph-mon[112578]: pgmap v11085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:50:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:28 smithi016 ceph-mon[96085]: pgmap v11085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:50:28.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:28.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:29.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:29.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:30.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:30.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:30 smithi098 ceph-mon[112578]: pgmap v11086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:30 smithi016 ceph-mon[96085]: pgmap v11086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:31.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:31.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:32.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:32.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:32.922 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:32 smithi098 ceph-mon[112578]: pgmap v11087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:32 smithi016 ceph-mon[96085]: pgmap v11087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:33.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:33.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:34.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:34.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:34 smithi098 ceph-mon[112578]: pgmap v11088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:34 smithi016 ceph-mon[96085]: pgmap v11088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:35.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:35.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:36 smithi098 ceph-mon[112578]: pgmap v11089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:36 smithi016 ceph-mon[96085]: pgmap v11089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:36.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:36.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:37.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:37.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:38.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:38.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:38 smithi098 ceph-mon[112578]: pgmap v11090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:38 smithi016 ceph-mon[96085]: pgmap v11090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:39.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:39.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:40.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:40.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:40 smithi098 ceph-mon[112578]: pgmap v11091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:40 smithi016 ceph-mon[96085]: pgmap v11091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:41.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:41.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:42.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:42.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:42 smithi098 ceph-mon[112578]: pgmap v11092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:42 smithi016 ceph-mon[96085]: pgmap v11092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:43.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:43.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:50:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:50:44.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:44.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:44 smithi098 ceph-mon[112578]: pgmap v11093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:44 smithi016 ceph-mon[96085]: pgmap v11093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:45.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:45.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:46 smithi098 ceph-mon[112578]: pgmap v11094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:46 smithi016 ceph-mon[96085]: pgmap v11094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:46.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:46.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:47.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:47.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:48.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:48.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:48 smithi098 ceph-mon[112578]: pgmap v11095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:48 smithi016 ceph-mon[96085]: pgmap v11095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:49.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:49.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:50.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:50.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:50 smithi098 ceph-mon[112578]: pgmap v11096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:50 smithi016 ceph-mon[96085]: pgmap v11096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:51.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:51.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:52.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:52.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:52 smithi098 ceph-mon[112578]: pgmap v11097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:52 smithi016 ceph-mon[96085]: pgmap v11097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:53.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:53.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:54.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:54.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:54 smithi098 ceph-mon[112578]: pgmap v11098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:54 smithi016 ceph-mon[96085]: pgmap v11098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:55.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:55.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:56.468 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:56 smithi016 ceph-mon[96085]: pgmap v11099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:56 smithi098 ceph-mon[112578]: pgmap v11099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:56.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:56.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:57.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:57.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:58.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:58.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:58 smithi098 ceph-mon[112578]: pgmap v11100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:50:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:50:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:58 smithi016 ceph-mon[96085]: pgmap v11100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:50:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:50:59.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:50:59.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:00.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:00.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:00 smithi098 ceph-mon[112578]: pgmap v11101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:00 smithi016 ceph-mon[96085]: pgmap v11101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:01.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:01.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:02.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:02.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:02 smithi098 ceph-mon[112578]: pgmap v11102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:02 smithi016 ceph-mon[96085]: pgmap v11102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:03.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:03.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:04.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:04.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:04 smithi098 ceph-mon[112578]: pgmap v11103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:04 smithi016 ceph-mon[96085]: pgmap v11103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:05.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:05.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:06 smithi098 ceph-mon[112578]: pgmap v11104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:06 smithi016 ceph-mon[96085]: pgmap v11104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:06.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:06.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:07.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:07.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:08.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:08.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:08 smithi098 ceph-mon[112578]: pgmap v11105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:08 smithi016 ceph-mon[96085]: pgmap v11105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:09.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:09.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:10.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:10.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:10 smithi098 ceph-mon[112578]: pgmap v11106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:10 smithi016 ceph-mon[96085]: pgmap v11106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:11.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:11.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:12.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:12.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:12 smithi098 ceph-mon[112578]: pgmap v11107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:12 smithi016 ceph-mon[96085]: pgmap v11107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:13.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:13.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:51:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:51:14.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:14.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:14 smithi098 ceph-mon[112578]: pgmap v11108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:14 smithi016 ceph-mon[96085]: pgmap v11108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:15.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:15.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:16 smithi098 ceph-mon[112578]: pgmap v11109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:16 smithi016 ceph-mon[96085]: pgmap v11109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:16.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:16.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:17.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:17.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:18.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:18.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:18 smithi098 ceph-mon[112578]: pgmap v11110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:18 smithi016 ceph-mon[96085]: pgmap v11110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:19.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:19.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:20.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:20.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:20 smithi098 ceph-mon[112578]: pgmap v11111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:20 smithi016 ceph-mon[96085]: pgmap v11111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:21.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:21.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:22.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:22.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:22 smithi098 ceph-mon[112578]: pgmap v11112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:22 smithi016 ceph-mon[96085]: pgmap v11112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:23.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:23.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:24.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:24.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:24 smithi098 ceph-mon[112578]: pgmap v11113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:24 smithi016 ceph-mon[96085]: pgmap v11113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:25.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:25.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:26 smithi098 ceph-mon[112578]: pgmap v11114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:26.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:26 smithi016 ceph-mon[96085]: pgmap v11114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:26.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:26.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:51:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:51:27.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:27.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:28.503 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:51:28.503 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:51:28.504 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:51:28.504 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:51:28.504 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:51:28.504 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:28 smithi098 ceph-mon[112578]: pgmap v11115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:28.504 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:51:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:51:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:51:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:51:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:51:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:51:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:28 smithi016 ceph-mon[96085]: pgmap v11115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:28.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:51:28.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:28.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:29.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:29.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:30.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:30.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:30 smithi098 ceph-mon[112578]: pgmap v11116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:30 smithi016 ceph-mon[96085]: pgmap v11116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:31.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:31.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:32.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:32.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:32 smithi098 ceph-mon[112578]: pgmap v11117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:32 smithi016 ceph-mon[96085]: pgmap v11117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:33.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:33.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:34.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:34.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:34 smithi098 ceph-mon[112578]: pgmap v11118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:34 smithi016 ceph-mon[96085]: pgmap v11118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:35.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:35.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:36 smithi098 ceph-mon[112578]: pgmap v11119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:36 smithi016 ceph-mon[96085]: pgmap v11119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:36.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:36.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:37.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:37.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:38.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:38.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:38 smithi098 ceph-mon[112578]: pgmap v11120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:38 smithi016 ceph-mon[96085]: pgmap v11120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:39.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:39.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:40.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:40.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:40 smithi098 ceph-mon[112578]: pgmap v11121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:40 smithi016 ceph-mon[96085]: pgmap v11121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:41.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:41.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:42.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:42.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:42 smithi098 ceph-mon[112578]: pgmap v11122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:42 smithi016 ceph-mon[96085]: pgmap v11122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:43.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:43.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:51:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:51:44.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:44.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:44 smithi098 ceph-mon[112578]: pgmap v11123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:44 smithi016 ceph-mon[96085]: pgmap v11123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:45.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:45.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:46 smithi098 ceph-mon[112578]: pgmap v11124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:46 smithi016 ceph-mon[96085]: pgmap v11124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:46.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:46.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:47.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:47.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:48.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:48.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:48 smithi098 ceph-mon[112578]: pgmap v11125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:48 smithi016 ceph-mon[96085]: pgmap v11125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:49.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:49.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:50.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:50.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:50 smithi098 ceph-mon[112578]: pgmap v11126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:50 smithi016 ceph-mon[96085]: pgmap v11126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:51.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:51.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:52.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:52.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:52 smithi098 ceph-mon[112578]: pgmap v11127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:52 smithi016 ceph-mon[96085]: pgmap v11127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:53.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:53.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:54.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:54.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:54 smithi098 ceph-mon[112578]: pgmap v11128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:54 smithi016 ceph-mon[96085]: pgmap v11128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:55.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:55.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:56 smithi098 ceph-mon[112578]: pgmap v11129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:56 smithi016 ceph-mon[96085]: pgmap v11129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:56.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:56.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:57.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:57.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:58.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:58.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:58 smithi098 ceph-mon[112578]: pgmap v11130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:51:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:51:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:58 smithi016 ceph-mon[96085]: pgmap v11130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:51:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:51:59.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:51:59.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:00.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:00.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:00 smithi098 ceph-mon[112578]: pgmap v11131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:00 smithi016 ceph-mon[96085]: pgmap v11131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:01.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:01.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:02.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:02.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:02 smithi098 ceph-mon[112578]: pgmap v11132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:02 smithi016 ceph-mon[96085]: pgmap v11132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:03.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:03.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:04.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:04.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:04 smithi098 ceph-mon[112578]: pgmap v11133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:04 smithi016 ceph-mon[96085]: pgmap v11133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:05.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:05.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:06 smithi098 ceph-mon[112578]: pgmap v11134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:06 smithi016 ceph-mon[96085]: pgmap v11134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:06.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:06.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:07.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:07.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:08.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:08.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:08 smithi098 ceph-mon[112578]: pgmap v11135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:08 smithi016 ceph-mon[96085]: pgmap v11135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:09.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:09.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:10.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:10.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:10 smithi098 ceph-mon[112578]: pgmap v11136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:10 smithi016 ceph-mon[96085]: pgmap v11136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:11.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:11.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:12.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:12.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:12 smithi098 ceph-mon[112578]: pgmap v11137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:12 smithi016 ceph-mon[96085]: pgmap v11137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:13.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:13.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:13.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:52:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:52:14.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:14.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:14 smithi098 ceph-mon[112578]: pgmap v11138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:14 smithi016 ceph-mon[96085]: pgmap v11138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:15.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:15.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:16 smithi098 ceph-mon[112578]: pgmap v11139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:16 smithi016 ceph-mon[96085]: pgmap v11139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:16.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:16.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:17.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:17.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:18.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:18.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:18 smithi098 ceph-mon[112578]: pgmap v11140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:18 smithi016 ceph-mon[96085]: pgmap v11140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:19.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:19.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:20.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:20.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:20 smithi098 ceph-mon[112578]: pgmap v11141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:20 smithi016 ceph-mon[96085]: pgmap v11141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:21.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:21.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:22.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:22.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:22 smithi016 ceph-mon[96085]: pgmap v11142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:22 smithi098 ceph-mon[112578]: pgmap v11142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:23.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:23.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:24.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:24.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:24 smithi098 ceph-mon[112578]: pgmap v11143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:24 smithi016 ceph-mon[96085]: pgmap v11143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:25.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:25.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:26 smithi098 ceph-mon[112578]: pgmap v11144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:26 smithi016 ceph-mon[96085]: pgmap v11144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:26.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:26.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:27.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:27.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:52:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:52:28.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:28.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:28 smithi098 ceph-mon[112578]: pgmap v11145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:52:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:52:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:52:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:52:29.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:52:29.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:52:29.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:52:29.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:52:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:28 smithi016 ceph-mon[96085]: pgmap v11145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:52:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:52:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:52:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:52:29.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:52:29.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:52:29.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:52:29.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:52:29.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:29.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:30.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:30.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:30 smithi098 ceph-mon[112578]: pgmap v11146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:31.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:30 smithi016 ceph-mon[96085]: pgmap v11146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:31.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:31.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:32.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:32.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:32 smithi098 ceph-mon[112578]: pgmap v11147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:32 smithi016 ceph-mon[96085]: pgmap v11147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:33.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:33.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:34.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:34.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:34 smithi098 ceph-mon[112578]: pgmap v11148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:34 smithi016 ceph-mon[96085]: pgmap v11148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:35.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:35.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:36 smithi098 ceph-mon[112578]: pgmap v11149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:36 smithi016 ceph-mon[96085]: pgmap v11149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:36.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:36.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:37.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:37.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:38.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:38.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:39.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:38 smithi098 ceph-mon[112578]: pgmap v11150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:38 smithi016 ceph-mon[96085]: pgmap v11150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:39.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:39.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:40.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:40.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:40 smithi098 ceph-mon[112578]: pgmap v11151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:40 smithi016 ceph-mon[96085]: pgmap v11151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:41.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:41.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:42.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:42.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:42 smithi098 ceph-mon[112578]: pgmap v11152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:42 smithi016 ceph-mon[96085]: pgmap v11152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:43.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:43.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:52:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:52:44.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:44.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:44 smithi098 ceph-mon[112578]: pgmap v11153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:44 smithi016 ceph-mon[96085]: pgmap v11153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:45.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:45.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:46 smithi098 ceph-mon[112578]: pgmap v11154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:46 smithi016 ceph-mon[96085]: pgmap v11154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:46.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:46.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:47.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:47.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:48.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:48.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:48 smithi098 ceph-mon[112578]: pgmap v11155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:48 smithi016 ceph-mon[96085]: pgmap v11155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:49.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:49.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:50.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:50.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:50 smithi098 ceph-mon[112578]: pgmap v11156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:50 smithi016 ceph-mon[96085]: pgmap v11156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:51.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:51.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:52.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:52.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:52 smithi098 ceph-mon[112578]: pgmap v11157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:52 smithi016 ceph-mon[96085]: pgmap v11157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:53.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:53.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:54.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:54.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:54 smithi098 ceph-mon[112578]: pgmap v11158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:54 smithi016 ceph-mon[96085]: pgmap v11158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:55.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:55.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:56 smithi098 ceph-mon[112578]: pgmap v11159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:56 smithi016 ceph-mon[96085]: pgmap v11159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:56.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:56.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:57.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:57.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:58.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:58.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:58 smithi098 ceph-mon[112578]: pgmap v11160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:52:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:52:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:58 smithi016 ceph-mon[96085]: pgmap v11160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:52:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:52:59.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:52:59.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:00.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:00.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:00 smithi098 ceph-mon[112578]: pgmap v11161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:00 smithi016 ceph-mon[96085]: pgmap v11161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:01.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:01.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:02.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:02.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:02 smithi098 ceph-mon[112578]: pgmap v11162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:02 smithi016 ceph-mon[96085]: pgmap v11162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:03.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:03.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:04 smithi098 ceph-mon[112578]: pgmap v11163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:04.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:04.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:05.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:04 smithi016 ceph-mon[96085]: pgmap v11163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:05.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:05.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:06 smithi098 ceph-mon[112578]: pgmap v11164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:06 smithi016 ceph-mon[96085]: pgmap v11164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:06.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:06.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:07.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:07.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:08.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:08.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:08 smithi098 ceph-mon[112578]: pgmap v11165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:08 smithi016 ceph-mon[96085]: pgmap v11165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:09.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:09.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:10.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:10.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:10 smithi098 ceph-mon[112578]: pgmap v11166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:10 smithi016 ceph-mon[96085]: pgmap v11166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:11.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:11.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:12.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:12.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:12 smithi098 ceph-mon[112578]: pgmap v11167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:13.020 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:12 smithi016 ceph-mon[96085]: pgmap v11167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:13.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:13.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:53:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:53:14.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:14.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:14 smithi098 ceph-mon[112578]: pgmap v11168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:14 smithi016 ceph-mon[96085]: pgmap v11168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:15.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:15.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:16 smithi098 ceph-mon[112578]: pgmap v11169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:16 smithi016 ceph-mon[96085]: pgmap v11169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:16.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:16.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:17.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:17.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:18.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:18.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:18 smithi098 ceph-mon[112578]: pgmap v11170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:18 smithi016 ceph-mon[96085]: pgmap v11170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:19.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:19.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:20.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:20.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:20 smithi098 ceph-mon[112578]: pgmap v11171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:20 smithi016 ceph-mon[96085]: pgmap v11171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:21.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:21.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:22.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:22.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:22 smithi098 ceph-mon[112578]: pgmap v11172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:22 smithi016 ceph-mon[96085]: pgmap v11172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:23.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:23.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:24.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:24.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:24 smithi098 ceph-mon[112578]: pgmap v11173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:24 smithi016 ceph-mon[96085]: pgmap v11173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:25.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:25.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:26 smithi098 ceph-mon[112578]: pgmap v11174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:26 smithi016 ceph-mon[96085]: pgmap v11174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:26.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:26.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:27.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:27.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:28.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:28.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:28 smithi098 ceph-mon[112578]: pgmap v11175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:53:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:53:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:28 smithi016 ceph-mon[96085]: pgmap v11175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:53:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:53:29.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:29.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:53:30.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:53:30.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:53:30.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:53:30.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:53:30.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:53:30.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:53:30.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:53:30.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:53:30.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:53:30.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:30.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:31 smithi098 ceph-mon[112578]: pgmap v11176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:31.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:31 smithi016 ceph-mon[96085]: pgmap v11176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:31.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:31.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:32.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:32.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:33.257 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:33 smithi016 ceph-mon[96085]: pgmap v11177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:33 smithi098 ceph-mon[112578]: pgmap v11177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:33.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:33.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:34.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:34.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:35 smithi098 ceph-mon[112578]: pgmap v11178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:35 smithi016 ceph-mon[96085]: pgmap v11178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:35.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:35.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:36 smithi098 ceph-mon[112578]: pgmap v11179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:36 smithi016 ceph-mon[96085]: pgmap v11179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:36.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:36.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:37.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:37.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:38.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:38.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:38 smithi098 ceph-mon[112578]: pgmap v11180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:38 smithi016 ceph-mon[96085]: pgmap v11180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:39.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:39.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:40.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:40.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:40 smithi098 ceph-mon[112578]: pgmap v11181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:40 smithi016 ceph-mon[96085]: pgmap v11181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:41.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:41.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:42.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:42.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:42 smithi098 ceph-mon[112578]: pgmap v11182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:42 smithi016 ceph-mon[96085]: pgmap v11182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:43.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:43.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:53:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:53:44.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:44.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:44 smithi098 ceph-mon[112578]: pgmap v11183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:44 smithi016 ceph-mon[96085]: pgmap v11183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:45.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:45.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:46 smithi098 ceph-mon[112578]: pgmap v11184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:46 smithi016 ceph-mon[96085]: pgmap v11184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:46.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:46.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:47.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:47.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:48.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:48.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:48 smithi098 ceph-mon[112578]: pgmap v11185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:48 smithi016 ceph-mon[96085]: pgmap v11185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:49.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:49.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:50.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:50.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:50 smithi098 ceph-mon[112578]: pgmap v11186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:50 smithi016 ceph-mon[96085]: pgmap v11186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:51.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:51.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:52.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:52.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:52 smithi098 ceph-mon[112578]: pgmap v11187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:52 smithi016 ceph-mon[96085]: pgmap v11187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:53.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:53.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:54.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:54.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:54 smithi098 ceph-mon[112578]: pgmap v11188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:54 smithi016 ceph-mon[96085]: pgmap v11188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:55.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:55.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:56 smithi098 ceph-mon[112578]: pgmap v11189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:56 smithi016 ceph-mon[96085]: pgmap v11189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:56.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:56.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:57.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:57.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:58.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:58.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:58 smithi098 ceph-mon[112578]: pgmap v11190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:53:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:53:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:58 smithi016 ceph-mon[96085]: pgmap v11190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:53:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:53:59.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:53:59.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:00.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:00.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:00 smithi098 ceph-mon[112578]: pgmap v11191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:00 smithi016 ceph-mon[96085]: pgmap v11191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:01.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:01.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:02.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:02.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:02 smithi098 ceph-mon[112578]: pgmap v11192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:02 smithi016 ceph-mon[96085]: pgmap v11192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:03.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:03.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:04.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:04.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:04 smithi098 ceph-mon[112578]: pgmap v11193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:04 smithi016 ceph-mon[96085]: pgmap v11193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:05.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:05.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:06 smithi098 ceph-mon[112578]: pgmap v11194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:06 smithi016 ceph-mon[96085]: pgmap v11194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:06.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:06.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:07.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:07.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:08.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:08.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:08 smithi098 ceph-mon[112578]: pgmap v11195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:08 smithi016 ceph-mon[96085]: pgmap v11195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:09.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:09.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:10.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:10.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:10 smithi098 ceph-mon[112578]: pgmap v11196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:10 smithi016 ceph-mon[96085]: pgmap v11196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:11.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:11.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:12.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:12.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:12 smithi098 ceph-mon[112578]: pgmap v11197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:12 smithi016 ceph-mon[96085]: pgmap v11197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:13.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:13.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:54:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:54:14.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:14.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:14 smithi098 ceph-mon[112578]: pgmap v11198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:14 smithi016 ceph-mon[96085]: pgmap v11198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:15.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:15.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:16 smithi098 ceph-mon[112578]: pgmap v11199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:16 smithi016 ceph-mon[96085]: pgmap v11199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:16.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:16.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:17.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:17.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:18.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:18.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:18 smithi098 ceph-mon[112578]: pgmap v11200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:18 smithi016 ceph-mon[96085]: pgmap v11200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:19.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:19.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:20.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:20.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:20 smithi098 ceph-mon[112578]: pgmap v11201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:20 smithi016 ceph-mon[96085]: pgmap v11201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:21.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:21.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:22.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:22.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:22 smithi098 ceph-mon[112578]: pgmap v11202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:22 smithi016 ceph-mon[96085]: pgmap v11202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:23.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:23.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:24.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:24.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:24 smithi098 ceph-mon[112578]: pgmap v11203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:24 smithi016 ceph-mon[96085]: pgmap v11203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:25.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:25.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:26 smithi098 ceph-mon[112578]: pgmap v11204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:26 smithi016 ceph-mon[96085]: pgmap v11204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:26.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:26.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:27.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:27.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:28.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:28.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:28 smithi098 ceph-mon[112578]: pgmap v11205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:54:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:28 smithi016 ceph-mon[96085]: pgmap v11205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:54:29.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:29.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:54:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:54:30.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:30.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:30 smithi098 ceph-mon[112578]: pgmap v11206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:30 smithi016 ceph-mon[96085]: pgmap v11206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:31.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:31.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:32.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:32.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:32 smithi098 ceph-mon[112578]: pgmap v11207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:32 smithi016 ceph-mon[96085]: pgmap v11207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:33.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:33.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:34.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:34.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:34 smithi098 ceph-mon[112578]: pgmap v11208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:35.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:35.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:35.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:54:35.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:54:35.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:54:35.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:54:35.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:34 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1586M 2023-10-17T02:54:35.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:35.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:54:35.019 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:54:35.019 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:35.019 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:54:35.020 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:34 smithi016 ceph-mon[96085]: pgmap v11208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:35.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:35.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:35.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:54:35.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:54:35.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:54:35.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:54:35.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:34 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1586M 2023-10-17T02:54:35.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:35.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:54:35.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:54:35.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:35.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:54:35.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:54:35.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:35.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:36 smithi098 ceph-mon[112578]: pgmap v11209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:36 smithi016 ceph-mon[96085]: pgmap v11209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:36.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:36.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:37.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:37.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:38.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:38.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:39.006 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:38 smithi016 ceph-mon[96085]: pgmap v11210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:38 smithi098 ceph-mon[112578]: pgmap v11210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:39.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:39.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:40 smithi098 ceph-mon[112578]: pgmap v11211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:40.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:40.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:40 smithi016 ceph-mon[96085]: pgmap v11211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:41.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:41.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:42.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:42.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:42 smithi098 ceph-mon[112578]: pgmap v11212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:42 smithi016 ceph-mon[96085]: pgmap v11212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:43.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:43.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:54:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:54:44.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:44.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:44 smithi098 ceph-mon[112578]: pgmap v11213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:44 smithi016 ceph-mon[96085]: pgmap v11213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:45.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:45.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:46 smithi098 ceph-mon[112578]: pgmap v11214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:46 smithi016 ceph-mon[96085]: pgmap v11214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:46.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:46.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:47.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:47.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:48.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:48.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:48 smithi098 ceph-mon[112578]: pgmap v11215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:48 smithi016 ceph-mon[96085]: pgmap v11215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:49.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:49.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:51.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:51.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:50 smithi098 ceph-mon[112578]: pgmap v11216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:50 smithi016 ceph-mon[96085]: pgmap v11216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:52.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:52.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:53.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:53.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:52 smithi098 ceph-mon[112578]: pgmap v11217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:52 smithi016 ceph-mon[96085]: pgmap v11217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:54.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:54.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:55.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:55.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:54 smithi098 ceph-mon[112578]: pgmap v11218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:54 smithi016 ceph-mon[96085]: pgmap v11218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:56.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:56.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:56 smithi098 ceph-mon[112578]: pgmap v11219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:56 smithi016 ceph-mon[96085]: pgmap v11219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:57.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:57.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:58.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:58.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:59.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:54:59.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:58 smithi098 ceph-mon[112578]: pgmap v11220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:54:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:54:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:58 smithi016 ceph-mon[96085]: pgmap v11220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:54:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:55:00.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:00.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:00 smithi098 ceph-mon[112578]: pgmap v11221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:01.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:01.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:00 smithi016 ceph-mon[96085]: pgmap v11221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:02.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:02.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:02 smithi098 ceph-mon[112578]: pgmap v11222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:03.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:03.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:02 smithi016 ceph-mon[96085]: pgmap v11222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:04.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:04.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:04 smithi098 ceph-mon[112578]: pgmap v11223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:05.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:05.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:04 smithi016 ceph-mon[96085]: pgmap v11223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:06.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:06.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:06 smithi098 ceph-mon[112578]: pgmap v11224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:06 smithi016 ceph-mon[96085]: pgmap v11224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:07.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:07.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:08.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:08.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:08 smithi098 ceph-mon[112578]: pgmap v11225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:09.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:09.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:08 smithi016 ceph-mon[96085]: pgmap v11225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:10.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:10.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:10 smithi098 ceph-mon[112578]: pgmap v11226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:10 smithi016 ceph-mon[96085]: pgmap v11226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:11.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:11.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:12.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:12.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:12 smithi098 ceph-mon[112578]: pgmap v11227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:12 smithi016 ceph-mon[96085]: pgmap v11227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:13.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:13.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:55:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:55:14.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:14.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:14 smithi098 ceph-mon[112578]: pgmap v11228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:14 smithi016 ceph-mon[96085]: pgmap v11228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:15.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:15.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:16.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:16.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:16 smithi098 ceph-mon[112578]: pgmap v11229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:16 smithi016 ceph-mon[96085]: pgmap v11229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:17.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:17.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:18.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:18.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:18 smithi098 ceph-mon[112578]: pgmap v11230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:18 smithi016 ceph-mon[96085]: pgmap v11230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:19.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:19.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:20.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:20.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:20 smithi098 ceph-mon[112578]: pgmap v11231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:20 smithi016 ceph-mon[96085]: pgmap v11231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:21.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:21.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:22.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:22.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:22 smithi098 ceph-mon[112578]: pgmap v11232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:22 smithi016 ceph-mon[96085]: pgmap v11232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:23.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:23.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:24.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:24.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:24 smithi016 ceph-mon[96085]: pgmap v11233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:24 smithi098 ceph-mon[112578]: pgmap v11233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:25.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:25.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:26.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:26.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:26 smithi098 ceph-mon[112578]: pgmap v11234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:26 smithi016 ceph-mon[96085]: pgmap v11234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:27.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:27.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:28.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:28.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:28 smithi098 ceph-mon[112578]: pgmap v11235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:55:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:28 smithi016 ceph-mon[96085]: pgmap v11235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:55:29.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:29.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:30.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:30.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:30 smithi098 ceph-mon[112578]: pgmap v11236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:30 smithi016 ceph-mon[96085]: pgmap v11236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:31.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:31.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:32.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:32.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:32 smithi098 ceph-mon[112578]: pgmap v11237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:32 smithi016 ceph-mon[96085]: pgmap v11237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:33.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:33.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:34.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:34.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:34 smithi098 ceph-mon[112578]: pgmap v11238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:55:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:34 smithi016 ceph-mon[96085]: pgmap v11238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:55:35.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:35.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:55:36.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:55:36.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:55:36.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:55:36.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:55:36.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:55:36.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:55:36.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:55:36.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:55:36.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:55:36.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:36.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:36 smithi098 ceph-mon[112578]: pgmap v11239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:36 smithi016 ceph-mon[96085]: pgmap v11239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:37.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:37.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:38.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:38.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:38 smithi098 ceph-mon[112578]: pgmap v11240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:38 smithi016 ceph-mon[96085]: pgmap v11240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:39.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:39.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:40.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:40.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:40 smithi098 ceph-mon[112578]: pgmap v11241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:40 smithi016 ceph-mon[96085]: pgmap v11241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:41.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:41.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:42.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:42.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:42 smithi098 ceph-mon[112578]: pgmap v11242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:42 smithi016 ceph-mon[96085]: pgmap v11242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:43.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:43.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:55:44.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:44.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:55:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:44 smithi016 ceph-mon[96085]: pgmap v11243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:45.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:45.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:44 smithi098 ceph-mon[112578]: pgmap v11243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:46.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:46.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:46 smithi098 ceph-mon[112578]: pgmap v11244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:46 smithi016 ceph-mon[96085]: pgmap v11244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:47.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:47.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:48.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:48.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:48 smithi098 ceph-mon[112578]: pgmap v11245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:48 smithi016 ceph-mon[96085]: pgmap v11245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:49.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:49.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:50.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:50.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:50 smithi098 ceph-mon[112578]: pgmap v11246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:50 smithi016 ceph-mon[96085]: pgmap v11246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:51.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:51.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:52.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:52.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:52 smithi098 ceph-mon[112578]: pgmap v11247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:52 smithi016 ceph-mon[96085]: pgmap v11247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:53.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:53.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:54.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:54.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:54 smithi098 ceph-mon[112578]: pgmap v11248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:54 smithi016 ceph-mon[96085]: pgmap v11248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:55.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:55.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:56.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:56.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:56 smithi098 ceph-mon[112578]: pgmap v11249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:56 smithi016 ceph-mon[96085]: pgmap v11249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:57.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:57.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:58.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:58.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:58 smithi098 ceph-mon[112578]: pgmap v11250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:55:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:55:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:58 smithi016 ceph-mon[96085]: pgmap v11250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:55:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:55:59.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:55:59.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:00.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:00.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:00 smithi098 ceph-mon[112578]: pgmap v11251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:00 smithi016 ceph-mon[96085]: pgmap v11251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:01.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:01.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:02.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:02.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:02 smithi098 ceph-mon[112578]: pgmap v11252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:02 smithi016 ceph-mon[96085]: pgmap v11252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:03.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:03.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:04.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:04.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:04 smithi098 ceph-mon[112578]: pgmap v11253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:04 smithi016 ceph-mon[96085]: pgmap v11253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:05.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:05.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:06.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:06.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:06 smithi098 ceph-mon[112578]: pgmap v11254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:06 smithi016 ceph-mon[96085]: pgmap v11254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:07.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:07.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:08.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:08.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:08 smithi098 ceph-mon[112578]: pgmap v11255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:08 smithi016 ceph-mon[96085]: pgmap v11255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:09.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:09.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:10.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:10.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:10 smithi098 ceph-mon[112578]: pgmap v11256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:10 smithi016 ceph-mon[96085]: pgmap v11256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:11.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:11.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:12.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:12.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:12 smithi098 ceph-mon[112578]: pgmap v11257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:12 smithi016 ceph-mon[96085]: pgmap v11257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:13.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:13.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:56:14.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:14.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:56:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:14 smithi016 ceph-mon[96085]: pgmap v11258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:15.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:15.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:14 smithi098 ceph-mon[112578]: pgmap v11258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:16.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:16.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:16.511 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:16 smithi098 ceph-mon[112578]: pgmap v11259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:16 smithi016 ceph-mon[96085]: pgmap v11259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:17.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:17.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:18.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:18.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:18 smithi098 ceph-mon[112578]: pgmap v11260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:18 smithi016 ceph-mon[96085]: pgmap v11260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:19.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:19.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:20.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:20.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:20 smithi098 ceph-mon[112578]: pgmap v11261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:20 smithi016 ceph-mon[96085]: pgmap v11261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:21.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:21.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:22.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:22.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:22 smithi098 ceph-mon[112578]: pgmap v11262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:22 smithi016 ceph-mon[96085]: pgmap v11262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:23.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:23.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:24.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:24.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:24 smithi016 ceph-mon[96085]: pgmap v11263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:25.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:25.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:24 smithi098 ceph-mon[112578]: pgmap v11263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:26.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:26.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:26 smithi098 ceph-mon[112578]: pgmap v11264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:26 smithi016 ceph-mon[96085]: pgmap v11264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:27.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:27.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:28.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:28.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:28 smithi098 ceph-mon[112578]: pgmap v11265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:56:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:28 smithi016 ceph-mon[96085]: pgmap v11265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:56:29.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:29.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:30.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:30.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:30 smithi098 ceph-mon[112578]: pgmap v11266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:30 smithi016 ceph-mon[96085]: pgmap v11266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:31.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:31.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:32.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:32.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:32 smithi016 ceph-mon[96085]: pgmap v11267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:33.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:33.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:32 smithi098 ceph-mon[112578]: pgmap v11267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:34.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:34.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:34 smithi016 ceph-mon[96085]: pgmap v11268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:35.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:35.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:34 smithi098 ceph-mon[112578]: pgmap v11268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:36.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:56:36.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:56:36.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:56:36.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:56:36.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:56:36.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:56:36.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:36.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:56:36.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:56:36.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:56:36.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:56:36.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:56:36.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:56:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:36 smithi098 ceph-mon[112578]: pgmap v11269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:36 smithi016 ceph-mon[96085]: pgmap v11269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:37.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:37.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:38.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:38.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:38 smithi016 ceph-mon[96085]: pgmap v11270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:39.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:39.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:38 smithi098 ceph-mon[112578]: pgmap v11270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:40.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:40.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:40 smithi016 ceph-mon[96085]: pgmap v11271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:41.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:41.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:40 smithi098 ceph-mon[112578]: pgmap v11271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:42.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:42.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:42 smithi016 ceph-mon[96085]: pgmap v11272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:43.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:43.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:42 smithi098 ceph-mon[112578]: pgmap v11272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:44.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:44.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:56:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:56:45.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:45.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:44 smithi098 ceph-mon[112578]: pgmap v11273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:44 smithi016 ceph-mon[96085]: pgmap v11273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:46.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:46.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:46 smithi098 ceph-mon[112578]: pgmap v11274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:46 smithi016 ceph-mon[96085]: pgmap v11274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:47.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:47.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:48.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:48.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:48 smithi016 ceph-mon[96085]: pgmap v11275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:49.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:49.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:48 smithi098 ceph-mon[112578]: pgmap v11275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:50.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:50.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:50 smithi016 ceph-mon[96085]: pgmap v11276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:51.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:51.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:50 smithi098 ceph-mon[112578]: pgmap v11276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:52.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:52.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:52 smithi016 ceph-mon[96085]: pgmap v11277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:53.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:53.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:52 smithi098 ceph-mon[112578]: pgmap v11277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:54.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:54.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:54 smithi016 ceph-mon[96085]: pgmap v11278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:55.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:55.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:54 smithi098 ceph-mon[112578]: pgmap v11278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:56.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:56.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:56 smithi098 ceph-mon[112578]: pgmap v11279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:56 smithi016 ceph-mon[96085]: pgmap v11279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:57.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:57.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:58.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:58.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:58 smithi016 ceph-mon[96085]: pgmap v11280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:56:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:56:59.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:56:59.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:58 smithi098 ceph-mon[112578]: pgmap v11280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:56:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:57:00.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:00.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:00 smithi016 ceph-mon[96085]: pgmap v11281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:01.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:01.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:00 smithi098 ceph-mon[112578]: pgmap v11281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:02.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:02.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:02 smithi016 ceph-mon[96085]: pgmap v11282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:03.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:03.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:02 smithi098 ceph-mon[112578]: pgmap v11282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:04.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:04.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:04 smithi016 ceph-mon[96085]: pgmap v11283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:05.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:05.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:04 smithi098 ceph-mon[112578]: pgmap v11283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:06.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:06.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:06 smithi098 ceph-mon[112578]: pgmap v11284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:06 smithi016 ceph-mon[96085]: pgmap v11284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:07.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:07.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:08.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:08.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:08 smithi016 ceph-mon[96085]: pgmap v11285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:09.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:09.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:08 smithi098 ceph-mon[112578]: pgmap v11285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:10.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:10.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:10 smithi016 ceph-mon[96085]: pgmap v11286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:11.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:11.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:10 smithi098 ceph-mon[112578]: pgmap v11286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:12.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:12.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:12 smithi016 ceph-mon[96085]: pgmap v11287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:13.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:13.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:12 smithi098 ceph-mon[112578]: pgmap v11287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:14.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:14.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:57:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:57:15.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:15.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:14 smithi098 ceph-mon[112578]: pgmap v11288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:14 smithi016 ceph-mon[96085]: pgmap v11288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:16.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:16.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:16 smithi098 ceph-mon[112578]: pgmap v11289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:16 smithi016 ceph-mon[96085]: pgmap v11289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:17.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:17.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:18.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:18.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:18 smithi016 ceph-mon[96085]: pgmap v11290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:19.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:19.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:18 smithi098 ceph-mon[112578]: pgmap v11290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:20.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:20.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:20 smithi016 ceph-mon[96085]: pgmap v11291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:21.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:21.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:20 smithi098 ceph-mon[112578]: pgmap v11291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:22.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:22.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:23.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:23.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:22 smithi098 ceph-mon[112578]: pgmap v11292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:23.286 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:22 smithi016 ceph-mon[96085]: pgmap v11292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:24.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:24.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:25.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:25.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:24 smithi098 ceph-mon[112578]: pgmap v11293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:24 smithi016 ceph-mon[96085]: pgmap v11293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:26.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:26.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:26 smithi098 ceph-mon[112578]: pgmap v11294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:26 smithi016 ceph-mon[96085]: pgmap v11294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:27.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:27.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:28.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:28.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:28 smithi016 ceph-mon[96085]: pgmap v11295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:57:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:28 smithi098 ceph-mon[112578]: pgmap v11295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:57:29.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:29.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:30.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:30.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:30 smithi016 ceph-mon[96085]: pgmap v11296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:30 smithi098 ceph-mon[112578]: pgmap v11296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:31.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:31.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:32.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:32.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:32 smithi098 ceph-mon[112578]: pgmap v11297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:33.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:33.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:32 smithi016 ceph-mon[96085]: pgmap v11297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:34.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:34.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:34 smithi098 ceph-mon[112578]: pgmap v11298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:35.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:35.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:34 smithi016 ceph-mon[96085]: pgmap v11298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:36.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:36.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:36.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:57:36.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:36 smithi016 ceph-mon[96085]: pgmap v11299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:57:36.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:36 smithi098 ceph-mon[112578]: pgmap v11299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:37.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:37.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:38.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:38.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:38 smithi098 ceph-mon[112578]: pgmap v11300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:39.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:57:39.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:57:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:38 smithi016 ceph-mon[96085]: pgmap v11300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:57:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:57:39.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:39.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:57:40.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:57:40.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:57:40.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:57:40.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:57:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:57:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:57:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:57:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:57:40.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:57:40.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:40.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:40 smithi016 ceph-mon[96085]: pgmap v11301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:40 smithi098 ceph-mon[112578]: pgmap v11301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:41.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:41.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:42.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:42.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:42 smithi098 ceph-mon[112578]: pgmap v11302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:42 smithi016 ceph-mon[96085]: pgmap v11302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:43.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:43.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:57:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:57:44.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:44.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:44 smithi098 ceph-mon[112578]: pgmap v11303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:44 smithi016 ceph-mon[96085]: pgmap v11303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:45.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:45.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:46.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:46.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:46 smithi098 ceph-mon[112578]: pgmap v11304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:46 smithi016 ceph-mon[96085]: pgmap v11304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:47.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:47.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:48.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:48.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:48 smithi098 ceph-mon[112578]: pgmap v11305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:48 smithi016 ceph-mon[96085]: pgmap v11305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:49.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:49.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:50.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:50.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:50 smithi016 ceph-mon[96085]: pgmap v11306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:50 smithi098 ceph-mon[112578]: pgmap v11306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:51.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:51.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:52.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:52.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:52 smithi098 ceph-mon[112578]: pgmap v11307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:52 smithi016 ceph-mon[96085]: pgmap v11307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:53.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:53.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:54.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:54.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:54 smithi098 ceph-mon[112578]: pgmap v11308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:54 smithi016 ceph-mon[96085]: pgmap v11308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:55.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:55.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:56.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:56.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:56 smithi016 ceph-mon[96085]: pgmap v11309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:56 smithi098 ceph-mon[112578]: pgmap v11309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:57.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:57.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:58.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:58.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:58 smithi098 ceph-mon[112578]: pgmap v11310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:57:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:57:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:58 smithi016 ceph-mon[96085]: pgmap v11310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:57:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:57:59.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:57:59.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:00.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:00.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:00 smithi016 ceph-mon[96085]: pgmap v11311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:00 smithi098 ceph-mon[112578]: pgmap v11311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:01.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:01.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:02.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:02.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:02 smithi098 ceph-mon[112578]: pgmap v11312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:02 smithi016 ceph-mon[96085]: pgmap v11312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:03.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:03.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:04.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:04.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:04 smithi098 ceph-mon[112578]: pgmap v11313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:04 smithi016 ceph-mon[96085]: pgmap v11313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:05.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:05.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:06.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:06.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:06 smithi016 ceph-mon[96085]: pgmap v11314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:06.772 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:06 smithi098 ceph-mon[112578]: pgmap v11314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:07.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:07.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:08.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:08.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:08 smithi098 ceph-mon[112578]: pgmap v11315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:08 smithi016 ceph-mon[96085]: pgmap v11315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:09.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:09.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:10.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:10.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:10 smithi016 ceph-mon[96085]: pgmap v11316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:10 smithi098 ceph-mon[112578]: pgmap v11316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:11.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:11.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:12.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:12.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:12 smithi098 ceph-mon[112578]: pgmap v11317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:12 smithi016 ceph-mon[96085]: pgmap v11317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:13.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:13.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:58:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:58:14.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:14.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:14 smithi098 ceph-mon[112578]: pgmap v11318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:14 smithi016 ceph-mon[96085]: pgmap v11318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:15.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:15.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:16.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:16.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:16 smithi016 ceph-mon[96085]: pgmap v11319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:16 smithi098 ceph-mon[112578]: pgmap v11319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:17.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:17.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:18.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:18.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:18 smithi098 ceph-mon[112578]: pgmap v11320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:18 smithi016 ceph-mon[96085]: pgmap v11320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:19.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:19.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:20.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:20.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:20 smithi016 ceph-mon[96085]: pgmap v11321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:20 smithi098 ceph-mon[112578]: pgmap v11321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:21.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:21.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:22.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:22.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:22 smithi098 ceph-mon[112578]: pgmap v11322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:22 smithi016 ceph-mon[96085]: pgmap v11322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:23.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:23.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:24.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:24.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:24 smithi098 ceph-mon[112578]: pgmap v11323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:24 smithi016 ceph-mon[96085]: pgmap v11323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:25.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:25.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:26.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:26.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:26 smithi016 ceph-mon[96085]: pgmap v11324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:26 smithi098 ceph-mon[112578]: pgmap v11324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:27.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:27.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:28.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:28.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:28 smithi098 ceph-mon[112578]: pgmap v11325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:58:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:28 smithi016 ceph-mon[96085]: pgmap v11325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:58:29.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:29.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:30.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:30.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:30 smithi016 ceph-mon[96085]: pgmap v11326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:30 smithi098 ceph-mon[112578]: pgmap v11326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:31.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:31.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:32.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:32.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:32 smithi098 ceph-mon[112578]: pgmap v11327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:32 smithi016 ceph-mon[96085]: pgmap v11327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:33.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:33.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:34.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:34.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:34 smithi098 ceph-mon[112578]: pgmap v11328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:34 smithi016 ceph-mon[96085]: pgmap v11328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:35.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:35.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:36.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:36.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:36 smithi016 ceph-mon[96085]: pgmap v11329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:36 smithi098 ceph-mon[112578]: pgmap v11329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:37.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:37.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:38.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:38.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:38 smithi098 ceph-mon[112578]: pgmap v11330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:38 smithi016 ceph-mon[96085]: pgmap v11330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:39.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:39.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:58:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:58:40.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:40.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:40 smithi016 ceph-mon[96085]: pgmap v11331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:40 smithi098 ceph-mon[112578]: pgmap v11331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:41.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:41.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:42.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:42.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:42 smithi098 ceph-mon[112578]: pgmap v11332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:42 smithi016 ceph-mon[96085]: pgmap v11332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:43.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:43.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:58:44.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:58:44.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:58:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:58:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:58:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:58:44.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:44.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:44 smithi098 ceph-mon[112578]: pgmap v11333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:45.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:58:45.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:58:45.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:58:45.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:58:45.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:58:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:44 smithi016 ceph-mon[96085]: pgmap v11333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:58:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:58:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:58:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:58:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:58:45.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:45.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:46.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:46.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:46 smithi016 ceph-mon[96085]: pgmap v11334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:46 smithi098 ceph-mon[112578]: pgmap v11334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:47.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:47.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:48.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:48.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:48 smithi098 ceph-mon[112578]: pgmap v11335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:48 smithi016 ceph-mon[96085]: pgmap v11335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:49.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:49.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:50.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:50.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:50 smithi016 ceph-mon[96085]: pgmap v11336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:50 smithi098 ceph-mon[112578]: pgmap v11336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:51.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:51.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:52.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:52.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:53.159 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:52 smithi098 ceph-mon[112578]: pgmap v11337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:52 smithi016 ceph-mon[96085]: pgmap v11337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:53.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:53.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:54.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:54.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:54 smithi098 ceph-mon[112578]: pgmap v11338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:54 smithi016 ceph-mon[96085]: pgmap v11338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:55.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:55.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:56.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:56.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:56 smithi016 ceph-mon[96085]: pgmap v11339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:56 smithi098 ceph-mon[112578]: pgmap v11339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:57.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:57.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:58.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:58.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:58 smithi098 ceph-mon[112578]: pgmap v11340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:58:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:58:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:58 smithi016 ceph-mon[96085]: pgmap v11340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:58:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:58:59.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:58:59.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:00.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:00.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:00 smithi016 ceph-mon[96085]: pgmap v11341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:00 smithi098 ceph-mon[112578]: pgmap v11341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:01.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:01.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:02.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:02.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:02 smithi098 ceph-mon[112578]: pgmap v11342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:02 smithi016 ceph-mon[96085]: pgmap v11342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:03.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:03.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:04.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:04.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:04 smithi098 ceph-mon[112578]: pgmap v11343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:04 smithi016 ceph-mon[96085]: pgmap v11343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:05.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:05.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:06.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:06.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:06 smithi098 ceph-mon[112578]: pgmap v11344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:06 smithi016 ceph-mon[96085]: pgmap v11344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:07.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:07.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:08.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:08.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:08 smithi098 ceph-mon[112578]: pgmap v11345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:09.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:08 smithi016 ceph-mon[96085]: pgmap v11345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:09.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:09.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:10.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:10.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:10 smithi016 ceph-mon[96085]: pgmap v11346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:10 smithi098 ceph-mon[112578]: pgmap v11346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:11.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:11.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:12.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:12.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:12 smithi098 ceph-mon[112578]: pgmap v11347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:12 smithi016 ceph-mon[96085]: pgmap v11347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:13.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:13.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:59:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:59:14.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:14.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:14 smithi098 ceph-mon[112578]: pgmap v11348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:14 smithi016 ceph-mon[96085]: pgmap v11348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:15.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:15.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:16.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:16.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:16 smithi098 ceph-mon[112578]: pgmap v11349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:16 smithi016 ceph-mon[96085]: pgmap v11349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:17.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:17.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:18.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:18.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:19.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:18 smithi098 ceph-mon[112578]: pgmap v11350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:18 smithi016 ceph-mon[96085]: pgmap v11350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:19.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:19.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:20.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:20.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:20 smithi016 ceph-mon[96085]: pgmap v11351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:20 smithi098 ceph-mon[112578]: pgmap v11351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:21.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:21.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:22.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:22.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:22 smithi098 ceph-mon[112578]: pgmap v11352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:22 smithi016 ceph-mon[96085]: pgmap v11352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:23.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:23.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:24.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:24.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:24 smithi098 ceph-mon[112578]: pgmap v11353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:24 smithi016 ceph-mon[96085]: pgmap v11353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:25.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:25.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:26.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:26.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:26 smithi098 ceph-mon[112578]: pgmap v11354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:26 smithi016 ceph-mon[96085]: pgmap v11354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:27.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:27.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:28.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:28.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:28 smithi098 ceph-mon[112578]: pgmap v11355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:59:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:28 smithi016 ceph-mon[96085]: pgmap v11355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:59:29.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:29.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:30.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:30.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:30 smithi016 ceph-mon[96085]: pgmap v11356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:30 smithi098 ceph-mon[112578]: pgmap v11356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:31.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:31.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:32.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:32.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:32 smithi098 ceph-mon[112578]: pgmap v11357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:32 smithi016 ceph-mon[96085]: pgmap v11357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:33.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:33.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:34.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:34.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:34 smithi098 ceph-mon[112578]: pgmap v11358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:34 smithi016 ceph-mon[96085]: pgmap v11358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:35.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:35.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:36.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:36.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:36 smithi098 ceph-mon[112578]: pgmap v11359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:36 smithi016 ceph-mon[96085]: pgmap v11359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:37.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:37.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:38.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:38.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:38 smithi098 ceph-mon[112578]: pgmap v11360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:38 smithi016 ceph-mon[96085]: pgmap v11360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:39.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:39.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:40.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:40.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:41.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:40 smithi016 ceph-mon[96085]: pgmap v11361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:40 smithi098 ceph-mon[112578]: pgmap v11361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:41.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:41.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:42.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:42.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:42 smithi098 ceph-mon[112578]: pgmap v11362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:42 smithi016 ceph-mon[96085]: pgmap v11362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:43.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:43.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:59:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:59:44.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:44.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:44 smithi098 ceph-mon[112578]: pgmap v11363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:45.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:59:45.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:59:45.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:59:45.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:59:45.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:59:45.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:59:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:44 smithi016 ceph-mon[96085]: pgmap v11363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:59:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:59:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:59:45.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:59:45.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:59:45.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T02:59:45.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:45.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:46.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:46.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:46 smithi098 ceph-mon[112578]: pgmap v11364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:46 smithi016 ceph-mon[96085]: pgmap v11364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:47.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:47.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:48.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:48.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:48 smithi098 ceph-mon[112578]: pgmap v11365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:48 smithi016 ceph-mon[96085]: pgmap v11365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:49.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:49.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:50.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:50.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:50 smithi016 ceph-mon[96085]: pgmap v11366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:50 smithi098 ceph-mon[112578]: pgmap v11366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:51.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:51.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:52.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:52.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:52 smithi098 ceph-mon[112578]: pgmap v11367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:52 smithi016 ceph-mon[96085]: pgmap v11367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:53.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:53.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:54.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:54.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:54 smithi098 ceph-mon[112578]: pgmap v11368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:54 smithi016 ceph-mon[96085]: pgmap v11368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:55.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:55.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:56.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:56.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:56 smithi098 ceph-mon[112578]: pgmap v11369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:56 smithi016 ceph-mon[96085]: pgmap v11369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:57.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:57.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:58.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:58.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:58 smithi098 ceph-mon[112578]: pgmap v11370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 02:59:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:59:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:58 smithi016 ceph-mon[96085]: pgmap v11370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 02:59:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:59:59.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T02:59:59.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:00.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:00.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:00 smithi016 ceph-mon[96085]: pgmap v11371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:01.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T03:00:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:00 smithi098 ceph-mon[112578]: pgmap v11371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:01.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T03:00:01.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:01.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:02.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:02.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:02 smithi016 ceph-mon[96085]: pgmap v11372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:02 smithi098 ceph-mon[112578]: pgmap v11372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:03.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:03.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:04.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:04.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:04 smithi098 ceph-mon[112578]: pgmap v11373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:04 smithi016 ceph-mon[96085]: pgmap v11373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:05.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:05.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:06.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:06.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:06 smithi098 ceph-mon[112578]: pgmap v11374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:06 smithi016 ceph-mon[96085]: pgmap v11374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:07.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:07.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:08.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:08.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:08 smithi098 ceph-mon[112578]: pgmap v11375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:09.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:08 smithi016 ceph-mon[96085]: pgmap v11375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:09.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:09.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:10.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:10.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:10 smithi016 ceph-mon[96085]: pgmap v11376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:10 smithi098 ceph-mon[112578]: pgmap v11376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:11.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:11.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:12.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:12.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:12 smithi098 ceph-mon[112578]: pgmap v11377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:12 smithi016 ceph-mon[96085]: pgmap v11377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:13.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:13.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:00:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:00:14.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:14.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:14 smithi098 ceph-mon[112578]: pgmap v11378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:14 smithi016 ceph-mon[96085]: pgmap v11378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:15.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:15.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:16.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:16.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:16 smithi098 ceph-mon[112578]: pgmap v11379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:16 smithi016 ceph-mon[96085]: pgmap v11379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:17.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:17.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:18.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:18.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:18 smithi098 ceph-mon[112578]: pgmap v11380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:18 smithi016 ceph-mon[96085]: pgmap v11380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:19.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:19.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:20.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:20.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:21.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:20 smithi016 ceph-mon[96085]: pgmap v11381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:20 smithi098 ceph-mon[112578]: pgmap v11381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:21.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:21.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:22.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:22.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:22 smithi098 ceph-mon[112578]: pgmap v11382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:22 smithi016 ceph-mon[96085]: pgmap v11382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:23.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:23.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:24.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:24.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:24 smithi098 ceph-mon[112578]: pgmap v11383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:24 smithi016 ceph-mon[96085]: pgmap v11383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:25.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:25.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:26.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:26.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:26 smithi098 ceph-mon[112578]: pgmap v11384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:26 smithi016 ceph-mon[96085]: pgmap v11384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:27.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:27.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:28.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:28.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:29.147 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:28 smithi098 ceph-mon[112578]: pgmap v11385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:29.148 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:00:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:28 smithi016 ceph-mon[96085]: pgmap v11385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:00:29.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:29.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:30.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:30.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:30 smithi016 ceph-mon[96085]: pgmap v11386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:30 smithi098 ceph-mon[112578]: pgmap v11386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:31.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:31.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:32.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:32.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:32 smithi098 ceph-mon[112578]: pgmap v11387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:32 smithi016 ceph-mon[96085]: pgmap v11387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:33.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:33.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:34.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:34.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:34 smithi098 ceph-mon[112578]: pgmap v11388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:34 smithi016 ceph-mon[96085]: pgmap v11388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:35.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:35.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:36.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:36.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:36 smithi098 ceph-mon[112578]: pgmap v11389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:36 smithi016 ceph-mon[96085]: pgmap v11389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:37.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:37.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:38.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:38.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:39.253 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:38 smithi098 ceph-mon[112578]: pgmap v11390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:38 smithi016 ceph-mon[96085]: pgmap v11390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:39.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:39.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:40.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:40.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:41.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:40 smithi016 ceph-mon[96085]: pgmap v11391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:40 smithi098 ceph-mon[112578]: pgmap v11391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:41.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:41.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:42.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:42.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:43.153 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:42 smithi016 ceph-mon[96085]: pgmap v11392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:42 smithi098 ceph-mon[112578]: pgmap v11392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:43.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:43.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:00:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:00:44.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:44.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:44 smithi098 ceph-mon[112578]: pgmap v11393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:44 smithi016 ceph-mon[96085]: pgmap v11393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:45.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:45.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:00:46.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:00:46.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:00:46.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:00:46.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:00:46.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:00:46.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:00:46.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:00:46.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:00:46.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:00:46.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:00:46.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:00:46.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:00:46.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:00:46.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:00:46.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:00:46.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:46.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:46 smithi098 ceph-mon[112578]: pgmap v11394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:46 smithi016 ceph-mon[96085]: pgmap v11394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:47.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:47.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:48.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:48.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:48 smithi098 ceph-mon[112578]: pgmap v11395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:48 smithi016 ceph-mon[96085]: pgmap v11395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:49.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:49.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:50.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:50.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:50 smithi016 ceph-mon[96085]: pgmap v11396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:50 smithi098 ceph-mon[112578]: pgmap v11396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:51.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:51.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:52.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:52.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:52 smithi098 ceph-mon[112578]: pgmap v11397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:53.269 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:52 smithi016 ceph-mon[96085]: pgmap v11397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:53.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:53.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:54.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:54.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:54 smithi098 ceph-mon[112578]: pgmap v11398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:54 smithi016 ceph-mon[96085]: pgmap v11398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:55.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:55.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:56.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:56.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:56 smithi098 ceph-mon[112578]: pgmap v11399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:56 smithi016 ceph-mon[96085]: pgmap v11399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:57.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:57.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:58.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:58.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:58 smithi098 ceph-mon[112578]: pgmap v11400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:00:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:00:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:58 smithi016 ceph-mon[96085]: pgmap v11400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:00:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:00:59.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:00:59.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:00.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:00.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:00 smithi016 ceph-mon[96085]: pgmap v11401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:00 smithi098 ceph-mon[112578]: pgmap v11401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:01.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:01.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:02.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:02.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:02 smithi098 ceph-mon[112578]: pgmap v11402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:02 smithi016 ceph-mon[96085]: pgmap v11402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:03.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:03.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:04.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:04.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:04 smithi098 ceph-mon[112578]: pgmap v11403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:04 smithi016 ceph-mon[96085]: pgmap v11403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:05.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:05.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:06.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:06.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:06 smithi098 ceph-mon[112578]: pgmap v11404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:06 smithi016 ceph-mon[96085]: pgmap v11404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:07.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:07.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:08.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:08.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:08 smithi098 ceph-mon[112578]: pgmap v11405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:08 smithi016 ceph-mon[96085]: pgmap v11405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:09.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:09.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:10.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:10.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:10 smithi016 ceph-mon[96085]: pgmap v11406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:10 smithi098 ceph-mon[112578]: pgmap v11406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:11.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:11.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:12.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:12.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:12 smithi098 ceph-mon[112578]: pgmap v11407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:12 smithi016 ceph-mon[96085]: pgmap v11407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:13.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:13.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:01:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:01:14.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:14.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:14 smithi098 ceph-mon[112578]: pgmap v11408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:14 smithi016 ceph-mon[96085]: pgmap v11408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:15.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:15.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:16.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:16.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:16 smithi098 ceph-mon[112578]: pgmap v11409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:16 smithi016 ceph-mon[96085]: pgmap v11409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:17.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:17.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:18.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:18.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:18 smithi098 ceph-mon[112578]: pgmap v11410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:18 smithi016 ceph-mon[96085]: pgmap v11410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:19.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:19.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:20.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:20.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:20 smithi016 ceph-mon[96085]: pgmap v11411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:20 smithi098 ceph-mon[112578]: pgmap v11411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:21.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:21.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:22.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:22.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:22 smithi098 ceph-mon[112578]: pgmap v11412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:22 smithi016 ceph-mon[96085]: pgmap v11412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:23.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:23.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:24.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:24.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:24 smithi098 ceph-mon[112578]: pgmap v11413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:24 smithi016 ceph-mon[96085]: pgmap v11413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:25.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:25.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:26.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:26.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:26 smithi098 ceph-mon[112578]: pgmap v11414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:26 smithi016 ceph-mon[96085]: pgmap v11414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:27.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:27.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:28.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:28.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:28 smithi016 ceph-mon[96085]: pgmap v11415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:01:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:28 smithi098 ceph-mon[112578]: pgmap v11415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:01:29.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:29.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:30.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:30.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:30 smithi016 ceph-mon[96085]: pgmap v11416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:30 smithi098 ceph-mon[112578]: pgmap v11416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:31.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:31.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:32.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:32.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:32 smithi098 ceph-mon[112578]: pgmap v11417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:32 smithi016 ceph-mon[96085]: pgmap v11417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:33.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:33.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:34.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:34.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:34 smithi098 ceph-mon[112578]: pgmap v11418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:34 smithi016 ceph-mon[96085]: pgmap v11418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:35.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:35.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:36.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:36.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:36 smithi098 ceph-mon[112578]: pgmap v11419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:36 smithi016 ceph-mon[96085]: pgmap v11419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:37.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:37.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:38.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:38.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:38 smithi098 ceph-mon[112578]: pgmap v11420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:38 smithi016 ceph-mon[96085]: pgmap v11420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:39.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:39.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:40.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:40.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:41.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:40 smithi016 ceph-mon[96085]: pgmap v11421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:40 smithi098 ceph-mon[112578]: pgmap v11421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:41.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:41.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:42.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:42.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:42 smithi098 ceph-mon[112578]: pgmap v11422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:42 smithi016 ceph-mon[96085]: pgmap v11422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:43.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:43.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:01:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:01:44.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:44.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:44 smithi098 ceph-mon[112578]: pgmap v11423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:44 smithi016 ceph-mon[96085]: pgmap v11423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:45.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:45.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:46.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:46.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:46 smithi098 ceph-mon[112578]: pgmap v11424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:01:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:46 smithi016 ceph-mon[96085]: pgmap v11424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:01:47.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:47.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:01:47.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:01:47.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:01:47.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:01:47.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:01:47.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:01:47.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:01:47.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:01:47.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:01:47.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:01:48.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:48.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:48 smithi098 ceph-mon[112578]: pgmap v11425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:48 smithi016 ceph-mon[96085]: pgmap v11425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:49.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:49.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:50.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:50.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:50 smithi016 ceph-mon[96085]: pgmap v11426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:50 smithi098 ceph-mon[112578]: pgmap v11426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:51.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:51.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:52.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:52.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:52 smithi098 ceph-mon[112578]: pgmap v11427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:52 smithi016 ceph-mon[96085]: pgmap v11427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:53.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:53.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:54.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:54.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:55.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:54 smithi098 ceph-mon[112578]: pgmap v11428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:55.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:54 smithi016 ceph-mon[96085]: pgmap v11428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:55.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:55.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:56.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:56.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:56 smithi098 ceph-mon[112578]: pgmap v11429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:56 smithi016 ceph-mon[96085]: pgmap v11429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:57.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:57.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:58.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:58.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:58 smithi098 ceph-mon[112578]: pgmap v11430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:01:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:01:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:58 smithi016 ceph-mon[96085]: pgmap v11430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:01:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:01:59.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:01:59.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:00.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:00.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:01.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:00 smithi016 ceph-mon[96085]: pgmap v11431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:00 smithi098 ceph-mon[112578]: pgmap v11431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:01.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:01.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:02.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:02.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:02 smithi098 ceph-mon[112578]: pgmap v11432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:03.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:02 smithi016 ceph-mon[96085]: pgmap v11432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:03.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:03.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:04.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:04.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:05.152 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:04 smithi098 ceph-mon[112578]: pgmap v11433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:05.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:04 smithi016 ceph-mon[96085]: pgmap v11433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:05.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:05.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:06.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:06.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:06 smithi098 ceph-mon[112578]: pgmap v11434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:06 smithi016 ceph-mon[96085]: pgmap v11434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:07.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:07.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:08.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:08.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:09.149 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:08 smithi016 ceph-mon[96085]: pgmap v11435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:08 smithi098 ceph-mon[112578]: pgmap v11435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:09.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:09.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:10.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:10.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:10 smithi016 ceph-mon[96085]: pgmap v11436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:10 smithi098 ceph-mon[112578]: pgmap v11436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:11.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:11.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:12.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:12.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:12 smithi098 ceph-mon[112578]: pgmap v11437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:12 smithi016 ceph-mon[96085]: pgmap v11437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:13.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:13.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:14.207 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:02:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:02:14.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:14.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:15.259 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:14 smithi098 ceph-mon[112578]: pgmap v11438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:14 smithi016 ceph-mon[96085]: pgmap v11438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:15.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:15.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:16.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:16.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:16 smithi098 ceph-mon[112578]: pgmap v11439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:16 smithi016 ceph-mon[96085]: pgmap v11439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:17.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:17.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:18.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:18.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:18 smithi098 ceph-mon[112578]: pgmap v11440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:19.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:18 smithi016 ceph-mon[96085]: pgmap v11440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:19.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:19.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:20.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:20.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:21.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:20 smithi016 ceph-mon[96085]: pgmap v11441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:20 smithi098 ceph-mon[112578]: pgmap v11441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:21.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:21.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:22.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:22.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:22 smithi098 ceph-mon[112578]: pgmap v11442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:22 smithi016 ceph-mon[96085]: pgmap v11442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:23.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:23.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:24.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:24.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:24 smithi098 ceph-mon[112578]: pgmap v11443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:24 smithi016 ceph-mon[96085]: pgmap v11443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:25.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:25.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:26.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:26.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:26 smithi098 ceph-mon[112578]: pgmap v11444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:26 smithi016 ceph-mon[96085]: pgmap v11444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:27.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:27.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:28.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:28.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:28 smithi098 ceph-mon[112578]: pgmap v11445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:02:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:28 smithi016 ceph-mon[96085]: pgmap v11445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:02:29.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:29.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:30.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:30.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:30 smithi016 ceph-mon[96085]: pgmap v11446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:30 smithi098 ceph-mon[112578]: pgmap v11446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:31.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:31.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:32.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:32.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:32 smithi098 ceph-mon[112578]: pgmap v11447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:32 smithi016 ceph-mon[96085]: pgmap v11447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:33.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:33.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:34.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:34.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:34 smithi098 ceph-mon[112578]: pgmap v11448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:34 smithi016 ceph-mon[96085]: pgmap v11448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:35.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:35.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:36 smithi098 ceph-mon[112578]: pgmap v11449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:36.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:36.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:36 smithi016 ceph-mon[96085]: pgmap v11449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:37.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:37.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:38.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:38.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:38 smithi098 ceph-mon[112578]: pgmap v11450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:38 smithi016 ceph-mon[96085]: pgmap v11450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:39.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:39.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:40.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:40.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:40 smithi016 ceph-mon[96085]: pgmap v11451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:40 smithi098 ceph-mon[112578]: pgmap v11451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:41.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:41.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:42.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:42.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:42 smithi098 ceph-mon[112578]: pgmap v11452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:42 smithi016 ceph-mon[96085]: pgmap v11452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:43.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:43.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:02:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:02:44.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:44.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:44 smithi098 ceph-mon[112578]: pgmap v11453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:44 smithi016 ceph-mon[96085]: pgmap v11453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:45.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:45.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:46 smithi098 ceph-mon[112578]: pgmap v11454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:46 smithi016 ceph-mon[96085]: pgmap v11454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:46.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:46.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:02:47.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:02:47.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:02:47.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:02:47.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:02:47.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:02:47.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:02:47.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:02:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:02:47.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:02:47.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:02:47.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:02:47.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:02:47.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:02:47.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:02:47.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:02:47.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:47.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:48 smithi098 ceph-mon[112578]: pgmap v11455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:48 smithi016 ceph-mon[96085]: pgmap v11455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:48.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:48.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:49.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:49.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:50.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:50.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:50 smithi016 ceph-mon[96085]: pgmap v11456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:50 smithi098 ceph-mon[112578]: pgmap v11456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:51.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:51.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:52.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:52.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:52 smithi098 ceph-mon[112578]: pgmap v11457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:52 smithi016 ceph-mon[96085]: pgmap v11457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:53.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:53.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:54.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:54.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:54 smithi016 ceph-mon[96085]: pgmap v11458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:55.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:54 smithi098 ceph-mon[112578]: pgmap v11458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:55.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:55.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:56 smithi098 ceph-mon[112578]: pgmap v11459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:56 smithi016 ceph-mon[96085]: pgmap v11459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:56.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:56.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:57.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:57.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:58.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:58.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:58 smithi098 ceph-mon[112578]: pgmap v11460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:02:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:02:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:58 smithi016 ceph-mon[96085]: pgmap v11460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:02:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:02:59.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:02:59.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:00.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:00.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:00 smithi098 ceph-mon[112578]: pgmap v11461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:00 smithi016 ceph-mon[96085]: pgmap v11461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:01.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:01.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:02.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:02.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:02 smithi098 ceph-mon[112578]: pgmap v11462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:02 smithi016 ceph-mon[96085]: pgmap v11462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:03.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:03.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:04.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:04.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:04 smithi098 ceph-mon[112578]: pgmap v11463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:04 smithi016 ceph-mon[96085]: pgmap v11463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:05.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:05.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:06 smithi098 ceph-mon[112578]: pgmap v11464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:06 smithi016 ceph-mon[96085]: pgmap v11464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:06.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:06.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:07.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:07.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:08.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:08.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:08 smithi098 ceph-mon[112578]: pgmap v11465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:08 smithi016 ceph-mon[96085]: pgmap v11465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:09.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:09.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:10.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:10.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:10 smithi016 ceph-mon[96085]: pgmap v11466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:10 smithi098 ceph-mon[112578]: pgmap v11466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:11.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:11.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:12.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:12.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:12 smithi098 ceph-mon[112578]: pgmap v11467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:12 smithi016 ceph-mon[96085]: pgmap v11467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:13.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:13.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:03:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:03:14.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:14.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:14 smithi098 ceph-mon[112578]: pgmap v11468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:14 smithi016 ceph-mon[96085]: pgmap v11468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:15.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:15.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:16 smithi098 ceph-mon[112578]: pgmap v11469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:16 smithi016 ceph-mon[96085]: pgmap v11469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:16.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:16.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:17.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:17.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:18.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:18.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:18 smithi098 ceph-mon[112578]: pgmap v11470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:18 smithi016 ceph-mon[96085]: pgmap v11470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:19.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:19.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:20.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:20.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:20 smithi016 ceph-mon[96085]: pgmap v11471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:20 smithi098 ceph-mon[112578]: pgmap v11471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:21.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:21.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:22.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:22.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:22 smithi098 ceph-mon[112578]: pgmap v11472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:22 smithi016 ceph-mon[96085]: pgmap v11472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:23.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:23.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:24.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:24.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:24 smithi098 ceph-mon[112578]: pgmap v11473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:24 smithi016 ceph-mon[96085]: pgmap v11473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:25.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:25.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:26 smithi098 ceph-mon[112578]: pgmap v11474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:26 smithi016 ceph-mon[96085]: pgmap v11474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:26.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:26.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:27.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:27.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:28.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:28.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:28 smithi098 ceph-mon[112578]: pgmap v11475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:03:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:28 smithi016 ceph-mon[96085]: pgmap v11475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:03:29.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:29.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:30.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:30.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:30 smithi016 ceph-mon[96085]: pgmap v11476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:30 smithi098 ceph-mon[112578]: pgmap v11476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:31.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:31.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:32.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:32.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:32 smithi098 ceph-mon[112578]: pgmap v11477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:32 smithi016 ceph-mon[96085]: pgmap v11477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:33.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:33.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:34.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:34.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:34 smithi098 ceph-mon[112578]: pgmap v11478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:34 smithi016 ceph-mon[96085]: pgmap v11478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:35.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:35.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:36 smithi098 ceph-mon[112578]: pgmap v11479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:36 smithi016 ceph-mon[96085]: pgmap v11479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:36.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:36.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:37.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:37.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:38.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:38.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:38 smithi098 ceph-mon[112578]: pgmap v11480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:38 smithi016 ceph-mon[96085]: pgmap v11480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:39.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:39.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:40.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:40.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:40 smithi016 ceph-mon[96085]: pgmap v11481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:41.157 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:40 smithi098 ceph-mon[112578]: pgmap v11481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:41.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:41.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:42.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:42.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:42 smithi098 ceph-mon[112578]: pgmap v11482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:42 smithi016 ceph-mon[96085]: pgmap v11482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:43.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:43.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:03:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:03:44.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:44.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:45.242 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:44 smithi016 ceph-mon[96085]: pgmap v11483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:44 smithi098 ceph-mon[112578]: pgmap v11483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:45.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:45.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:46 smithi098 ceph-mon[112578]: pgmap v11484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:46 smithi016 ceph-mon[96085]: pgmap v11484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:46.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:46.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:03:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:03:47.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:47.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:48 smithi098 ceph-mon[112578]: pgmap v11485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:48.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:03:48.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:03:48.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:03:48.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:03:48.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:03:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:48 smithi016 ceph-mon[96085]: pgmap v11485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:03:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:03:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:03:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:03:48.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:03:48.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:48.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:49.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:49.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:50.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:50.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:50 smithi016 ceph-mon[96085]: pgmap v11486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:51.258 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:50 smithi098 ceph-mon[112578]: pgmap v11486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:51.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:51.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:52.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:52.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:52 smithi098 ceph-mon[112578]: pgmap v11487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:52 smithi016 ceph-mon[96085]: pgmap v11487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:53.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:53.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:54.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:54.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:54 smithi098 ceph-mon[112578]: pgmap v11488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:55.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:54 smithi016 ceph-mon[96085]: pgmap v11488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:55.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:55.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:56 smithi098 ceph-mon[112578]: pgmap v11489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:56 smithi016 ceph-mon[96085]: pgmap v11489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:56.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:56.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:57.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:57.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:58.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:58.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:58 smithi098 ceph-mon[112578]: pgmap v11490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:03:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:03:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:58 smithi016 ceph-mon[96085]: pgmap v11490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:03:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:03:59.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:03:59.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:00.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:00.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:00 smithi098 ceph-mon[112578]: pgmap v11491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:00 smithi016 ceph-mon[96085]: pgmap v11491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:01.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:01.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:02.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:02.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:02 smithi098 ceph-mon[112578]: pgmap v11492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:02 smithi016 ceph-mon[96085]: pgmap v11492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:03.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:03.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:04.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:04.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:04 smithi098 ceph-mon[112578]: pgmap v11493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:04 smithi016 ceph-mon[96085]: pgmap v11493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:05.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:05.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:06 smithi098 ceph-mon[112578]: pgmap v11494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:06 smithi016 ceph-mon[96085]: pgmap v11494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:06.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:06.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:07.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:07.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:08.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:08.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:08 smithi098 ceph-mon[112578]: pgmap v11495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:08 smithi016 ceph-mon[96085]: pgmap v11495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:09.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:09.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:10.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:10.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:10 smithi098 ceph-mon[112578]: pgmap v11496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:10 smithi016 ceph-mon[96085]: pgmap v11496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:11.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:11.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:12.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:12.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:12 smithi098 ceph-mon[112578]: pgmap v11497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:12 smithi016 ceph-mon[96085]: pgmap v11497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:13.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:13.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:04:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:04:14.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:14.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:14 smithi098 ceph-mon[112578]: pgmap v11498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:14 smithi016 ceph-mon[96085]: pgmap v11498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:15.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:15.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:16 smithi098 ceph-mon[112578]: pgmap v11499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:16 smithi016 ceph-mon[96085]: pgmap v11499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:16.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:16.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:17.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:17.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:18.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:18.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:18 smithi098 ceph-mon[112578]: pgmap v11500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:18 smithi016 ceph-mon[96085]: pgmap v11500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:19.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:19.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:20.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:20.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:20 smithi098 ceph-mon[112578]: pgmap v11501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:21.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:20 smithi016 ceph-mon[96085]: pgmap v11501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:21.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:21.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:22.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:22.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:22 smithi098 ceph-mon[112578]: pgmap v11502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:22 smithi016 ceph-mon[96085]: pgmap v11502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:23.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:23.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:24.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:24.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:24 smithi098 ceph-mon[112578]: pgmap v11503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:24 smithi016 ceph-mon[96085]: pgmap v11503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:25.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:25.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:26.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:26 smithi098 ceph-mon[112578]: pgmap v11504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:26 smithi016 ceph-mon[96085]: pgmap v11504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:26.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:26.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:27.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:27.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:28.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:28.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:28 smithi098 ceph-mon[112578]: pgmap v11505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:04:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:28 smithi016 ceph-mon[96085]: pgmap v11505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:04:29.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:29.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:30.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:30.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:30 smithi016 ceph-mon[96085]: pgmap v11506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:30 smithi098 ceph-mon[112578]: pgmap v11506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:31.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:31.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:32.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:32.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:32 smithi098 ceph-mon[112578]: pgmap v11507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:32 smithi016 ceph-mon[96085]: pgmap v11507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:33.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:33.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:34.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:34.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:34 smithi098 ceph-mon[112578]: pgmap v11508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:34 smithi016 ceph-mon[96085]: pgmap v11508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:35.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:35.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:36.724 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:36 smithi098 ceph-mon[112578]: pgmap v11509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:36 smithi016 ceph-mon[96085]: pgmap v11509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:36.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:36.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:37.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:37.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:38.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:38.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:38 smithi098 ceph-mon[112578]: pgmap v11510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:38 smithi016 ceph-mon[96085]: pgmap v11510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:39.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:39.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:40.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:40.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:41.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:40 smithi016 ceph-mon[96085]: pgmap v11511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:40 smithi098 ceph-mon[112578]: pgmap v11511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:41.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:41.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:42.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:42.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:42 smithi098 ceph-mon[112578]: pgmap v11512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:42 smithi016 ceph-mon[96085]: pgmap v11512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:43.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:43.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:44.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:04:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:04:44.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:44.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:44 smithi098 ceph-mon[112578]: pgmap v11513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:44 smithi016 ceph-mon[96085]: pgmap v11513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:45.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:45.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:46 smithi098 ceph-mon[112578]: pgmap v11514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:46 smithi016 ceph-mon[96085]: pgmap v11514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:46.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:46.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:47.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:47.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:48.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:49.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:48 smithi098 ceph-mon[112578]: pgmap v11515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:04:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:04:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:04:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:04:49.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:04:49.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:04:49.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:04:49.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:04:49.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:04:49.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:04:49.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:04:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:48 smithi016 ceph-mon[96085]: pgmap v11515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:04:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:04:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:04:49.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:04:49.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:04:49.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:04:49.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:04:49.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:04:49.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:04:49.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:04:49.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:04:50.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:50.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:49 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1578M 2023-10-17T03:04:50.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:49 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1578M 2023-10-17T03:04:51.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:51.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:50 smithi098 ceph-mon[112578]: pgmap v11516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:50 smithi016 ceph-mon[96085]: pgmap v11516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:52.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:52.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:53.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:53.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:52 smithi098 ceph-mon[112578]: pgmap v11517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:52 smithi016 ceph-mon[96085]: pgmap v11517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:54.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:54.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:55.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:55.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:54 smithi098 ceph-mon[112578]: pgmap v11518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:54 smithi016 ceph-mon[96085]: pgmap v11518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:56.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:56.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:56 smithi098 ceph-mon[112578]: pgmap v11519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:56 smithi016 ceph-mon[96085]: pgmap v11519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:57.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:57.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:58.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:58.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:59.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:04:59.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:58 smithi098 ceph-mon[112578]: pgmap v11520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:04:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:04:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:58 smithi016 ceph-mon[96085]: pgmap v11520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:04:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:05:00.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:00.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:01.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:01.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:00 smithi098 ceph-mon[112578]: pgmap v11521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:00 smithi016 ceph-mon[96085]: pgmap v11521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:02.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:02.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:03.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:03.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:02 smithi098 ceph-mon[112578]: pgmap v11522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:02 smithi016 ceph-mon[96085]: pgmap v11522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:04.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:04.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:05.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:05.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:04 smithi098 ceph-mon[112578]: pgmap v11523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:04 smithi016 ceph-mon[96085]: pgmap v11523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:06.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:06.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:06 smithi016 ceph-mon[96085]: pgmap v11524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:06 smithi098 ceph-mon[112578]: pgmap v11524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:07.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:07.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:08.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:08.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:09.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:09.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:08 smithi098 ceph-mon[112578]: pgmap v11525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:08 smithi016 ceph-mon[96085]: pgmap v11525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:10.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:10.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:11.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:11.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:11.223 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:10 smithi016 ceph-mon[96085]: pgmap v11526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:10 smithi098 ceph-mon[112578]: pgmap v11526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:12.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:12.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:13.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:13.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:12 smithi098 ceph-mon[112578]: pgmap v11527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:12 smithi016 ceph-mon[96085]: pgmap v11527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:14.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:14.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:05:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:05:15.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:15.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:14 smithi098 ceph-mon[112578]: pgmap v11528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:14 smithi016 ceph-mon[96085]: pgmap v11528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:16.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:16.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:16 smithi098 ceph-mon[112578]: pgmap v11529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:16 smithi016 ceph-mon[96085]: pgmap v11529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:17.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:17.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:18.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:18.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:19.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:19.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:18 smithi098 ceph-mon[112578]: pgmap v11530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:18 smithi016 ceph-mon[96085]: pgmap v11530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:20.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:20.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:21.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:21.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:20 smithi098 ceph-mon[112578]: pgmap v11531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:21.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:20 smithi016 ceph-mon[96085]: pgmap v11531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:22.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:22.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:23.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:23.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:22 smithi098 ceph-mon[112578]: pgmap v11532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:22 smithi016 ceph-mon[96085]: pgmap v11532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:24.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:24.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:25.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:25.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:24 smithi098 ceph-mon[112578]: pgmap v11533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:24 smithi016 ceph-mon[96085]: pgmap v11533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:26.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:26.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:26 smithi098 ceph-mon[112578]: pgmap v11534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:26 smithi016 ceph-mon[96085]: pgmap v11534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:27.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:27.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:28.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:28.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:29.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:29.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:28 smithi098 ceph-mon[112578]: pgmap v11535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:05:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:28 smithi016 ceph-mon[96085]: pgmap v11535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:05:30.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:30.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:31.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:31.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:30 smithi098 ceph-mon[112578]: pgmap v11536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:30 smithi016 ceph-mon[96085]: pgmap v11536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:32.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:32.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:33.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:33.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:32 smithi098 ceph-mon[112578]: pgmap v11537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:32 smithi016 ceph-mon[96085]: pgmap v11537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:34.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:34.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:35.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:35.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:34 smithi098 ceph-mon[112578]: pgmap v11538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:34 smithi016 ceph-mon[96085]: pgmap v11538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:36.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:36.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:36 smithi098 ceph-mon[112578]: pgmap v11539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:36 smithi016 ceph-mon[96085]: pgmap v11539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:37.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:37.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:38.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:38.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:39.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:39.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:38 smithi098 ceph-mon[112578]: pgmap v11540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:38 smithi016 ceph-mon[96085]: pgmap v11540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:40.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:40.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:41.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:41.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:40 smithi098 ceph-mon[112578]: pgmap v11541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:40 smithi016 ceph-mon[96085]: pgmap v11541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:42.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:42.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:43.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:43.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:42 smithi098 ceph-mon[112578]: pgmap v11542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:42 smithi016 ceph-mon[96085]: pgmap v11542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:44.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:44.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:05:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:05:45.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:45.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:44 smithi098 ceph-mon[112578]: pgmap v11543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:44 smithi016 ceph-mon[96085]: pgmap v11543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:46.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:46.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:46.626 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:46 smithi016 ceph-mon[96085]: pgmap v11544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:46 smithi098 ceph-mon[112578]: pgmap v11544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:47.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:47.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:48.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:48.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:49.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:49.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:48 smithi098 ceph-mon[112578]: pgmap v11545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:05:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:48 smithi016 ceph-mon[96085]: pgmap v11545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:05:50.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:50.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:05:50.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:05:50.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:05:50.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:05:50.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:05:50.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:05:50.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:05:50.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:05:50.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:05:50.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:05:51.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:51.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:51.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:50 smithi098 ceph-mon[112578]: pgmap v11546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:51.293 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:50 smithi016 ceph-mon[96085]: pgmap v11546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:52.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:52.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:53.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:53.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:52 smithi098 ceph-mon[112578]: pgmap v11547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:52 smithi016 ceph-mon[96085]: pgmap v11547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:54.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:54.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:55.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:55.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:54 smithi098 ceph-mon[112578]: pgmap v11548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:55.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:54 smithi016 ceph-mon[96085]: pgmap v11548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:56.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:56.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:56.742 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:56 smithi016 ceph-mon[96085]: pgmap v11549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:56 smithi098 ceph-mon[112578]: pgmap v11549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:57.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:57.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:58.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:58.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:59.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:05:59.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:58 smithi098 ceph-mon[112578]: pgmap v11550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:05:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:05:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:58 smithi016 ceph-mon[96085]: pgmap v11550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:05:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:06:00.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:00.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:01.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:01.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:00 smithi098 ceph-mon[112578]: pgmap v11551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:00 smithi016 ceph-mon[96085]: pgmap v11551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:02.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:02.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:03.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:03.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:02 smithi098 ceph-mon[112578]: pgmap v11552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:02 smithi016 ceph-mon[96085]: pgmap v11552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:04.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:04.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:05.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:05.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:04 smithi098 ceph-mon[112578]: pgmap v11553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:04 smithi016 ceph-mon[96085]: pgmap v11553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:06.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:06.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:06 smithi098 ceph-mon[112578]: pgmap v11554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:06 smithi016 ceph-mon[96085]: pgmap v11554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:07.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:07.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:08.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:08.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:09.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:09.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:08 smithi098 ceph-mon[112578]: pgmap v11555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:09.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:08 smithi016 ceph-mon[96085]: pgmap v11555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:10.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:10.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:11.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:11.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:10 smithi098 ceph-mon[112578]: pgmap v11556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:10 smithi016 ceph-mon[96085]: pgmap v11556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:12.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:12.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:12 smithi098 ceph-mon[112578]: pgmap v11557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:13.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:13.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:12 smithi016 ceph-mon[96085]: pgmap v11557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:14.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:14.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:06:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:06:15.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:15.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:14 smithi098 ceph-mon[112578]: pgmap v11558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:14 smithi016 ceph-mon[96085]: pgmap v11558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:16.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:16.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:16 smithi098 ceph-mon[112578]: pgmap v11559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:16 smithi016 ceph-mon[96085]: pgmap v11559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:17.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:17.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:18.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:18.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:19.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:19.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:18 smithi098 ceph-mon[112578]: pgmap v11560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:18 smithi016 ceph-mon[96085]: pgmap v11560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:20.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:20.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:21.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:21.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:20 smithi098 ceph-mon[112578]: pgmap v11561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:21.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:20 smithi016 ceph-mon[96085]: pgmap v11561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:22.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:22.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:23.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:23.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:22 smithi098 ceph-mon[112578]: pgmap v11562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:22 smithi016 ceph-mon[96085]: pgmap v11562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:24.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:24.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:25.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:25.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:24 smithi098 ceph-mon[112578]: pgmap v11563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:24 smithi016 ceph-mon[96085]: pgmap v11563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:26.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:26.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:26 smithi098 ceph-mon[112578]: pgmap v11564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:26 smithi016 ceph-mon[96085]: pgmap v11564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:27.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:27.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:28.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:28.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:29.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:29.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:28 smithi098 ceph-mon[112578]: pgmap v11565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:06:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:28 smithi016 ceph-mon[96085]: pgmap v11565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:06:30.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:30.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:31.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:31.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:30 smithi098 ceph-mon[112578]: pgmap v11566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:31.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:30 smithi016 ceph-mon[96085]: pgmap v11566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:32.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:32.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:33.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:33.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:32 smithi098 ceph-mon[112578]: pgmap v11567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:32 smithi016 ceph-mon[96085]: pgmap v11567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:34.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:34.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:35.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:35.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:34 smithi098 ceph-mon[112578]: pgmap v11568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:34 smithi016 ceph-mon[96085]: pgmap v11568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:36.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:36.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:36 smithi098 ceph-mon[112578]: pgmap v11569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:36 smithi016 ceph-mon[96085]: pgmap v11569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:37.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:37.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:38.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:38.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:39.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:39.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:38 smithi098 ceph-mon[112578]: pgmap v11570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:38 smithi016 ceph-mon[96085]: pgmap v11570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:40.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:40.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:41.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:41.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:40 smithi098 ceph-mon[112578]: pgmap v11571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:40 smithi016 ceph-mon[96085]: pgmap v11571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:42.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:42.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:43.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:43.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:42 smithi098 ceph-mon[112578]: pgmap v11572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:42 smithi016 ceph-mon[96085]: pgmap v11572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:44.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:44.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:06:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:06:45.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:45.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:44 smithi098 ceph-mon[112578]: pgmap v11573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:44 smithi016 ceph-mon[96085]: pgmap v11573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:46.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:46.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:46 smithi098 ceph-mon[112578]: pgmap v11574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:46 smithi016 ceph-mon[96085]: pgmap v11574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:47.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:47.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:48.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:48.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:49.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:49.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:48 smithi098 ceph-mon[112578]: pgmap v11575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:48 smithi016 ceph-mon[96085]: pgmap v11575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:50.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:50.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:06:50.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:06:50.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:06:50.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:06:50.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:06:50.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:06:50.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:06:50.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:06:50.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:06:50.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:06:50.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:06:50.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:06:51.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:51.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:50 smithi098 ceph-mon[112578]: pgmap v11576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:50 smithi016 ceph-mon[96085]: pgmap v11576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:52.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:52.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:53.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:53.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:52 smithi098 ceph-mon[112578]: pgmap v11577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:52 smithi016 ceph-mon[96085]: pgmap v11577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:54.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:54.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:55.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:55.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:54 smithi098 ceph-mon[112578]: pgmap v11578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:54 smithi016 ceph-mon[96085]: pgmap v11578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:56.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:56.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:56 smithi098 ceph-mon[112578]: pgmap v11579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:56 smithi016 ceph-mon[96085]: pgmap v11579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:57.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:57.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:58.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:58.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:59.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:06:59.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:58 smithi098 ceph-mon[112578]: pgmap v11580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:06:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:06:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:58 smithi016 ceph-mon[96085]: pgmap v11580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:06:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:07:00.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:00.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:01.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:01.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:00 smithi098 ceph-mon[112578]: pgmap v11581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:00 smithi016 ceph-mon[96085]: pgmap v11581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:02.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:02.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:03.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:03.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:03.238 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:02 smithi098 ceph-mon[112578]: pgmap v11582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:02 smithi016 ceph-mon[96085]: pgmap v11582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:04.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:04.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:05.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:05.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:04 smithi098 ceph-mon[112578]: pgmap v11583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:04 smithi016 ceph-mon[96085]: pgmap v11583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:06.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:06.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:06 smithi098 ceph-mon[112578]: pgmap v11584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:06 smithi016 ceph-mon[96085]: pgmap v11584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:07.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:07.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:08.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:08.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:09.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:09.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:08 smithi098 ceph-mon[112578]: pgmap v11585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:08 smithi016 ceph-mon[96085]: pgmap v11585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:10.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:10.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:11.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:11.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:10 smithi098 ceph-mon[112578]: pgmap v11586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:11.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:10 smithi016 ceph-mon[96085]: pgmap v11586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:12.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:12.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:13.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:13.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:12 smithi098 ceph-mon[112578]: pgmap v11587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:12 smithi016 ceph-mon[96085]: pgmap v11587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:14.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:14.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:07:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:07:15.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:15.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:14 smithi098 ceph-mon[112578]: pgmap v11588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:14 smithi016 ceph-mon[96085]: pgmap v11588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:16.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:16.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:16 smithi098 ceph-mon[112578]: pgmap v11589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:16 smithi016 ceph-mon[96085]: pgmap v11589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:17.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:17.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:18.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:18.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:19.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:19.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:19.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:18 smithi098 ceph-mon[112578]: pgmap v11590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:18 smithi016 ceph-mon[96085]: pgmap v11590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:20.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:20.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:21.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:21.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:20 smithi098 ceph-mon[112578]: pgmap v11591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:20 smithi016 ceph-mon[96085]: pgmap v11591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:22.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:22.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:23.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:23.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:22 smithi098 ceph-mon[112578]: pgmap v11592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:22 smithi016 ceph-mon[96085]: pgmap v11592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:24.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:24.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:25.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:25.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:24 smithi098 ceph-mon[112578]: pgmap v11593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:24 smithi016 ceph-mon[96085]: pgmap v11593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:26.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:26.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:26 smithi098 ceph-mon[112578]: pgmap v11594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:26 smithi016 ceph-mon[96085]: pgmap v11594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:27.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:27.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:28.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:28.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:28 smithi098 ceph-mon[112578]: pgmap v11595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:07:29.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:29.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:28 smithi016 ceph-mon[96085]: pgmap v11595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:07:30.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:30.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:30 smithi098 ceph-mon[112578]: pgmap v11596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:31.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:31.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:30 smithi016 ceph-mon[96085]: pgmap v11596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:32.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:32.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:32 smithi098 ceph-mon[112578]: pgmap v11597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:33.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:33.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:32 smithi016 ceph-mon[96085]: pgmap v11597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:34.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:34.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:34 smithi098 ceph-mon[112578]: pgmap v11598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:35.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:35.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:34 smithi016 ceph-mon[96085]: pgmap v11598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:36.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:36.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:36 smithi098 ceph-mon[112578]: pgmap v11599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:36 smithi016 ceph-mon[96085]: pgmap v11599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:37.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:37.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:38.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:38.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:38 smithi098 ceph-mon[112578]: pgmap v11600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:38 smithi016 ceph-mon[96085]: pgmap v11600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:39.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:39.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:40.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:40.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:40 smithi098 ceph-mon[112578]: pgmap v11601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:40 smithi016 ceph-mon[96085]: pgmap v11601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:41.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:41.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:42.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:42.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:42 smithi098 ceph-mon[112578]: pgmap v11602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:42 smithi016 ceph-mon[96085]: pgmap v11602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:43.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:43.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:07:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:07:44.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:44.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:44 smithi098 ceph-mon[112578]: pgmap v11603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:44 smithi016 ceph-mon[96085]: pgmap v11603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:45.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:45.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:46.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:46.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:46 smithi098 ceph-mon[112578]: pgmap v11604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:46 smithi016 ceph-mon[96085]: pgmap v11604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:47.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:47.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:48.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:48.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:48 smithi098 ceph-mon[112578]: pgmap v11605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:48 smithi016 ceph-mon[96085]: pgmap v11605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:49.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:49.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:50.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:50.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:51.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:50 smithi098 ceph-mon[112578]: pgmap v11606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:51.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:07:51.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:50 smithi016 ceph-mon[96085]: pgmap v11606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:51.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:07:51.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:51.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:52.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:52.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:52 smithi098 ceph-mon[112578]: pgmap v11607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:52 smithi016 ceph-mon[96085]: pgmap v11607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:53.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:53.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:07:54.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:07:54.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:07:54.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:07:54.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:07:54.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:07:54.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:07:54.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:07:54.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:07:54.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:07:54.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:07:54.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:07:54.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:07:54.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:07:54.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:54.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:54 smithi098 ceph-mon[112578]: pgmap v11608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:55.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:54 smithi016 ceph-mon[96085]: pgmap v11608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:55.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:55.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:56.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:56.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:56 smithi098 ceph-mon[112578]: pgmap v11609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:56 smithi016 ceph-mon[96085]: pgmap v11609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:57.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:57.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:58.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:58.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:58 smithi098 ceph-mon[112578]: pgmap v11610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:07:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:07:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:58 smithi016 ceph-mon[96085]: pgmap v11610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:07:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:07:59.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:07:59.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:00.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:00.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:00 smithi098 ceph-mon[112578]: pgmap v11611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:00 smithi016 ceph-mon[96085]: pgmap v11611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:01.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:01.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:02.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:02.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:02 smithi098 ceph-mon[112578]: pgmap v11612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:02 smithi016 ceph-mon[96085]: pgmap v11612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:03.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:03.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:04.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:04.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:05.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:04 smithi098 ceph-mon[112578]: pgmap v11613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:04 smithi016 ceph-mon[96085]: pgmap v11613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:05.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:05.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:06.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:06.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:06 smithi098 ceph-mon[112578]: pgmap v11614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:06 smithi016 ceph-mon[96085]: pgmap v11614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:07.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:07.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:08.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:08.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:08 smithi098 ceph-mon[112578]: pgmap v11615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:08 smithi016 ceph-mon[96085]: pgmap v11615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:09.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:09.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:10.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:10.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:10 smithi098 ceph-mon[112578]: pgmap v11616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:11.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:10 smithi016 ceph-mon[96085]: pgmap v11616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:11.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:11.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:12.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:12.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:12 smithi098 ceph-mon[112578]: pgmap v11617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:12 smithi016 ceph-mon[96085]: pgmap v11617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:13.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:13.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:08:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:08:14.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:14.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:14 smithi098 ceph-mon[112578]: pgmap v11618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:14 smithi016 ceph-mon[96085]: pgmap v11618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:15.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:15.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:16.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:16.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:16 smithi098 ceph-mon[112578]: pgmap v11619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:16 smithi016 ceph-mon[96085]: pgmap v11619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:17.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:17.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:18.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:18.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:18 smithi098 ceph-mon[112578]: pgmap v11620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:18 smithi016 ceph-mon[96085]: pgmap v11620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:19.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:19.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:20.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:20.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:21.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:20 smithi098 ceph-mon[112578]: pgmap v11621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:21.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:20 smithi016 ceph-mon[96085]: pgmap v11621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:21.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:21.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:22.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:22.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:22 smithi098 ceph-mon[112578]: pgmap v11622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:22 smithi016 ceph-mon[96085]: pgmap v11622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:23.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:23.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:24.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:24.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:24 smithi098 ceph-mon[112578]: pgmap v11623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:24 smithi016 ceph-mon[96085]: pgmap v11623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:25.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:25.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:26.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:26.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:26 smithi098 ceph-mon[112578]: pgmap v11624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:26 smithi016 ceph-mon[96085]: pgmap v11624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:27.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:27.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:28.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:28.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:28 smithi098 ceph-mon[112578]: pgmap v11625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:08:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:28 smithi016 ceph-mon[96085]: pgmap v11625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:08:29.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:29.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:30.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:30.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:30 smithi098 ceph-mon[112578]: pgmap v11626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:31.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:30 smithi016 ceph-mon[96085]: pgmap v11626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:31.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:31.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:32.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:32.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:32 smithi098 ceph-mon[112578]: pgmap v11627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:32 smithi016 ceph-mon[96085]: pgmap v11627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:33.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:33.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:34.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:34.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:35 smithi098 ceph-mon[112578]: pgmap v11628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:35 smithi016 ceph-mon[96085]: pgmap v11628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:35.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:35.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:36.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:36.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:36 smithi098 ceph-mon[112578]: pgmap v11629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:36 smithi016 ceph-mon[96085]: pgmap v11629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:37.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:37.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:38.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:38.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:38 smithi098 ceph-mon[112578]: pgmap v11630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:38 smithi016 ceph-mon[96085]: pgmap v11630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:39.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:39.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:40.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:40.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:40 smithi098 ceph-mon[112578]: pgmap v11631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:40 smithi016 ceph-mon[96085]: pgmap v11631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:41.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:41.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:42.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:42.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:43 smithi098 ceph-mon[112578]: pgmap v11632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:43 smithi016 ceph-mon[96085]: pgmap v11632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:43.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:43.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:44.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:08:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:08:44.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:44.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:45 smithi098 ceph-mon[112578]: pgmap v11633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:45 smithi016 ceph-mon[96085]: pgmap v11633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:45.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:45.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:46.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:46.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:46 smithi098 ceph-mon[112578]: pgmap v11634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:46 smithi016 ceph-mon[96085]: pgmap v11634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:47.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:47.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:48.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:48.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:48 smithi098 ceph-mon[112578]: pgmap v11635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:48 smithi016 ceph-mon[96085]: pgmap v11635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:49.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:49.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:50.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:50.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:51.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:51 smithi098 ceph-mon[112578]: pgmap v11636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:51.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:51 smithi016 ceph-mon[96085]: pgmap v11636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:51.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:51.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:52.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:52.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:53 smithi098 ceph-mon[112578]: pgmap v11637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:53 smithi016 ceph-mon[96085]: pgmap v11637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:53.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:53.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:08:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:08:54.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:54.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:55 smithi098 ceph-mon[112578]: pgmap v11638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:55 smithi016 ceph-mon[96085]: pgmap v11638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:55.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:55.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:56.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:56.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:56 smithi098 ceph-mon[112578]: pgmap v11639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:56 smithi016 ceph-mon[96085]: pgmap v11639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:57.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:57.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:58.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:58.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:59 smithi098 ceph-mon[112578]: pgmap v11640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:08:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:08:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:08:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:08:59.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:08:59.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:08:59.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:08:59.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:08:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:08:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:59 smithi016 ceph-mon[96085]: pgmap v11640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:08:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:08:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:08:59.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:08:59.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:08:59.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:08:59.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:08:59.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:08:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:08:59.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:08:59.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:00.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:00.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:01 smithi098 ceph-mon[112578]: pgmap v11641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:01 smithi016 ceph-mon[96085]: pgmap v11641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:01.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:01.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:02.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:02.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:03.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:03 smithi098 ceph-mon[112578]: pgmap v11642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:03 smithi016 ceph-mon[96085]: pgmap v11642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:03.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:03.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:04.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:04.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:05 smithi098 ceph-mon[112578]: pgmap v11643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:05.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:05 smithi016 ceph-mon[96085]: pgmap v11643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:05.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:05.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:06.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:06.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:06 smithi098 ceph-mon[112578]: pgmap v11644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:06 smithi016 ceph-mon[96085]: pgmap v11644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:07.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:07.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:08.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:08.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:09 smithi098 ceph-mon[112578]: pgmap v11645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:09.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:09 smithi016 ceph-mon[96085]: pgmap v11645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:09.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:09.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:10.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:10.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:11 smithi098 ceph-mon[112578]: pgmap v11646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:11.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:11 smithi016 ceph-mon[96085]: pgmap v11646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:11.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:11.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:12.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:12.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:13 smithi098 ceph-mon[112578]: pgmap v11647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:13 smithi016 ceph-mon[96085]: pgmap v11647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:13.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:13.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:09:14.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:14.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:09:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:15 smithi016 ceph-mon[96085]: pgmap v11648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:15.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:15.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:15 smithi098 ceph-mon[112578]: pgmap v11648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:16.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:16.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:16 smithi098 ceph-mon[112578]: pgmap v11649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:16 smithi016 ceph-mon[96085]: pgmap v11649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:17.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:17.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:18.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:18.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:19 smithi098 ceph-mon[112578]: pgmap v11650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:19 smithi016 ceph-mon[96085]: pgmap v11650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:19.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:19.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:20.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:20.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:21.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:21 smithi098 ceph-mon[112578]: pgmap v11651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:21.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:21 smithi016 ceph-mon[96085]: pgmap v11651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:21.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:21.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:22.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:22.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:23 smithi016 ceph-mon[96085]: pgmap v11652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:23.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:23.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:23 smithi098 ceph-mon[112578]: pgmap v11652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:24.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:24.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:25 smithi016 ceph-mon[96085]: pgmap v11653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:25.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:25.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:25 smithi098 ceph-mon[112578]: pgmap v11653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:26.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:26.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:26 smithi098 ceph-mon[112578]: pgmap v11654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:26 smithi016 ceph-mon[96085]: pgmap v11654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:27.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:27.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:28.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:28.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:29 smithi098 ceph-mon[112578]: pgmap v11655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:09:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:29 smithi016 ceph-mon[96085]: pgmap v11655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:09:29.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:29.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:30.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:30.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:31 smithi016 ceph-mon[96085]: pgmap v11656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:31.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:31.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:31 smithi098 ceph-mon[112578]: pgmap v11656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:32.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:32.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:33 smithi016 ceph-mon[96085]: pgmap v11657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:33.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:33.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:33.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:33 smithi098 ceph-mon[112578]: pgmap v11657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:34.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:34.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:35.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:35 smithi098 ceph-mon[112578]: pgmap v11658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:35 smithi016 ceph-mon[96085]: pgmap v11658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:35.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:35.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:36.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:36.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:36 smithi098 ceph-mon[112578]: pgmap v11659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:36 smithi016 ceph-mon[96085]: pgmap v11659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:37.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:37.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:38.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:38.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:39.276 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:39 smithi016 ceph-mon[96085]: pgmap v11660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:39.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:39.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:39 smithi098 ceph-mon[112578]: pgmap v11660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:40.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:40.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:41 smithi016 ceph-mon[96085]: pgmap v11661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:41.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:41.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:41 smithi098 ceph-mon[112578]: pgmap v11661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:42.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:42.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:43 smithi016 ceph-mon[96085]: pgmap v11662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:43.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:43.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:43 smithi098 ceph-mon[112578]: pgmap v11662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:44.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:09:44.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:44.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:09:45.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:45 smithi098 ceph-mon[112578]: pgmap v11663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:45 smithi016 ceph-mon[96085]: pgmap v11663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:45.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:45.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:46.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:46.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:46 smithi098 ceph-mon[112578]: pgmap v11664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:46 smithi016 ceph-mon[96085]: pgmap v11664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:47.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:47.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:48.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:48.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:49 smithi016 ceph-mon[96085]: pgmap v11665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:49.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:49.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:49 smithi098 ceph-mon[112578]: pgmap v11665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:50.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:50.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:51.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:51 smithi016 ceph-mon[96085]: pgmap v11666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:51.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:51.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:51 smithi098 ceph-mon[112578]: pgmap v11666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:52.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:52.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:53 smithi016 ceph-mon[96085]: pgmap v11667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:53.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:53.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:53 smithi098 ceph-mon[112578]: pgmap v11667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:54.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:54.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:55.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:55.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:55 smithi098 ceph-mon[112578]: pgmap v11668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:55 smithi016 ceph-mon[96085]: pgmap v11668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:56.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:56.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:56 smithi098 ceph-mon[112578]: pgmap v11669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:56 smithi016 ceph-mon[96085]: pgmap v11669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:57.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:57.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:58.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:58.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:59 smithi016 ceph-mon[96085]: pgmap v11670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:09:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:09:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:09:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:59 smithi098 ceph-mon[112578]: pgmap v11670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:09:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:09:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:09:59.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:09:59.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:00.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:10:00.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:10:00.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:10:00.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:10:00.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:10:00.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T03:10:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:10:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:10:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:10:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:10:00.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:10:00.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T03:10:00.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:00.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:01 smithi016 ceph-mon[96085]: pgmap v11671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:01 smithi098 ceph-mon[112578]: pgmap v11671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:01.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:01.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:02.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:02.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:03 smithi016 ceph-mon[96085]: pgmap v11672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:03 smithi098 ceph-mon[112578]: pgmap v11672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:03.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:03.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:04.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:04.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:05 smithi098 ceph-mon[112578]: pgmap v11673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:05.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:05.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:05 smithi016 ceph-mon[96085]: pgmap v11673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:06.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:06.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:06 smithi098 ceph-mon[112578]: pgmap v11674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:06 smithi016 ceph-mon[96085]: pgmap v11674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:07.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:07.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:08.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:08.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:09.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:09 smithi016 ceph-mon[96085]: pgmap v11675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:09 smithi098 ceph-mon[112578]: pgmap v11675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:09.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:09.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:10.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:10.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:11.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:11 smithi016 ceph-mon[96085]: pgmap v11676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:11 smithi098 ceph-mon[112578]: pgmap v11676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:11.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:11.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:12.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:12.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:13 smithi098 ceph-mon[112578]: pgmap v11677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:13 smithi016 ceph-mon[96085]: pgmap v11677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:13.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:13.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:14.290 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:10:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:10:14.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:14.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:15 smithi098 ceph-mon[112578]: pgmap v11678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:15 smithi016 ceph-mon[96085]: pgmap v11678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:15.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:15.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:16.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:16.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:16 smithi098 ceph-mon[112578]: pgmap v11679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:16 smithi016 ceph-mon[96085]: pgmap v11679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:17.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:17.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:18.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:18.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:19 smithi016 ceph-mon[96085]: pgmap v11680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:19 smithi098 ceph-mon[112578]: pgmap v11680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:19.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:19.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:20.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:20.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:21 smithi098 ceph-mon[112578]: pgmap v11681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:21 smithi016 ceph-mon[96085]: pgmap v11681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:21.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:21.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:22.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:22.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:23 smithi098 ceph-mon[112578]: pgmap v11682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:23 smithi016 ceph-mon[96085]: pgmap v11682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:23.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:23.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:24.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:24.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:25 smithi016 ceph-mon[96085]: pgmap v11683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:25.368 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:25 smithi098 ceph-mon[112578]: pgmap v11683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:25.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:25.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:26.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:26.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:26 smithi098 ceph-mon[112578]: pgmap v11684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:26 smithi016 ceph-mon[96085]: pgmap v11684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:27.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:27.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:28.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:28.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:29 smithi098 ceph-mon[112578]: pgmap v11685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:29.575 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:10:29.576 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:29 smithi016 ceph-mon[96085]: pgmap v11685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:29.577 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:10:29.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:29.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:30.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:30.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:31 smithi098 ceph-mon[112578]: pgmap v11686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:31 smithi016 ceph-mon[96085]: pgmap v11686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:31.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:31.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:32.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:32.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:33.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:33 smithi098 ceph-mon[112578]: pgmap v11687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:33.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:33 smithi016 ceph-mon[96085]: pgmap v11687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:33.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:33.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:34.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:34.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:35 smithi016 ceph-mon[96085]: pgmap v11688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:35.473 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:35 smithi098 ceph-mon[112578]: pgmap v11688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:35.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:35.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:36.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:36.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:36.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:36 smithi098 ceph-mon[112578]: pgmap v11689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:36 smithi016 ceph-mon[96085]: pgmap v11689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:37.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:37.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:38.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:38.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:39 smithi098 ceph-mon[112578]: pgmap v11690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:39 smithi016 ceph-mon[96085]: pgmap v11690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:39.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:39.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:40.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:40.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:41 smithi098 ceph-mon[112578]: pgmap v11691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:41 smithi016 ceph-mon[96085]: pgmap v11691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:41.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:41.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:42.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:42.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:43 smithi098 ceph-mon[112578]: pgmap v11692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:43 smithi016 ceph-mon[96085]: pgmap v11692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:43.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:43.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:10:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:10:44.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:44.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:45 smithi016 ceph-mon[96085]: pgmap v11693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:45 smithi098 ceph-mon[112578]: pgmap v11693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:45.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:45.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:46.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:46.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:46 smithi098 ceph-mon[112578]: pgmap v11694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:46 smithi016 ceph-mon[96085]: pgmap v11694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:47.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:47.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:48.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:48.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:49 smithi098 ceph-mon[112578]: pgmap v11695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:49 smithi016 ceph-mon[96085]: pgmap v11695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:49.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:49.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:50.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:50.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:51 smithi098 ceph-mon[112578]: pgmap v11696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:51 smithi016 ceph-mon[96085]: pgmap v11696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:51.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:51.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:52.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:52.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:53 smithi098 ceph-mon[112578]: pgmap v11697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:53.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:53 smithi016 ceph-mon[96085]: pgmap v11697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:53.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:53.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:54.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:54.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:55 smithi098 ceph-mon[112578]: pgmap v11698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:55 smithi016 ceph-mon[96085]: pgmap v11698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:55.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:55.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:56.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:56.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:56 smithi098 ceph-mon[112578]: pgmap v11699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:56 smithi016 ceph-mon[96085]: pgmap v11699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:57.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:57.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:58.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:58.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:59 smithi098 ceph-mon[112578]: pgmap v11700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:10:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:10:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:59 smithi016 ceph-mon[96085]: pgmap v11700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:10:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:10:59.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:10:59.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:11:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:11:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:11:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:11:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:11:00.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:11:00.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:00.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:01 smithi098 ceph-mon[112578]: pgmap v11701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:11:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:11:01.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:11:01.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:11:01.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:11:01.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:01 smithi016 ceph-mon[96085]: pgmap v11701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:01.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:11:01.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:11:01.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:11:01.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:11:01.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:11:01.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:01.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:02.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:02.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:03 smithi098 ceph-mon[112578]: pgmap v11702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:03 smithi016 ceph-mon[96085]: pgmap v11702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:03.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:03.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:04.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:04.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:05 smithi098 ceph-mon[112578]: pgmap v11703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:05 smithi016 ceph-mon[96085]: pgmap v11703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:05.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:05.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:06.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:06.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:06 smithi098 ceph-mon[112578]: pgmap v11704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:06 smithi016 ceph-mon[96085]: pgmap v11704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:07.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:07.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:08.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:08.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:09 smithi098 ceph-mon[112578]: pgmap v11705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:09 smithi016 ceph-mon[96085]: pgmap v11705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:09.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:09.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:10.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:10.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:11 smithi098 ceph-mon[112578]: pgmap v11706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:11 smithi016 ceph-mon[96085]: pgmap v11706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:11.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:11.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:12.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:12.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:13 smithi098 ceph-mon[112578]: pgmap v11707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:13 smithi016 ceph-mon[96085]: pgmap v11707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:13.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:13.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:11:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:11:14.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:14.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:15.369 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:15 smithi016 ceph-mon[96085]: pgmap v11708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:15.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:15 smithi098 ceph-mon[112578]: pgmap v11708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:15.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:15.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:16.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:16.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:16 smithi098 ceph-mon[112578]: pgmap v11709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:16 smithi016 ceph-mon[96085]: pgmap v11709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:17.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:17.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:18.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:18.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:19 smithi098 ceph-mon[112578]: pgmap v11710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:19 smithi016 ceph-mon[96085]: pgmap v11710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:19.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:19.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:20.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:20.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:21 smithi098 ceph-mon[112578]: pgmap v11711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:21 smithi016 ceph-mon[96085]: pgmap v11711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:21.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:21.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:22.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:22.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:23 smithi098 ceph-mon[112578]: pgmap v11712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:23 smithi016 ceph-mon[96085]: pgmap v11712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:23.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:23.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:24.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:24.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:25.484 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:25 smithi016 ceph-mon[96085]: pgmap v11713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:25 smithi098 ceph-mon[112578]: pgmap v11713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:25.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:25.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:26.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:26.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:26 smithi098 ceph-mon[112578]: pgmap v11714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:26 smithi016 ceph-mon[96085]: pgmap v11714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:27.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:27.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:28.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:28.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:29 smithi098 ceph-mon[112578]: pgmap v11715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:11:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:29 smithi016 ceph-mon[96085]: pgmap v11715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:11:29.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:29.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:30.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:30.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:31.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:31 smithi098 ceph-mon[112578]: pgmap v11716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:31 smithi016 ceph-mon[96085]: pgmap v11716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:31.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:31.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:32.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:32.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:33.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:33 smithi098 ceph-mon[112578]: pgmap v11717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:33.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:33 smithi016 ceph-mon[96085]: pgmap v11717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:33.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:33.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:34.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:34.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:35 smithi098 ceph-mon[112578]: pgmap v11718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:35 smithi016 ceph-mon[96085]: pgmap v11718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:35.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:35.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:36.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:36.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:36 smithi098 ceph-mon[112578]: pgmap v11719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:36 smithi016 ceph-mon[96085]: pgmap v11719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:37.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:37.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:38.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:38.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:39 smithi098 ceph-mon[112578]: pgmap v11720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:39 smithi016 ceph-mon[96085]: pgmap v11720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:39.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:39.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:40.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:40.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:41 smithi098 ceph-mon[112578]: pgmap v11721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:41 smithi016 ceph-mon[96085]: pgmap v11721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:41.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:41.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:42.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:42.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:43 smithi098 ceph-mon[112578]: pgmap v11722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:43 smithi016 ceph-mon[96085]: pgmap v11722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:43.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:43.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:11:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:11:44.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:44.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:45 smithi098 ceph-mon[112578]: pgmap v11723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:45 smithi016 ceph-mon[96085]: pgmap v11723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:45.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:45.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:46.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:46 smithi098 ceph-mon[112578]: pgmap v11724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:46.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:46.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:46 smithi016 ceph-mon[96085]: pgmap v11724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:47.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:47.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:48.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:48.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:49 smithi098 ceph-mon[112578]: pgmap v11725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:49 smithi016 ceph-mon[96085]: pgmap v11725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:49.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:49.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:50.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:50.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:51 smithi098 ceph-mon[112578]: pgmap v11726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:51 smithi016 ceph-mon[96085]: pgmap v11726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:51.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:51.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:52.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:52.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:53.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:53 smithi098 ceph-mon[112578]: pgmap v11727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:53.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:53 smithi016 ceph-mon[96085]: pgmap v11727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:53.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:53.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:54.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:54.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:55 smithi098 ceph-mon[112578]: pgmap v11728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:55 smithi016 ceph-mon[96085]: pgmap v11728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:55.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:55.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:56.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:56.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:56 smithi098 ceph-mon[112578]: pgmap v11729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:56 smithi016 ceph-mon[96085]: pgmap v11729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:57.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:57.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:58.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:58.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:59 smithi098 ceph-mon[112578]: pgmap v11730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:11:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:11:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:59 smithi016 ceph-mon[96085]: pgmap v11730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:11:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:11:59.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:11:59.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:00.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:00.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:01.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:01 smithi016 ceph-mon[96085]: pgmap v11731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:01.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:12:01.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:12:01.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:12:01.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:12:01.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:12:01.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:12:01.368 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:01 smithi098 ceph-mon[112578]: pgmap v11731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:01.369 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:12:01.369 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:12:01.369 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:12:01.369 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:12:01.369 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:12:01.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:12:01.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:01.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:02.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:02.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:03 smithi098 ceph-mon[112578]: pgmap v11732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:03 smithi016 ceph-mon[96085]: pgmap v11732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:03.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:03.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:04.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:04.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:05 smithi098 ceph-mon[112578]: pgmap v11733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:05 smithi016 ceph-mon[96085]: pgmap v11733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:05.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:05.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:06.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:06.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:06 smithi098 ceph-mon[112578]: pgmap v11734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:06 smithi016 ceph-mon[96085]: pgmap v11734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:07.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:07.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:08.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:08.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:09 smithi098 ceph-mon[112578]: pgmap v11735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:09 smithi016 ceph-mon[96085]: pgmap v11735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:09.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:09.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:10.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:10.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:11.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:11 smithi016 ceph-mon[96085]: pgmap v11736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:11.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:11 smithi098 ceph-mon[112578]: pgmap v11736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:11.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:11.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:12.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:12.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:13 smithi098 ceph-mon[112578]: pgmap v11737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:13 smithi016 ceph-mon[96085]: pgmap v11737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:13.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:13.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:12:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:12:14.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:14.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:15 smithi098 ceph-mon[112578]: pgmap v11738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:15 smithi016 ceph-mon[96085]: pgmap v11738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:15.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:15.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:16.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:16.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:16 smithi098 ceph-mon[112578]: pgmap v11739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:16 smithi016 ceph-mon[96085]: pgmap v11739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:17.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:17.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:18.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:18.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:19 smithi098 ceph-mon[112578]: pgmap v11740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:19 smithi016 ceph-mon[96085]: pgmap v11740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:19.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:19.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:20.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:20.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:21.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:21 smithi098 ceph-mon[112578]: pgmap v11741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:21 smithi016 ceph-mon[96085]: pgmap v11741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:21.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:21.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:22.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:22.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:23 smithi098 ceph-mon[112578]: pgmap v11742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:23 smithi016 ceph-mon[96085]: pgmap v11742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:23.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:23.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:24.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:24.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:25.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:25 smithi098 ceph-mon[112578]: pgmap v11743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:25.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:25 smithi016 ceph-mon[96085]: pgmap v11743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:25.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:25.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:26 smithi098 ceph-mon[112578]: pgmap v11744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:26.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:26.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:26 smithi016 ceph-mon[96085]: pgmap v11744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:27.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:27.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:28.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:28.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:29 smithi098 ceph-mon[112578]: pgmap v11745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:12:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:29 smithi016 ceph-mon[96085]: pgmap v11745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:12:29.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:29.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:30.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:30.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:31.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:31 smithi098 ceph-mon[112578]: pgmap v11746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:31 smithi016 ceph-mon[96085]: pgmap v11746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:31.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:31.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:32.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:32.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:33.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:33 smithi098 ceph-mon[112578]: pgmap v11747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:33.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:33 smithi016 ceph-mon[96085]: pgmap v11747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:33.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:33.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:34.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:34.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:35.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:35 smithi098 ceph-mon[112578]: pgmap v11748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:35.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:35 smithi016 ceph-mon[96085]: pgmap v11748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:35.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:35.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:36.733 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:36 smithi098 ceph-mon[112578]: pgmap v11749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:36 smithi016 ceph-mon[96085]: pgmap v11749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:36.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:36.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:37.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:37.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:38.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:38.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:39 smithi098 ceph-mon[112578]: pgmap v11750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:39 smithi016 ceph-mon[96085]: pgmap v11750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:39.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:39.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:40.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:40.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:41.342 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:41 smithi016 ceph-mon[96085]: pgmap v11751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:41 smithi098 ceph-mon[112578]: pgmap v11751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:41.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:41.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:42.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:42.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:43 smithi098 ceph-mon[112578]: pgmap v11752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:43 smithi016 ceph-mon[96085]: pgmap v11752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:43.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:43.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:12:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:12:44.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:44.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:45 smithi098 ceph-mon[112578]: pgmap v11753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:45 smithi016 ceph-mon[96085]: pgmap v11753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:45.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:45.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:46 smithi098 ceph-mon[112578]: pgmap v11754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:46 smithi016 ceph-mon[96085]: pgmap v11754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:46.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:46.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:47.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:47.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:48.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:48.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:49 smithi098 ceph-mon[112578]: pgmap v11755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:49 smithi016 ceph-mon[96085]: pgmap v11755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:49.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:49.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:50.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:50.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:51.457 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:51 smithi016 ceph-mon[96085]: pgmap v11756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:51 smithi098 ceph-mon[112578]: pgmap v11756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:51.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:51.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:52.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:52.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:53 smithi098 ceph-mon[112578]: pgmap v11757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:53 smithi016 ceph-mon[96085]: pgmap v11757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:53.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:53.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:54.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:54.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:55.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:55 smithi098 ceph-mon[112578]: pgmap v11758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:55 smithi016 ceph-mon[96085]: pgmap v11758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:55.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:55.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:56 smithi098 ceph-mon[112578]: pgmap v11759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:56 smithi016 ceph-mon[96085]: pgmap v11759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:56.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:56.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:57.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:57.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:58.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:58.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:59 smithi098 ceph-mon[112578]: pgmap v11760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:12:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:12:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:59 smithi016 ceph-mon[96085]: pgmap v11760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:12:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:12:59.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:12:59.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:00.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:00.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:01 smithi098 ceph-mon[112578]: pgmap v11761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:01 smithi016 ceph-mon[96085]: pgmap v11761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:01.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:01.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:01.998 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:01 smithi098 conmon[112533]: 2023-10-17T03:13:01.586+0000 7f4a7e7d9700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-10-17T03:13:01.998 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:01 smithi098 conmon[112533]: 2023-10-17T03:13:01.586+0000 7f4a7e7d9700 -1 mon.smithi098@1(peon) e2 *** Got Signal Hangup *** 2023-10-17T03:13:02.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:13:02.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:13:02.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:13:02.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:13:02.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:13:02.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:13:02.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:13:02.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:13:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:13:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:13:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:13:02.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:13:02.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:13:02.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:13:02.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:13:02.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:13:02.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:02.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:03 smithi098 ceph-mon[112578]: pgmap v11762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:03 smithi016 ceph-mon[96085]: pgmap v11762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:03.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:03.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:04.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:04.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:05 smithi098 ceph-mon[112578]: pgmap v11763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:05 smithi016 ceph-mon[96085]: pgmap v11763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:05.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:05.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:06 smithi098 ceph-mon[112578]: pgmap v11764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:06 smithi016 ceph-mon[96085]: pgmap v11764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:06.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:06.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:07.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:07.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:08.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:08.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:09 smithi098 ceph-mon[112578]: pgmap v11765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:09 smithi016 ceph-mon[96085]: pgmap v11765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:09.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:09.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:10.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:10.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:11 smithi098 ceph-mon[112578]: pgmap v11766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:11 smithi016 ceph-mon[96085]: pgmap v11766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:11.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:11.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:12.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:12.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:13 smithi098 ceph-mon[112578]: pgmap v11767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:13 smithi016 ceph-mon[96085]: pgmap v11767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:13.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:13.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:13:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:13:14.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:14.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:15 smithi098 ceph-mon[112578]: pgmap v11768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:15 smithi016 ceph-mon[96085]: pgmap v11768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:15.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:15.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:16.741 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:16 smithi016 ceph-mon[96085]: pgmap v11769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:16 smithi098 ceph-mon[112578]: pgmap v11769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:16.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:16.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:17.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:17.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:18.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:18.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:19 smithi098 ceph-mon[112578]: pgmap v11770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:19 smithi016 ceph-mon[96085]: pgmap v11770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:19.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:19.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:20.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:20.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:21 smithi098 ceph-mon[112578]: pgmap v11771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:21 smithi016 ceph-mon[96085]: pgmap v11771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:21.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:21.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:22.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:22.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:23 smithi098 ceph-mon[112578]: pgmap v11772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:23 smithi016 ceph-mon[96085]: pgmap v11772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:23.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:23.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:24.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:24.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:25 smithi098 ceph-mon[112578]: pgmap v11773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:25.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:25 smithi016 ceph-mon[96085]: pgmap v11773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:25.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:25.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:26 smithi098 ceph-mon[112578]: pgmap v11774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:26 smithi016 ceph-mon[96085]: pgmap v11774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:26.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:26.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:27.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:27.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:28.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:28.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:29 smithi098 ceph-mon[112578]: pgmap v11775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:13:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:29 smithi016 ceph-mon[96085]: pgmap v11775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:13:29.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:29.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:30.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:30.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:31 smithi098 ceph-mon[112578]: pgmap v11776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:31 smithi016 ceph-mon[96085]: pgmap v11776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:31.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:31.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:32.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:32.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:33.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:33 smithi098 ceph-mon[112578]: pgmap v11777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:33 smithi016 ceph-mon[96085]: pgmap v11777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:33.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:33.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:34.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:34.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:35 smithi098 ceph-mon[112578]: pgmap v11778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:35 smithi016 ceph-mon[96085]: pgmap v11778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:35.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:35.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:36 smithi098 ceph-mon[112578]: pgmap v11779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:36 smithi016 ceph-mon[96085]: pgmap v11779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:36.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:36.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:37.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:37.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:38.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:38.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:39 smithi098 ceph-mon[112578]: pgmap v11780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:39 smithi016 ceph-mon[96085]: pgmap v11780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:39.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:39.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:40.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:40.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:41 smithi098 ceph-mon[112578]: pgmap v11781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:41 smithi016 ceph-mon[96085]: pgmap v11781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:41.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:41.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:42.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:42.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:43 smithi098 ceph-mon[112578]: pgmap v11782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:13:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:43 smithi016 ceph-mon[96085]: pgmap v11782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:13:43.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:43.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:44.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:44.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:45 smithi098 ceph-mon[112578]: pgmap v11783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:45 smithi016 ceph-mon[96085]: pgmap v11783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:45.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:45.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:46 smithi098 ceph-mon[112578]: pgmap v11784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:46 smithi016 ceph-mon[96085]: pgmap v11784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:46.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:46.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:47.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:47.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:48.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:48.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:49 smithi098 ceph-mon[112578]: pgmap v11785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:49 smithi016 ceph-mon[96085]: pgmap v11785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:49.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:49.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:50.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:50.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:51 smithi098 ceph-mon[112578]: pgmap v11786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:51 smithi016 ceph-mon[96085]: pgmap v11786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:51.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:51.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:52.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:52.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:53 smithi098 ceph-mon[112578]: pgmap v11787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:53.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:53 smithi016 ceph-mon[96085]: pgmap v11787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:53.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:53.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:54.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:54.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:55 smithi098 ceph-mon[112578]: pgmap v11788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:55 smithi016 ceph-mon[96085]: pgmap v11788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:55.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:55.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:56 smithi098 ceph-mon[112578]: pgmap v11789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:56 smithi016 ceph-mon[96085]: pgmap v11789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:56.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:56.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:57.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:57.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:13:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:13:58.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:58.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:13:59 smithi098 ceph-mon[112578]: pgmap v11790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:13:59 smithi016 ceph-mon[96085]: pgmap v11790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:59.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:13:59.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:00.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:00.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:01 smithi098 ceph-mon[112578]: pgmap v11791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:01 smithi016 ceph-mon[96085]: pgmap v11791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:01.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:01.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:14:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:14:02.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:02.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:03 smithi098 ceph-mon[112578]: pgmap v11792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:14:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:14:03.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:14:03.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:14:03.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:14:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:03 smithi016 ceph-mon[96085]: pgmap v11792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:14:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:14:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:14:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:14:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:14:03.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:03.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:04.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:04.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:05 smithi098 ceph-mon[112578]: pgmap v11793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:05 smithi016 ceph-mon[96085]: pgmap v11793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:05.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:05.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:06 smithi098 ceph-mon[112578]: pgmap v11794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:06 smithi016 ceph-mon[96085]: pgmap v11794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:06.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:06.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:07.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:07.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:08.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:08.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:09 smithi098 ceph-mon[112578]: pgmap v11795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:09 smithi016 ceph-mon[96085]: pgmap v11795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:09.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:09.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:10.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:10.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:11 smithi098 ceph-mon[112578]: pgmap v11796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:11 smithi016 ceph-mon[96085]: pgmap v11796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:11.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:11.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:12.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:12.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:13 smithi098 ceph-mon[112578]: pgmap v11797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:14:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:13 smithi016 ceph-mon[96085]: pgmap v11797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:14:13.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:13.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:14.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:14.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:15 smithi098 ceph-mon[112578]: pgmap v11798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:15 smithi016 ceph-mon[96085]: pgmap v11798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:15.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:15.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:16 smithi098 ceph-mon[112578]: pgmap v11799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:16 smithi016 ceph-mon[96085]: pgmap v11799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:16.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:16.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:17.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:17.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:18.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:18.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:19 smithi098 ceph-mon[112578]: pgmap v11800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:19 smithi016 ceph-mon[96085]: pgmap v11800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:19.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:19.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:20.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:20.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:21.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:21 smithi098 ceph-mon[112578]: pgmap v11801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:21 smithi016 ceph-mon[96085]: pgmap v11801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:21.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:21.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:22.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:22.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:23 smithi098 ceph-mon[112578]: pgmap v11802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:23 smithi016 ceph-mon[96085]: pgmap v11802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:23.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:23.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:24.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:24.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:25 smithi098 ceph-mon[112578]: pgmap v11803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:25 smithi016 ceph-mon[96085]: pgmap v11803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:25.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:25.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:26 smithi098 ceph-mon[112578]: pgmap v11804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:26 smithi016 ceph-mon[96085]: pgmap v11804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:26.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:26.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:27.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:27.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:28.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:14:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:14:28.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:28.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:29 smithi098 ceph-mon[112578]: pgmap v11805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:29 smithi016 ceph-mon[96085]: pgmap v11805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:29.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:29.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:30.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:30.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:31.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:31 smithi098 ceph-mon[112578]: pgmap v11806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:31 smithi016 ceph-mon[96085]: pgmap v11806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:31.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:31.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:32.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:32.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:33 smithi098 ceph-mon[112578]: pgmap v11807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:33.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:33 smithi016 ceph-mon[96085]: pgmap v11807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:33.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:33.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:34.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:34.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:35.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:35 smithi098 ceph-mon[112578]: pgmap v11808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:35 smithi016 ceph-mon[96085]: pgmap v11808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:35.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:35.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:36 smithi098 ceph-mon[112578]: pgmap v11809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:36 smithi016 ceph-mon[96085]: pgmap v11809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:36.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:36.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:37.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:37.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:38.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:38.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:39 smithi098 ceph-mon[112578]: pgmap v11810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:39 smithi016 ceph-mon[96085]: pgmap v11810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:39.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:39.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:40.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:40.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:41 smithi098 ceph-mon[112578]: pgmap v11811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:41 smithi016 ceph-mon[96085]: pgmap v11811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:41.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:41.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:43.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:43.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:43 smithi098 ceph-mon[112578]: pgmap v11812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:14:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:43 smithi016 ceph-mon[96085]: pgmap v11812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:14:44.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:44.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:45.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:45.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:45 smithi098 ceph-mon[112578]: pgmap v11813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:45 smithi016 ceph-mon[96085]: pgmap v11813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:46.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:46.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:46 smithi098 ceph-mon[112578]: pgmap v11814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:46 smithi016 ceph-mon[96085]: pgmap v11814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:47.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:47.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:48.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:48.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:49.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:49.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:49 smithi098 ceph-mon[112578]: pgmap v11815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:49 smithi016 ceph-mon[96085]: pgmap v11815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:50.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:50.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:51.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:51.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:51 smithi098 ceph-mon[112578]: pgmap v11816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:51 smithi016 ceph-mon[96085]: pgmap v11816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:52.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:52.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:53.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:53.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:53 smithi098 ceph-mon[112578]: pgmap v11817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:53 smithi016 ceph-mon[96085]: pgmap v11817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:54.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:54.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:55.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:55.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:55.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:55 smithi098 ceph-mon[112578]: pgmap v11818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:55 smithi016 ceph-mon[96085]: pgmap v11818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:56.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:56.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:56 smithi098 ceph-mon[112578]: pgmap v11819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:56 smithi016 ceph-mon[96085]: pgmap v11819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:57.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:57.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:58.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:58.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:14:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:14:59.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:14:59.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:14:59 smithi098 ceph-mon[112578]: pgmap v11820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:14:59 smithi016 ceph-mon[96085]: pgmap v11820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:00.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:00.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:01.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:01.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:01 smithi098 ceph-mon[112578]: pgmap v11821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:01 smithi016 ceph-mon[96085]: pgmap v11821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:02.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:02.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:03.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:03.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:03 smithi016 ceph-mon[96085]: pgmap v11822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:15:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:03 smithi098 ceph-mon[112578]: pgmap v11822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:15:04.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:04.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:15:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:15:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:15:04.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:15:04.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:04 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1570M 2023-10-17T03:15:04.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:15:04.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:15:04.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:15:04.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:15:04.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:15:04.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:15:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:15:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:15:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:15:04.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:15:04.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:04 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1570M 2023-10-17T03:15:04.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:15:04.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:15:04.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:15:04.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:15:04.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:15:04.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:15:05.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:05.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:05 smithi098 ceph-mon[112578]: pgmap v11823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:05 smithi016 ceph-mon[96085]: pgmap v11823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:06.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:06.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:06 smithi098 ceph-mon[112578]: pgmap v11824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:06 smithi016 ceph-mon[96085]: pgmap v11824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:07.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:07.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:08.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:08.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:09.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:09.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:09 smithi098 ceph-mon[112578]: pgmap v11825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:09 smithi016 ceph-mon[96085]: pgmap v11825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:10.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:10.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:11.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:11.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:11 smithi098 ceph-mon[112578]: pgmap v11826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:11 smithi016 ceph-mon[96085]: pgmap v11826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:12.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:12.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:13.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:13.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:13 smithi098 ceph-mon[112578]: pgmap v11827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:15:13.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:13 smithi016 ceph-mon[96085]: pgmap v11827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:13.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:15:14.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:14.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:15.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:15.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:15 smithi098 ceph-mon[112578]: pgmap v11828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:15 smithi016 ceph-mon[96085]: pgmap v11828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:16.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:16.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:16 smithi098 ceph-mon[112578]: pgmap v11829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:16 smithi016 ceph-mon[96085]: pgmap v11829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:17.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:17.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:18.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:18.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:19.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:19.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:19 smithi098 ceph-mon[112578]: pgmap v11830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:19 smithi016 ceph-mon[96085]: pgmap v11830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:20.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:20.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:21.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:21.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:21.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:21 smithi098 ceph-mon[112578]: pgmap v11831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:21 smithi016 ceph-mon[96085]: pgmap v11831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:22.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:22.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:23.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:23.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:23.484 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:23 smithi098 ceph-mon[112578]: pgmap v11832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:23 smithi016 ceph-mon[96085]: pgmap v11832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:24.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:24.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:25.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:25.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:25.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:25 smithi098 ceph-mon[112578]: pgmap v11833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:25.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:25 smithi016 ceph-mon[96085]: pgmap v11833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:26.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:26.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:26 smithi098 ceph-mon[112578]: pgmap v11834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:26 smithi016 ceph-mon[96085]: pgmap v11834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:27.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:27.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:28.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:28.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:15:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:15:29.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:29.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:29 smithi098 ceph-mon[112578]: pgmap v11835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:29 smithi016 ceph-mon[96085]: pgmap v11835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:30.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:30.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:31.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:31.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:31.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:31 smithi098 ceph-mon[112578]: pgmap v11836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:31 smithi016 ceph-mon[96085]: pgmap v11836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:32.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:32.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:33.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:33.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:33.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:33 smithi098 ceph-mon[112578]: pgmap v11837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:33.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:33 smithi016 ceph-mon[96085]: pgmap v11837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:34.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:34.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:35.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:35.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:35.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:35 smithi098 ceph-mon[112578]: pgmap v11838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:35 smithi016 ceph-mon[96085]: pgmap v11838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:36.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:36.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:36 smithi098 ceph-mon[112578]: pgmap v11839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:36 smithi016 ceph-mon[96085]: pgmap v11839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:37.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:37.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:38.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:38.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:39.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:39.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:39 smithi098 ceph-mon[112578]: pgmap v11840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:39 smithi016 ceph-mon[96085]: pgmap v11840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:40.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:40.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:41.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:41.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:41 smithi098 ceph-mon[112578]: pgmap v11841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:41 smithi016 ceph-mon[96085]: pgmap v11841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:42.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:42.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:43.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:43.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:43.418 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:43 smithi016 ceph-mon[96085]: pgmap v11842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:43.418 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:15:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:43 smithi098 ceph-mon[112578]: pgmap v11842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:15:44.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:44.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:45.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:45.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:45 smithi098 ceph-mon[112578]: pgmap v11843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:45 smithi016 ceph-mon[96085]: pgmap v11843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:46.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:46.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:46 smithi098 ceph-mon[112578]: pgmap v11844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:46 smithi016 ceph-mon[96085]: pgmap v11844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:47.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:47.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:48.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:48.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:49.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:49.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:49 smithi098 ceph-mon[112578]: pgmap v11845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:49 smithi016 ceph-mon[96085]: pgmap v11845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:50.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:50.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:51.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:51.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:51 smithi098 ceph-mon[112578]: pgmap v11846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:51 smithi016 ceph-mon[96085]: pgmap v11846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:52.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:52.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:53.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:53.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:53.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:53 smithi098 ceph-mon[112578]: pgmap v11847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:53.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:53 smithi016 ceph-mon[96085]: pgmap v11847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:54.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:54.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:55.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:55.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:55.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:55 smithi098 ceph-mon[112578]: pgmap v11848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:55 smithi016 ceph-mon[96085]: pgmap v11848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:56.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:56.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:56 smithi098 ceph-mon[112578]: pgmap v11849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:56 smithi016 ceph-mon[96085]: pgmap v11849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:57.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:57.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:58.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:58.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:15:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:15:59.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:15:59.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:15:59 smithi098 ceph-mon[112578]: pgmap v11850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:15:59 smithi016 ceph-mon[96085]: pgmap v11850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:00.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:00.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:01.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:01.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:01.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:01 smithi098 ceph-mon[112578]: pgmap v11851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:01 smithi016 ceph-mon[96085]: pgmap v11851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:02.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:02.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:03.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:03.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:03 smithi098 ceph-mon[112578]: pgmap v11852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:03 smithi016 ceph-mon[96085]: pgmap v11852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:04.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:04.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:04.157 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:16:04.158 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:16:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:16:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:16:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:16:04.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:16:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:16:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:16:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:16:04.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:16:04.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:16:04.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:16:05.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:05.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:05 smithi098 ceph-mon[112578]: pgmap v11853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:05 smithi016 ceph-mon[96085]: pgmap v11853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:06.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:06.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:06 smithi016 ceph-mon[96085]: pgmap v11854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:06 smithi098 ceph-mon[112578]: pgmap v11854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:07.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:07.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:08.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:08.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:09.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:09.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:09 smithi098 ceph-mon[112578]: pgmap v11855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:09 smithi016 ceph-mon[96085]: pgmap v11855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:10.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:10.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:11.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:11.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:11 smithi098 ceph-mon[112578]: pgmap v11856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:11 smithi016 ceph-mon[96085]: pgmap v11856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:12.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:12.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:13.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:13.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:13 smithi098 ceph-mon[112578]: pgmap v11857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:16:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:13 smithi016 ceph-mon[96085]: pgmap v11857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:16:14.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:14.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:15.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:15.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:15.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:15 smithi098 ceph-mon[112578]: pgmap v11858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:15 smithi016 ceph-mon[96085]: pgmap v11858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:16.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:16.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:16 smithi016 ceph-mon[96085]: pgmap v11859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:16 smithi098 ceph-mon[112578]: pgmap v11859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:17.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:17.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:18.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:18.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:19.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:19.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:19 smithi098 ceph-mon[112578]: pgmap v11860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:19 smithi016 ceph-mon[96085]: pgmap v11860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:20.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:20.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:21.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:21.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:21.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:21 smithi098 ceph-mon[112578]: pgmap v11861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:21 smithi016 ceph-mon[96085]: pgmap v11861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:22.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:22.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:23.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:23.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:23 smithi098 ceph-mon[112578]: pgmap v11862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:23 smithi016 ceph-mon[96085]: pgmap v11862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:24.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:24.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:25.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:25.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:25.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:25 smithi098 ceph-mon[112578]: pgmap v11863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:25.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:25 smithi016 ceph-mon[96085]: pgmap v11863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:26.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:26.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:26 smithi016 ceph-mon[96085]: pgmap v11864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:26 smithi098 ceph-mon[112578]: pgmap v11864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:27.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:27.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:28.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:28.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:16:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:16:29.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:29.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:29 smithi016 ceph-mon[96085]: pgmap v11865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:29 smithi098 ceph-mon[112578]: pgmap v11865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:30.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:30.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:31.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:31.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:31.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:31 smithi098 ceph-mon[112578]: pgmap v11866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:31 smithi016 ceph-mon[96085]: pgmap v11866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:32.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:32.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:33.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:33.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:33.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:33 smithi098 ceph-mon[112578]: pgmap v11867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:33.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:33 smithi016 ceph-mon[96085]: pgmap v11867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:34.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:34.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:35.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:35.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:35.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:35 smithi098 ceph-mon[112578]: pgmap v11868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:35.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:35 smithi016 ceph-mon[96085]: pgmap v11868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:36.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:36.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:36 smithi016 ceph-mon[96085]: pgmap v11869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:36 smithi098 ceph-mon[112578]: pgmap v11869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:37.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:37.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:38.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:38.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:39.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:39.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:39 smithi098 ceph-mon[112578]: pgmap v11870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:39 smithi016 ceph-mon[96085]: pgmap v11870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:40.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:40.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:41.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:41.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:41 smithi098 ceph-mon[112578]: pgmap v11871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:41 smithi016 ceph-mon[96085]: pgmap v11871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:42.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:42.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:43.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:43.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:43 smithi098 ceph-mon[112578]: pgmap v11872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:16:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:43 smithi016 ceph-mon[96085]: pgmap v11872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:16:44.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:44.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:45.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:45.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:45.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:45 smithi098 ceph-mon[112578]: pgmap v11873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:45 smithi016 ceph-mon[96085]: pgmap v11873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:46.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:46.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:46 smithi016 ceph-mon[96085]: pgmap v11874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:46 smithi098 ceph-mon[112578]: pgmap v11874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:47.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:47.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:48.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:48.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:49.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:49.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:49 smithi098 ceph-mon[112578]: pgmap v11875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:49 smithi016 ceph-mon[96085]: pgmap v11875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:50.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:50.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:51.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:51.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:51 smithi098 ceph-mon[112578]: pgmap v11876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:51 smithi016 ceph-mon[96085]: pgmap v11876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:52.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:52.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:53.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:53.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:53.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:53 smithi098 ceph-mon[112578]: pgmap v11877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:53.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:53 smithi016 ceph-mon[96085]: pgmap v11877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:54.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:54.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:55.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:55.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:55.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:55 smithi098 ceph-mon[112578]: pgmap v11878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:55 smithi016 ceph-mon[96085]: pgmap v11878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:56.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:56.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:56 smithi016 ceph-mon[96085]: pgmap v11879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:56 smithi098 ceph-mon[112578]: pgmap v11879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:57.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:57.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:58.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:58.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:16:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:16:59.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:16:59.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:59.488 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:16:59 smithi098 ceph-mon[112578]: pgmap v11880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:16:59 smithi016 ceph-mon[96085]: pgmap v11880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:00.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:00.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:01.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:01.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:01 smithi098 ceph-mon[112578]: pgmap v11881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:01 smithi016 ceph-mon[96085]: pgmap v11881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:02.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:02.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:03.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:03.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:03 smithi098 ceph-mon[112578]: pgmap v11882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:03 smithi016 ceph-mon[96085]: pgmap v11882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:04.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:04.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:17:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:17:05.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:05.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:05 smithi098 ceph-mon[112578]: pgmap v11883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:17:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:17:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:17:05.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:17:05.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:17:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:05 smithi016 ceph-mon[96085]: pgmap v11883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:17:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:17:05.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:17:05.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:17:05.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:17:06.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:06.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:06 smithi016 ceph-mon[96085]: pgmap v11884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:07.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:06 smithi098 ceph-mon[112578]: pgmap v11884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:07.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:07.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:08.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:08.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:09.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:09.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:09 smithi098 ceph-mon[112578]: pgmap v11885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:09 smithi016 ceph-mon[96085]: pgmap v11885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:10.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:10.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:11.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:11.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:11 smithi098 ceph-mon[112578]: pgmap v11886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:11 smithi016 ceph-mon[96085]: pgmap v11886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:12.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:12.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:13.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:13.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:13 smithi098 ceph-mon[112578]: pgmap v11887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:17:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:13 smithi016 ceph-mon[96085]: pgmap v11887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:17:14.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:14.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:15.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:15.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:15.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:15 smithi098 ceph-mon[112578]: pgmap v11888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:15 smithi016 ceph-mon[96085]: pgmap v11888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:16.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:16.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:16 smithi098 ceph-mon[112578]: pgmap v11889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:16 smithi016 ceph-mon[96085]: pgmap v11889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:17.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:17.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:18.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:18.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:19.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:19.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:19 smithi098 ceph-mon[112578]: pgmap v11890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:19.518 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:19 smithi016 ceph-mon[96085]: pgmap v11890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:20.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:20.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:21.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:21.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:21.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:21 smithi098 ceph-mon[112578]: pgmap v11891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:21 smithi016 ceph-mon[96085]: pgmap v11891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:22.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:22.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:23.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:23.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:23 smithi098 ceph-mon[112578]: pgmap v11892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:23 smithi016 ceph-mon[96085]: pgmap v11892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:24.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:24.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:25.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:25.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:25.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:25 smithi098 ceph-mon[112578]: pgmap v11893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:25.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:25 smithi016 ceph-mon[96085]: pgmap v11893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:26.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:26.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:26 smithi098 ceph-mon[112578]: pgmap v11894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:26 smithi016 ceph-mon[96085]: pgmap v11894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:27.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:27.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:28.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:28.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:17:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:17:29.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:29.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:29 smithi098 ceph-mon[112578]: pgmap v11895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:29 smithi016 ceph-mon[96085]: pgmap v11895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:30.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:30.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:31.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:31.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:31.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:31 smithi098 ceph-mon[112578]: pgmap v11896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:31 smithi016 ceph-mon[96085]: pgmap v11896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:32.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:32.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:33.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:33.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:33.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:33 smithi098 ceph-mon[112578]: pgmap v11897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:33.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:33 smithi016 ceph-mon[96085]: pgmap v11897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:34.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:34.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:35.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:35.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:35.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:35 smithi098 ceph-mon[112578]: pgmap v11898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:35.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:35 smithi016 ceph-mon[96085]: pgmap v11898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:36.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:36.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:36 smithi098 ceph-mon[112578]: pgmap v11899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:36 smithi016 ceph-mon[96085]: pgmap v11899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:37.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:37.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:38.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:38.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:39.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:39.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:39 smithi098 ceph-mon[112578]: pgmap v11900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:39 smithi016 ceph-mon[96085]: pgmap v11900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:40.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:40.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:41.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:41.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:41 smithi098 ceph-mon[112578]: pgmap v11901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:41 smithi016 ceph-mon[96085]: pgmap v11901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:42.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:42.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:43.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:43.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:43 smithi098 ceph-mon[112578]: pgmap v11902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:17:43.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:43 smithi016 ceph-mon[96085]: pgmap v11902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:43.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:17:44.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:44.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:45.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:45 smithi098 ceph-mon[112578]: pgmap v11903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:45.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:45.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:45 smithi016 ceph-mon[96085]: pgmap v11903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:46.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:46.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:46 smithi098 ceph-mon[112578]: pgmap v11904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:46 smithi016 ceph-mon[96085]: pgmap v11904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:47.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:47.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:48.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:48.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:49.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:49.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:49 smithi098 ceph-mon[112578]: pgmap v11905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:49 smithi016 ceph-mon[96085]: pgmap v11905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:50.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:50.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:51.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:51.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:51 smithi098 ceph-mon[112578]: pgmap v11906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:51 smithi016 ceph-mon[96085]: pgmap v11906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:52.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:52.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:53.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:53.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:53.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:53 smithi098 ceph-mon[112578]: pgmap v11907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:53.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:53 smithi016 ceph-mon[96085]: pgmap v11907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:54.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:54.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:55.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:55.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:55.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:55 smithi098 ceph-mon[112578]: pgmap v11908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:55 smithi016 ceph-mon[96085]: pgmap v11908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:56.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:56.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:56 smithi098 ceph-mon[112578]: pgmap v11909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:56 smithi016 ceph-mon[96085]: pgmap v11909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:57.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:57.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:58.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:58.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:17:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:17:59.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:17:59.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:17:59 smithi098 ceph-mon[112578]: pgmap v11910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:17:59 smithi016 ceph-mon[96085]: pgmap v11910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:00.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:00.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:01.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:01.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:01 smithi098 ceph-mon[112578]: pgmap v11911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:01 smithi016 ceph-mon[96085]: pgmap v11911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:02.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:02.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:03.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:03.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:03 smithi098 ceph-mon[112578]: pgmap v11912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:03 smithi016 ceph-mon[96085]: pgmap v11912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:04.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:04.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:05.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:05.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:05.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:05 smithi098 ceph-mon[112578]: pgmap v11913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:05.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:18:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:05 smithi016 ceph-mon[96085]: pgmap v11913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:18:06.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:06.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:06 smithi098 ceph-mon[112578]: pgmap v11914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:06 smithi016 ceph-mon[96085]: pgmap v11914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:07.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:07.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:08.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:08.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:18:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:18:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:18:09.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:18:09.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:18:09.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:18:09.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:18:09.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:08 smithi098 ceph-mon[112578]: pgmap v11915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:18:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:18:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:18:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:18:09.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:18:09.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:18:09.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:18:09.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:08 smithi016 ceph-mon[96085]: pgmap v11915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:09.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:09.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:10.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:10.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:11.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:11.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:11 smithi098 ceph-mon[112578]: pgmap v11916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:11 smithi016 ceph-mon[96085]: pgmap v11916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:12.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:12.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:13.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:13.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:13 smithi098 ceph-mon[112578]: pgmap v11917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:18:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:13 smithi016 ceph-mon[96085]: pgmap v11917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:18:14.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:14.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:15.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:15.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:15.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:15 smithi098 ceph-mon[112578]: pgmap v11918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:15 smithi016 ceph-mon[96085]: pgmap v11918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:16.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:16.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:17.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:16 smithi098 ceph-mon[112578]: pgmap v11919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:16 smithi016 ceph-mon[96085]: pgmap v11919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:17.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:17.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:18.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:18.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:19.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:19.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:19 smithi098 ceph-mon[112578]: pgmap v11920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:19 smithi016 ceph-mon[96085]: pgmap v11920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:20.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:20.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:21.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:21.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:21.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:21 smithi098 ceph-mon[112578]: pgmap v11921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:21 smithi016 ceph-mon[96085]: pgmap v11921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:22.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:22.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:23.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:23.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:23 smithi098 ceph-mon[112578]: pgmap v11922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:23 smithi016 ceph-mon[96085]: pgmap v11922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:24.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:24.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:25.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:25.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:25.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:25 smithi098 ceph-mon[112578]: pgmap v11923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:25.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:25 smithi016 ceph-mon[96085]: pgmap v11923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:26.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:26.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:26 smithi098 ceph-mon[112578]: pgmap v11924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:26 smithi016 ceph-mon[96085]: pgmap v11924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:27.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:27.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:28.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:28.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:18:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:18:29.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:29.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:29 smithi098 ceph-mon[112578]: pgmap v11925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:29.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:29 smithi016 ceph-mon[96085]: pgmap v11925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:30.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:30.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:31.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:31.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:31.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:31 smithi098 ceph-mon[112578]: pgmap v11926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:31 smithi016 ceph-mon[96085]: pgmap v11926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:32.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:32.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:33.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:33.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:33.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:33 smithi098 ceph-mon[112578]: pgmap v11927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:33.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:33 smithi016 ceph-mon[96085]: pgmap v11927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:34.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:34.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:35.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:35.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:35.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:35 smithi098 ceph-mon[112578]: pgmap v11928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:35.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:35 smithi016 ceph-mon[96085]: pgmap v11928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:36.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:36.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:36 smithi098 ceph-mon[112578]: pgmap v11929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:36 smithi016 ceph-mon[96085]: pgmap v11929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:37.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:37.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:38.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:38.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:39.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:39.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:39 smithi098 ceph-mon[112578]: pgmap v11930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:39 smithi016 ceph-mon[96085]: pgmap v11930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:40.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:40.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:41.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:41.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:41 smithi098 ceph-mon[112578]: pgmap v11931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:41 smithi016 ceph-mon[96085]: pgmap v11931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:42.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:42.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:43.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:43.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:43 smithi098 ceph-mon[112578]: pgmap v11932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:18:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:43 smithi016 ceph-mon[96085]: pgmap v11932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:18:44.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:44.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:45.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:45.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:45.514 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:45 smithi016 ceph-mon[96085]: pgmap v11933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:45.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:45 smithi098 ceph-mon[112578]: pgmap v11933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:46.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:46.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:46 smithi098 ceph-mon[112578]: pgmap v11934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:46 smithi016 ceph-mon[96085]: pgmap v11934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:47.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:47.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:48.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:48.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:49.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:49.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:49 smithi098 ceph-mon[112578]: pgmap v11935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:49 smithi016 ceph-mon[96085]: pgmap v11935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:50.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:50.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:51.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:51.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:51 smithi098 ceph-mon[112578]: pgmap v11936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:51 smithi016 ceph-mon[96085]: pgmap v11936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:52.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:52.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:53.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:53.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:53.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:53 smithi098 ceph-mon[112578]: pgmap v11937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:53 smithi016 ceph-mon[96085]: pgmap v11937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:54.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:54.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:55.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:55.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:55.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:55 smithi098 ceph-mon[112578]: pgmap v11938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:55 smithi016 ceph-mon[96085]: pgmap v11938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:56.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:56.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:56 smithi098 ceph-mon[112578]: pgmap v11939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:56 smithi016 ceph-mon[96085]: pgmap v11939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:57.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:57.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:58.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:58.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:18:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:18:59.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:18:59.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:18:59 smithi098 ceph-mon[112578]: pgmap v11940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:18:59 smithi016 ceph-mon[96085]: pgmap v11940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:00.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:00.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:01.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:01.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:01 smithi098 ceph-mon[112578]: pgmap v11941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:01 smithi016 ceph-mon[96085]: pgmap v11941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:02.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:02.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:03.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:03.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:03 smithi098 ceph-mon[112578]: pgmap v11942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:03 smithi016 ceph-mon[96085]: pgmap v11942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:04.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:04.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:05.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:05.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:05 smithi098 ceph-mon[112578]: pgmap v11943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:05 smithi016 ceph-mon[96085]: pgmap v11943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:06.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:06.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:06 smithi098 ceph-mon[112578]: pgmap v11944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:06 smithi016 ceph-mon[96085]: pgmap v11944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:07.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:07.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:08.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:08.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:19:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:19:09.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:09.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:09 smithi098 ceph-mon[112578]: pgmap v11945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:09 smithi016 ceph-mon[96085]: pgmap v11945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:10.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:10.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:11.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:11.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:11 smithi098 ceph-mon[112578]: pgmap v11946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:11 smithi016 ceph-mon[96085]: pgmap v11946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:12.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:12.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:13.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:13.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:13 smithi098 ceph-mon[112578]: pgmap v11947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:19:13.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:19:13.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:19:13.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:19:13.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:19:13.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:19:13.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:19:13.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:19:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:13 smithi016 ceph-mon[96085]: pgmap v11947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:19:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:19:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:19:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:19:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:19:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:19:13.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:19:13.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:19:14.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:14.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:15.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:15.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:15.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:15 smithi098 ceph-mon[112578]: pgmap v11948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:15 smithi016 ceph-mon[96085]: pgmap v11948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:16.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:16.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:16 smithi098 ceph-mon[112578]: pgmap v11949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:16 smithi016 ceph-mon[96085]: pgmap v11949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:17.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:17.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:18.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:18.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:19.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:19.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:19 smithi098 ceph-mon[112578]: pgmap v11950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:19.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:19 smithi016 ceph-mon[96085]: pgmap v11950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:20.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:20.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:21.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:21.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:21.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:21 smithi098 ceph-mon[112578]: pgmap v11951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:21 smithi016 ceph-mon[96085]: pgmap v11951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:22.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:22.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:23.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:23.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:23 smithi098 ceph-mon[112578]: pgmap v11952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:23 smithi016 ceph-mon[96085]: pgmap v11952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:24.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:24.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:25.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:25.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:25.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:25 smithi098 ceph-mon[112578]: pgmap v11953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:25.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:25 smithi016 ceph-mon[96085]: pgmap v11953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:26.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:26.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:26 smithi098 ceph-mon[112578]: pgmap v11954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:26 smithi016 ceph-mon[96085]: pgmap v11954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:27.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:27.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:28.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:28.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:19:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:19:29.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:29.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:29 smithi098 ceph-mon[112578]: pgmap v11955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:29 smithi016 ceph-mon[96085]: pgmap v11955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:30.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:30.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:31.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:31 smithi016 ceph-mon[96085]: pgmap v11956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:31.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:31.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:31.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:31 smithi098 ceph-mon[112578]: pgmap v11956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:32.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:32.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:33.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:33.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:33.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:33 smithi098 ceph-mon[112578]: pgmap v11957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:33.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:33 smithi016 ceph-mon[96085]: pgmap v11957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:34.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:34.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:35.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:35.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:35 smithi098 ceph-mon[112578]: pgmap v11958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:35.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:35 smithi016 ceph-mon[96085]: pgmap v11958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:36.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:36.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:37.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:36 smithi098 ceph-mon[112578]: pgmap v11959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:36 smithi016 ceph-mon[96085]: pgmap v11959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:37.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:37.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:38.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:38.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:39.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:39.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:39 smithi098 ceph-mon[112578]: pgmap v11960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:39 smithi016 ceph-mon[96085]: pgmap v11960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:40.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:40.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:41.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:41.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:41 smithi098 ceph-mon[112578]: pgmap v11961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:41 smithi016 ceph-mon[96085]: pgmap v11961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:42.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:42.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:43.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:43.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:43 smithi098 ceph-mon[112578]: pgmap v11962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:19:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:43 smithi016 ceph-mon[96085]: pgmap v11962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:43.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:19:44.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:44.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:45.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:45.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:45.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:45 smithi098 ceph-mon[112578]: pgmap v11963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:45 smithi016 ceph-mon[96085]: pgmap v11963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:46.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:46.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:46 smithi098 ceph-mon[112578]: pgmap v11964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:46 smithi016 ceph-mon[96085]: pgmap v11964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:47.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:47.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:48.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:48.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:49.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:49.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:49 smithi098 ceph-mon[112578]: pgmap v11965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:49 smithi016 ceph-mon[96085]: pgmap v11965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:50.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:50.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:51.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:51.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:51.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:51 smithi098 ceph-mon[112578]: pgmap v11966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:51 smithi016 ceph-mon[96085]: pgmap v11966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:52.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:52.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:53.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:53 smithi098 ceph-mon[112578]: pgmap v11967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:53.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:53.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:53.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:53 smithi016 ceph-mon[96085]: pgmap v11967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:54.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:54.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:55.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:55 smithi098 ceph-mon[112578]: pgmap v11968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:55.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:55.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:55 smithi016 ceph-mon[96085]: pgmap v11968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:56.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:56.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:56 smithi098 ceph-mon[112578]: pgmap v11969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:56 smithi016 ceph-mon[96085]: pgmap v11969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:57.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:57.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:19:58.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:58.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:19:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:19:59 smithi098 ceph-mon[112578]: pgmap v11970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:59.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:19:59.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:19:59 smithi016 ceph-mon[96085]: pgmap v11970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T03:20:00.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:00.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T03:20:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:01 smithi098 ceph-mon[112578]: pgmap v11971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:01 smithi016 ceph-mon[96085]: pgmap v11971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:01.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:01.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:02.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:02.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:03 smithi098 ceph-mon[112578]: pgmap v11972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:03 smithi016 ceph-mon[96085]: pgmap v11972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:03.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:03.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:04.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:04.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:05 smithi098 ceph-mon[112578]: pgmap v11973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:05 smithi016 ceph-mon[96085]: pgmap v11973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:05.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:05.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:06.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:06.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:06 smithi098 ceph-mon[112578]: pgmap v11974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:06 smithi016 ceph-mon[96085]: pgmap v11974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:07.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:07.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:08.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:08.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:09 smithi098 ceph-mon[112578]: pgmap v11975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:09 smithi016 ceph-mon[96085]: pgmap v11975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:09.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:09.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:10.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:10.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:11.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:11 smithi098 ceph-mon[112578]: pgmap v11976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:11.488 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:11 smithi016 ceph-mon[96085]: pgmap v11976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:11.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:11.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:12.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:12.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:13.506 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:13 smithi098 ceph-mon[112578]: pgmap v11977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:13.506 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:20:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:13 smithi016 ceph-mon[96085]: pgmap v11977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:20:13.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:13.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:20:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:20:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:20:14.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:20:14.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:20:14.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:20:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:20:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:20:14.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:20:14.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:20:14.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:20:14.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:20:14.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:14.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:15.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:15 smithi098 ceph-mon[112578]: pgmap v11978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:15 smithi016 ceph-mon[96085]: pgmap v11978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:15.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:15.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:16.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:16.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:16 smithi098 ceph-mon[112578]: pgmap v11979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:16 smithi016 ceph-mon[96085]: pgmap v11979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:17.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:17.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:18.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:18.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:19 smithi098 ceph-mon[112578]: pgmap v11980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:19 smithi016 ceph-mon[96085]: pgmap v11980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:19.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:19.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:20.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:20.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:21.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:21 smithi098 ceph-mon[112578]: pgmap v11981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:21 smithi016 ceph-mon[96085]: pgmap v11981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:21.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:21.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:22.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:22.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:23 smithi098 ceph-mon[112578]: pgmap v11982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:23 smithi016 ceph-mon[96085]: pgmap v11982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:23.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:23.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:24.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:24.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:25.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:25 smithi098 ceph-mon[112578]: pgmap v11983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:25.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:25 smithi016 ceph-mon[96085]: pgmap v11983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:25.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:25.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:26.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:26.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:26 smithi098 ceph-mon[112578]: pgmap v11984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:26 smithi016 ceph-mon[96085]: pgmap v11984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:27.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:27.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:20:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:20:28.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:28.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:29 smithi098 ceph-mon[112578]: pgmap v11985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:29 smithi016 ceph-mon[96085]: pgmap v11985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:29.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:29.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:30.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:30.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:31.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:31 smithi098 ceph-mon[112578]: pgmap v11986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:31 smithi016 ceph-mon[96085]: pgmap v11986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:31.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:31.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:32.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:32.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:33.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:33 smithi098 ceph-mon[112578]: pgmap v11987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:33.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:33 smithi016 ceph-mon[96085]: pgmap v11987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:33.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:33.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:34.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:34.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:35.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:35 smithi098 ceph-mon[112578]: pgmap v11988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:35.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:35 smithi016 ceph-mon[96085]: pgmap v11988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:35.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:35.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:36.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:36.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:36 smithi098 ceph-mon[112578]: pgmap v11989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:36 smithi016 ceph-mon[96085]: pgmap v11989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:37.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:37.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:38.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:38.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:39 smithi098 ceph-mon[112578]: pgmap v11990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:39 smithi016 ceph-mon[96085]: pgmap v11990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:39.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:39.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:40.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:40.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:41 smithi098 ceph-mon[112578]: pgmap v11991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:41 smithi016 ceph-mon[96085]: pgmap v11991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:41.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:41.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:42.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:42.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:43 smithi098 ceph-mon[112578]: pgmap v11992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:20:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:43 smithi016 ceph-mon[96085]: pgmap v11992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:20:43.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:43.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:44.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:44.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:45.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:45 smithi098 ceph-mon[112578]: pgmap v11993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:45 smithi016 ceph-mon[96085]: pgmap v11993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:45.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:45.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:46.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:46.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:46.850 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:46 smithi098 ceph-mon[112578]: pgmap v11994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:46.896 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:46 smithi016 ceph-mon[96085]: pgmap v11994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:47.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:47.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:48.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:48.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:49.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:49 smithi098 ceph-mon[112578]: pgmap v11995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:49 smithi016 ceph-mon[96085]: pgmap v11995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:49.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:49.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:50.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:50.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:51 smithi098 ceph-mon[112578]: pgmap v11996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:51 smithi016 ceph-mon[96085]: pgmap v11996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:51.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:51.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:52.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:52.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:53.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:53 smithi098 ceph-mon[112578]: pgmap v11997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:53.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:53 smithi016 ceph-mon[96085]: pgmap v11997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:53.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:53.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:54.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:54.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:55.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:55 smithi098 ceph-mon[112578]: pgmap v11998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:55 smithi016 ceph-mon[96085]: pgmap v11998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:55.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:55.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:56.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:56.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:56.958 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:56 smithi098 ceph-mon[112578]: pgmap v11999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:57.011 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:56 smithi016 ceph-mon[96085]: pgmap v11999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:57.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:57.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:20:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:20:58.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:58.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:20:59 smithi098 ceph-mon[112578]: pgmap v12000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:20:59 smithi016 ceph-mon[96085]: pgmap v12000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:59.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:20:59.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:00.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:00.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:01 smithi098 ceph-mon[112578]: pgmap v12001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:01 smithi016 ceph-mon[96085]: pgmap v12001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:01.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:01.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:02.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:02.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:03 smithi098 ceph-mon[112578]: pgmap v12002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:03 smithi016 ceph-mon[96085]: pgmap v12002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:03.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:03.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:04.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:04.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:05 smithi098 ceph-mon[112578]: pgmap v12003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:05 smithi016 ceph-mon[96085]: pgmap v12003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:05.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:05.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:06.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:06.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:06 smithi098 ceph-mon[112578]: pgmap v12004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:06 smithi016 ceph-mon[96085]: pgmap v12004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:07.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:07.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:08.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:08.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:09 smithi098 ceph-mon[112578]: pgmap v12005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:09 smithi016 ceph-mon[96085]: pgmap v12005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:09.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:09.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:10.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:10.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:11 smithi098 ceph-mon[112578]: pgmap v12006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:11 smithi016 ceph-mon[96085]: pgmap v12006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:11.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:11.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:12.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:12.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:13 smithi098 ceph-mon[112578]: pgmap v12007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:21:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:13 smithi016 ceph-mon[96085]: pgmap v12007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:21:13.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:13.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:21:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:21:14.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:14.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:15 smithi016 ceph-mon[96085]: pgmap v12008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:21:15.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:21:15.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:21:15.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:21:15.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:21:15.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:21:15.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:21:15.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:15.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:15.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:15 smithi098 ceph-mon[112578]: pgmap v12008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:15.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:21:15.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:21:15.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:21:15.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:21:15.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:21:15.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:21:15.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:21:16.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:16.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:16 smithi098 ceph-mon[112578]: pgmap v12009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:16 smithi016 ceph-mon[96085]: pgmap v12009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:17.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:17.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:18.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:18.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:19 smithi098 ceph-mon[112578]: pgmap v12010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:19 smithi016 ceph-mon[96085]: pgmap v12010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:19.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:19.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:20.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:20.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:21.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:21 smithi098 ceph-mon[112578]: pgmap v12011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:21 smithi016 ceph-mon[96085]: pgmap v12011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:21.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:21.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:22.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:22.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:23 smithi098 ceph-mon[112578]: pgmap v12012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:23 smithi016 ceph-mon[96085]: pgmap v12012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:23.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:23.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:24.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:24.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:25.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:25 smithi098 ceph-mon[112578]: pgmap v12013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:25.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:25 smithi016 ceph-mon[96085]: pgmap v12013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:25.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:25.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:26.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:26.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:26 smithi098 ceph-mon[112578]: pgmap v12014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:26 smithi016 ceph-mon[96085]: pgmap v12014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:27.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:27.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:21:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:21:28.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:28.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:29 smithi098 ceph-mon[112578]: pgmap v12015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:29 smithi016 ceph-mon[96085]: pgmap v12015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:29.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:29.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:30.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:30.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:31.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:31 smithi098 ceph-mon[112578]: pgmap v12016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:31 smithi016 ceph-mon[96085]: pgmap v12016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:31.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:31.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:32.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:32.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:33.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:33 smithi098 ceph-mon[112578]: pgmap v12017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:33.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:33 smithi016 ceph-mon[96085]: pgmap v12017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:33.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:33.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:34.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:34.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:35.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:35 smithi098 ceph-mon[112578]: pgmap v12018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:35.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:35 smithi016 ceph-mon[96085]: pgmap v12018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:35.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:35.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:36.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:36.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:36 smithi098 ceph-mon[112578]: pgmap v12019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:36 smithi016 ceph-mon[96085]: pgmap v12019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:37.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:37.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:38.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:38.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:39 smithi098 ceph-mon[112578]: pgmap v12020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:39 smithi016 ceph-mon[96085]: pgmap v12020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:39.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:39.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:40.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:40.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:41 smithi098 ceph-mon[112578]: pgmap v12021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:41 smithi016 ceph-mon[96085]: pgmap v12021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:41.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:41.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:42.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:42.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:43 smithi098 ceph-mon[112578]: pgmap v12022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:21:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:43 smithi016 ceph-mon[96085]: pgmap v12022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:21:43.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:43.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:44.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:44.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:45.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:45 smithi098 ceph-mon[112578]: pgmap v12023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:45 smithi016 ceph-mon[96085]: pgmap v12023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:45.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:45.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:46.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:46.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:46 smithi098 ceph-mon[112578]: pgmap v12024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:46 smithi016 ceph-mon[96085]: pgmap v12024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:47.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:47.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:48.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:48.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:49 smithi098 ceph-mon[112578]: pgmap v12025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:49 smithi016 ceph-mon[96085]: pgmap v12025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:49.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:49.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:50.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:50.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:51 smithi098 ceph-mon[112578]: pgmap v12026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:51 smithi016 ceph-mon[96085]: pgmap v12026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:51.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:51.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:52.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:52.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:53.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:53 smithi098 ceph-mon[112578]: pgmap v12027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:53.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:53 smithi016 ceph-mon[96085]: pgmap v12027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:53.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:53.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:54.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:54.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:55.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:55 smithi098 ceph-mon[112578]: pgmap v12028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:55 smithi016 ceph-mon[96085]: pgmap v12028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:55.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:55.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:56.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:56.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:56 smithi098 ceph-mon[112578]: pgmap v12029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:56 smithi016 ceph-mon[96085]: pgmap v12029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:57.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:57.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:21:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:21:58.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:58.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:21:59 smithi098 ceph-mon[112578]: pgmap v12030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:21:59 smithi016 ceph-mon[96085]: pgmap v12030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:59.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:21:59.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:00.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:00.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:01 smithi098 ceph-mon[112578]: pgmap v12031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:01 smithi016 ceph-mon[96085]: pgmap v12031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:01.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:01.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:02.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:02.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:03 smithi098 ceph-mon[112578]: pgmap v12032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:03 smithi016 ceph-mon[96085]: pgmap v12032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:03.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:03.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:04.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:04.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:05 smithi098 ceph-mon[112578]: pgmap v12033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:05 smithi016 ceph-mon[96085]: pgmap v12033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:05.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:05.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:06.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:06.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:06 smithi098 ceph-mon[112578]: pgmap v12034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:06 smithi016 ceph-mon[96085]: pgmap v12034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:07.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:07.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:08.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:08.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:09 smithi098 ceph-mon[112578]: pgmap v12035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:09 smithi016 ceph-mon[96085]: pgmap v12035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:09.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:09.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:10.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:10.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:11 smithi098 ceph-mon[112578]: pgmap v12036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:11 smithi016 ceph-mon[96085]: pgmap v12036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:11.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:11.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:12.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:12.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:13 smithi016 ceph-mon[96085]: pgmap v12037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:22:13.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:13.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:13 smithi098 ceph-mon[112578]: pgmap v12037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:22:14.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:14.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:15 smithi016 ceph-mon[96085]: pgmap v12038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:22:15.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:15.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:15.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:15 smithi098 ceph-mon[112578]: pgmap v12038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:15.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:22:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:22:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:22:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:22:16.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:22:16.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:22:16.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:16.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:22:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:22:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:22:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:22:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:22:17.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:17 smithi016 ceph-mon[96085]: pgmap v12039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:17.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:17.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:17 smithi098 ceph-mon[112578]: pgmap v12039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:18.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:18.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:19 smithi016 ceph-mon[96085]: pgmap v12040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:19.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:19.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:19 smithi098 ceph-mon[112578]: pgmap v12040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:20.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:20.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:21 smithi016 ceph-mon[96085]: pgmap v12041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:21.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:21.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:21.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:21 smithi098 ceph-mon[112578]: pgmap v12041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:22.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:22.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:23 smithi098 ceph-mon[112578]: pgmap v12042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:23.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:23.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:23 smithi016 ceph-mon[96085]: pgmap v12042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:24.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:24.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:25.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:25 smithi098 ceph-mon[112578]: pgmap v12043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:25.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:25.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:25.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:25 smithi016 ceph-mon[96085]: pgmap v12043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:26.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:26.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:26 smithi098 ceph-mon[112578]: pgmap v12044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:26 smithi016 ceph-mon[96085]: pgmap v12044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:27.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:27.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:22:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:22:28.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:28.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:29 smithi098 ceph-mon[112578]: pgmap v12045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:29 smithi016 ceph-mon[96085]: pgmap v12045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:29.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:29.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:30.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:30.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:31 smithi016 ceph-mon[96085]: pgmap v12046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:31.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:31 smithi098 ceph-mon[112578]: pgmap v12046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:31.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:31.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:32.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:32.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:33.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:33 smithi016 ceph-mon[96085]: pgmap v12047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:33 smithi098 ceph-mon[112578]: pgmap v12047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:33.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:33.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:34.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:34.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:35.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:35 smithi016 ceph-mon[96085]: pgmap v12048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:35 smithi098 ceph-mon[112578]: pgmap v12048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:35.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:35.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:36.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:36.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:36 smithi098 ceph-mon[112578]: pgmap v12049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:36 smithi016 ceph-mon[96085]: pgmap v12049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:37.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:37.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:38.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:38.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:39 smithi016 ceph-mon[96085]: pgmap v12050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:39.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:39 smithi098 ceph-mon[112578]: pgmap v12050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:39.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:39.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:40.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:40.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:41 smithi016 ceph-mon[96085]: pgmap v12051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:41 smithi098 ceph-mon[112578]: pgmap v12051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:41.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:41.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:42.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:42.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:43 smithi098 ceph-mon[112578]: pgmap v12052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:22:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:43 smithi016 ceph-mon[96085]: pgmap v12052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:22:43.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:43.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:44.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:44.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:45.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:45 smithi016 ceph-mon[96085]: pgmap v12053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:45.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:45 smithi098 ceph-mon[112578]: pgmap v12053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:45.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:45.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:46.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:46.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:46 smithi098 ceph-mon[112578]: pgmap v12054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:46 smithi016 ceph-mon[96085]: pgmap v12054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:47.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:47.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:48.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:48.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:49 smithi016 ceph-mon[96085]: pgmap v12055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:49.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:49 smithi098 ceph-mon[112578]: pgmap v12055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:49.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:49.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:50.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:50.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:51 smithi016 ceph-mon[96085]: pgmap v12056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:51.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:51 smithi098 ceph-mon[112578]: pgmap v12056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:51.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:51.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:52.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:52.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:53.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:53 smithi098 ceph-mon[112578]: pgmap v12057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:53.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:53 smithi016 ceph-mon[96085]: pgmap v12057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:53.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:53.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:54.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:54.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:55.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:55 smithi098 ceph-mon[112578]: pgmap v12058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:55.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:55 smithi016 ceph-mon[96085]: pgmap v12058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:55.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:55.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:56.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:56.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:56 smithi098 ceph-mon[112578]: pgmap v12059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:57.035 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:56 smithi016 ceph-mon[96085]: pgmap v12059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:57.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:57.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:22:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:22:58.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:58.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:22:59 smithi098 ceph-mon[112578]: pgmap v12060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:22:59 smithi016 ceph-mon[96085]: pgmap v12060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:59.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:22:59.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:00.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:00.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:01 smithi016 ceph-mon[96085]: pgmap v12061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:01 smithi098 ceph-mon[112578]: pgmap v12061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:01.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:01.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:02.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:02.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:03 smithi016 ceph-mon[96085]: pgmap v12062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:03 smithi098 ceph-mon[112578]: pgmap v12062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:03.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:03.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:04.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:04.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:05 smithi098 ceph-mon[112578]: pgmap v12063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:05 smithi016 ceph-mon[96085]: pgmap v12063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:05.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:05.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:06.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:06.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:06 smithi098 ceph-mon[112578]: pgmap v12064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:06 smithi016 ceph-mon[96085]: pgmap v12064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:07.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:07.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:08.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:08.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:09 smithi016 ceph-mon[96085]: pgmap v12065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:09 smithi098 ceph-mon[112578]: pgmap v12065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:09.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:09.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:10.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:10.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:11 smithi016 ceph-mon[96085]: pgmap v12066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:11 smithi098 ceph-mon[112578]: pgmap v12066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:11.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:11.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:12.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:12.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:13.572 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:13 smithi016 ceph-mon[96085]: pgmap v12067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:13.572 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:23:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:13 smithi098 ceph-mon[112578]: pgmap v12067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:23:13.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:13.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:14.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:14.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:15 smithi098 ceph-mon[112578]: pgmap v12068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:15.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:15 smithi016 ceph-mon[96085]: pgmap v12068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:15.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:15.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:23:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:23:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:23:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:23:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:23:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:23:16.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:16.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:17.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:17 smithi098 ceph-mon[112578]: pgmap v12069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:17.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:23:17.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:23:17.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:23:17.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:23:17.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:23:17.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:17 smithi016 ceph-mon[96085]: pgmap v12069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:17.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:23:17.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:23:17.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:23:17.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:23:17.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:23:17.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:17.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:18.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:18.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:19 smithi098 ceph-mon[112578]: pgmap v12070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:19 smithi016 ceph-mon[96085]: pgmap v12070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:19.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:19.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:20.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:20.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:21 smithi016 ceph-mon[96085]: pgmap v12071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:21 smithi098 ceph-mon[112578]: pgmap v12071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:21.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:21.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:22.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:22.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:23.688 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:23 smithi016 ceph-mon[96085]: pgmap v12072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:23 smithi098 ceph-mon[112578]: pgmap v12072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:23.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:23.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:24.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:24.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:25.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:25 smithi098 ceph-mon[112578]: pgmap v12073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:25.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:25 smithi016 ceph-mon[96085]: pgmap v12073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:25.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:25.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:26.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:26.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:26 smithi098 ceph-mon[112578]: pgmap v12074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:26 smithi016 ceph-mon[96085]: pgmap v12074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:27.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:27.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:23:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:23:28.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:28.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:29 smithi098 ceph-mon[112578]: pgmap v12075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:29 smithi016 ceph-mon[96085]: pgmap v12075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:29.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:29.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:30.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:30.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:31 smithi016 ceph-mon[96085]: pgmap v12076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:31.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:31 smithi098 ceph-mon[112578]: pgmap v12076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:31.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:31.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:32.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:32.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:33.592 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:33 smithi098 ceph-mon[112578]: pgmap v12077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:33 smithi016 ceph-mon[96085]: pgmap v12077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:33.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:33.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:34.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:34.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:35 smithi098 ceph-mon[112578]: pgmap v12078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:35 smithi016 ceph-mon[96085]: pgmap v12078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:35.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:35.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:36.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:36.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:36 smithi098 ceph-mon[112578]: pgmap v12079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:36 smithi016 ceph-mon[96085]: pgmap v12079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:37.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:37.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:38.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:38.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:39.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:39 smithi098 ceph-mon[112578]: pgmap v12080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:39.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:39 smithi016 ceph-mon[96085]: pgmap v12080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:39.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:39.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:40.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:40.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:41 smithi016 ceph-mon[96085]: pgmap v12081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:41 smithi098 ceph-mon[112578]: pgmap v12081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:41.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:41.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:42.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:42.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:43.698 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:43 smithi098 ceph-mon[112578]: pgmap v12082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:43.698 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:23:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:43 smithi016 ceph-mon[96085]: pgmap v12082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:23:43.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:43.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:44.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:44.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:45.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:45 smithi098 ceph-mon[112578]: pgmap v12083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:45.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:45 smithi016 ceph-mon[96085]: pgmap v12083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:45.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:45.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:46.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:46.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:46 smithi098 ceph-mon[112578]: pgmap v12084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:46 smithi016 ceph-mon[96085]: pgmap v12084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:47.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:47.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:48.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:48.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:49.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:49 smithi098 ceph-mon[112578]: pgmap v12085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:49.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:49 smithi016 ceph-mon[96085]: pgmap v12085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:49.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:49.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:50.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:50.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:51 smithi016 ceph-mon[96085]: pgmap v12086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:51.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:51 smithi098 ceph-mon[112578]: pgmap v12086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:51.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:51.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:52.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:52.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:53.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:53 smithi098 ceph-mon[112578]: pgmap v12087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:53.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:53 smithi016 ceph-mon[96085]: pgmap v12087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:53.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:53.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:54.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:54.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:55.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:55 smithi098 ceph-mon[112578]: pgmap v12088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:55.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:55 smithi016 ceph-mon[96085]: pgmap v12088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:55.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:55.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:56.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:56.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:56 smithi098 ceph-mon[112578]: pgmap v12089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:56 smithi016 ceph-mon[96085]: pgmap v12089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:57.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:57.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:23:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:23:58.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:58.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:23:59 smithi098 ceph-mon[112578]: pgmap v12090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:23:59 smithi016 ceph-mon[96085]: pgmap v12090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:59.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:23:59.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:00.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:00.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:01 smithi016 ceph-mon[96085]: pgmap v12091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:01 smithi098 ceph-mon[112578]: pgmap v12091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:01.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:01.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:02.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:02.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:03 smithi098 ceph-mon[112578]: pgmap v12092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:03 smithi016 ceph-mon[96085]: pgmap v12092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:03.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:03.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:04.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:04.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:05 smithi098 ceph-mon[112578]: pgmap v12093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:05 smithi016 ceph-mon[96085]: pgmap v12093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:05.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:05.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:06.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:06.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:06 smithi098 ceph-mon[112578]: pgmap v12094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:06 smithi016 ceph-mon[96085]: pgmap v12094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:07.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:07.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:08.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:08.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:09 smithi016 ceph-mon[96085]: pgmap v12095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:09 smithi098 ceph-mon[112578]: pgmap v12095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:09.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:09.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:10.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:10.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:11 smithi016 ceph-mon[96085]: pgmap v12096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:11 smithi098 ceph-mon[112578]: pgmap v12096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:11.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:11.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:12.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:12.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:13 smithi098 ceph-mon[112578]: pgmap v12097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:24:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:13 smithi016 ceph-mon[96085]: pgmap v12097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:24:13.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:13.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:14.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:14.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:15.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:15 smithi098 ceph-mon[112578]: pgmap v12098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:15.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:15 smithi016 ceph-mon[96085]: pgmap v12098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:15.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:15.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:16.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:16.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:16 smithi098 ceph-mon[112578]: pgmap v12099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:24:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:16 smithi016 ceph-mon[96085]: pgmap v12099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:24:17.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:17.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:18.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:24:18.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:24:18.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:24:18.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:24:18.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:24:18.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:24:18.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:24:18.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:24:18.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:24:18.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:24:18.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:18.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:18 smithi098 ceph-mon[112578]: pgmap v12100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:18 smithi016 ceph-mon[96085]: pgmap v12100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:19.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:19.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:20.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:20.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:21 smithi016 ceph-mon[96085]: pgmap v12101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:21 smithi098 ceph-mon[112578]: pgmap v12101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:21.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:21.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:22.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:22.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:23 smithi098 ceph-mon[112578]: pgmap v12102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:23 smithi016 ceph-mon[96085]: pgmap v12102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:23.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:23.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:24.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:24.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:25.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:25 smithi098 ceph-mon[112578]: pgmap v12103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:25.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:25 smithi016 ceph-mon[96085]: pgmap v12103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:25.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:25.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:26.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:26.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:26 smithi098 ceph-mon[112578]: pgmap v12104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:26 smithi016 ceph-mon[96085]: pgmap v12104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:27.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:27.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:24:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:24:28.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:28.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:29.442 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:29 smithi016 ceph-mon[96085]: pgmap v12105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:29 smithi098 ceph-mon[112578]: pgmap v12105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:29.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:29.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:30.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:30.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:31 smithi016 ceph-mon[96085]: pgmap v12106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:31.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:31 smithi098 ceph-mon[112578]: pgmap v12106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:31.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:31.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:32.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:32.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:33 smithi098 ceph-mon[112578]: pgmap v12107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:33 smithi016 ceph-mon[96085]: pgmap v12107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:33.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:33.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:34.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:34.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:35 smithi098 ceph-mon[112578]: pgmap v12108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:35 smithi016 ceph-mon[96085]: pgmap v12108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:35.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:35.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:36.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:36.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:36 smithi098 ceph-mon[112578]: pgmap v12109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:36 smithi016 ceph-mon[96085]: pgmap v12109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:37.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:37.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:38.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:38.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:39.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:39 smithi098 ceph-mon[112578]: pgmap v12110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:39.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:39 smithi016 ceph-mon[96085]: pgmap v12110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:39.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:39.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:40.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:40.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:41 smithi016 ceph-mon[96085]: pgmap v12111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:41 smithi098 ceph-mon[112578]: pgmap v12111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:41.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:42.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:43.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:43.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:43 smithi098 ceph-mon[112578]: pgmap v12112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:24:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:43 smithi016 ceph-mon[96085]: pgmap v12112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:24:44.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:44.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:45.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:45.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:45.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:45 smithi098 ceph-mon[112578]: pgmap v12113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:45.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:45 smithi016 ceph-mon[96085]: pgmap v12113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:46.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:46.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:47.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:47.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:46 smithi098 ceph-mon[112578]: pgmap v12114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:46 smithi016 ceph-mon[96085]: pgmap v12114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:48.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:48.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:49.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:49.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:49.671 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:49 smithi016 ceph-mon[96085]: pgmap v12115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:49.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:49 smithi098 ceph-mon[112578]: pgmap v12115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:50.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:50.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:51.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:51.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:51 smithi016 ceph-mon[96085]: pgmap v12116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:51.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:51 smithi098 ceph-mon[112578]: pgmap v12116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:52.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:52.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:53.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:53.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:53.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:53 smithi098 ceph-mon[112578]: pgmap v12117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:53.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:53 smithi016 ceph-mon[96085]: pgmap v12117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:54.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:54.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:55.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:55.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:55.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:55 smithi098 ceph-mon[112578]: pgmap v12118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:55.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:55 smithi016 ceph-mon[96085]: pgmap v12118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:56.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:56.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:56 smithi098 ceph-mon[112578]: pgmap v12119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:57.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:57.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:56 smithi016 ceph-mon[96085]: pgmap v12119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:58.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:58.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:24:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:24:59.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:24:59.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:59.483 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:24:59 smithi098 ceph-mon[112578]: pgmap v12120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:24:59 smithi016 ceph-mon[96085]: pgmap v12120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:00.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:00.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:01.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:01.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:01 smithi016 ceph-mon[96085]: pgmap v12121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:01 smithi098 ceph-mon[112578]: pgmap v12121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:02.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:02.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:03.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:03.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:03 smithi098 ceph-mon[112578]: pgmap v12122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:03 smithi016 ceph-mon[96085]: pgmap v12122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:04.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:04.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:05.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:05.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:05 smithi098 ceph-mon[112578]: pgmap v12123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:05 smithi016 ceph-mon[96085]: pgmap v12123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:06.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:06.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:06 smithi098 ceph-mon[112578]: pgmap v12124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:06 smithi016 ceph-mon[96085]: pgmap v12124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:07.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:07.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:08.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:08.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:09.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:09.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:09.588 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:09 smithi098 ceph-mon[112578]: pgmap v12125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:09 smithi016 ceph-mon[96085]: pgmap v12125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:10.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:10.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:11.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:11.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:11 smithi016 ceph-mon[96085]: pgmap v12126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:11 smithi098 ceph-mon[112578]: pgmap v12126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:12.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:12.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:13.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:13.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:13 smithi098 ceph-mon[112578]: pgmap v12127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:25:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:13 smithi016 ceph-mon[96085]: pgmap v12127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:25:14.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:14.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:15.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:15.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:15.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:15 smithi098 ceph-mon[112578]: pgmap v12128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:15.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:15 smithi016 ceph-mon[96085]: pgmap v12128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:16.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:16.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:16 smithi098 ceph-mon[112578]: pgmap v12129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:16 smithi016 ceph-mon[96085]: pgmap v12129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:17.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:17.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:18.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:25:18.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:25:18.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:18.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:19.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:18 smithi098 ceph-mon[112578]: pgmap v12130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:19.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:19.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:19.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:18 smithi016 ceph-mon[96085]: pgmap v12130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:20.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:20.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:21.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:21.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:21.499 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:21 smithi016 ceph-mon[96085]: pgmap v12131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:21 smithi098 ceph-mon[112578]: pgmap v12131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:22.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:22.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:23.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:23.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:23.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:23.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:25:23.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:25:23.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:25:23.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:25:23.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:22 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1562M 2023-10-17T03:25:23.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:23.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:25:23.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:25:23.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:23.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:25:23.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:23.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:22 smithi098 ceph-mon[112578]: pgmap v12132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:23.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:23.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:25:23.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:25:23.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:25:23.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:25:23.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:22 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1562M 2023-10-17T03:25:23.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:23.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:25:23.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:25:23.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:23.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:25:23.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:25:23.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:22 smithi016 ceph-mon[96085]: pgmap v12132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:24.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:24.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:25.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:25.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:25.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:25 smithi098 ceph-mon[112578]: pgmap v12133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:25.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:25 smithi016 ceph-mon[96085]: pgmap v12133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:26.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:26.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:26 smithi098 ceph-mon[112578]: pgmap v12134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:26 smithi016 ceph-mon[96085]: pgmap v12134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:27.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:27.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:28.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:28.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:25:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:25:29.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:29.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:29 smithi098 ceph-mon[112578]: pgmap v12135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:29 smithi016 ceph-mon[96085]: pgmap v12135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:30.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:30.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:31.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:31.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:31 smithi016 ceph-mon[96085]: pgmap v12136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:31.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:31 smithi098 ceph-mon[112578]: pgmap v12136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:32.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:32.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:33.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:33.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:33 smithi098 ceph-mon[112578]: pgmap v12137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:33 smithi016 ceph-mon[96085]: pgmap v12137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:34.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:34.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:35.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:35.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:35.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:35 smithi016 ceph-mon[96085]: pgmap v12138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:35 smithi098 ceph-mon[112578]: pgmap v12138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:36.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:36.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:36 smithi098 ceph-mon[112578]: pgmap v12139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:36 smithi016 ceph-mon[96085]: pgmap v12139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:37.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:37.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:38.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:38.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:39.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:39.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:39.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:39 smithi098 ceph-mon[112578]: pgmap v12140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:39.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:39 smithi016 ceph-mon[96085]: pgmap v12140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:40.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:40.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:41.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:41.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:41 smithi016 ceph-mon[96085]: pgmap v12141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:41 smithi098 ceph-mon[112578]: pgmap v12141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:42.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:42.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:43.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:43.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:43 smithi098 ceph-mon[112578]: pgmap v12142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:25:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:43 smithi016 ceph-mon[96085]: pgmap v12142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:25:44.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:44.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:45.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:45.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:45.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:45 smithi098 ceph-mon[112578]: pgmap v12143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:45.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:45 smithi016 ceph-mon[96085]: pgmap v12143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:46.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:46.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:46 smithi098 ceph-mon[112578]: pgmap v12144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:46 smithi016 ceph-mon[96085]: pgmap v12144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:47.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:47.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:48.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:48.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:49.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:49.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:49.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:49 smithi098 ceph-mon[112578]: pgmap v12145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:49.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:49 smithi016 ceph-mon[96085]: pgmap v12145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:50.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:50.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:51.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:51.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:51 smithi016 ceph-mon[96085]: pgmap v12146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:51.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:51 smithi098 ceph-mon[112578]: pgmap v12146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:52.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:52.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:53.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:53.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:53.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:53 smithi098 ceph-mon[112578]: pgmap v12147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:53.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:53 smithi016 ceph-mon[96085]: pgmap v12147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:54.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:54.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:55.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:55.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:55.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:55 smithi098 ceph-mon[112578]: pgmap v12148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:55.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:55 smithi016 ceph-mon[96085]: pgmap v12148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:56.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:56.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:56 smithi098 ceph-mon[112578]: pgmap v12149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:56 smithi016 ceph-mon[96085]: pgmap v12149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:57.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:57.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:58.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:58.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:25:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:25:59.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:25:59.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:25:59 smithi098 ceph-mon[112578]: pgmap v12150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:25:59 smithi016 ceph-mon[96085]: pgmap v12150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:00.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:00.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:01.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:01.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:01 smithi016 ceph-mon[96085]: pgmap v12151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:01 smithi098 ceph-mon[112578]: pgmap v12151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:02.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:02.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:03.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:03.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:03 smithi098 ceph-mon[112578]: pgmap v12152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:03 smithi016 ceph-mon[96085]: pgmap v12152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:04.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:04.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:05.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:05.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:05 smithi098 ceph-mon[112578]: pgmap v12153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:05 smithi016 ceph-mon[96085]: pgmap v12153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:06.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:06.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:06 smithi098 ceph-mon[112578]: pgmap v12154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:06 smithi016 ceph-mon[96085]: pgmap v12154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:07.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:07.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:08.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:08.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:09.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:09.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:09 smithi098 ceph-mon[112578]: pgmap v12155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:09 smithi016 ceph-mon[96085]: pgmap v12155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:10.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:10.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:11.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:11.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:11 smithi016 ceph-mon[96085]: pgmap v12156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:11 smithi098 ceph-mon[112578]: pgmap v12156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:12.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:12.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:13.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:13.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:13 smithi098 ceph-mon[112578]: pgmap v12157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:26:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:13 smithi016 ceph-mon[96085]: pgmap v12157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:26:14.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:14.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:15.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:15.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:15.655 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:15 smithi016 ceph-mon[96085]: pgmap v12158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:15.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:15 smithi098 ceph-mon[112578]: pgmap v12158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:16.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:16.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:16 smithi098 ceph-mon[112578]: pgmap v12159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:16 smithi016 ceph-mon[96085]: pgmap v12159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:17.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:17.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:18.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:18.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:19.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:19.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:19 smithi098 ceph-mon[112578]: pgmap v12160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:19 smithi016 ceph-mon[96085]: pgmap v12160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:20.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:20.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:21.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:21.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:21 smithi016 ceph-mon[96085]: pgmap v12161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:21 smithi098 ceph-mon[112578]: pgmap v12161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:22.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:22.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:26:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:26:23.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:23.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:23 smithi098 ceph-mon[112578]: pgmap v12162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:26:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:26:23.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:26:23.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:26:23.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:26:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:23 smithi016 ceph-mon[96085]: pgmap v12162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:26:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:26:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:26:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:26:23.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:26:24.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:24.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:25.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:25.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:25.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:25 smithi098 ceph-mon[112578]: pgmap v12163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:25.770 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:25 smithi016 ceph-mon[96085]: pgmap v12163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:26.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:26.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:26 smithi098 ceph-mon[112578]: pgmap v12164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:26 smithi016 ceph-mon[96085]: pgmap v12164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:27.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:27.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:28.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:28.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:26:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:26:29.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:29.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:29 smithi098 ceph-mon[112578]: pgmap v12165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:29 smithi016 ceph-mon[96085]: pgmap v12165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:30.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:30.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:31.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:31.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:31 smithi016 ceph-mon[96085]: pgmap v12166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:31.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:31 smithi098 ceph-mon[112578]: pgmap v12166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:32.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:32.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:33.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:33.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:33 smithi098 ceph-mon[112578]: pgmap v12167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:33 smithi016 ceph-mon[96085]: pgmap v12167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:34.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:34.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:35.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:35.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:35 smithi098 ceph-mon[112578]: pgmap v12168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:35 smithi016 ceph-mon[96085]: pgmap v12168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:36.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:36.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:36 smithi098 ceph-mon[112578]: pgmap v12169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:36 smithi016 ceph-mon[96085]: pgmap v12169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:37.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:37.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:38.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:38.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:39.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:39.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:39.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:39 smithi098 ceph-mon[112578]: pgmap v12170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:39.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:39 smithi016 ceph-mon[96085]: pgmap v12170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:40.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:40.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:41.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:41.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:41 smithi098 ceph-mon[112578]: pgmap v12171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:41.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:41 smithi016 ceph-mon[96085]: pgmap v12171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:42.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:42.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:43.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:43.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:43 smithi098 ceph-mon[112578]: pgmap v12172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:26:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:43 smithi016 ceph-mon[96085]: pgmap v12172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:26:44.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:44.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:45.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:45.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:45.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:45 smithi098 ceph-mon[112578]: pgmap v12173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:45.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:45 smithi016 ceph-mon[96085]: pgmap v12173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:46.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:46.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:46 smithi098 ceph-mon[112578]: pgmap v12174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:46 smithi016 ceph-mon[96085]: pgmap v12174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:47.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:47.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:48.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:48.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:49.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:49.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:49.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:49 smithi098 ceph-mon[112578]: pgmap v12175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:49.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:49 smithi016 ceph-mon[96085]: pgmap v12175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:50.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:50.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:51.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:51.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:51.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:51 smithi098 ceph-mon[112578]: pgmap v12176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:51 smithi016 ceph-mon[96085]: pgmap v12176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:52.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:52.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:53.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:53.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:53.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:53 smithi098 ceph-mon[112578]: pgmap v12177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:53.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:53 smithi016 ceph-mon[96085]: pgmap v12177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:54.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:54.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:55.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:55.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:55.690 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:55 smithi098 ceph-mon[112578]: pgmap v12178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:55.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:55 smithi016 ceph-mon[96085]: pgmap v12178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:56.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:56.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:56 smithi098 ceph-mon[112578]: pgmap v12179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:56 smithi016 ceph-mon[96085]: pgmap v12179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:57.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:57.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:58.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:58.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:26:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:26:59.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:26:59.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:26:59 smithi098 ceph-mon[112578]: pgmap v12180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:26:59 smithi016 ceph-mon[96085]: pgmap v12180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:00.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:00.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:01.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:01.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:01 smithi016 ceph-mon[96085]: pgmap v12181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:01 smithi098 ceph-mon[112578]: pgmap v12181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:02.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:02.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:03.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:03.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:03 smithi098 ceph-mon[112578]: pgmap v12182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:03 smithi016 ceph-mon[96085]: pgmap v12182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:04.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:04.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:05.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:05.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:05 smithi098 ceph-mon[112578]: pgmap v12183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:05 smithi016 ceph-mon[96085]: pgmap v12183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:06.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:06.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:06 smithi098 ceph-mon[112578]: pgmap v12184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:06 smithi016 ceph-mon[96085]: pgmap v12184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:07.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:07.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:08.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:08.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:09.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:09.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:09 smithi098 ceph-mon[112578]: pgmap v12185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:09 smithi016 ceph-mon[96085]: pgmap v12185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:10.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:10.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:11.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:11.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:11 smithi016 ceph-mon[96085]: pgmap v12186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:11 smithi098 ceph-mon[112578]: pgmap v12186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:12.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:12.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:13.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:13.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:13 smithi098 ceph-mon[112578]: pgmap v12187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:27:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:13 smithi016 ceph-mon[96085]: pgmap v12187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:27:14.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:14.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:15.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:15.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:15.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:15 smithi098 ceph-mon[112578]: pgmap v12188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:15.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:15 smithi016 ceph-mon[96085]: pgmap v12188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:16.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:16.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:16 smithi098 ceph-mon[112578]: pgmap v12189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:16 smithi016 ceph-mon[96085]: pgmap v12189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:17.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:17.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:18.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:18.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:19.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:19.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:19 smithi098 ceph-mon[112578]: pgmap v12190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:19 smithi016 ceph-mon[96085]: pgmap v12190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:20.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:20.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:21.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:21.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:21 smithi016 ceph-mon[96085]: pgmap v12191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:21 smithi098 ceph-mon[112578]: pgmap v12191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:22.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:22.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:23.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:23.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:23 smithi098 ceph-mon[112578]: pgmap v12192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:27:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:23 smithi016 ceph-mon[96085]: pgmap v12192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:27:24.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:24.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:27:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:27:24.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:27:24.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:27:24.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:27:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:27:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:27:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:27:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:27:24.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:27:25.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:25.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:25.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:25 smithi098 ceph-mon[112578]: pgmap v12193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:25.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:25 smithi016 ceph-mon[96085]: pgmap v12193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:26.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:26.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:26 smithi016 ceph-mon[96085]: pgmap v12194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:26 smithi098 ceph-mon[112578]: pgmap v12194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:27.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:27.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:28.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:28.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:27:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:27:29.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:29.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:29 smithi098 ceph-mon[112578]: pgmap v12195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:29 smithi016 ceph-mon[96085]: pgmap v12195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:30.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:30.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:31.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:31.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:31.518 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:31 smithi016 ceph-mon[96085]: pgmap v12196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:31.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:31 smithi098 ceph-mon[112578]: pgmap v12196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:32.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:32.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:33.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:33.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:33 smithi098 ceph-mon[112578]: pgmap v12197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:33 smithi016 ceph-mon[96085]: pgmap v12197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:34.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:34.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:35.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:35.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:35 smithi098 ceph-mon[112578]: pgmap v12198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:35 smithi016 ceph-mon[96085]: pgmap v12198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:36.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:36.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:36 smithi098 ceph-mon[112578]: pgmap v12199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:36 smithi016 ceph-mon[96085]: pgmap v12199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:37.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:37.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:38.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:38.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:39.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:39.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:39.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:39 smithi098 ceph-mon[112578]: pgmap v12200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:39.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:39 smithi016 ceph-mon[96085]: pgmap v12200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:40.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:40.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:41.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:41.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:41 smithi098 ceph-mon[112578]: pgmap v12201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:41 smithi016 ceph-mon[96085]: pgmap v12201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:42.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:42.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:43.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:43.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:43 smithi098 ceph-mon[112578]: pgmap v12202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:27:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:43 smithi016 ceph-mon[96085]: pgmap v12202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:27:44.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:44.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:45.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:45.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:45.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:45 smithi098 ceph-mon[112578]: pgmap v12203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:45.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:45 smithi016 ceph-mon[96085]: pgmap v12203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:46.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:46.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:46 smithi098 ceph-mon[112578]: pgmap v12204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:46 smithi016 ceph-mon[96085]: pgmap v12204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:47.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:47.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:48.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:48.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:49.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:49.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:49.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:49 smithi098 ceph-mon[112578]: pgmap v12205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:49.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:49 smithi016 ceph-mon[96085]: pgmap v12205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:50.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:50.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:51.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:51.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:51 smithi016 ceph-mon[96085]: pgmap v12206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:51.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:51 smithi098 ceph-mon[112578]: pgmap v12206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:52.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:52.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:53.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:53.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:53.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:53 smithi098 ceph-mon[112578]: pgmap v12207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:53.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:53 smithi016 ceph-mon[96085]: pgmap v12207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:54.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:54.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:55.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:55.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:55.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:55 smithi098 ceph-mon[112578]: pgmap v12208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:55.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:55 smithi016 ceph-mon[96085]: pgmap v12208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:56.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:56.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:56 smithi098 ceph-mon[112578]: pgmap v12209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:56 smithi016 ceph-mon[96085]: pgmap v12209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:57.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:57.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:58.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:58.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:27:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:27:59.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:27:59.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:27:59 smithi098 ceph-mon[112578]: pgmap v12210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:27:59 smithi016 ceph-mon[96085]: pgmap v12210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:00.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:00.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:01.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:01.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:01 smithi016 ceph-mon[96085]: pgmap v12211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:01 smithi098 ceph-mon[112578]: pgmap v12211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:02.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:02.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:03.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:03.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:03 smithi098 ceph-mon[112578]: pgmap v12212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:03 smithi016 ceph-mon[96085]: pgmap v12212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:04.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:04.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:05.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:05.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:05 smithi098 ceph-mon[112578]: pgmap v12213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:05 smithi016 ceph-mon[96085]: pgmap v12213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:06.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:06.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:06 smithi098 ceph-mon[112578]: pgmap v12214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:06 smithi016 ceph-mon[96085]: pgmap v12214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:07.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:07.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:08.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:08.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:09.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:09.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:09 smithi098 ceph-mon[112578]: pgmap v12215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:09 smithi016 ceph-mon[96085]: pgmap v12215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:10.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:10.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:11.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:11.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:11 smithi016 ceph-mon[96085]: pgmap v12216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:11 smithi098 ceph-mon[112578]: pgmap v12216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:12.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:12.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:13.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:13.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:13 smithi098 ceph-mon[112578]: pgmap v12217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:28:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:13 smithi016 ceph-mon[96085]: pgmap v12217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:28:14.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:14.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:15.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:15.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:15.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:15 smithi098 ceph-mon[112578]: pgmap v12218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:15.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:15 smithi016 ceph-mon[96085]: pgmap v12218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:16.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:16.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:16 smithi098 ceph-mon[112578]: pgmap v12219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:16 smithi016 ceph-mon[96085]: pgmap v12219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:17.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:17.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:18.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:18.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:19.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:19.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:19 smithi098 ceph-mon[112578]: pgmap v12220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:19 smithi016 ceph-mon[96085]: pgmap v12220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:20.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:20.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:21.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:21.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:21 smithi016 ceph-mon[96085]: pgmap v12221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:21 smithi098 ceph-mon[112578]: pgmap v12221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:22.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:22.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:23.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:23.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:23 smithi098 ceph-mon[112578]: pgmap v12222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:23 smithi016 ceph-mon[96085]: pgmap v12222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:24.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:24.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:28:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:28:25.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:25.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:25.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:25 smithi098 ceph-mon[112578]: pgmap v12223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:25.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:25 smithi016 ceph-mon[96085]: pgmap v12223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:26.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:26.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:26 smithi098 ceph-mon[112578]: pgmap v12224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:28:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:28:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:26 smithi016 ceph-mon[96085]: pgmap v12224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:28:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:28:27.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:27.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:28:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:28:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:28:28.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:28:28.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:28:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:28:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:28:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:28:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:28:28.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:28:28.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:28.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:28:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:28 smithi098 ceph-mon[112578]: pgmap v12225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:28:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:28 smithi016 ceph-mon[96085]: pgmap v12225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:29.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:29.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:30.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:30.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:31.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:31.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:31 smithi016 ceph-mon[96085]: pgmap v12226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:31.705 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:31 smithi098 ceph-mon[112578]: pgmap v12226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:32.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:32.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:33.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:33.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:33 smithi098 ceph-mon[112578]: pgmap v12227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:33 smithi016 ceph-mon[96085]: pgmap v12227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:34.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:34.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:35.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:35.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:35 smithi098 ceph-mon[112578]: pgmap v12228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:35 smithi016 ceph-mon[96085]: pgmap v12228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:36.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:36.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:36 smithi098 ceph-mon[112578]: pgmap v12229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:36 smithi016 ceph-mon[96085]: pgmap v12229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:37.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:37.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:38.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:38.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:39.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:39.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:39.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:39 smithi098 ceph-mon[112578]: pgmap v12230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:39.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:39 smithi016 ceph-mon[96085]: pgmap v12230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:40.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:40.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:41.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:41.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:41 smithi016 ceph-mon[96085]: pgmap v12231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:41 smithi098 ceph-mon[112578]: pgmap v12231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:42.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:42.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:43.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:43.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:43 smithi098 ceph-mon[112578]: pgmap v12232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:28:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:43 smithi016 ceph-mon[96085]: pgmap v12232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:28:44.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:44.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:45.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:45.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:45.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:45 smithi098 ceph-mon[112578]: pgmap v12233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:45.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:45 smithi016 ceph-mon[96085]: pgmap v12233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:46.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:46.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:46 smithi098 ceph-mon[112578]: pgmap v12234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:46 smithi016 ceph-mon[96085]: pgmap v12234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:47.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:47.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:48.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:48.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:49.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:49.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:49.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:49 smithi098 ceph-mon[112578]: pgmap v12235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:49 smithi016 ceph-mon[96085]: pgmap v12235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:50.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:50.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:51.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:51.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:51.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:51 smithi016 ceph-mon[96085]: pgmap v12236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:51.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:51 smithi098 ceph-mon[112578]: pgmap v12236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:52.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:52.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:53.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:53.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:53.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:53 smithi098 ceph-mon[112578]: pgmap v12237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:53.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:53 smithi016 ceph-mon[96085]: pgmap v12237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:54.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:54.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:55.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:55.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:55.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:55 smithi098 ceph-mon[112578]: pgmap v12238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:55.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:55 smithi016 ceph-mon[96085]: pgmap v12238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:56.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:56.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:56.969 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:56 smithi098 ceph-mon[112578]: pgmap v12239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:56 smithi016 ceph-mon[96085]: pgmap v12239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:57.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:57.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:58.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:58.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:28:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:28:59.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:28:59.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:28:59 smithi098 ceph-mon[112578]: pgmap v12240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:28:59 smithi016 ceph-mon[96085]: pgmap v12240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:00.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:00.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:01.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:01.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:01 smithi016 ceph-mon[96085]: pgmap v12241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:01 smithi098 ceph-mon[112578]: pgmap v12241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:02.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:02.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:03.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:03.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:03 smithi098 ceph-mon[112578]: pgmap v12242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:03 smithi016 ceph-mon[96085]: pgmap v12242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:04.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:04.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:05.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:05.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:05 smithi098 ceph-mon[112578]: pgmap v12243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:05 smithi016 ceph-mon[96085]: pgmap v12243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:06.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:06.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:06 smithi098 ceph-mon[112578]: pgmap v12244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:06 smithi016 ceph-mon[96085]: pgmap v12244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:07.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:07.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:08.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:08.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:09.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:09.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:09 smithi098 ceph-mon[112578]: pgmap v12245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:09 smithi016 ceph-mon[96085]: pgmap v12245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:10.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:10.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:11.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:11.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:11 smithi016 ceph-mon[96085]: pgmap v12246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:11 smithi098 ceph-mon[112578]: pgmap v12246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:12.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:12.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:13.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:13.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:13 smithi098 ceph-mon[112578]: pgmap v12247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:29:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:13 smithi016 ceph-mon[96085]: pgmap v12247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:29:14.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:14.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:15.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:15.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:15.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:15 smithi098 ceph-mon[112578]: pgmap v12248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:15.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:15 smithi016 ceph-mon[96085]: pgmap v12248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:16.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:16.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:16 smithi098 ceph-mon[112578]: pgmap v12249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:16 smithi016 ceph-mon[96085]: pgmap v12249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:17.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:17.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:18.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:18.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:19.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:19.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:19 smithi098 ceph-mon[112578]: pgmap v12250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:19 smithi016 ceph-mon[96085]: pgmap v12250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:20.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:20.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:21.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:21.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:21 smithi016 ceph-mon[96085]: pgmap v12251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:21 smithi098 ceph-mon[112578]: pgmap v12251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:22.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:22.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:23.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:23.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:23 smithi098 ceph-mon[112578]: pgmap v12252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:23 smithi016 ceph-mon[96085]: pgmap v12252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:24.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:24.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:25.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:25.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:25.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:25 smithi098 ceph-mon[112578]: pgmap v12253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:25.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:25 smithi016 ceph-mon[96085]: pgmap v12253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:26.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:26.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:26 smithi098 ceph-mon[112578]: pgmap v12254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:26 smithi016 ceph-mon[96085]: pgmap v12254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:27.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:27.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:29:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:29:28.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:28.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:29:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:28 smithi098 ceph-mon[112578]: pgmap v12255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:29:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:28 smithi016 ceph-mon[96085]: pgmap v12255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:29.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:29.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:30.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:30.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:31.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:31.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:31.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:31 smithi016 ceph-mon[96085]: pgmap v12256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:31.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:31 smithi098 ceph-mon[112578]: pgmap v12256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:32.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:32.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:29:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:29:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:29:33.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:29:33.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:29:33.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:29:33.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:29:33.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:32 smithi098 ceph-mon[112578]: pgmap v12257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:29:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:29:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:29:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:29:33.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:29:33.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:29:33.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:29:33.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:32 smithi016 ceph-mon[96085]: pgmap v12257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:33.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:33.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:34.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:34.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:35.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:35.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:35 smithi098 ceph-mon[112578]: pgmap v12258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:35 smithi016 ceph-mon[96085]: pgmap v12258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:36.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:36.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:36 smithi098 ceph-mon[112578]: pgmap v12259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:36 smithi016 ceph-mon[96085]: pgmap v12259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:37.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:37.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:38.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:38.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:39.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:39.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:39.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:39 smithi098 ceph-mon[112578]: pgmap v12260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:39.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:39 smithi016 ceph-mon[96085]: pgmap v12260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:40.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:40.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:41.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:41.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:41 smithi016 ceph-mon[96085]: pgmap v12261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:41 smithi098 ceph-mon[112578]: pgmap v12261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:42.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:42.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:43.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:43.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:43 smithi098 ceph-mon[112578]: pgmap v12262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:29:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:43 smithi016 ceph-mon[96085]: pgmap v12262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:29:44.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:44.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:45.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:45.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:45.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:45 smithi098 ceph-mon[112578]: pgmap v12263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:45.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:45 smithi016 ceph-mon[96085]: pgmap v12263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:46.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:46.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:46 smithi098 ceph-mon[112578]: pgmap v12264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:46 smithi016 ceph-mon[96085]: pgmap v12264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:47.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:47.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:48.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:48.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:49.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:49.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:49.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:49 smithi098 ceph-mon[112578]: pgmap v12265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:49.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:49 smithi016 ceph-mon[96085]: pgmap v12265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:50.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:50.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:51.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:51.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:51.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:51 smithi098 ceph-mon[112578]: pgmap v12266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:51 smithi016 ceph-mon[96085]: pgmap v12266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:52.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:52.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:53.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:53.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:53.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:53 smithi098 ceph-mon[112578]: pgmap v12267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:53.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:53 smithi016 ceph-mon[96085]: pgmap v12267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:54.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:54.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:55.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:55.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:55.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:55 smithi098 ceph-mon[112578]: pgmap v12268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:55.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:55 smithi016 ceph-mon[96085]: pgmap v12268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:56.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:56.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:56 smithi098 ceph-mon[112578]: pgmap v12269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:56 smithi016 ceph-mon[96085]: pgmap v12269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:57.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:57.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:29:58.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:58.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:29:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:29:59 smithi098 ceph-mon[112578]: pgmap v12270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:29:59 smithi016 ceph-mon[96085]: pgmap v12270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:59.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:29:59.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T03:30:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T03:30:00.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:00.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:01 smithi098 ceph-mon[112578]: pgmap v12271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:01 smithi016 ceph-mon[96085]: pgmap v12271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:01.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:01.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:02.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:02.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:03 smithi016 ceph-mon[96085]: pgmap v12272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:03.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:03.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:03 smithi098 ceph-mon[112578]: pgmap v12272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:04.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:04.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:05.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:05.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:05 smithi098 ceph-mon[112578]: pgmap v12273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:05 smithi016 ceph-mon[96085]: pgmap v12273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:06.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:06.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:06 smithi098 ceph-mon[112578]: pgmap v12274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:06 smithi016 ceph-mon[96085]: pgmap v12274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:07.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:07.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:08.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:08.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:09.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:09.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:09 smithi098 ceph-mon[112578]: pgmap v12275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:09 smithi016 ceph-mon[96085]: pgmap v12275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:10.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:10.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:11.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:11.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:11 smithi098 ceph-mon[112578]: pgmap v12276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:11.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:11 smithi016 ceph-mon[96085]: pgmap v12276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:12.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:12.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:13.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:13.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:13 smithi098 ceph-mon[112578]: pgmap v12277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:30:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:13 smithi016 ceph-mon[96085]: pgmap v12277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:30:14.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:14.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:15.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:15.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:15.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:15 smithi098 ceph-mon[112578]: pgmap v12278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:15 smithi016 ceph-mon[96085]: pgmap v12278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:16.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:16.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:16 smithi098 ceph-mon[112578]: pgmap v12279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:16 smithi016 ceph-mon[96085]: pgmap v12279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:17.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:17.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:18.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:18.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:19.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:19.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:19 smithi098 ceph-mon[112578]: pgmap v12280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:19 smithi016 ceph-mon[96085]: pgmap v12280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:20.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:20.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:21.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:21.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:21 smithi098 ceph-mon[112578]: pgmap v12281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:21.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:21 smithi016 ceph-mon[96085]: pgmap v12281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:22.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:22.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:23.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:23.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:23 smithi098 ceph-mon[112578]: pgmap v12282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:23 smithi016 ceph-mon[96085]: pgmap v12282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:24.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:24.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:25.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:25.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:25.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:25 smithi098 ceph-mon[112578]: pgmap v12283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:25 smithi016 ceph-mon[96085]: pgmap v12283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:26.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:26.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:26 smithi098 ceph-mon[112578]: pgmap v12284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:26 smithi016 ceph-mon[96085]: pgmap v12284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:27.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:27.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:30:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:30:28.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:28.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:29 smithi098 ceph-mon[112578]: pgmap v12285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:29 smithi016 ceph-mon[96085]: pgmap v12285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:29.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:29.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:30.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:30.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:31.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:31.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:31.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:31 smithi098 ceph-mon[112578]: pgmap v12286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:31.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:31 smithi016 ceph-mon[96085]: pgmap v12286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:32.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:32.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:30:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:30:33.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:33.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:33 smithi098 ceph-mon[112578]: pgmap v12287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:30:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:30:33.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:30:33.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:30:33.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:30:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:33 smithi016 ceph-mon[96085]: pgmap v12287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:30:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:30:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:30:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:30:33.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:30:34.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:34.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:35.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:35.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:35 smithi098 ceph-mon[112578]: pgmap v12288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:35 smithi016 ceph-mon[96085]: pgmap v12288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:36.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:36.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:36 smithi098 ceph-mon[112578]: pgmap v12289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:36 smithi016 ceph-mon[96085]: pgmap v12289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:37.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:37.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:38.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:38.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:39.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:39.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:39.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:39 smithi098 ceph-mon[112578]: pgmap v12290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:39.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:39 smithi016 ceph-mon[96085]: pgmap v12290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:40.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:40.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:41.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:41.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:41 smithi098 ceph-mon[112578]: pgmap v12291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:41.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:41 smithi016 ceph-mon[96085]: pgmap v12291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:42.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:42.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:43.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:43.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:43.709 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:43 smithi016 ceph-mon[96085]: pgmap v12292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:43.709 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:30:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:43 smithi098 ceph-mon[112578]: pgmap v12292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:30:44.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:44.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:45.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:45.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:45.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:45 smithi098 ceph-mon[112578]: pgmap v12293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:45.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:45 smithi016 ceph-mon[96085]: pgmap v12293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:46.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:46.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:46 smithi098 ceph-mon[112578]: pgmap v12294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:46 smithi016 ceph-mon[96085]: pgmap v12294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:47.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:47.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:48.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:48.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:49.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:49.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:49.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:49 smithi098 ceph-mon[112578]: pgmap v12295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:49.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:49 smithi016 ceph-mon[96085]: pgmap v12295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:50.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:50.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:51.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:51.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:51.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:51 smithi098 ceph-mon[112578]: pgmap v12296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:51 smithi016 ceph-mon[96085]: pgmap v12296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:52.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:52.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:53.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:53.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:53.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:53 smithi098 ceph-mon[112578]: pgmap v12297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:53.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:53 smithi016 ceph-mon[96085]: pgmap v12297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:54.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:54.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:55.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:55.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:55.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:55 smithi098 ceph-mon[112578]: pgmap v12298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:55.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:55 smithi016 ceph-mon[96085]: pgmap v12298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:56.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:56.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:56 smithi098 ceph-mon[112578]: pgmap v12299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:56 smithi016 ceph-mon[96085]: pgmap v12299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:57.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:57.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:30:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:30:58.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:58.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:30:59 smithi098 ceph-mon[112578]: pgmap v12300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:30:59 smithi016 ceph-mon[96085]: pgmap v12300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:59.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:30:59.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:00.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:00.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:01.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:01.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:01 smithi098 ceph-mon[112578]: pgmap v12301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:01.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:01 smithi016 ceph-mon[96085]: pgmap v12301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:02.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:02.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:03.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:03.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:03 smithi098 ceph-mon[112578]: pgmap v12302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:03 smithi016 ceph-mon[96085]: pgmap v12302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:04.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:04.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:05.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:05.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:05 smithi098 ceph-mon[112578]: pgmap v12303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:05 smithi016 ceph-mon[96085]: pgmap v12303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:06.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:06.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:06 smithi098 ceph-mon[112578]: pgmap v12304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:06 smithi016 ceph-mon[96085]: pgmap v12304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:07.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:07.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:08.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:08.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:09.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:09.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:09 smithi098 ceph-mon[112578]: pgmap v12305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:09 smithi016 ceph-mon[96085]: pgmap v12305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:10.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:10.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:11.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:11.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:11 smithi098 ceph-mon[112578]: pgmap v12306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:11.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:11 smithi016 ceph-mon[96085]: pgmap v12306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:12.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:12.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:13.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:13.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:13 smithi098 ceph-mon[112578]: pgmap v12307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:31:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:13 smithi016 ceph-mon[96085]: pgmap v12307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:31:14.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:14.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:15.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:15.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:15.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:15 smithi098 ceph-mon[112578]: pgmap v12308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:15.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:15 smithi016 ceph-mon[96085]: pgmap v12308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:16.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:16.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:16 smithi098 ceph-mon[112578]: pgmap v12309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:16 smithi016 ceph-mon[96085]: pgmap v12309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:17.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:17.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:18.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:18.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:19.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:19.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:19 smithi098 ceph-mon[112578]: pgmap v12310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:19.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:19 smithi016 ceph-mon[96085]: pgmap v12310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:20.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:20.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:21.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:21.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:21 smithi098 ceph-mon[112578]: pgmap v12311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:21.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:21 smithi016 ceph-mon[96085]: pgmap v12311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:22.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:22.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:23.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:23.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:23 smithi098 ceph-mon[112578]: pgmap v12312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:23 smithi016 ceph-mon[96085]: pgmap v12312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:24.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:24.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:25.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:25.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:25.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:25 smithi098 ceph-mon[112578]: pgmap v12313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:25.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:25 smithi016 ceph-mon[96085]: pgmap v12313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:26.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:26.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:26 smithi098 ceph-mon[112578]: pgmap v12314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:26 smithi016 ceph-mon[96085]: pgmap v12314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:27.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:27.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:31:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:31:28.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:28.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:29 smithi098 ceph-mon[112578]: pgmap v12315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:29 smithi016 ceph-mon[96085]: pgmap v12315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:29.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:29.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:30.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:30.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:31.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:31.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:31.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:31 smithi098 ceph-mon[112578]: pgmap v12316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:31.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:31 smithi016 ceph-mon[96085]: pgmap v12316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:32.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:32.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:33.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:33.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:33 smithi098 ceph-mon[112578]: pgmap v12317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:31:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:31:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:31:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:33 smithi016 ceph-mon[96085]: pgmap v12317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:31:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:31:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:31:34.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:34.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:34.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:31:34.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:31:34.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:31:34.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:31:34.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:31:34.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:31:34.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:31:34.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:31:34.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:31:34.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:31:35.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:35.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:35 smithi098 ceph-mon[112578]: pgmap v12318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:35 smithi016 ceph-mon[96085]: pgmap v12318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:36.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:36.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:36 smithi098 ceph-mon[112578]: pgmap v12319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:36 smithi016 ceph-mon[96085]: pgmap v12319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:37.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:37.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:38.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:38.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:39.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:39.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:39.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:39 smithi098 ceph-mon[112578]: pgmap v12320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:39.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:39 smithi016 ceph-mon[96085]: pgmap v12320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:40.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:40.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:41.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:41.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:41 smithi098 ceph-mon[112578]: pgmap v12321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:41 smithi016 ceph-mon[96085]: pgmap v12321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:42.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:42.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:43.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:43.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:43 smithi098 ceph-mon[112578]: pgmap v12322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:31:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:43 smithi016 ceph-mon[96085]: pgmap v12322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:31:44.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:44.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:45.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:45.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:45.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:45 smithi098 ceph-mon[112578]: pgmap v12323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:45 smithi016 ceph-mon[96085]: pgmap v12323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:46.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:46.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:46 smithi098 ceph-mon[112578]: pgmap v12324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:46 smithi016 ceph-mon[96085]: pgmap v12324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:47.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:47.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:48.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:48.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:49.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:49.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:49.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:49 smithi098 ceph-mon[112578]: pgmap v12325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:49 smithi016 ceph-mon[96085]: pgmap v12325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:50.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:50.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:51.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:51.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:51.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:51 smithi098 ceph-mon[112578]: pgmap v12326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:51 smithi016 ceph-mon[96085]: pgmap v12326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:52.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:52.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:53.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:53.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:53.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:53 smithi098 ceph-mon[112578]: pgmap v12327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:53.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:53 smithi016 ceph-mon[96085]: pgmap v12327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:54.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:54.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:55.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:55.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:55.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:55 smithi098 ceph-mon[112578]: pgmap v12328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:55.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:55 smithi016 ceph-mon[96085]: pgmap v12328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:56.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:56.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:56 smithi098 ceph-mon[112578]: pgmap v12329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:56 smithi016 ceph-mon[96085]: pgmap v12329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:57.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:57.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:31:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:31:58.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:58.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:31:59 smithi098 ceph-mon[112578]: pgmap v12330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:31:59 smithi016 ceph-mon[96085]: pgmap v12330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:59.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:31:59.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:00.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:00.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:01.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:01.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:01 smithi098 ceph-mon[112578]: pgmap v12331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:01.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:01 smithi016 ceph-mon[96085]: pgmap v12331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:02.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:02.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:03.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:03.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:03 smithi098 ceph-mon[112578]: pgmap v12332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:03.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:03 smithi016 ceph-mon[96085]: pgmap v12332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:04.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:04.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:05.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:05.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:05.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:05 smithi098 ceph-mon[112578]: pgmap v12333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:05 smithi016 ceph-mon[96085]: pgmap v12333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:06.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:06.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:06 smithi098 ceph-mon[112578]: pgmap v12334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:06 smithi016 ceph-mon[96085]: pgmap v12334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:07.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:07.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:08.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:08.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:09.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:09.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:09 smithi098 ceph-mon[112578]: pgmap v12335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:09 smithi016 ceph-mon[96085]: pgmap v12335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:10.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:10.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:11.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:11.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:11 smithi098 ceph-mon[112578]: pgmap v12336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:11.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:11 smithi016 ceph-mon[96085]: pgmap v12336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:12.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:12.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:13.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:13.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:13 smithi098 ceph-mon[112578]: pgmap v12337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:32:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:13 smithi016 ceph-mon[96085]: pgmap v12337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:32:14.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:14.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:15.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:15.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:15 smithi098 ceph-mon[112578]: pgmap v12338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:15.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:15 smithi016 ceph-mon[96085]: pgmap v12338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:16.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:16.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:16 smithi098 ceph-mon[112578]: pgmap v12339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:16 smithi016 ceph-mon[96085]: pgmap v12339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:17.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:17.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:18.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:18.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:19 smithi098 ceph-mon[112578]: pgmap v12340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:19.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:19.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:19 smithi016 ceph-mon[96085]: pgmap v12340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:20.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:20.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:21.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:21 smithi098 ceph-mon[112578]: pgmap v12341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:21.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:21.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:21.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:21 smithi016 ceph-mon[96085]: pgmap v12341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:22.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:22.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:23 smithi098 ceph-mon[112578]: pgmap v12342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:23.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:23.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:23 smithi016 ceph-mon[96085]: pgmap v12342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:24.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:24.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:25.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:25 smithi098 ceph-mon[112578]: pgmap v12343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:25.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:25.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:25 smithi016 ceph-mon[96085]: pgmap v12343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:26.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:26.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:26 smithi098 ceph-mon[112578]: pgmap v12344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:26 smithi016 ceph-mon[96085]: pgmap v12344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:27.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:27.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:32:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:32:28.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:28.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:29 smithi098 ceph-mon[112578]: pgmap v12345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:29 smithi016 ceph-mon[96085]: pgmap v12345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:29.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:29.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:30.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:30.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:31.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:31 smithi098 ceph-mon[112578]: pgmap v12346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:31.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:31 smithi016 ceph-mon[96085]: pgmap v12346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:31.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:31.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:32.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:32.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:33 smithi098 ceph-mon[112578]: pgmap v12347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:33 smithi016 ceph-mon[96085]: pgmap v12347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:33.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:33.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:34.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:32:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:32:34.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:34.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:35 smithi098 ceph-mon[112578]: pgmap v12348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:32:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:32:35.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:32:35.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:32:35.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:32:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:35 smithi016 ceph-mon[96085]: pgmap v12348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:32:35.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:32:35.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:32:35.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:32:35.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:32:35.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:35.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:36.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:36.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:36 smithi098 ceph-mon[112578]: pgmap v12349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:36 smithi016 ceph-mon[96085]: pgmap v12349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:37.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:37.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:38.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:38.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:39.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:39 smithi098 ceph-mon[112578]: pgmap v12350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:39 smithi016 ceph-mon[96085]: pgmap v12350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:39.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:39.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:40.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:40.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:41 smithi098 ceph-mon[112578]: pgmap v12351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:41 smithi016 ceph-mon[96085]: pgmap v12351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:41.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:41.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:42.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:42.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:43 smithi098 ceph-mon[112578]: pgmap v12352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:32:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:43 smithi016 ceph-mon[96085]: pgmap v12352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:32:43.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:43.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:44.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:44.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:45.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:45 smithi098 ceph-mon[112578]: pgmap v12353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:45.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:45 smithi016 ceph-mon[96085]: pgmap v12353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:45.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:45.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:46.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:46.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:46 smithi098 ceph-mon[112578]: pgmap v12354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:46 smithi016 ceph-mon[96085]: pgmap v12354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:47.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:47.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:48.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:48.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:49.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:49 smithi098 ceph-mon[112578]: pgmap v12355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:49.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:49 smithi016 ceph-mon[96085]: pgmap v12355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:49.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:49.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:50.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:50.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:51.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:51 smithi098 ceph-mon[112578]: pgmap v12356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:51 smithi016 ceph-mon[96085]: pgmap v12356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:51.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:51.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:52.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:52.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:53.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:53 smithi098 ceph-mon[112578]: pgmap v12357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:53.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:53 smithi016 ceph-mon[96085]: pgmap v12357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:53.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:53.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:54.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:54.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:55.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:55 smithi098 ceph-mon[112578]: pgmap v12358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:55.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:55 smithi016 ceph-mon[96085]: pgmap v12358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:55.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:55.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:56.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:56.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:56 smithi098 ceph-mon[112578]: pgmap v12359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:56 smithi016 ceph-mon[96085]: pgmap v12359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:57.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:57.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:32:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:32:58.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:58.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:59.483 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:32:59 smithi098 ceph-mon[112578]: pgmap v12360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:32:59 smithi016 ceph-mon[96085]: pgmap v12360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:59.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:32:59.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:00.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:00.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:01 smithi098 ceph-mon[112578]: pgmap v12361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:01.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:01 smithi016 ceph-mon[96085]: pgmap v12361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:01.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:01.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:02.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:02.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:03 smithi098 ceph-mon[112578]: pgmap v12362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:03.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:03 smithi016 ceph-mon[96085]: pgmap v12362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:03.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:03.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:04.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:04.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:05 smithi098 ceph-mon[112578]: pgmap v12363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:05 smithi016 ceph-mon[96085]: pgmap v12363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:05.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:05.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:06.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:06.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:06 smithi098 ceph-mon[112578]: pgmap v12364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:06 smithi016 ceph-mon[96085]: pgmap v12364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:07.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:07.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:08.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:08.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:09 smithi098 ceph-mon[112578]: pgmap v12365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:09 smithi016 ceph-mon[96085]: pgmap v12365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:09.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:09.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:10.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:10.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:11 smithi098 ceph-mon[112578]: pgmap v12366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:11.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:11 smithi016 ceph-mon[96085]: pgmap v12366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:11.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:11.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:12.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:12.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:13 smithi098 ceph-mon[112578]: pgmap v12367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:33:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:13 smithi016 ceph-mon[96085]: pgmap v12367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:33:13.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:13.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:14.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:14.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:15.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:15 smithi098 ceph-mon[112578]: pgmap v12368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:15 smithi016 ceph-mon[96085]: pgmap v12368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:15.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:15.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:16.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:16.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:16 smithi098 ceph-mon[112578]: pgmap v12369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:16 smithi016 ceph-mon[96085]: pgmap v12369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:17.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:17.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:18.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:18.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:19 smithi098 ceph-mon[112578]: pgmap v12370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:19 smithi016 ceph-mon[96085]: pgmap v12370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:19.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:19.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:20.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:20.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:21 smithi098 ceph-mon[112578]: pgmap v12371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:21.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:21 smithi016 ceph-mon[96085]: pgmap v12371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:21.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:21.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:22.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:22.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:23 smithi098 ceph-mon[112578]: pgmap v12372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:23 smithi016 ceph-mon[96085]: pgmap v12372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:23.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:23.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:24.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:24.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:25 smithi098 ceph-mon[112578]: pgmap v12373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:25.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:25 smithi016 ceph-mon[96085]: pgmap v12373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:25.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:25.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:26.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:26.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:26 smithi098 ceph-mon[112578]: pgmap v12374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:26 smithi016 ceph-mon[96085]: pgmap v12374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:27.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:27.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:33:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:33:28.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:28.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:29 smithi098 ceph-mon[112578]: pgmap v12375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:29 smithi016 ceph-mon[96085]: pgmap v12375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:29.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:29.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:30.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:30.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:31.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:31 smithi098 ceph-mon[112578]: pgmap v12376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:31.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:31 smithi016 ceph-mon[96085]: pgmap v12376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:31.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:31.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:32.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:32.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:33 smithi098 ceph-mon[112578]: pgmap v12377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:33.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:33 smithi016 ceph-mon[96085]: pgmap v12377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:33.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:33.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:34.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:34.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:35 smithi098 ceph-mon[112578]: pgmap v12378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:33:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:33:35.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:33:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:35 smithi016 ceph-mon[96085]: pgmap v12378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:33:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:33:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:33:35.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:35.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:33:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:33:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:33:36.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:33:36.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:33:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:33:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:33:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:33:36.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:33:36.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:33:36.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:36.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:37 smithi098 ceph-mon[112578]: pgmap v12379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:37.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:37 smithi016 ceph-mon[96085]: pgmap v12379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:37.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:37.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:38.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:38.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:39.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:39 smithi098 ceph-mon[112578]: pgmap v12380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:39.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:39 smithi016 ceph-mon[96085]: pgmap v12380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:39.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:39.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:40.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:40.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:41 smithi098 ceph-mon[112578]: pgmap v12381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:41 smithi016 ceph-mon[96085]: pgmap v12381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:41.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:41.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:42.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:42.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:43 smithi098 ceph-mon[112578]: pgmap v12382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:33:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:43 smithi016 ceph-mon[96085]: pgmap v12382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:33:43.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:43.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:44.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:44.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:45.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:45 smithi098 ceph-mon[112578]: pgmap v12383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:45.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:45 smithi016 ceph-mon[96085]: pgmap v12383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:45.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:45.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:46.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:46.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:46 smithi098 ceph-mon[112578]: pgmap v12384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:46 smithi016 ceph-mon[96085]: pgmap v12384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:47.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:47.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:48.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:48.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:49.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:49 smithi098 ceph-mon[112578]: pgmap v12385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:49.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:49 smithi016 ceph-mon[96085]: pgmap v12385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:49.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:49.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:50.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:50.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:51.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:51 smithi098 ceph-mon[112578]: pgmap v12386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:51 smithi016 ceph-mon[96085]: pgmap v12386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:51.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:51.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:52.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:52.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:53.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:53 smithi098 ceph-mon[112578]: pgmap v12387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:53.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:53 smithi016 ceph-mon[96085]: pgmap v12387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:53.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:53.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:54.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:54.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:55.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:55 smithi098 ceph-mon[112578]: pgmap v12388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:55.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:55 smithi016 ceph-mon[96085]: pgmap v12388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:55.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:55.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:56.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:56.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:56 smithi098 ceph-mon[112578]: pgmap v12389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:56 smithi016 ceph-mon[96085]: pgmap v12389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:57.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:57.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:33:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:33:58.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:58.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:33:59 smithi098 ceph-mon[112578]: pgmap v12390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:33:59 smithi016 ceph-mon[96085]: pgmap v12390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:59.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:33:59.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:00.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:00.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:01 smithi098 ceph-mon[112578]: pgmap v12391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:01.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:01 smithi016 ceph-mon[96085]: pgmap v12391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:01.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:01.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:02.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:02.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:03.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:03 smithi098 ceph-mon[112578]: pgmap v12392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:03 smithi016 ceph-mon[96085]: pgmap v12392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:03.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:03.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:04.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:04.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:05 smithi098 ceph-mon[112578]: pgmap v12393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:05 smithi016 ceph-mon[96085]: pgmap v12393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:05.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:05.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:06.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:06.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:06 smithi098 ceph-mon[112578]: pgmap v12394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:06 smithi016 ceph-mon[96085]: pgmap v12394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:07.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:07.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:08.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:08.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:09 smithi098 ceph-mon[112578]: pgmap v12395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:09 smithi016 ceph-mon[96085]: pgmap v12395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:09.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:09.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:10.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:10.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:11.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:11 smithi098 ceph-mon[112578]: pgmap v12396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:11.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:11 smithi016 ceph-mon[96085]: pgmap v12396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:11.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:11.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:12.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:12.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:13 smithi098 ceph-mon[112578]: pgmap v12397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:34:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:13 smithi016 ceph-mon[96085]: pgmap v12397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:34:13.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:13.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:14.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:14.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:15 smithi098 ceph-mon[112578]: pgmap v12398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:15.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:15 smithi016 ceph-mon[96085]: pgmap v12398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:15.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:15.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:16.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:16.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:16 smithi016 ceph-mon[96085]: pgmap v12399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:17.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:16 smithi098 ceph-mon[112578]: pgmap v12399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:17.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:17.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:18.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:18.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:19 smithi098 ceph-mon[112578]: pgmap v12400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:19 smithi016 ceph-mon[96085]: pgmap v12400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:19.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:19.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:20.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:20.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:21 smithi098 ceph-mon[112578]: pgmap v12401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:21.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:21 smithi016 ceph-mon[96085]: pgmap v12401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:21.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:21.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:22.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:22.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:23 smithi098 ceph-mon[112578]: pgmap v12402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:23 smithi016 ceph-mon[96085]: pgmap v12402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:23.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:23.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:24.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:24.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:25.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:25 smithi098 ceph-mon[112578]: pgmap v12403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:25 smithi016 ceph-mon[96085]: pgmap v12403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:25.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:25.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:26.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:26.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:26 smithi016 ceph-mon[96085]: pgmap v12404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:26 smithi098 ceph-mon[112578]: pgmap v12404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:27.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:27.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:34:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:34:28.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:28.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:29 smithi098 ceph-mon[112578]: pgmap v12405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:29 smithi016 ceph-mon[96085]: pgmap v12405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:29.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:29.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:30.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:30.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:31.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:31 smithi098 ceph-mon[112578]: pgmap v12406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:31.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:31 smithi016 ceph-mon[96085]: pgmap v12406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:31.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:31.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:32.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:32.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:33.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:33 smithi098 ceph-mon[112578]: pgmap v12407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:33 smithi016 ceph-mon[96085]: pgmap v12407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:33.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:33.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:34.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:34.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:35 smithi098 ceph-mon[112578]: pgmap v12408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:35 smithi016 ceph-mon[96085]: pgmap v12408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:35.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:35.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:34:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:34:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:34:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:34:36.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:34:36.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:34:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:34:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:34:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:34:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:34:36.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:34:36.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:34:36.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:36.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:37.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:37 smithi098 ceph-mon[112578]: pgmap v12409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:37.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:37 smithi016 ceph-mon[96085]: pgmap v12409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:37.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:37.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:39.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:39.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:39.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:39 smithi098 ceph-mon[112578]: pgmap v12410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:39 smithi016 ceph-mon[96085]: pgmap v12410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:40.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:40.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:41.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:41.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:41.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:41 smithi016 ceph-mon[96085]: pgmap v12411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:42.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:42.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:41 smithi098 ceph-mon[112578]: pgmap v12411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:43.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:43.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:43 smithi016 ceph-mon[96085]: pgmap v12412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:34:44.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:44.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:43 smithi098 ceph-mon[112578]: pgmap v12412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:34:45.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:45.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:45.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:45 smithi016 ceph-mon[96085]: pgmap v12413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:46.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:46.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:45 smithi098 ceph-mon[112578]: pgmap v12413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:47.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:47.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:46 smithi016 ceph-mon[96085]: pgmap v12414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:46 smithi098 ceph-mon[112578]: pgmap v12414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:48.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:48.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:49.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:49.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:49.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:49 smithi098 ceph-mon[112578]: pgmap v12415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:49.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:49 smithi016 ceph-mon[96085]: pgmap v12415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:50.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:50.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:51.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:51.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:51.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:51 smithi098 ceph-mon[112578]: pgmap v12416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:51 smithi016 ceph-mon[96085]: pgmap v12416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:52.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:52.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:53.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:53.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:53.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:53 smithi098 ceph-mon[112578]: pgmap v12417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:53.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:53 smithi016 ceph-mon[96085]: pgmap v12417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:54.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:54.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:55.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:55.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:55.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:55 smithi016 ceph-mon[96085]: pgmap v12418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:56.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:55 smithi098 ceph-mon[112578]: pgmap v12418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:56.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:56.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:57.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:57.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:56 smithi016 ceph-mon[96085]: pgmap v12419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:56 smithi098 ceph-mon[112578]: pgmap v12419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:58.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:58.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:34:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:34:59.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:34:59.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:34:59 smithi098 ceph-mon[112578]: pgmap v12420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:34:59 smithi016 ceph-mon[96085]: pgmap v12420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:00.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:00.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:01.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:01.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:01 smithi098 ceph-mon[112578]: pgmap v12421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:01.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:01 smithi016 ceph-mon[96085]: pgmap v12421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:02.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:02.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:03.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:03.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:03 smithi098 ceph-mon[112578]: pgmap v12422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:03.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:03 smithi016 ceph-mon[96085]: pgmap v12422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:04.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:04.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:05.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:05.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:05 smithi016 ceph-mon[96085]: pgmap v12423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:05.801 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:05 smithi098 ceph-mon[112578]: pgmap v12423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:06.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:06.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:06 smithi016 ceph-mon[96085]: pgmap v12424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:07.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:07.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:07.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:06 smithi098 ceph-mon[112578]: pgmap v12424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:08.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:08.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:09.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:09.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:09 smithi098 ceph-mon[112578]: pgmap v12425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:09 smithi016 ceph-mon[96085]: pgmap v12425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:10.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:10.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:11.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:11.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:11.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:11 smithi016 ceph-mon[96085]: pgmap v12426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:12.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:11 smithi098 ceph-mon[112578]: pgmap v12426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:12.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:12.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:13.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:13.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:13 smithi016 ceph-mon[96085]: pgmap v12427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:35:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:13 smithi098 ceph-mon[112578]: pgmap v12427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:35:14.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:14.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:15.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:15.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:15.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:15 smithi016 ceph-mon[96085]: pgmap v12428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:15.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:15 smithi098 ceph-mon[112578]: pgmap v12428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:16.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:16.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:16 smithi016 ceph-mon[96085]: pgmap v12429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:17.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:17.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:16 smithi098 ceph-mon[112578]: pgmap v12429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:18.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:18.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:19.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:19.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:19 smithi016 ceph-mon[96085]: pgmap v12430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:19 smithi098 ceph-mon[112578]: pgmap v12430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:20.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:20.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:21.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:21.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:21.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:21 smithi016 ceph-mon[96085]: pgmap v12431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:21 smithi098 ceph-mon[112578]: pgmap v12431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:22.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:22.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:23.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:23.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:23 smithi016 ceph-mon[96085]: pgmap v12432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:24.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:23 smithi098 ceph-mon[112578]: pgmap v12432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:24.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:24.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:25.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:25.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:25.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:25 smithi016 ceph-mon[96085]: pgmap v12433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:26.010 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:25 smithi098 ceph-mon[112578]: pgmap v12433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:26.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:26.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:26 smithi016 ceph-mon[96085]: pgmap v12434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:27.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:27.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:26 smithi098 ceph-mon[112578]: pgmap v12434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:28.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:28.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:35:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:35:29.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:29.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:29 smithi098 ceph-mon[112578]: pgmap v12435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:29 smithi016 ceph-mon[96085]: pgmap v12435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:30.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:30.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:31.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:31.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:31.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:31 smithi016 ceph-mon[96085]: pgmap v12436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:32.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:31 smithi098 ceph-mon[112578]: pgmap v12436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:32.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:32.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:33.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:33.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:33 smithi016 ceph-mon[96085]: pgmap v12437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:34.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:33 smithi098 ceph-mon[112578]: pgmap v12437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:34.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:34.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:35.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:35.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:35.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:35 smithi016 ceph-mon[96085]: pgmap v12438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:36.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:35 smithi098 ceph-mon[112578]: pgmap v12438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:36.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:36.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:37.047 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:35:37.047 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:36 smithi016 ceph-mon[96085]: pgmap v12439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:37.048 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:35:37.048 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:35:37.048 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:35:37.048 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:35:37.048 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:35:37.049 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:35:37.049 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:35:37.049 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:35:37.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:37.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:37.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:35:37.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:36 smithi098 ceph-mon[112578]: pgmap v12439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:37.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:35:37.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:35:37.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:35:37.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:35:37.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:35:37.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:35:37.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:35:37.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:35:38.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:38.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:38.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:37 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1555M 2023-10-17T03:35:38.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:35:38.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:35:38.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:37 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1555M 2023-10-17T03:35:38.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:35:38.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:35:39.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:39.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:39.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:38 smithi098 ceph-mon[112578]: pgmap v12440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:38 smithi016 ceph-mon[96085]: pgmap v12440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:40.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:40.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:41.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:41.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:41.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:41 smithi016 ceph-mon[96085]: pgmap v12441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:41 smithi098 ceph-mon[112578]: pgmap v12441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:42.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:42.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:43.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:43.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:43 smithi016 ceph-mon[96085]: pgmap v12442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:35:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:43 smithi098 ceph-mon[112578]: pgmap v12442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:35:44.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:44.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:45.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:45.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:45.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:45 smithi016 ceph-mon[96085]: pgmap v12443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:46.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:45 smithi098 ceph-mon[112578]: pgmap v12443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:46.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:46.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:47.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:47.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:47.159 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:46 smithi016 ceph-mon[96085]: pgmap v12444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:46 smithi098 ceph-mon[112578]: pgmap v12444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:48.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:48.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:49.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:49.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:49.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:49 smithi016 ceph-mon[96085]: pgmap v12445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:49 smithi098 ceph-mon[112578]: pgmap v12445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:50.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:50.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:51.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:51.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:51 smithi016 ceph-mon[96085]: pgmap v12446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:52.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:51 smithi098 ceph-mon[112578]: pgmap v12446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:52.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:52.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:53.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:53.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:53 smithi098 ceph-mon[112578]: pgmap v12447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:54.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:53 smithi016 ceph-mon[96085]: pgmap v12447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:54.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:54.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:55.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:55.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:56.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:55 smithi098 ceph-mon[112578]: pgmap v12448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:56.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:55 smithi016 ceph-mon[96085]: pgmap v12448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:56.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:56.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:57.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:57.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:56 smithi098 ceph-mon[112578]: pgmap v12449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:57.274 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:56 smithi016 ceph-mon[96085]: pgmap v12449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:58.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:58.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:35:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:35:59.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:35:59.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:35:59 smithi098 ceph-mon[112578]: pgmap v12450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:35:59 smithi016 ceph-mon[96085]: pgmap v12450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:00.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:00.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:01.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:01.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:01 smithi098 ceph-mon[112578]: pgmap v12451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:01.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:01 smithi016 ceph-mon[96085]: pgmap v12451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:02.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:02.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:03.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:03.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:03 smithi098 ceph-mon[112578]: pgmap v12452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:03 smithi016 ceph-mon[96085]: pgmap v12452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:04.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:04.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:05.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:05.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:06.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:05 smithi098 ceph-mon[112578]: pgmap v12453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:05 smithi016 ceph-mon[96085]: pgmap v12453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:06.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:06.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:07.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:07.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:06 smithi098 ceph-mon[112578]: pgmap v12454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:06 smithi016 ceph-mon[96085]: pgmap v12454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:08.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:08.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:09.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:09.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:10.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:09 smithi098 ceph-mon[112578]: pgmap v12455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:10.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:09 smithi016 ceph-mon[96085]: pgmap v12455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:10.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:10.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:11.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:11.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:11 smithi098 ceph-mon[112578]: pgmap v12456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:12.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:11 smithi016 ceph-mon[96085]: pgmap v12456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:12.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:12.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:13.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:13.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:13 smithi098 ceph-mon[112578]: pgmap v12457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:36:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:13 smithi016 ceph-mon[96085]: pgmap v12457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:36:14.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:14.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:15.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:15.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:16.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:15 smithi098 ceph-mon[112578]: pgmap v12458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:16.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:15 smithi016 ceph-mon[96085]: pgmap v12458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:16.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:16.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:17.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:17.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:17.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:16 smithi098 ceph-mon[112578]: pgmap v12459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:16 smithi016 ceph-mon[96085]: pgmap v12459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:18.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:18.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:19.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:19.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:19 smithi098 ceph-mon[112578]: pgmap v12460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:20.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:19 smithi016 ceph-mon[96085]: pgmap v12460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:20.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:20.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:21.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:21.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:21 smithi098 ceph-mon[112578]: pgmap v12461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:22.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:21 smithi016 ceph-mon[96085]: pgmap v12461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:22.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:22.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:23.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:23.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:24.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:23 smithi098 ceph-mon[112578]: pgmap v12462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:23 smithi016 ceph-mon[96085]: pgmap v12462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:24.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:24.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:25.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:25.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:26.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:25 smithi098 ceph-mon[112578]: pgmap v12463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:25 smithi016 ceph-mon[96085]: pgmap v12463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:26.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:26.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:26 smithi098 ceph-mon[112578]: pgmap v12464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:27.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:27.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:26 smithi016 ceph-mon[96085]: pgmap v12464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:28.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:28.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:36:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:36:29.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:29.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:29 smithi098 ceph-mon[112578]: pgmap v12465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:29 smithi016 ceph-mon[96085]: pgmap v12465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:30.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:30.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:31.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:31.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:32.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:31 smithi098 ceph-mon[112578]: pgmap v12466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:32.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:31 smithi016 ceph-mon[96085]: pgmap v12466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:32.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:32.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:33.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:33.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:34.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:33 smithi098 ceph-mon[112578]: pgmap v12467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:34.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:33 smithi016 ceph-mon[96085]: pgmap v12467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:34.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:34.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:35.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:35.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:35 smithi098 ceph-mon[112578]: pgmap v12468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:36.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:35 smithi016 ceph-mon[96085]: pgmap v12468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:36.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:36.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:36 smithi098 ceph-mon[112578]: pgmap v12469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:37.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:37.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:36 smithi016 ceph-mon[96085]: pgmap v12469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:38.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:36:38.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:36:38.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:36:38.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:36:38.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:36:38.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:36:38.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:38.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:38.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:36:38.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:36:38.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:36:38.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:36:38.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:36:38.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:36:39.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:39.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:38 smithi098 ceph-mon[112578]: pgmap v12470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:38 smithi016 ceph-mon[96085]: pgmap v12470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:40.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:40.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:41.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:41.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:41.794 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:41 smithi098 ceph-mon[112578]: pgmap v12471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:42.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:41 smithi016 ceph-mon[96085]: pgmap v12471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:42.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:42.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:43.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:43.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:43 smithi098 ceph-mon[112578]: pgmap v12472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:36:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:43 smithi016 ceph-mon[96085]: pgmap v12472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:36:44.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:44.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:45.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:45.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:46.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:45 smithi098 ceph-mon[112578]: pgmap v12473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:46.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:45 smithi016 ceph-mon[96085]: pgmap v12473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:46.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:46.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:47.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:47.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:46 smithi098 ceph-mon[112578]: pgmap v12474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:46 smithi016 ceph-mon[96085]: pgmap v12474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:48.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:48.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:49.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:49.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:49 smithi098 ceph-mon[112578]: pgmap v12475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:50.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:49 smithi016 ceph-mon[96085]: pgmap v12475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:50.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:50.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:51.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:51.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:51.898 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:51 smithi098 ceph-mon[112578]: pgmap v12476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:52.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:51 smithi016 ceph-mon[96085]: pgmap v12476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:52.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:52.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:53.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:53.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:53 smithi098 ceph-mon[112578]: pgmap v12477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:53 smithi016 ceph-mon[96085]: pgmap v12477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:54.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:54.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:55.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:55.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:55 smithi098 ceph-mon[112578]: pgmap v12478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:55 smithi016 ceph-mon[96085]: pgmap v12478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:56.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:56.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:57.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:57.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:56 smithi098 ceph-mon[112578]: pgmap v12479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:57.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:56 smithi016 ceph-mon[96085]: pgmap v12479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:58.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:58.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:58.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:36:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:36:59.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:36:59.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:36:59 smithi098 ceph-mon[112578]: pgmap v12480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:36:59 smithi016 ceph-mon[96085]: pgmap v12480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:00.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:00.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:01.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:01.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:02.005 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:01 smithi098 ceph-mon[112578]: pgmap v12481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:02.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:01 smithi016 ceph-mon[96085]: pgmap v12481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:02.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:02.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:03.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:03.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:03 smithi098 ceph-mon[112578]: pgmap v12482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:03 smithi016 ceph-mon[96085]: pgmap v12482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:04.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:04.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:05.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:05.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:06.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:05 smithi098 ceph-mon[112578]: pgmap v12483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:05 smithi016 ceph-mon[96085]: pgmap v12483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:06.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:06.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:07.057 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:06 smithi098 ceph-mon[112578]: pgmap v12484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:07.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:07.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:06 smithi016 ceph-mon[96085]: pgmap v12484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:08.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:08.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:09.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:09.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:10.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:09 smithi098 ceph-mon[112578]: pgmap v12485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:10.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:09 smithi016 ceph-mon[96085]: pgmap v12485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:10.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:10.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:11.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:11.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:11 smithi098 ceph-mon[112578]: pgmap v12486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:12.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:11 smithi016 ceph-mon[96085]: pgmap v12486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:12.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:12.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:13.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:13.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:13 smithi098 ceph-mon[112578]: pgmap v12487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:37:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:13 smithi016 ceph-mon[96085]: pgmap v12487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:37:14.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:14.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:15.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:15.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:16.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:15 smithi098 ceph-mon[112578]: pgmap v12488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:15 smithi016 ceph-mon[96085]: pgmap v12488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:16.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:16.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:17.161 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:16 smithi098 ceph-mon[112578]: pgmap v12489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:17.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:17.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:16 smithi016 ceph-mon[96085]: pgmap v12489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:18.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:18.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:19.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:19.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:20.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:19 smithi098 ceph-mon[112578]: pgmap v12490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:19 smithi016 ceph-mon[96085]: pgmap v12490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:20.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:20.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:21.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:21.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:21 smithi098 ceph-mon[112578]: pgmap v12491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:22.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:21 smithi016 ceph-mon[96085]: pgmap v12491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:22.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:22.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:23.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:23.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:23 smithi098 ceph-mon[112578]: pgmap v12492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:23 smithi016 ceph-mon[96085]: pgmap v12492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:24.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:24.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:25.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:25.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:26.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:25 smithi098 ceph-mon[112578]: pgmap v12493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:26.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:25 smithi016 ceph-mon[96085]: pgmap v12493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:26.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:26.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:26 smithi098 ceph-mon[112578]: pgmap v12494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:26 smithi016 ceph-mon[96085]: pgmap v12494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:27.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:27.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:28.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:28.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:37:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:37:29.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:29.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:29 smithi098 ceph-mon[112578]: pgmap v12495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:29 smithi016 ceph-mon[96085]: pgmap v12495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:30.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:30.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:31.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:31.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:32.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:31 smithi098 ceph-mon[112578]: pgmap v12496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:32.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:31 smithi016 ceph-mon[96085]: pgmap v12496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:32.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:32.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:33.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:33.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:33 smithi016 ceph-mon[96085]: pgmap v12497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:33 smithi098 ceph-mon[112578]: pgmap v12497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:34.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:34.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:35.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:35.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:35 smithi098 ceph-mon[112578]: pgmap v12498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:36.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:35 smithi016 ceph-mon[96085]: pgmap v12498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:36.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:36.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:37.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:36 smithi098 ceph-mon[112578]: pgmap v12499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:37.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:36 smithi016 ceph-mon[96085]: pgmap v12499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:37.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:37.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:38.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:37:38.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:37:38.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:38.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:39.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:37:39.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:37:39.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:37:39.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:37:39.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:37:39.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:38 smithi098 ceph-mon[112578]: pgmap v12500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:37:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:37:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:37:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:37:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:37:39.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:38 smithi016 ceph-mon[96085]: pgmap v12500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:39.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:39.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:40.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:40.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:41.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:41.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:41 smithi098 ceph-mon[112578]: pgmap v12501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:41 smithi016 ceph-mon[96085]: pgmap v12501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:42.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:42.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:43.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:43.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:43 smithi016 ceph-mon[96085]: pgmap v12502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:37:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:43 smithi098 ceph-mon[112578]: pgmap v12502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:37:44.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:44.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:45.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:45.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:46.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:45 smithi098 ceph-mon[112578]: pgmap v12503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:46.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:45 smithi016 ceph-mon[96085]: pgmap v12503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:46.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:46.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:46 smithi098 ceph-mon[112578]: pgmap v12504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:46 smithi016 ceph-mon[96085]: pgmap v12504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:47.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:47.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:48.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:48.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:49.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:49.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:50.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:49 smithi098 ceph-mon[112578]: pgmap v12505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:50.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:49 smithi016 ceph-mon[96085]: pgmap v12505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:50.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:50.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:51.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:51.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:51 smithi098 ceph-mon[112578]: pgmap v12506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:52.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:51 smithi016 ceph-mon[96085]: pgmap v12506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:52.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:52.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:53.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:53.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:53 smithi098 ceph-mon[112578]: pgmap v12507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:53 smithi016 ceph-mon[96085]: pgmap v12507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:54.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:54.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:55.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:55.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:56.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:55 smithi098 ceph-mon[112578]: pgmap v12508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:55 smithi016 ceph-mon[96085]: pgmap v12508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:56.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:56.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:56 smithi098 ceph-mon[112578]: pgmap v12509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:56 smithi016 ceph-mon[96085]: pgmap v12509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:57.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:57.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:58.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:58.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:37:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:37:59.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:37:59.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:37:59 smithi098 ceph-mon[112578]: pgmap v12510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:37:59 smithi016 ceph-mon[96085]: pgmap v12510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:00.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:00.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:01.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:01.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:02.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:01 smithi098 ceph-mon[112578]: pgmap v12511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:01 smithi016 ceph-mon[96085]: pgmap v12511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:02.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:02.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:03.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:03.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:03 smithi098 ceph-mon[112578]: pgmap v12512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:03 smithi016 ceph-mon[96085]: pgmap v12512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:04.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:04.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:05.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:05.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:05 smithi098 ceph-mon[112578]: pgmap v12513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:06.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:05 smithi016 ceph-mon[96085]: pgmap v12513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:06.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:06.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:06 smithi098 ceph-mon[112578]: pgmap v12514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:06 smithi016 ceph-mon[96085]: pgmap v12514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:07.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:07.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:08.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:08.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:09.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:09.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:10.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:09 smithi098 ceph-mon[112578]: pgmap v12515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:10.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:09 smithi016 ceph-mon[96085]: pgmap v12515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:10.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:10.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:11.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:11.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:11 smithi098 ceph-mon[112578]: pgmap v12516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:11 smithi016 ceph-mon[96085]: pgmap v12516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:12.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:12.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:13.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:13.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:13.832 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:13 smithi016 ceph-mon[96085]: pgmap v12517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:13.832 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:38:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:13 smithi098 ceph-mon[112578]: pgmap v12517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:38:14.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:14.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:15.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:15.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:16.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:15 smithi098 ceph-mon[112578]: pgmap v12518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:16.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:15 smithi016 ceph-mon[96085]: pgmap v12518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:16.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:16.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:16 smithi098 ceph-mon[112578]: pgmap v12519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:16 smithi016 ceph-mon[96085]: pgmap v12519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:17.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:17.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:18.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:18.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:19.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:19.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:20.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:19 smithi098 ceph-mon[112578]: pgmap v12520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:20.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:19 smithi016 ceph-mon[96085]: pgmap v12520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:20.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:20.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:21.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:21.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:22.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:21 smithi098 ceph-mon[112578]: pgmap v12521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:21 smithi016 ceph-mon[96085]: pgmap v12521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:22.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:22.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:23.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:23.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:23.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:23 smithi016 ceph-mon[96085]: pgmap v12522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:23 smithi098 ceph-mon[112578]: pgmap v12522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:24.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:24.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:25.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:25.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:26.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:25 smithi098 ceph-mon[112578]: pgmap v12523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:26.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:25 smithi016 ceph-mon[96085]: pgmap v12523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:26.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:26.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:26 smithi098 ceph-mon[112578]: pgmap v12524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:26 smithi016 ceph-mon[96085]: pgmap v12524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:27.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:27.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:28.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:28.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:38:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:38:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:29 smithi016 ceph-mon[96085]: pgmap v12525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:29.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:29.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:29 smithi098 ceph-mon[112578]: pgmap v12525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:30.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:30.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:31.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:31.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:31 smithi098 ceph-mon[112578]: pgmap v12526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:31 smithi016 ceph-mon[96085]: pgmap v12526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:32.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:32.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:33.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:33.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:34.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:33 smithi098 ceph-mon[112578]: pgmap v12527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:33 smithi016 ceph-mon[96085]: pgmap v12527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:34.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:34.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:35.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:35.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:35 smithi098 ceph-mon[112578]: pgmap v12528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:36.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:35 smithi016 ceph-mon[96085]: pgmap v12528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:36.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:36.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:37.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:36 smithi098 ceph-mon[112578]: pgmap v12529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:36 smithi016 ceph-mon[96085]: pgmap v12529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:37.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:37.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:38.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:38.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:38:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:38:39.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:39.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:39 smithi016 ceph-mon[96085]: pgmap v12530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:39 smithi098 ceph-mon[112578]: pgmap v12530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:40.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:40.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:41.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:41.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:41 smithi098 ceph-mon[112578]: pgmap v12531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:42.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:38:42.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:38:42.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:41 smithi016 ceph-mon[96085]: pgmap v12531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:42.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:38:42.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:38:42.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:42.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:38:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:38:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:38:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:38:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:38:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:38:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:38:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:38:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:38:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:38:43.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:43.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:43 smithi098 ceph-mon[112578]: pgmap v12532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:38:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:43 smithi016 ceph-mon[96085]: pgmap v12532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:38:44.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:44.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:45.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:45.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:46.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:45 smithi098 ceph-mon[112578]: pgmap v12533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:46.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:45 smithi016 ceph-mon[96085]: pgmap v12533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:46.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:46.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:46 smithi098 ceph-mon[112578]: pgmap v12534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:46 smithi016 ceph-mon[96085]: pgmap v12534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:47.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:47.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:48.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:48.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:49.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:49.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:50.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:49 smithi098 ceph-mon[112578]: pgmap v12535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:49 smithi016 ceph-mon[96085]: pgmap v12535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:50.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:50.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:51.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:51.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:51 smithi098 ceph-mon[112578]: pgmap v12536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:51 smithi016 ceph-mon[96085]: pgmap v12536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:52.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:52.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:53.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:53.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:53 smithi098 ceph-mon[112578]: pgmap v12537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:54.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:53 smithi016 ceph-mon[96085]: pgmap v12537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:54.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:54.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:55.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:55.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:55 smithi098 ceph-mon[112578]: pgmap v12538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:56.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:55 smithi016 ceph-mon[96085]: pgmap v12538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:56.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:56.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:56 smithi098 ceph-mon[112578]: pgmap v12539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:56 smithi016 ceph-mon[96085]: pgmap v12539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:57.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:57.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:58.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:58.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:38:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:38:59.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:38:59.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:38:59 smithi098 ceph-mon[112578]: pgmap v12540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:38:59 smithi016 ceph-mon[96085]: pgmap v12540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:00.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:00.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:01.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:01.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:02.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:01 smithi098 ceph-mon[112578]: pgmap v12541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:01 smithi016 ceph-mon[96085]: pgmap v12541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:02.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:02.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:03.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:03.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:03 smithi098 ceph-mon[112578]: pgmap v12542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:03 smithi016 ceph-mon[96085]: pgmap v12542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:04.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:04.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:05.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:05.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:05 smithi098 ceph-mon[112578]: pgmap v12543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:05 smithi016 ceph-mon[96085]: pgmap v12543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:06.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:06.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:06 smithi098 ceph-mon[112578]: pgmap v12544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:06 smithi016 ceph-mon[96085]: pgmap v12544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:07.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:07.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:08.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:08.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:09.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:09.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:09 smithi016 ceph-mon[96085]: pgmap v12545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:09 smithi098 ceph-mon[112578]: pgmap v12545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:10.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:10.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:11.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:11.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:11 smithi098 ceph-mon[112578]: pgmap v12546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:12.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:11 smithi016 ceph-mon[96085]: pgmap v12546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:12.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:12.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:13.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:13.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:13 smithi098 ceph-mon[112578]: pgmap v12547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:39:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:13 smithi016 ceph-mon[96085]: pgmap v12547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:39:14.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:14.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:15.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:15.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:15 smithi098 ceph-mon[112578]: pgmap v12548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:16.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:15 smithi016 ceph-mon[96085]: pgmap v12548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:16.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:16.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:17.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:16 smithi098 ceph-mon[112578]: pgmap v12549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:16 smithi016 ceph-mon[96085]: pgmap v12549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:17.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:17.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:18.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:18.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:19.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:19.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:19 smithi098 ceph-mon[112578]: pgmap v12550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:20.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:19 smithi016 ceph-mon[96085]: pgmap v12550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:20.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:20.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:21.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:21.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:22.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:21 smithi098 ceph-mon[112578]: pgmap v12551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:21 smithi016 ceph-mon[96085]: pgmap v12551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:22.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:22.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:23.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:23.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:23 smithi098 ceph-mon[112578]: pgmap v12552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:23 smithi016 ceph-mon[96085]: pgmap v12552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:24.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:24.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:25.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:25.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:26.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:25 smithi098 ceph-mon[112578]: pgmap v12553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:25 smithi016 ceph-mon[96085]: pgmap v12553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:26.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:26.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:26 smithi098 ceph-mon[112578]: pgmap v12554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:26 smithi016 ceph-mon[96085]: pgmap v12554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:27.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:27.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:28.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:28.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:39:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:39:29.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:29.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:29 smithi098 ceph-mon[112578]: pgmap v12555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:29.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:29 smithi016 ceph-mon[96085]: pgmap v12555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:30.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:30.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:31.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:31.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:32.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:31 smithi098 ceph-mon[112578]: pgmap v12556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:31 smithi016 ceph-mon[96085]: pgmap v12556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:32.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:32.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:33.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:33.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:34.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:33 smithi098 ceph-mon[112578]: pgmap v12557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:34.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:33 smithi016 ceph-mon[96085]: pgmap v12557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:34.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:34.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:35.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:35.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:35 smithi098 ceph-mon[112578]: pgmap v12558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:36.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:35 smithi016 ceph-mon[96085]: pgmap v12558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:36.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:36.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:37.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:36 smithi098 ceph-mon[112578]: pgmap v12559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:37.334 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:36 smithi016 ceph-mon[96085]: pgmap v12559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:37.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:37.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:38.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:38.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:39.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:39.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:39 smithi098 ceph-mon[112578]: pgmap v12560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:39 smithi016 ceph-mon[96085]: pgmap v12560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:40.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:40.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:41.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:41.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:41 smithi098 ceph-mon[112578]: pgmap v12561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:41 smithi016 ceph-mon[96085]: pgmap v12561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:42.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:42.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:39:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:39:43.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:43.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:43 smithi098 ceph-mon[112578]: pgmap v12562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:39:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:43 smithi016 ceph-mon[96085]: pgmap v12562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:39:44.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:44.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:45.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:45.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:46.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:45 smithi098 ceph-mon[112578]: pgmap v12563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:46.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:45 smithi016 ceph-mon[96085]: pgmap v12563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:46.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:46.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:47.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:47.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:48.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:47 smithi098 ceph-mon[112578]: pgmap v12564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:48.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:39:48.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:39:48.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:39:48.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:39:48.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:39:48.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:39:48.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:39:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:47 smithi016 ceph-mon[96085]: pgmap v12564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:39:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:39:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:39:48.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:39:48.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:39:48.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:39:48.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:39:48.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:48.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:49.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:49.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:49.923 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:49 smithi016 ceph-mon[96085]: pgmap v12565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:49 smithi098 ceph-mon[112578]: pgmap v12565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:50.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:50.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:51.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:51.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:52.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:51 smithi098 ceph-mon[112578]: pgmap v12566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:51 smithi016 ceph-mon[96085]: pgmap v12566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:52.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:52.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:53.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:53.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:53 smithi098 ceph-mon[112578]: pgmap v12567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:53 smithi016 ceph-mon[96085]: pgmap v12567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:54.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:54.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:55.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:55.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:56.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:55 smithi098 ceph-mon[112578]: pgmap v12568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:55 smithi016 ceph-mon[96085]: pgmap v12568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:56.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:56.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:56 smithi098 ceph-mon[112578]: pgmap v12569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:56 smithi016 ceph-mon[96085]: pgmap v12569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:57.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:57.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:39:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:39:58.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:58.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:39:59 smithi098 ceph-mon[112578]: pgmap v12570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:39:59 smithi016 ceph-mon[96085]: pgmap v12570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:59.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:39:59.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T03:40:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T03:40:00.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:00.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:01 smithi098 ceph-mon[112578]: pgmap v12571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:01 smithi016 ceph-mon[96085]: pgmap v12571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:01.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:01.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:02.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:02.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:03.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:03.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:03.894 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:03 smithi098 ceph-mon[112578]: pgmap v12572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:03 smithi016 ceph-mon[96085]: pgmap v12572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:04.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:04.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:05.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:05.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:06.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:05 smithi098 ceph-mon[112578]: pgmap v12573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:05 smithi016 ceph-mon[96085]: pgmap v12573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:06.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:06.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:07.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:06 smithi098 ceph-mon[112578]: pgmap v12574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:06 smithi016 ceph-mon[96085]: pgmap v12574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:07.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:07.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:08.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:08.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:09.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:09.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:10.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:09 smithi098 ceph-mon[112578]: pgmap v12575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:10.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:09 smithi016 ceph-mon[96085]: pgmap v12575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:10.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:10.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:11.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:11.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:12.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:11 smithi098 ceph-mon[112578]: pgmap v12576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:12.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:11 smithi016 ceph-mon[96085]: pgmap v12576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:12.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:12.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:13.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:13.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:13.997 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:13 smithi098 ceph-mon[112578]: pgmap v12577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:13.998 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:40:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:13 smithi016 ceph-mon[96085]: pgmap v12577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:40:14.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:14.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:15.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:15.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:15 smithi098 ceph-mon[112578]: pgmap v12578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:15 smithi016 ceph-mon[96085]: pgmap v12578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:16.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:16.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:17.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:16 smithi098 ceph-mon[112578]: pgmap v12579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:16 smithi016 ceph-mon[96085]: pgmap v12579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:17.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:17.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:18.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:18.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:19.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:19.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:20.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:19 smithi098 ceph-mon[112578]: pgmap v12580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:20.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:19 smithi016 ceph-mon[96085]: pgmap v12580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:20.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:20.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:21.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:21.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:22.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:21 smithi098 ceph-mon[112578]: pgmap v12581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:21 smithi016 ceph-mon[96085]: pgmap v12581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:22.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:22.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:23.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:23.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:24.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:23 smithi098 ceph-mon[112578]: pgmap v12582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:23 smithi016 ceph-mon[96085]: pgmap v12582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:24.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:24.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:25.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:25.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:26.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:25 smithi098 ceph-mon[112578]: pgmap v12583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:26.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:25 smithi016 ceph-mon[96085]: pgmap v12583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:26.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:26.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:26 smithi098 ceph-mon[112578]: pgmap v12584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:26 smithi016 ceph-mon[96085]: pgmap v12584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:27.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:27.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:40:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:40:28.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:28.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:29 smithi098 ceph-mon[112578]: pgmap v12585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:29 smithi016 ceph-mon[96085]: pgmap v12585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:29.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:29.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:30.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:30.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:31.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:31.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:32.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:31 smithi098 ceph-mon[112578]: pgmap v12586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:32.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:31 smithi016 ceph-mon[96085]: pgmap v12586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:32.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:32.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:33.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:33.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:33 smithi098 ceph-mon[112578]: pgmap v12587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:33 smithi016 ceph-mon[96085]: pgmap v12587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:34.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:34.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:35.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:35.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:35 smithi016 ceph-mon[96085]: pgmap v12588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:36.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:35 smithi098 ceph-mon[112578]: pgmap v12588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:36.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:36.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:37.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:36 smithi098 ceph-mon[112578]: pgmap v12589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:36 smithi016 ceph-mon[96085]: pgmap v12589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:37.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:37.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:38.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:38.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:39.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:39.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:39 smithi098 ceph-mon[112578]: pgmap v12590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:39 smithi016 ceph-mon[96085]: pgmap v12590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:40.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:40.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:41.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:41.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:41 smithi098 ceph-mon[112578]: pgmap v12591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:41 smithi016 ceph-mon[96085]: pgmap v12591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:42.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:42.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:43.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:43.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:43 smithi098 ceph-mon[112578]: pgmap v12592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:40:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:43 smithi016 ceph-mon[96085]: pgmap v12592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:40:44.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:44.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:44 smithi098 ceph-mon[112578]: pgmap v12593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:44 smithi016 ceph-mon[96085]: pgmap v12593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:45.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:45.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:46.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:46.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:46 smithi098 ceph-mon[112578]: pgmap v12594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:46 smithi016 ceph-mon[96085]: pgmap v12594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:47.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:47.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:48.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:40:48.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:40:48.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:40:48.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:40:48.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:40:48.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:40:48.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:40:48.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:40:48.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:40:48.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:40:48.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:40:48.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:40:48.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:48.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:48 smithi098 ceph-mon[112578]: pgmap v12595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:48 smithi016 ceph-mon[96085]: pgmap v12595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:49.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:49.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:50.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:50.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:51.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:51.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:52.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:51 smithi098 ceph-mon[112578]: pgmap v12596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:52.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:51 smithi016 ceph-mon[96085]: pgmap v12596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:52.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:52.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:53.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:53.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:53 smithi098 ceph-mon[112578]: pgmap v12597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:54.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:53 smithi016 ceph-mon[96085]: pgmap v12597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:54.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:54.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:54 smithi098 ceph-mon[112578]: pgmap v12598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:54 smithi016 ceph-mon[96085]: pgmap v12598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:55.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:55.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:56.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:56.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:56 smithi098 ceph-mon[112578]: pgmap v12599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:56 smithi016 ceph-mon[96085]: pgmap v12599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:57.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:57.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:40:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:40:58.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:58.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:59.463 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:40:59 smithi098 ceph-mon[112578]: pgmap v12600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:40:59 smithi016 ceph-mon[96085]: pgmap v12600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:59.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:40:59.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:00.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:00.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:01.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:01.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:01 smithi098 ceph-mon[112578]: pgmap v12601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:01 smithi016 ceph-mon[96085]: pgmap v12601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:02.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:02.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:03.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:03.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:03 smithi098 ceph-mon[112578]: pgmap v12602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:03 smithi016 ceph-mon[96085]: pgmap v12602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:04.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:04.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:04 smithi098 ceph-mon[112578]: pgmap v12603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:04 smithi016 ceph-mon[96085]: pgmap v12603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:05.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:05.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:06.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:06.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:07.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:06 smithi098 ceph-mon[112578]: pgmap v12604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:06 smithi016 ceph-mon[96085]: pgmap v12604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:07.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:07.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:08.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:08.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:09.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:09.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:09 smithi098 ceph-mon[112578]: pgmap v12605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:10.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:09 smithi016 ceph-mon[96085]: pgmap v12605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:10.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:10.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:10 smithi098 ceph-mon[112578]: pgmap v12606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:10 smithi016 ceph-mon[96085]: pgmap v12606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:11.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:11.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:12.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:12.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:13.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:13.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:13 smithi098 ceph-mon[112578]: pgmap v12607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:41:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:13 smithi016 ceph-mon[96085]: pgmap v12607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:41:14.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:14.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:14 smithi098 ceph-mon[112578]: pgmap v12608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:14 smithi016 ceph-mon[96085]: pgmap v12608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:15.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:15.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:16.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:16.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:17.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:16 smithi098 ceph-mon[112578]: pgmap v12609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:16 smithi016 ceph-mon[96085]: pgmap v12609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:17.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:17.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:18.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:18.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:19.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:19.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:20.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:19 smithi098 ceph-mon[112578]: pgmap v12610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:19 smithi016 ceph-mon[96085]: pgmap v12610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:20.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:20.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:20.961 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:20 smithi016 ceph-mon[96085]: pgmap v12611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:20 smithi098 ceph-mon[112578]: pgmap v12611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:21.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:21.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:22.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:22.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:22 smithi098 ceph-mon[112578]: pgmap v12612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:22 smithi016 ceph-mon[96085]: pgmap v12612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:23.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:23.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:24.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:24.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:24 smithi098 ceph-mon[112578]: pgmap v12613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:24 smithi016 ceph-mon[96085]: pgmap v12613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:25.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:25.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:26.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:26.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:26 smithi098 ceph-mon[112578]: pgmap v12614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:26 smithi016 ceph-mon[96085]: pgmap v12614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:27.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:27.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:41:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:41:28.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:28.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:29 smithi098 ceph-mon[112578]: pgmap v12615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:29 smithi016 ceph-mon[96085]: pgmap v12615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:29.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:29.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:30.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:30.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:30 smithi098 ceph-mon[112578]: pgmap v12616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:30 smithi016 ceph-mon[96085]: pgmap v12616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:31.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:31.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:32.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:32.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:32 smithi098 ceph-mon[112578]: pgmap v12617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:32 smithi016 ceph-mon[96085]: pgmap v12617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:33.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:33.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:34.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:34.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:34 smithi098 ceph-mon[112578]: pgmap v12618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:34 smithi016 ceph-mon[96085]: pgmap v12618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:35.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:35.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:36.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:36.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:36 smithi098 ceph-mon[112578]: pgmap v12619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:36 smithi016 ceph-mon[96085]: pgmap v12619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:37.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:37.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:38.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:38.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:38 smithi098 ceph-mon[112578]: pgmap v12620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:38 smithi016 ceph-mon[96085]: pgmap v12620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:39.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:39.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:40.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:40.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:40 smithi098 ceph-mon[112578]: pgmap v12621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:40 smithi016 ceph-mon[96085]: pgmap v12621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:41.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:41.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:42.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:42.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:42 smithi098 ceph-mon[112578]: pgmap v12622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:42 smithi016 ceph-mon[96085]: pgmap v12622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:43.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:43.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:41:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:41:44.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:44.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:44 smithi098 ceph-mon[112578]: pgmap v12623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:44 smithi016 ceph-mon[96085]: pgmap v12623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:45.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:45.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:46.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:46.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:46 smithi098 ceph-mon[112578]: pgmap v12624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:46 smithi016 ceph-mon[96085]: pgmap v12624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:47.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:47.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:41:48.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:41:48.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:48.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:41:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:41:49.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:49 smithi098 ceph-mon[112578]: pgmap v12625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:49.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:41:49.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:41:49.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:41:49.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:41:49.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:41:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:41:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:41:49.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:49 smithi016 ceph-mon[96085]: pgmap v12625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:49.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:41:49.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:41:49.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:41:49.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:41:49.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:41:49.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:49.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:50.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:50.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:50 smithi098 ceph-mon[112578]: pgmap v12626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:50 smithi016 ceph-mon[96085]: pgmap v12626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:51.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:51.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:52.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:52.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:52 smithi098 ceph-mon[112578]: pgmap v12627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:52 smithi016 ceph-mon[96085]: pgmap v12627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:53.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:53.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:54.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:54.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:54 smithi098 ceph-mon[112578]: pgmap v12628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:54 smithi016 ceph-mon[96085]: pgmap v12628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:55.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:55.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:56.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:56.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:56 smithi098 ceph-mon[112578]: pgmap v12629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:57.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:56 smithi016 ceph-mon[96085]: pgmap v12629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:57.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:57.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:41:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:41:58.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:58.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:41:59 smithi098 ceph-mon[112578]: pgmap v12630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:41:59 smithi016 ceph-mon[96085]: pgmap v12630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:59.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:41:59.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:00.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:00.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:00 smithi098 ceph-mon[112578]: pgmap v12631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:00 smithi016 ceph-mon[96085]: pgmap v12631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:01.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:01.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:02.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:02.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:02 smithi098 ceph-mon[112578]: pgmap v12632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:02 smithi016 ceph-mon[96085]: pgmap v12632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:03.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:03.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:04.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:04.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:04 smithi098 ceph-mon[112578]: pgmap v12633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:04 smithi016 ceph-mon[96085]: pgmap v12633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:05.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:05.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:06.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:06.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:06 smithi098 ceph-mon[112578]: pgmap v12634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:06 smithi016 ceph-mon[96085]: pgmap v12634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:07.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:07.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:08.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:08.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:08 smithi098 ceph-mon[112578]: pgmap v12635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:08 smithi016 ceph-mon[96085]: pgmap v12635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:09.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:09.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:10.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:10.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:10 smithi098 ceph-mon[112578]: pgmap v12636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:10 smithi016 ceph-mon[96085]: pgmap v12636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:11.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:11.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:12.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:12.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:12 smithi098 ceph-mon[112578]: pgmap v12637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:12 smithi016 ceph-mon[96085]: pgmap v12637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:13.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:13.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:42:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:42:14.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:14.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:14 smithi098 ceph-mon[112578]: pgmap v12638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:14 smithi016 ceph-mon[96085]: pgmap v12638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:15.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:15.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:16.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:16.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:16 smithi098 ceph-mon[112578]: pgmap v12639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:16 smithi016 ceph-mon[96085]: pgmap v12639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:17.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:17.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:18.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:18.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:18 smithi098 ceph-mon[112578]: pgmap v12640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:18 smithi016 ceph-mon[96085]: pgmap v12640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:19.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:19.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:20.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:20.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:20 smithi098 ceph-mon[112578]: pgmap v12641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:20 smithi016 ceph-mon[96085]: pgmap v12641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:21.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:21.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:22.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:22.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:22 smithi098 ceph-mon[112578]: pgmap v12642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:22 smithi016 ceph-mon[96085]: pgmap v12642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:23.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:23.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:24.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:24.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:24 smithi098 ceph-mon[112578]: pgmap v12643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:24 smithi016 ceph-mon[96085]: pgmap v12643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:25.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:25.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:26.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:26.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:26 smithi016 ceph-mon[96085]: pgmap v12644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:26 smithi098 ceph-mon[112578]: pgmap v12644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:27.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:27.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:42:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:42:28.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:28.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:29 smithi098 ceph-mon[112578]: pgmap v12645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:29 smithi016 ceph-mon[96085]: pgmap v12645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:29.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:29.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:30.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:30.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:30 smithi098 ceph-mon[112578]: pgmap v12646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:30 smithi016 ceph-mon[96085]: pgmap v12646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:31.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:31.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:32.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:32.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:32 smithi098 ceph-mon[112578]: pgmap v12647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:32 smithi016 ceph-mon[96085]: pgmap v12647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:33.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:33.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:34.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:34.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:34 smithi098 ceph-mon[112578]: pgmap v12648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:34 smithi016 ceph-mon[96085]: pgmap v12648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:35.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:35.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:36.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:36.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:37.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:36 smithi098 ceph-mon[112578]: pgmap v12649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:37.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:36 smithi016 ceph-mon[96085]: pgmap v12649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:37.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:37.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:38.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:38.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:38 smithi098 ceph-mon[112578]: pgmap v12650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:38 smithi016 ceph-mon[96085]: pgmap v12650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:39.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:39.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:40 smithi098 ceph-mon[112578]: pgmap v12651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:40.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:40.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:40 smithi016 ceph-mon[96085]: pgmap v12651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:41.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:41.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:42.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:42.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:42 smithi098 ceph-mon[112578]: pgmap v12652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:42 smithi016 ceph-mon[96085]: pgmap v12652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:43.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:43.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:42:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:42:44.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:44.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:44 smithi098 ceph-mon[112578]: pgmap v12653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:44 smithi016 ceph-mon[96085]: pgmap v12653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:45.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:45.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:46.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:46.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:46 smithi098 ceph-mon[112578]: pgmap v12654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:46 smithi016 ceph-mon[96085]: pgmap v12654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:47.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:47.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:48.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:48.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:48 smithi098 ceph-mon[112578]: pgmap v12655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:48 smithi016 ceph-mon[96085]: pgmap v12655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:49.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:49.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:42:50.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:42:50.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:42:50.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:42:50.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:42:50.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:42:50.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:42:50.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:42:50.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:42:50.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:42:50.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:42:50.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:42:50.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:50.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:50 smithi098 ceph-mon[112578]: pgmap v12656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:50 smithi016 ceph-mon[96085]: pgmap v12656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:51.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:51.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:52.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:52.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:52 smithi098 ceph-mon[112578]: pgmap v12657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:52 smithi016 ceph-mon[96085]: pgmap v12657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:53.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:53.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:54.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:54.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:54 smithi098 ceph-mon[112578]: pgmap v12658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:54 smithi016 ceph-mon[96085]: pgmap v12658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:55.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:55.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:56.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:56.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:56 smithi098 ceph-mon[112578]: pgmap v12659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:57.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:56 smithi016 ceph-mon[96085]: pgmap v12659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:57.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:57.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:42:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:42:58.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:58.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:42:59 smithi098 ceph-mon[112578]: pgmap v12660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:42:59 smithi016 ceph-mon[96085]: pgmap v12660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:59.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:42:59.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:00.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:00.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:00 smithi098 ceph-mon[112578]: pgmap v12661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:00 smithi016 ceph-mon[96085]: pgmap v12661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:01.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:01.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:02.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:02.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:02 smithi098 ceph-mon[112578]: pgmap v12662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:02 smithi016 ceph-mon[96085]: pgmap v12662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:03.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:03.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:04.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:04.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:04 smithi098 ceph-mon[112578]: pgmap v12663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:04 smithi016 ceph-mon[96085]: pgmap v12663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:05.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:05.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:06.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:06.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:07.172 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:06 smithi016 ceph-mon[96085]: pgmap v12664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:07.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:06 smithi098 ceph-mon[112578]: pgmap v12664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:07.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:07.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:08.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:08.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:08 smithi098 ceph-mon[112578]: pgmap v12665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:08 smithi016 ceph-mon[96085]: pgmap v12665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:09.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:09.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:10.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:10.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:10 smithi098 ceph-mon[112578]: pgmap v12666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:10 smithi016 ceph-mon[96085]: pgmap v12666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:11.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:11.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:12.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:12.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:12 smithi098 ceph-mon[112578]: pgmap v12667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:12 smithi016 ceph-mon[96085]: pgmap v12667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:13.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:13.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:43:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:43:14.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:14.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:14 smithi098 ceph-mon[112578]: pgmap v12668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:14 smithi016 ceph-mon[96085]: pgmap v12668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:15.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:15.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:16.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:16.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:17.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:16 smithi098 ceph-mon[112578]: pgmap v12669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:16 smithi016 ceph-mon[96085]: pgmap v12669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:17.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:17.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:18.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:18.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:18 smithi098 ceph-mon[112578]: pgmap v12670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:18 smithi016 ceph-mon[96085]: pgmap v12670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:19.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:19.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:20.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:20.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:20 smithi098 ceph-mon[112578]: pgmap v12671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:20 smithi016 ceph-mon[96085]: pgmap v12671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:21.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:21.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:22.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:22.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:22 smithi098 ceph-mon[112578]: pgmap v12672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:22 smithi016 ceph-mon[96085]: pgmap v12672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:23.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:23.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:24.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:24.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:24 smithi098 ceph-mon[112578]: pgmap v12673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:24 smithi016 ceph-mon[96085]: pgmap v12673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:25.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:25.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:26.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:26.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:26 smithi098 ceph-mon[112578]: pgmap v12674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:26 smithi016 ceph-mon[96085]: pgmap v12674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:27.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:27.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:43:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:43:28.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:28.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:29 smithi098 ceph-mon[112578]: pgmap v12675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:29 smithi016 ceph-mon[96085]: pgmap v12675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:29.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:29.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:30.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:30.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:30 smithi098 ceph-mon[112578]: pgmap v12676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:30 smithi016 ceph-mon[96085]: pgmap v12676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:31.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:31.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:32 smithi016 ceph-mon[96085]: pgmap v12677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:32.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:32.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:32 smithi098 ceph-mon[112578]: pgmap v12677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:33.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:33.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:34.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:34.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:34 smithi098 ceph-mon[112578]: pgmap v12678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:34 smithi016 ceph-mon[96085]: pgmap v12678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:35.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:35.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:36.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:36.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:37.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:36 smithi098 ceph-mon[112578]: pgmap v12679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:37.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:36 smithi016 ceph-mon[96085]: pgmap v12679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:37.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:37.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:38.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:38.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:38 smithi098 ceph-mon[112578]: pgmap v12680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:38 smithi016 ceph-mon[96085]: pgmap v12680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:39.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:39.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:40.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:40.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:41.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:40 smithi098 ceph-mon[112578]: pgmap v12681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:40 smithi016 ceph-mon[96085]: pgmap v12681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:41.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:41.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:42.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:42.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:42 smithi098 ceph-mon[112578]: pgmap v12682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:42 smithi016 ceph-mon[96085]: pgmap v12682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:43.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:43.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:43:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:43:44.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:44.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:44 smithi098 ceph-mon[112578]: pgmap v12683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:44 smithi016 ceph-mon[96085]: pgmap v12683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:45.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:45.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:46.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:46.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:46 smithi098 ceph-mon[112578]: pgmap v12684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:46 smithi016 ceph-mon[96085]: pgmap v12684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:47.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:47.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:48.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:48.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:48 smithi098 ceph-mon[112578]: pgmap v12685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:48 smithi016 ceph-mon[96085]: pgmap v12685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:49.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:49.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:43:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:43:50.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:50.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:43:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:43:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:43:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:43:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:43:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:43:51.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:43:51.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:50 smithi016 ceph-mon[96085]: pgmap v12686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:51.249 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:43:51.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:43:51.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:43:51.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:43:51.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:43:51.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:43:51.251 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:43:51.251 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:50 smithi098 ceph-mon[112578]: pgmap v12686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:51.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:51.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:52.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:52.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:52 smithi098 ceph-mon[112578]: pgmap v12687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:52 smithi016 ceph-mon[96085]: pgmap v12687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:53.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:53.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:54.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:54.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:54 smithi098 ceph-mon[112578]: pgmap v12688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:54 smithi016 ceph-mon[96085]: pgmap v12688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:55.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:55.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:56.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:56.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:56 smithi098 ceph-mon[112578]: pgmap v12689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:57.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:56 smithi016 ceph-mon[96085]: pgmap v12689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:57.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:57.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:43:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:43:58.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:58.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:43:59 smithi098 ceph-mon[112578]: pgmap v12690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:43:59 smithi016 ceph-mon[96085]: pgmap v12690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:59.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:43:59.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:00.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:00.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:00 smithi098 ceph-mon[112578]: pgmap v12691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:00 smithi016 ceph-mon[96085]: pgmap v12691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:01 smithi016 conmon[96061]: 2023-10-17T03:44:01.364+0000 7facfcfc4700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-10-17T03:44:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:01 smithi016 conmon[96061]: 2023-10-17T03:44:01.364+0000 7facfcfc4700 -1 mon.smithi016@0(leader) e2 *** Got Signal Hangup *** 2023-10-17T03:44:01.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:01.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:02.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:02.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:02 smithi098 ceph-mon[112578]: pgmap v12692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:02 smithi016 ceph-mon[96085]: pgmap v12692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:03.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:03.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:04.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:04.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:04 smithi098 ceph-mon[112578]: pgmap v12693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:04 smithi016 ceph-mon[96085]: pgmap v12693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:05.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:05.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:06.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:06.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:06 smithi016 ceph-mon[96085]: pgmap v12694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:07.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:06 smithi098 ceph-mon[112578]: pgmap v12694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:07.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:07.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:08.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:08.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:08 smithi098 ceph-mon[112578]: pgmap v12695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:08 smithi016 ceph-mon[96085]: pgmap v12695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:09.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:09.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:10.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:10.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:10 smithi098 ceph-mon[112578]: pgmap v12696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:10 smithi016 ceph-mon[96085]: pgmap v12696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:11.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:11.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:12.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:12.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:12 smithi098 ceph-mon[112578]: pgmap v12697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:12 smithi016 ceph-mon[96085]: pgmap v12697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:13.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:13.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:44:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:44:14.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:14.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:14 smithi098 ceph-mon[112578]: pgmap v12698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:14 smithi016 ceph-mon[96085]: pgmap v12698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:15.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:15.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:16.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:16.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:17.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:16 smithi098 ceph-mon[112578]: pgmap v12699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:16 smithi016 ceph-mon[96085]: pgmap v12699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:17.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:17.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:18.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:18.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:18 smithi098 ceph-mon[112578]: pgmap v12700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:18 smithi016 ceph-mon[96085]: pgmap v12700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:19.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:19.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:20.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:20.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:20 smithi098 ceph-mon[112578]: pgmap v12701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:20 smithi016 ceph-mon[96085]: pgmap v12701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:21.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:21.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:22.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:22.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:22 smithi098 ceph-mon[112578]: pgmap v12702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:22 smithi016 ceph-mon[96085]: pgmap v12702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:23.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:23.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:24.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:24.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:24 smithi098 ceph-mon[112578]: pgmap v12703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:24 smithi016 ceph-mon[96085]: pgmap v12703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:25.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:25.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:26.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:26.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:26 smithi098 ceph-mon[112578]: pgmap v12704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:26 smithi016 ceph-mon[96085]: pgmap v12704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:27.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:27.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:44:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:44:28.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:28.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:29 smithi098 ceph-mon[112578]: pgmap v12705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:29 smithi016 ceph-mon[96085]: pgmap v12705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:29.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:29.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:30.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:30.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:30 smithi098 ceph-mon[112578]: pgmap v12706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:30 smithi016 ceph-mon[96085]: pgmap v12706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:31.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:31.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:32.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:32.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:32 smithi098 ceph-mon[112578]: pgmap v12707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:32 smithi016 ceph-mon[96085]: pgmap v12707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:33.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:33.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:34.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:34.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:34 smithi098 ceph-mon[112578]: pgmap v12708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:34 smithi016 ceph-mon[96085]: pgmap v12708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:35.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:35.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:36.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:36.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:36 smithi098 ceph-mon[112578]: pgmap v12709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:36 smithi016 ceph-mon[96085]: pgmap v12709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:37.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:37.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:38.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:38.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:38 smithi098 ceph-mon[112578]: pgmap v12710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:38 smithi016 ceph-mon[96085]: pgmap v12710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:39.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:40.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:41.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:41.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:40 smithi098 ceph-mon[112578]: pgmap v12711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:40 smithi016 ceph-mon[96085]: pgmap v12711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:42.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:42.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:43.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:43.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:42 smithi098 ceph-mon[112578]: pgmap v12712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:42 smithi016 ceph-mon[96085]: pgmap v12712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:44.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:44.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:44:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:44:45.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:45.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:44 smithi098 ceph-mon[112578]: pgmap v12713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:44 smithi016 ceph-mon[96085]: pgmap v12713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:46.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:46.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:47.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:47.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:46 smithi098 ceph-mon[112578]: pgmap v12714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:46 smithi016 ceph-mon[96085]: pgmap v12714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:48.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:48.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:49.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:49.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:48 smithi098 ceph-mon[112578]: pgmap v12715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:48 smithi016 ceph-mon[96085]: pgmap v12715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:50.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:50.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:44:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:44:51.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:51.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:51.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:51 smithi098 ceph-mon[112578]: pgmap v12716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:51.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:44:51.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:44:51.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:44:51.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:44:51.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:44:51.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:51 smithi016 ceph-mon[96085]: pgmap v12716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:44:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:44:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:44:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:44:51.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:44:52.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:52.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:52 smithi098 ceph-mon[112578]: pgmap v12717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:53.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:53.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:52 smithi016 ceph-mon[96085]: pgmap v12717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:54.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:54.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:54 smithi098 ceph-mon[112578]: pgmap v12718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:55.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:55.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:54 smithi016 ceph-mon[96085]: pgmap v12718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:56.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:56.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:57.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:57.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:56 smithi098 ceph-mon[112578]: pgmap v12719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:56 smithi016 ceph-mon[96085]: pgmap v12719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:58.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:58.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:58.453 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:44:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:44:59.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:44:59.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:44:59 smithi098 ceph-mon[112578]: pgmap v12720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:44:59 smithi016 ceph-mon[96085]: pgmap v12720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:00.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:00.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:00 smithi098 ceph-mon[112578]: pgmap v12721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:01.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:01.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:00 smithi016 ceph-mon[96085]: pgmap v12721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:02.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:02.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:02 smithi098 ceph-mon[112578]: pgmap v12722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:03.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:03.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:02 smithi016 ceph-mon[96085]: pgmap v12722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:04.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:04.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:04 smithi098 ceph-mon[112578]: pgmap v12723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:05.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:05.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:04 smithi016 ceph-mon[96085]: pgmap v12723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:06.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:06.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:07.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:07.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:06 smithi098 ceph-mon[112578]: pgmap v12724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:06 smithi016 ceph-mon[96085]: pgmap v12724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:08.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:08.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:08 smithi098 ceph-mon[112578]: pgmap v12725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:08 smithi016 ceph-mon[96085]: pgmap v12725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:09.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:09.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:10.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:10.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:10 smithi098 ceph-mon[112578]: pgmap v12726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:10 smithi016 ceph-mon[96085]: pgmap v12726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:11.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:11.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:12.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:12.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:12 smithi098 ceph-mon[112578]: pgmap v12727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:12 smithi016 ceph-mon[96085]: pgmap v12727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:13.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:13.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:45:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:45:14.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:14.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:14 smithi098 ceph-mon[112578]: pgmap v12728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:14 smithi016 ceph-mon[96085]: pgmap v12728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:15.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:15.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:16.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:16.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:17.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:17.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:17.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:16 smithi098 ceph-mon[112578]: pgmap v12729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:16 smithi016 ceph-mon[96085]: pgmap v12729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:18.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:18.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:18 smithi098 ceph-mon[112578]: pgmap v12730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:18 smithi016 ceph-mon[96085]: pgmap v12730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:19.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:19.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:20.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:20.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:20 smithi098 ceph-mon[112578]: pgmap v12731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:20 smithi016 ceph-mon[96085]: pgmap v12731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:21.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:21.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:22.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:22.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:22 smithi098 ceph-mon[112578]: pgmap v12732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:22 smithi016 ceph-mon[96085]: pgmap v12732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:23.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:23.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:24.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:24.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:24 smithi098 ceph-mon[112578]: pgmap v12733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:24 smithi016 ceph-mon[96085]: pgmap v12733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:25.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:25.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:26.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:26.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:27.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:27.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:27.250 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:26 smithi098 ceph-mon[112578]: pgmap v12734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:26 smithi016 ceph-mon[96085]: pgmap v12734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:28.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:28.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:45:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:45:29.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:29.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:29 smithi098 ceph-mon[112578]: pgmap v12735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:29 smithi016 ceph-mon[96085]: pgmap v12735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:30.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:30.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:30 smithi098 ceph-mon[112578]: pgmap v12736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:30 smithi016 ceph-mon[96085]: pgmap v12736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:31.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:31.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:32.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:32.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:32 smithi098 ceph-mon[112578]: pgmap v12737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:32 smithi016 ceph-mon[96085]: pgmap v12737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:33.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:33.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:34.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:34.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:34 smithi098 ceph-mon[112578]: pgmap v12738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:34 smithi016 ceph-mon[96085]: pgmap v12738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:35.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:35.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:36.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:36.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:37.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:37.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:36 smithi098 ceph-mon[112578]: pgmap v12739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:37.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:36 smithi016 ceph-mon[96085]: pgmap v12739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:38.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:38.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:38 smithi098 ceph-mon[112578]: pgmap v12740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:38 smithi016 ceph-mon[96085]: pgmap v12740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:39.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:39.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:40.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:40.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:41.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:40 smithi098 ceph-mon[112578]: pgmap v12741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:40 smithi016 ceph-mon[96085]: pgmap v12741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:41.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:41.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:42.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:42.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:42 smithi098 ceph-mon[112578]: pgmap v12742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:42 smithi016 ceph-mon[96085]: pgmap v12742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:43.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:43.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:45:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:45:44.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:44.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:44 smithi098 ceph-mon[112578]: pgmap v12743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:44 smithi016 ceph-mon[96085]: pgmap v12743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:45.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:45.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:46.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:46.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:47.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:47.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:46 smithi098 ceph-mon[112578]: pgmap v12744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:46 smithi016 ceph-mon[96085]: pgmap v12744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:48.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:48.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:48 smithi098 ceph-mon[112578]: pgmap v12745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:49.025 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:48 smithi016 ceph-mon[96085]: pgmap v12745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:49.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:49.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:50.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:50.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:50 smithi098 ceph-mon[112578]: pgmap v12746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:50 smithi016 ceph-mon[96085]: pgmap v12746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:51.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:51.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:52.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:52.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:45:52.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:45:52.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:45:52.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:45:52.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:45:52.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:51 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1547M 2023-10-17T03:45:52.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:45:52.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:45:52.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:45:52.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:45:52.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:45:52.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:45:52.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:45:52.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:45:52.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:45:52.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:45:52.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:45:52.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:51 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1547M 2023-10-17T03:45:52.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:45:52.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:45:52.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:45:52.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:45:52.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:45:52.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:45:53.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:53.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:52 smithi098 ceph-mon[112578]: pgmap v12747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:52 smithi016 ceph-mon[96085]: pgmap v12747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:54.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:54.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:54 smithi098 ceph-mon[112578]: pgmap v12748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:55.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:54 smithi016 ceph-mon[96085]: pgmap v12748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:55.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:55.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:56.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:56.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:57.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:57.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:56 smithi098 ceph-mon[112578]: pgmap v12749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:57.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:56 smithi016 ceph-mon[96085]: pgmap v12749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:58.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:58.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:45:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:45:59.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:45:59.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:45:59 smithi098 ceph-mon[112578]: pgmap v12750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:45:59 smithi016 ceph-mon[96085]: pgmap v12750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:00.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:00.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:00 smithi098 ceph-mon[112578]: pgmap v12751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:00 smithi016 ceph-mon[96085]: pgmap v12751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:01.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:01.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:02.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:02.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:02 smithi098 ceph-mon[112578]: pgmap v12752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:02 smithi016 ceph-mon[96085]: pgmap v12752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:03.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:03.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:04.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:04.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:04 smithi098 ceph-mon[112578]: pgmap v12753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:04 smithi016 ceph-mon[96085]: pgmap v12753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:05.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:05.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:06.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:06.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:07.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:07.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:06 smithi098 ceph-mon[112578]: pgmap v12754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:06 smithi016 ceph-mon[96085]: pgmap v12754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:08.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:08.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:08 smithi098 ceph-mon[112578]: pgmap v12755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:08 smithi016 ceph-mon[96085]: pgmap v12755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:09.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:09.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:10.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:10.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:10 smithi098 ceph-mon[112578]: pgmap v12756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:10 smithi016 ceph-mon[96085]: pgmap v12756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:11.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:11.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:12.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:12.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:12 smithi098 ceph-mon[112578]: pgmap v12757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:12 smithi016 ceph-mon[96085]: pgmap v12757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:13.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:13.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:46:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:46:14.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:14.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:14 smithi098 ceph-mon[112578]: pgmap v12758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:14 smithi016 ceph-mon[96085]: pgmap v12758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:15.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:15.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:16.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:16.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:17.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:17.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:16 smithi098 ceph-mon[112578]: pgmap v12759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:16 smithi016 ceph-mon[96085]: pgmap v12759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:18.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:18.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:18 smithi098 ceph-mon[112578]: pgmap v12760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:18 smithi016 ceph-mon[96085]: pgmap v12760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:19.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:19.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:20.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:20.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:20 smithi098 ceph-mon[112578]: pgmap v12761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:20 smithi016 ceph-mon[96085]: pgmap v12761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:21.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:21.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:22.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:22.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:22 smithi098 ceph-mon[112578]: pgmap v12762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:22 smithi016 ceph-mon[96085]: pgmap v12762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:23.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:23.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:24.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:24.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:24 smithi098 ceph-mon[112578]: pgmap v12763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:24 smithi016 ceph-mon[96085]: pgmap v12763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:25.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:25.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:26.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:26.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:27.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:27.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:26 smithi098 ceph-mon[112578]: pgmap v12764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:26 smithi016 ceph-mon[96085]: pgmap v12764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:28.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:28.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:46:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:46:29.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:29.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:29.487 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:29 smithi016 ceph-mon[96085]: pgmap v12765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:29 smithi098 ceph-mon[112578]: pgmap v12765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:30.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:30.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:30 smithi098 ceph-mon[112578]: pgmap v12766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:30 smithi016 ceph-mon[96085]: pgmap v12766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:31.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:31.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:32.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:32.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:32 smithi098 ceph-mon[112578]: pgmap v12767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:32 smithi016 ceph-mon[96085]: pgmap v12767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:33.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:33.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:34.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:34.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:34 smithi098 ceph-mon[112578]: pgmap v12768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:34 smithi016 ceph-mon[96085]: pgmap v12768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:35.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:35.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:36.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:36.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:37.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:37.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:36 smithi098 ceph-mon[112578]: pgmap v12769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:37.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:36 smithi016 ceph-mon[96085]: pgmap v12769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:38.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:38.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:38 smithi098 ceph-mon[112578]: pgmap v12770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:38 smithi016 ceph-mon[96085]: pgmap v12770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:39.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:39.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:40.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:40.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:40 smithi098 ceph-mon[112578]: pgmap v12771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:40 smithi016 ceph-mon[96085]: pgmap v12771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:41.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:41.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:42.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:42.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:42 smithi098 ceph-mon[112578]: pgmap v12772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:42 smithi016 ceph-mon[96085]: pgmap v12772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:43.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:43.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:46:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:46:44.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:44.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:44 smithi098 ceph-mon[112578]: pgmap v12773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:44 smithi016 ceph-mon[96085]: pgmap v12773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:45.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:45.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:46.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:46.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:47.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:47.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:46 smithi098 ceph-mon[112578]: pgmap v12774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:46 smithi016 ceph-mon[96085]: pgmap v12774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:48.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:48.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:48 smithi098 ceph-mon[112578]: pgmap v12775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:48 smithi016 ceph-mon[96085]: pgmap v12775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:49.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:49.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:50.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:50.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:50 smithi098 ceph-mon[112578]: pgmap v12776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:50 smithi016 ceph-mon[96085]: pgmap v12776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:51.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:51.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:52.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:52.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:46:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:46:53.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:53.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:53.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:46:53.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:46:53.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:46:53.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:46:53.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:46:53.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:52 smithi098 ceph-mon[112578]: pgmap v12777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:46:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:46:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:46:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:46:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:46:53.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:52 smithi016 ceph-mon[96085]: pgmap v12777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:54.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:54.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:54 smithi098 ceph-mon[112578]: pgmap v12778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:54 smithi016 ceph-mon[96085]: pgmap v12778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:55.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:55.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:56.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:56.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:57.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:57.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:56 smithi098 ceph-mon[112578]: pgmap v12779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:57.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:56 smithi016 ceph-mon[96085]: pgmap v12779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:58.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:58.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:46:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:46:59.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:46:59.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:46:59 smithi098 ceph-mon[112578]: pgmap v12780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:46:59 smithi016 ceph-mon[96085]: pgmap v12780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:00.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:00.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:00 smithi098 ceph-mon[112578]: pgmap v12781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:00 smithi016 ceph-mon[96085]: pgmap v12781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:01.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:01.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:02.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:02.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:02 smithi098 ceph-mon[112578]: pgmap v12782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:02 smithi016 ceph-mon[96085]: pgmap v12782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:03.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:03.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:04.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:04.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:04 smithi098 ceph-mon[112578]: pgmap v12783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:04 smithi016 ceph-mon[96085]: pgmap v12783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:05.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:05.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:06.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:06.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:07.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:07.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:06 smithi098 ceph-mon[112578]: pgmap v12784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:06 smithi016 ceph-mon[96085]: pgmap v12784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:08.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:08.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:08 smithi098 ceph-mon[112578]: pgmap v12785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:08 smithi016 ceph-mon[96085]: pgmap v12785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:09.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:09.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:10.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:10.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:10 smithi098 ceph-mon[112578]: pgmap v12786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:10 smithi016 ceph-mon[96085]: pgmap v12786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:11.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:11.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:12.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:12.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:13.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:13.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:13 smithi098 ceph-mon[112578]: pgmap v12787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:47:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:13 smithi016 ceph-mon[96085]: pgmap v12787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:47:14.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:14.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:15.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:15.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:16.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:15 smithi098 ceph-mon[112578]: pgmap v12788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:15 smithi016 ceph-mon[96085]: pgmap v12788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:16.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:16.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:17.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:17.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:18.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:18.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:17 smithi098 ceph-mon[112578]: pgmap v12789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:18.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:17 smithi016 ceph-mon[96085]: pgmap v12789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:19.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:19.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:20.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:20.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:20.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:19 smithi098 ceph-mon[112578]: pgmap v12790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:19 smithi016 ceph-mon[96085]: pgmap v12790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:21.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:21.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:22.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:22.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:22.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:21 smithi098 ceph-mon[112578]: pgmap v12791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:21 smithi016 ceph-mon[96085]: pgmap v12791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:23.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:23.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:24.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:23 smithi098 ceph-mon[112578]: pgmap v12792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:24.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:24.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:24.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:23 smithi016 ceph-mon[96085]: pgmap v12792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:25.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:25.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:25 smithi098 ceph-mon[112578]: pgmap v12793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:26.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:26.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:25 smithi016 ceph-mon[96085]: pgmap v12793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:27.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:27.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:27 smithi098 ceph-mon[112578]: pgmap v12794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:28.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:28.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:27 smithi016 ceph-mon[96085]: pgmap v12794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:47:29.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:29.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:47:30.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:29 smithi098 ceph-mon[112578]: pgmap v12795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:30.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:30.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:29 smithi016 ceph-mon[96085]: pgmap v12795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:31.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:31.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:32.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:31 smithi098 ceph-mon[112578]: pgmap v12796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:32.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:32.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:31 smithi016 ceph-mon[96085]: pgmap v12796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:33.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:33.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:33 smithi098 ceph-mon[112578]: pgmap v12797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:33 smithi016 ceph-mon[96085]: pgmap v12797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:34.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:34.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:35.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:35.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:35 smithi098 ceph-mon[112578]: pgmap v12798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:35 smithi016 ceph-mon[96085]: pgmap v12798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:36.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:36.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:37.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:37.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:38.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:37 smithi098 ceph-mon[112578]: pgmap v12799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:38.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:37 smithi016 ceph-mon[96085]: pgmap v12799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:38.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:38.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:39.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:39.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:39 smithi098 ceph-mon[112578]: pgmap v12800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:39 smithi016 ceph-mon[96085]: pgmap v12800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:40.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:40.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:41.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:41.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:42.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:41 smithi098 ceph-mon[112578]: pgmap v12801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:42.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:41 smithi016 ceph-mon[96085]: pgmap v12801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:42.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:42.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:43.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:43.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:44.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:43 smithi098 ceph-mon[112578]: pgmap v12802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:44.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:47:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:43 smithi016 ceph-mon[96085]: pgmap v12802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:47:44.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:44.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:45.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:45.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:45 smithi098 ceph-mon[112578]: pgmap v12803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:45 smithi016 ceph-mon[96085]: pgmap v12803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:46.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:46.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:47.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:47.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:48.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:47 smithi098 ceph-mon[112578]: pgmap v12804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:48.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:47 smithi016 ceph-mon[96085]: pgmap v12804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:48.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:48.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:49.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:49.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:49 smithi098 ceph-mon[112578]: pgmap v12805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:49 smithi016 ceph-mon[96085]: pgmap v12805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:50.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:50.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:51.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:51.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:52 smithi098 ceph-mon[112578]: pgmap v12806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:51 smithi016 ceph-mon[96085]: pgmap v12806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:52.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:52.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:47:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:47:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:47:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:47:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:47:53.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:47:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:47:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:47:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:47:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:47:53.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:47:53.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:47:53.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:53.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:54 smithi098 ceph-mon[112578]: pgmap v12807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:54 smithi016 ceph-mon[96085]: pgmap v12807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:54.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:54.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:55.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:55.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:56.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:56 smithi098 ceph-mon[112578]: pgmap v12808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:56 smithi016 ceph-mon[96085]: pgmap v12808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:56.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:56.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:57.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:57.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:58 smithi098 ceph-mon[112578]: pgmap v12809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:58.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:58 smithi016 ceph-mon[96085]: pgmap v12809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:58.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:58.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:47:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:47:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:47:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:47:59.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:47:59.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:00.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:00 smithi016 ceph-mon[96085]: pgmap v12810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:00.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:00.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:00 smithi098 ceph-mon[112578]: pgmap v12810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:01.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:01.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:02.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:02 smithi016 ceph-mon[96085]: pgmap v12811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:02.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:02.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:02 smithi098 ceph-mon[112578]: pgmap v12811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:03.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:03.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:04 smithi098 ceph-mon[112578]: pgmap v12812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:04 smithi016 ceph-mon[96085]: pgmap v12812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:04.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:04.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:05.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:05.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:06.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:06 smithi016 ceph-mon[96085]: pgmap v12813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:06.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:06.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:06 smithi098 ceph-mon[112578]: pgmap v12813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:07.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:07.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:08.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:08.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:08 smithi098 ceph-mon[112578]: pgmap v12814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:08 smithi016 ceph-mon[96085]: pgmap v12814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:09.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:09.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:10.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:10.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:10 smithi098 ceph-mon[112578]: pgmap v12815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:10 smithi016 ceph-mon[96085]: pgmap v12815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:11.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:11.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:12.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:12.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:12 smithi098 ceph-mon[112578]: pgmap v12816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:12 smithi016 ceph-mon[96085]: pgmap v12816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:13.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:13.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:14 smithi098 ceph-mon[112578]: pgmap v12817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:48:14.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:14.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:14 smithi016 ceph-mon[96085]: pgmap v12817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:48:15.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:15.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:16.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:16.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:16 smithi098 ceph-mon[112578]: pgmap v12818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:16 smithi016 ceph-mon[96085]: pgmap v12818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:17.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:17.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:18.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:18.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:18 smithi098 ceph-mon[112578]: pgmap v12819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:18 smithi016 ceph-mon[96085]: pgmap v12819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:19.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:19.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:20.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:20.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:20.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:20 smithi098 ceph-mon[112578]: pgmap v12820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:20.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:20 smithi016 ceph-mon[96085]: pgmap v12820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:21.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:21.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:22.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:22.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:22 smithi098 ceph-mon[112578]: pgmap v12821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:22 smithi016 ceph-mon[96085]: pgmap v12821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:23.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:23.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:24.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:24.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:24 smithi098 ceph-mon[112578]: pgmap v12822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:24 smithi016 ceph-mon[96085]: pgmap v12822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:25.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:25.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:26 smithi016 ceph-mon[96085]: pgmap v12823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:26.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:26.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:26 smithi098 ceph-mon[112578]: pgmap v12823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:27.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:27.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:28.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:28.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:28 smithi098 ceph-mon[112578]: pgmap v12824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:28 smithi016 ceph-mon[96085]: pgmap v12824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:29.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:29.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:48:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:48:30.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:30.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:30 smithi098 ceph-mon[112578]: pgmap v12825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:30.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:30 smithi016 ceph-mon[96085]: pgmap v12825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:31.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:31.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:32.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:32.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:32 smithi098 ceph-mon[112578]: pgmap v12826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:32 smithi016 ceph-mon[96085]: pgmap v12826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:33.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:33.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:34.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:34.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:34 smithi098 ceph-mon[112578]: pgmap v12827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:34 smithi016 ceph-mon[96085]: pgmap v12827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:35.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:35.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:36.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:36 smithi016 ceph-mon[96085]: pgmap v12828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:36.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:36.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:36 smithi098 ceph-mon[112578]: pgmap v12828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:37.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:37.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:38.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:38.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:38 smithi098 ceph-mon[112578]: pgmap v12829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:38 smithi016 ceph-mon[96085]: pgmap v12829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:39.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:39.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:40.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:40.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:40 smithi098 ceph-mon[112578]: pgmap v12830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:40.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:40 smithi016 ceph-mon[96085]: pgmap v12830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:41.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:41.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:42.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:42.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:42.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:42 smithi098 ceph-mon[112578]: pgmap v12831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:42 smithi016 ceph-mon[96085]: pgmap v12831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:43.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:43.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:44.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:44.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:44 smithi098 ceph-mon[112578]: pgmap v12832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:48:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:44 smithi016 ceph-mon[96085]: pgmap v12832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:48:45.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:45.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:46.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:46.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:46 smithi098 ceph-mon[112578]: pgmap v12833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:46 smithi016 ceph-mon[96085]: pgmap v12833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:47.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:47.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:48.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:48.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:48 smithi098 ceph-mon[112578]: pgmap v12834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:48 smithi016 ceph-mon[96085]: pgmap v12834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:49.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:49.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:50.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:50.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:50 smithi098 ceph-mon[112578]: pgmap v12835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:50 smithi016 ceph-mon[96085]: pgmap v12835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:51.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:51.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:52.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:52.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:52 smithi098 ceph-mon[112578]: pgmap v12836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:52 smithi016 ceph-mon[96085]: pgmap v12836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:53.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:53.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:54.417 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:54 smithi098 ceph-mon[112578]: pgmap v12837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:54.418 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:48:54.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:54.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:54 smithi016 ceph-mon[96085]: pgmap v12837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:48:55.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:55.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:56.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:56.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:56 smithi098 ceph-mon[112578]: pgmap v12838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:48:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:48:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:56 smithi016 ceph-mon[96085]: pgmap v12838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:48:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:48:57.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:57.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:57.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:48:57.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:48:57.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:48:57.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:48:57.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:48:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:48:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:48:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:48:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:48:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:48:58.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:58.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:58 smithi098 ceph-mon[112578]: pgmap v12839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:48:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:48:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:58 smithi016 ceph-mon[96085]: pgmap v12839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:48:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:48:59.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:48:59.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:00.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:00.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:00 smithi098 ceph-mon[112578]: pgmap v12840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:00 smithi016 ceph-mon[96085]: pgmap v12840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:01.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:01.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:02.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:02.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:02 smithi098 ceph-mon[112578]: pgmap v12841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:02 smithi016 ceph-mon[96085]: pgmap v12841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:03.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:03.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:04.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:04.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:04 smithi098 ceph-mon[112578]: pgmap v12842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:04 smithi016 ceph-mon[96085]: pgmap v12842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:05.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:05.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:06.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:06.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:06 smithi016 ceph-mon[96085]: pgmap v12843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:06 smithi098 ceph-mon[112578]: pgmap v12843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:07.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:07.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:08.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:08.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:08 smithi098 ceph-mon[112578]: pgmap v12844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:08 smithi016 ceph-mon[96085]: pgmap v12844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:09.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:09.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:10.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:10.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:10 smithi098 ceph-mon[112578]: pgmap v12845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:10 smithi016 ceph-mon[96085]: pgmap v12845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:11.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:11.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:12.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:12.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:12 smithi098 ceph-mon[112578]: pgmap v12846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:12 smithi016 ceph-mon[96085]: pgmap v12846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:13.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:13.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:49:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:49:14.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:14.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:14 smithi098 ceph-mon[112578]: pgmap v12847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:14 smithi016 ceph-mon[96085]: pgmap v12847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:15.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:15.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:16.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:16.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:16 smithi098 ceph-mon[112578]: pgmap v12848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:16 smithi016 ceph-mon[96085]: pgmap v12848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:17.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:17.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:18.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:18.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:18 smithi098 ceph-mon[112578]: pgmap v12849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:18 smithi016 ceph-mon[96085]: pgmap v12849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:19.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:19.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:20.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:20.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:20 smithi098 ceph-mon[112578]: pgmap v12850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:20 smithi016 ceph-mon[96085]: pgmap v12850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:21.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:21.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:22.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:22.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:22 smithi098 ceph-mon[112578]: pgmap v12851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:22 smithi016 ceph-mon[96085]: pgmap v12851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:23.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:23.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:24.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:24.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:24.730 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:24 smithi098 ceph-mon[112578]: pgmap v12852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:24 smithi016 ceph-mon[96085]: pgmap v12852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:25.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:25.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:26.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:26.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:26 smithi098 ceph-mon[112578]: pgmap v12853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:26 smithi016 ceph-mon[96085]: pgmap v12853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:27.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:27.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:28.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:28.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:28 smithi098 ceph-mon[112578]: pgmap v12854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:49:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:28 smithi016 ceph-mon[96085]: pgmap v12854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:49:29.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:29.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:30.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:30.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:30 smithi098 ceph-mon[112578]: pgmap v12855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:30 smithi016 ceph-mon[96085]: pgmap v12855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:31.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:31.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:32.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:32.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:32 smithi098 ceph-mon[112578]: pgmap v12856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:32 smithi016 ceph-mon[96085]: pgmap v12856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:33.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:33.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:34.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:34.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:34 smithi098 ceph-mon[112578]: pgmap v12857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:34 smithi016 ceph-mon[96085]: pgmap v12857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:35.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:35.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:36.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:36.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:36 smithi098 ceph-mon[112578]: pgmap v12858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:36 smithi016 ceph-mon[96085]: pgmap v12858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:37.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:37.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:38.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:38.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:38 smithi098 ceph-mon[112578]: pgmap v12859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:38 smithi016 ceph-mon[96085]: pgmap v12859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:39.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:39.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:40.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:40.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:40 smithi098 ceph-mon[112578]: pgmap v12860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:40 smithi016 ceph-mon[96085]: pgmap v12860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:41.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:41.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:42.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:42.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:42 smithi098 ceph-mon[112578]: pgmap v12861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:42 smithi016 ceph-mon[96085]: pgmap v12861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:43.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:43.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:49:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:49:44.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:44.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:44 smithi098 ceph-mon[112578]: pgmap v12862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:44 smithi016 ceph-mon[96085]: pgmap v12862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:45.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:45.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:46.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:46.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:46.740 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:46 smithi016 ceph-mon[96085]: pgmap v12863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:46 smithi098 ceph-mon[112578]: pgmap v12863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:47.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:47.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:48.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:48.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:48.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:48 smithi098 ceph-mon[112578]: pgmap v12864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:48 smithi016 ceph-mon[96085]: pgmap v12864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:49.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:49.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:50.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:50.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:50 smithi098 ceph-mon[112578]: pgmap v12865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:50 smithi016 ceph-mon[96085]: pgmap v12865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:51.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:51.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:52.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:52.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:52 smithi098 ceph-mon[112578]: pgmap v12866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:52 smithi016 ceph-mon[96085]: pgmap v12866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:53.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:53.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:54.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:54.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:54 smithi098 ceph-mon[112578]: pgmap v12867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:54 smithi016 ceph-mon[96085]: pgmap v12867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:55.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:55.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:56.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:56.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:56 smithi098 ceph-mon[112578]: pgmap v12868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:56 smithi016 ceph-mon[96085]: pgmap v12868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:57.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:57.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:57.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:49:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:49:58.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:58.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:58 smithi098 ceph-mon[112578]: pgmap v12869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:49:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:49:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:58 smithi016 ceph-mon[96085]: pgmap v12869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:49:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:49:59.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:49:59.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:00.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:00.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:00 smithi098 ceph-mon[112578]: pgmap v12870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T03:50:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:00 smithi016 ceph-mon[96085]: pgmap v12870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T03:50:01.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:01.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:02 smithi098 ceph-mon[112578]: pgmap v12871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:50:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:50:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:50:02.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:50:02.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:50:02.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:50:02.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:50:02.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:02.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:02 smithi016 ceph-mon[96085]: pgmap v12871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:50:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:50:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:50:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:50:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:50:02.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:50:02.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:50:03.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:03.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:04.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:04 smithi098 ceph-mon[112578]: pgmap v12872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:04 smithi016 ceph-mon[96085]: pgmap v12872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:04.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:04.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:05.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:05.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:06 smithi098 ceph-mon[112578]: pgmap v12873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:06 smithi016 ceph-mon[96085]: pgmap v12873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:06.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:06.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:07.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:07.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:08 smithi098 ceph-mon[112578]: pgmap v12874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:08 smithi016 ceph-mon[96085]: pgmap v12874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:08.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:08.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:09.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:09.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:10.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:10 smithi098 ceph-mon[112578]: pgmap v12875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:10 smithi016 ceph-mon[96085]: pgmap v12875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:10.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:10.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:11.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:11.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:12 smithi098 ceph-mon[112578]: pgmap v12876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:12 smithi016 ceph-mon[96085]: pgmap v12876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:12.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:12.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:50:13.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:50:13.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:13.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:14 smithi098 ceph-mon[112578]: pgmap v12877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:14 smithi016 ceph-mon[96085]: pgmap v12877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:14.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:14.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:15.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:15.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:16 smithi098 ceph-mon[112578]: pgmap v12878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:16 smithi016 ceph-mon[96085]: pgmap v12878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:16.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:16.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:17.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:17.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:18 smithi098 ceph-mon[112578]: pgmap v12879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:18 smithi016 ceph-mon[96085]: pgmap v12879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:18.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:18.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:19.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:19.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:20 smithi098 ceph-mon[112578]: pgmap v12880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:20.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:20 smithi016 ceph-mon[96085]: pgmap v12880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:20.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:20.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:21.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:21.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:22 smithi098 ceph-mon[112578]: pgmap v12881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:22 smithi016 ceph-mon[96085]: pgmap v12881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:22.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:22.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:23.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:23.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:24.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:24 smithi098 ceph-mon[112578]: pgmap v12882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:24 smithi016 ceph-mon[96085]: pgmap v12882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:24.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:24.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:25.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:25.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:26 smithi098 ceph-mon[112578]: pgmap v12883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:26 smithi016 ceph-mon[96085]: pgmap v12883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:26.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:26.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:27.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:27.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:28 smithi098 ceph-mon[112578]: pgmap v12884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:50:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:28 smithi016 ceph-mon[96085]: pgmap v12884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:50:28.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:28.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:29.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:29.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:30.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:30 smithi098 ceph-mon[112578]: pgmap v12885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:30.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:30 smithi016 ceph-mon[96085]: pgmap v12885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:30.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:30.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:31.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:31.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:32 smithi098 ceph-mon[112578]: pgmap v12886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:32.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:32 smithi016 ceph-mon[96085]: pgmap v12886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:32.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:32.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:33.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:33.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:34 smithi098 ceph-mon[112578]: pgmap v12887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:34 smithi016 ceph-mon[96085]: pgmap v12887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:34.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:34.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:35.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:35.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:36 smithi016 ceph-mon[96085]: pgmap v12888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:36.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:36.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:36 smithi098 ceph-mon[112578]: pgmap v12888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:37.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:37.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:38 smithi016 ceph-mon[96085]: pgmap v12889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:38.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:38.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:38 smithi098 ceph-mon[112578]: pgmap v12889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:39.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:39.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:40.530 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:40 smithi098 ceph-mon[112578]: pgmap v12890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:40 smithi016 ceph-mon[96085]: pgmap v12890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:40.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:40.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:41.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:41.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:42 smithi016 ceph-mon[96085]: pgmap v12891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:42.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:42.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:42 smithi098 ceph-mon[112578]: pgmap v12891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:50:43.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:43.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:50:44.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:44.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:44 smithi098 ceph-mon[112578]: pgmap v12892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:44 smithi016 ceph-mon[96085]: pgmap v12892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:45.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:45.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:46.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:46.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:46 smithi098 ceph-mon[112578]: pgmap v12893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:46 smithi016 ceph-mon[96085]: pgmap v12893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:47.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:47.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:48.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:48.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:48.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:48 smithi098 ceph-mon[112578]: pgmap v12894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:48.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:48 smithi016 ceph-mon[96085]: pgmap v12894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:49.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:49.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:50.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:50.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:50.633 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:50 smithi098 ceph-mon[112578]: pgmap v12895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:50 smithi016 ceph-mon[96085]: pgmap v12895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:51.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:51.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:52.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:52.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:52 smithi098 ceph-mon[112578]: pgmap v12896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:52 smithi016 ceph-mon[96085]: pgmap v12896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:53.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:53.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:54.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:54.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:54 smithi098 ceph-mon[112578]: pgmap v12897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:54 smithi016 ceph-mon[96085]: pgmap v12897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:55.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:55.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:56.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:56.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:56 smithi098 ceph-mon[112578]: pgmap v12898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:56 smithi016 ceph-mon[96085]: pgmap v12898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:57.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:57.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:58.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:58.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:58 smithi098 ceph-mon[112578]: pgmap v12899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:50:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:50:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:58 smithi016 ceph-mon[96085]: pgmap v12899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:50:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:50:59.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:50:59.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:00.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:00.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:00.739 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:00 smithi098 ceph-mon[112578]: pgmap v12900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:00 smithi016 ceph-mon[96085]: pgmap v12900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:01.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:01.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:02.614 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:02 smithi016 ceph-mon[96085]: pgmap v12901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:02.614 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:51:02.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:02.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:02 smithi098 ceph-mon[112578]: pgmap v12901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:51:03.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:03.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:51:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:51:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:51:03.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:51:03.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:51:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:51:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:51:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:51:03.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:51:03.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:51:04.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:04.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:04 smithi098 ceph-mon[112578]: pgmap v12902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:04 smithi016 ceph-mon[96085]: pgmap v12902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:05.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:05.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:06.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:06.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:06 smithi098 ceph-mon[112578]: pgmap v12903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:06 smithi016 ceph-mon[96085]: pgmap v12903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:07.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:07.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:08.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:08.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:08.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:08 smithi098 ceph-mon[112578]: pgmap v12904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:08 smithi016 ceph-mon[96085]: pgmap v12904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:09.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:09.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:10.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:10.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:10 smithi098 ceph-mon[112578]: pgmap v12905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:10 smithi016 ceph-mon[96085]: pgmap v12905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:11.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:11.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:12.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:12.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:12.726 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:12 smithi016 ceph-mon[96085]: pgmap v12906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:12 smithi098 ceph-mon[112578]: pgmap v12906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:13.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:13.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:51:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:51:14.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:14.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:14 smithi098 ceph-mon[112578]: pgmap v12907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:14 smithi016 ceph-mon[96085]: pgmap v12907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:15.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:15.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:16 smithi016 ceph-mon[96085]: pgmap v12908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:16.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:16.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:16 smithi098 ceph-mon[112578]: pgmap v12908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:17.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:17.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:18.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:18.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:18 smithi098 ceph-mon[112578]: pgmap v12909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:18 smithi016 ceph-mon[96085]: pgmap v12909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:19.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:19.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:20.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:20.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:20 smithi098 ceph-mon[112578]: pgmap v12910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:20 smithi016 ceph-mon[96085]: pgmap v12910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:21.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:21.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:22.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:22.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:22 smithi098 ceph-mon[112578]: pgmap v12911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:22 smithi016 ceph-mon[96085]: pgmap v12911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:23.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:23.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:24.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:24.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:24 smithi098 ceph-mon[112578]: pgmap v12912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:24 smithi016 ceph-mon[96085]: pgmap v12912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:25.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:25.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:26.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:26.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:26 smithi098 ceph-mon[112578]: pgmap v12913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:26 smithi016 ceph-mon[96085]: pgmap v12913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:27.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:27.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:28.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:28.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:28 smithi098 ceph-mon[112578]: pgmap v12914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:51:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:28 smithi016 ceph-mon[96085]: pgmap v12914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:51:29.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:29.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:30.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:30.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:30 smithi098 ceph-mon[112578]: pgmap v12915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:30 smithi016 ceph-mon[96085]: pgmap v12915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:31.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:31.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:32.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:32.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:32 smithi098 ceph-mon[112578]: pgmap v12916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:32 smithi016 ceph-mon[96085]: pgmap v12916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:33.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:33.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:34.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:34.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:34 smithi098 ceph-mon[112578]: pgmap v12917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:34 smithi016 ceph-mon[96085]: pgmap v12917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:35.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:35.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:36.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:36.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:36 smithi098 ceph-mon[112578]: pgmap v12918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:36 smithi016 ceph-mon[96085]: pgmap v12918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:37.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:37.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:38.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:38.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:38 smithi098 ceph-mon[112578]: pgmap v12919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:38 smithi016 ceph-mon[96085]: pgmap v12919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:39.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:39.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:40.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:40.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:40.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:40 smithi098 ceph-mon[112578]: pgmap v12920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:40 smithi016 ceph-mon[96085]: pgmap v12920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:41.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:41.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:42.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:42.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:42 smithi098 ceph-mon[112578]: pgmap v12921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:42 smithi016 ceph-mon[96085]: pgmap v12921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:43.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:43.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:51:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:51:44.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:44.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:44 smithi098 ceph-mon[112578]: pgmap v12922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:44 smithi016 ceph-mon[96085]: pgmap v12922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:45.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:45.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:46 smithi098 ceph-mon[112578]: pgmap v12923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:46.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:46.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:46 smithi016 ceph-mon[96085]: pgmap v12923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:47.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:47.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:48.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:48.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:48 smithi098 ceph-mon[112578]: pgmap v12924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:48 smithi016 ceph-mon[96085]: pgmap v12924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:49.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:49.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:50.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:50.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:50 smithi098 ceph-mon[112578]: pgmap v12925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:50 smithi016 ceph-mon[96085]: pgmap v12925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:51.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:51.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:52.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:52.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:52.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:52 smithi098 ceph-mon[112578]: pgmap v12926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:52 smithi016 ceph-mon[96085]: pgmap v12926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:53.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:53.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:54.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:54.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:54.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:54 smithi098 ceph-mon[112578]: pgmap v12927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:54 smithi016 ceph-mon[96085]: pgmap v12927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:55.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:55.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:56.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:56.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:56.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:56 smithi098 ceph-mon[112578]: pgmap v12928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:56 smithi016 ceph-mon[96085]: pgmap v12928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:57.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:57.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:58 smithi016 ceph-mon[96085]: pgmap v12929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:51:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:51:58.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:58.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:58 smithi098 ceph-mon[112578]: pgmap v12929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:51:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:51:59.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:51:59.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:00.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:00.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:00 smithi098 ceph-mon[112578]: pgmap v12930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:00 smithi016 ceph-mon[96085]: pgmap v12930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:01.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:01.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:02.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:02.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:02 smithi098 ceph-mon[112578]: pgmap v12931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:02 smithi016 ceph-mon[96085]: pgmap v12931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:03.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:03.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:52:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:52:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:52:03.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:52:03.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:52:03.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:52:03.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:52:03.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:52:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:52:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:52:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:52:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:52:03.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:52:03.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:52:03.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:52:03.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:52:04.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:04.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:04 smithi098 ceph-mon[112578]: pgmap v12932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:04 smithi016 ceph-mon[96085]: pgmap v12932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:05.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:05.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:06.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:06.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:06 smithi098 ceph-mon[112578]: pgmap v12933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:06 smithi016 ceph-mon[96085]: pgmap v12933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:07.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:07.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:08.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:08.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:08 smithi098 ceph-mon[112578]: pgmap v12934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:08 smithi016 ceph-mon[96085]: pgmap v12934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:09.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:09.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:10.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:10.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:10 smithi098 ceph-mon[112578]: pgmap v12935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:10 smithi016 ceph-mon[96085]: pgmap v12935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:11.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:11.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:12.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:12.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:12 smithi098 ceph-mon[112578]: pgmap v12936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:12 smithi016 ceph-mon[96085]: pgmap v12936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:13.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:13.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:52:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:52:14.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:14.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:14 smithi098 ceph-mon[112578]: pgmap v12937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:14 smithi016 ceph-mon[96085]: pgmap v12937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:15.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:15.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:16.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:16.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:16 smithi098 ceph-mon[112578]: pgmap v12938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:16 smithi016 ceph-mon[96085]: pgmap v12938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:17.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:17.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:18.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:18.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:18 smithi098 ceph-mon[112578]: pgmap v12939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:18 smithi016 ceph-mon[96085]: pgmap v12939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:19.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:19.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:20.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:20.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:20 smithi098 ceph-mon[112578]: pgmap v12940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:20 smithi016 ceph-mon[96085]: pgmap v12940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:21.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:21.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:22 smithi098 ceph-mon[112578]: pgmap v12941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:22.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:22.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:22 smithi016 ceph-mon[96085]: pgmap v12941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:23.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:23.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:24 smithi098 ceph-mon[112578]: pgmap v12942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:24.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:24.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:24 smithi016 ceph-mon[96085]: pgmap v12942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:25.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:25.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:26 smithi098 ceph-mon[112578]: pgmap v12943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:26.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:26.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:26 smithi016 ceph-mon[96085]: pgmap v12943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:27.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:27.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:28 smithi098 ceph-mon[112578]: pgmap v12944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:52:28.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:28.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:28 smithi016 ceph-mon[96085]: pgmap v12944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:52:29.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:29.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:30 smithi098 ceph-mon[112578]: pgmap v12945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:30.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:30.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:30 smithi016 ceph-mon[96085]: pgmap v12945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:31.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:31.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:32 smithi098 ceph-mon[112578]: pgmap v12946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:32 smithi016 ceph-mon[96085]: pgmap v12946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:32.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:32.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:33.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:33.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:34 smithi098 ceph-mon[112578]: pgmap v12947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:34 smithi016 ceph-mon[96085]: pgmap v12947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:34.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:34.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:35.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:35.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:36.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:36 smithi098 ceph-mon[112578]: pgmap v12948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:36 smithi016 ceph-mon[96085]: pgmap v12948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:36.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:36.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:37.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:37.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:38 smithi098 ceph-mon[112578]: pgmap v12949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:38 smithi016 ceph-mon[96085]: pgmap v12949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:38.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:38.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:39.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:39.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:40 smithi098 ceph-mon[112578]: pgmap v12950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:40 smithi016 ceph-mon[96085]: pgmap v12950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:40.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:40.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:41.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:41.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:42 smithi098 ceph-mon[112578]: pgmap v12951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:42 smithi016 ceph-mon[96085]: pgmap v12951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:42.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:42.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:52:43.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:43.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:52:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:44 smithi016 ceph-mon[96085]: pgmap v12952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:44.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:44.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:44 smithi098 ceph-mon[112578]: pgmap v12952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:45.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:45.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:46 smithi016 ceph-mon[96085]: pgmap v12953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:46.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:46.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:46.848 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:46 smithi098 ceph-mon[112578]: pgmap v12953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:47.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:47.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:48 smithi016 ceph-mon[96085]: pgmap v12954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:48.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:48.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:48 smithi098 ceph-mon[112578]: pgmap v12954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:49.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:49.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:50 smithi016 ceph-mon[96085]: pgmap v12955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:50.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:50.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:50 smithi098 ceph-mon[112578]: pgmap v12955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:51.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:51.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:52.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:52.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:53.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:52 smithi098 ceph-mon[112578]: pgmap v12956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:52 smithi016 ceph-mon[96085]: pgmap v12956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:53.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:53.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:54.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:54.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:54 smithi098 ceph-mon[112578]: pgmap v12957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:54 smithi016 ceph-mon[96085]: pgmap v12957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:55.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:55.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:56.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:56.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:56.954 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:56 smithi098 ceph-mon[112578]: pgmap v12958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:56 smithi016 ceph-mon[96085]: pgmap v12958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:57.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:57.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:58.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:58.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:58.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:58 smithi016 ceph-mon[96085]: pgmap v12959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:58.949 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:52:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:52:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:58 smithi098 ceph-mon[112578]: pgmap v12959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:52:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:52:59.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:52:59.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:00.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:00.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:00 smithi098 ceph-mon[112578]: pgmap v12960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:00 smithi016 ceph-mon[96085]: pgmap v12960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:01.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:01.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:02.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:02.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:02 smithi098 ceph-mon[112578]: pgmap v12961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:02 smithi016 ceph-mon[96085]: pgmap v12961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:03.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:03.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:04.005 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:53:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:53:04.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:04.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:04 smithi098 ceph-mon[112578]: pgmap v12962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:53:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:53:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:53:05.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:53:05.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:53:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:04 smithi016 ceph-mon[96085]: pgmap v12962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:53:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:53:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:53:05.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:53:05.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:53:05.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:05.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:06.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:06.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:06 smithi098 ceph-mon[112578]: pgmap v12963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:06 smithi016 ceph-mon[96085]: pgmap v12963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:07.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:07.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:08.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:08.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:08 smithi098 ceph-mon[112578]: pgmap v12964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:08 smithi016 ceph-mon[96085]: pgmap v12964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:09.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:09.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:10.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:10.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:10 smithi098 ceph-mon[112578]: pgmap v12965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:10 smithi016 ceph-mon[96085]: pgmap v12965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:11.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:11.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:12.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:12.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:12 smithi098 ceph-mon[112578]: pgmap v12966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:12 smithi016 ceph-mon[96085]: pgmap v12966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:13.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:13.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:53:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:53:14.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:14.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:14 smithi098 ceph-mon[112578]: pgmap v12967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:14 smithi016 ceph-mon[96085]: pgmap v12967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:15.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:15.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:16.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:16.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:16 smithi098 ceph-mon[112578]: pgmap v12968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:16 smithi016 ceph-mon[96085]: pgmap v12968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:17.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:17.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:18.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:18.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:18 smithi098 ceph-mon[112578]: pgmap v12969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:18 smithi016 ceph-mon[96085]: pgmap v12969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:19.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:19.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:20.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:20.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:20 smithi098 ceph-mon[112578]: pgmap v12970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:20 smithi016 ceph-mon[96085]: pgmap v12970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:21.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:21.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:22.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:22.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:22 smithi098 ceph-mon[112578]: pgmap v12971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:22 smithi016 ceph-mon[96085]: pgmap v12971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:23.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:23.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:24.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:24.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:24 smithi098 ceph-mon[112578]: pgmap v12972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:24 smithi016 ceph-mon[96085]: pgmap v12972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:25.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:25.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:26.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:26.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:26 smithi098 ceph-mon[112578]: pgmap v12973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:26 smithi016 ceph-mon[96085]: pgmap v12973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:27.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:27.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:28.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:28.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:28 smithi098 ceph-mon[112578]: pgmap v12974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:53:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:28 smithi016 ceph-mon[96085]: pgmap v12974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:53:29.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:29.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:30.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:30.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:30 smithi098 ceph-mon[112578]: pgmap v12975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:30 smithi016 ceph-mon[96085]: pgmap v12975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:31.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:31.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:32.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:32.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:32 smithi098 ceph-mon[112578]: pgmap v12976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:32 smithi016 ceph-mon[96085]: pgmap v12976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:33.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:33.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:34.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:34.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:34 smithi098 ceph-mon[112578]: pgmap v12977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:34 smithi016 ceph-mon[96085]: pgmap v12977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:35.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:35.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:36.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:36.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:36 smithi098 ceph-mon[112578]: pgmap v12978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:36 smithi016 ceph-mon[96085]: pgmap v12978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:37.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:37.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:38.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:38.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:38 smithi098 ceph-mon[112578]: pgmap v12979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:38 smithi016 ceph-mon[96085]: pgmap v12979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:39.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:39.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:40.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:40.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:40 smithi098 ceph-mon[112578]: pgmap v12980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:40 smithi016 ceph-mon[96085]: pgmap v12980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:41.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:41.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:42.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:42 smithi098 ceph-mon[112578]: pgmap v12981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:42.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:42.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:42 smithi016 ceph-mon[96085]: pgmap v12981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:43.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:43.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:53:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:53:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:44 smithi016 ceph-mon[96085]: pgmap v12982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:44.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:44.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:44 smithi098 ceph-mon[112578]: pgmap v12982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:45.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:45.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:46.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:46.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:46 smithi098 ceph-mon[112578]: pgmap v12983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:46 smithi016 ceph-mon[96085]: pgmap v12983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:47.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:47.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:48.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:48.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:48 smithi098 ceph-mon[112578]: pgmap v12984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:48 smithi016 ceph-mon[96085]: pgmap v12984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:49.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:49.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:50.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:50.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:50 smithi098 ceph-mon[112578]: pgmap v12985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:50 smithi016 ceph-mon[96085]: pgmap v12985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:51.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:51.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:52.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:52.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:52 smithi098 ceph-mon[112578]: pgmap v12986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:52 smithi016 ceph-mon[96085]: pgmap v12986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:53.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:53.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:54.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:54.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:54 smithi098 ceph-mon[112578]: pgmap v12987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:54 smithi016 ceph-mon[96085]: pgmap v12987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:55.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:55.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:56.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:56.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:56 smithi098 ceph-mon[112578]: pgmap v12988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:56 smithi016 ceph-mon[96085]: pgmap v12988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:57.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:57.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:58.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:58.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:58 smithi098 ceph-mon[112578]: pgmap v12989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:53:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:53:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:58 smithi016 ceph-mon[96085]: pgmap v12989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:53:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:53:59.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:53:59.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:00.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:00.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:00 smithi098 ceph-mon[112578]: pgmap v12990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:00 smithi016 ceph-mon[96085]: pgmap v12990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:01.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:01.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:02.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:02.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:02 smithi098 ceph-mon[112578]: pgmap v12991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:02 smithi016 ceph-mon[96085]: pgmap v12991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:03.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:03.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:04.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:04.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:04 smithi098 ceph-mon[112578]: pgmap v12992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:54:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:54:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:54:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:04 smithi016 ceph-mon[96085]: pgmap v12992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:54:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:54:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:54:05.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:05.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:54:06.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:54:06.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:54:06.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:54:06.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:54:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:54:06.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:54:06.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:54:06.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:54:06.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:54:06.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:06.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:06 smithi098 ceph-mon[112578]: pgmap v12993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:06 smithi016 ceph-mon[96085]: pgmap v12993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:07.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:07.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:08.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:08.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:08 smithi098 ceph-mon[112578]: pgmap v12994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:08 smithi016 ceph-mon[96085]: pgmap v12994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:09.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:09.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:10.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:10.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:10 smithi098 ceph-mon[112578]: pgmap v12995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:10 smithi016 ceph-mon[96085]: pgmap v12995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:11.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:11.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:12.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:12.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:12 smithi098 ceph-mon[112578]: pgmap v12996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:12 smithi016 ceph-mon[96085]: pgmap v12996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:13.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:13.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:54:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:54:14.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:14.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:14 smithi098 ceph-mon[112578]: pgmap v12997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:14 smithi016 ceph-mon[96085]: pgmap v12997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:15.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:15.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:16.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:16.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:16 smithi098 ceph-mon[112578]: pgmap v12998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:16 smithi016 ceph-mon[96085]: pgmap v12998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:17.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:17.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:18.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:18.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:18 smithi098 ceph-mon[112578]: pgmap v12999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:18 smithi016 ceph-mon[96085]: pgmap v12999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:19.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:19.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:20.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:20.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:20 smithi098 ceph-mon[112578]: pgmap v13000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:20 smithi016 ceph-mon[96085]: pgmap v13000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:21.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:21.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:22.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:22.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:22 smithi098 ceph-mon[112578]: pgmap v13001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:22 smithi016 ceph-mon[96085]: pgmap v13001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:23.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:23.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:24.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:24.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:24 smithi098 ceph-mon[112578]: pgmap v13002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:24 smithi016 ceph-mon[96085]: pgmap v13002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:25.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:25.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:26.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:26.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:26 smithi098 ceph-mon[112578]: pgmap v13003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:26 smithi016 ceph-mon[96085]: pgmap v13003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:27.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:27.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:28.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:28.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:28 smithi098 ceph-mon[112578]: pgmap v13004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:54:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:28 smithi016 ceph-mon[96085]: pgmap v13004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:54:29.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:29.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:30.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:30.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:30 smithi098 ceph-mon[112578]: pgmap v13005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:30 smithi016 ceph-mon[96085]: pgmap v13005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:31.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:31.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:32.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:32.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:32 smithi098 ceph-mon[112578]: pgmap v13006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:32 smithi016 ceph-mon[96085]: pgmap v13006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:33.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:33.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:34.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:34.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:34 smithi098 ceph-mon[112578]: pgmap v13007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:34 smithi016 ceph-mon[96085]: pgmap v13007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:35.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:35.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:36.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:36.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:36 smithi098 ceph-mon[112578]: pgmap v13008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:36 smithi016 ceph-mon[96085]: pgmap v13008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:37.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:37.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:38.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:38.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:38 smithi098 ceph-mon[112578]: pgmap v13009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:38 smithi016 ceph-mon[96085]: pgmap v13009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:39.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:39.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:40.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:40.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:40 smithi098 ceph-mon[112578]: pgmap v13010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:40 smithi016 ceph-mon[96085]: pgmap v13010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:42.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:42.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:43.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:43.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:42 smithi098 ceph-mon[112578]: pgmap v13011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:43.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:42 smithi016 ceph-mon[96085]: pgmap v13011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:44.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:44.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:54:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:54:45.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:45.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:44 smithi098 ceph-mon[112578]: pgmap v13012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:44 smithi016 ceph-mon[96085]: pgmap v13012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:46.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:46.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:47.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:47.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:46 smithi098 ceph-mon[112578]: pgmap v13013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:46 smithi016 ceph-mon[96085]: pgmap v13013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:48.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:48.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:49.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:49.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:48 smithi098 ceph-mon[112578]: pgmap v13014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:48 smithi016 ceph-mon[96085]: pgmap v13014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:50.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:50.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:51.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:51.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:50 smithi098 ceph-mon[112578]: pgmap v13015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:50 smithi016 ceph-mon[96085]: pgmap v13015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:52.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:52.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:52 smithi098 ceph-mon[112578]: pgmap v13016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:53.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:53.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:52 smithi016 ceph-mon[96085]: pgmap v13016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:54.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:54.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:54 smithi098 ceph-mon[112578]: pgmap v13017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:55.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:55.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:54 smithi016 ceph-mon[96085]: pgmap v13017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:56.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:56.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:56 smithi098 ceph-mon[112578]: pgmap v13018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:57.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:57.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:56 smithi016 ceph-mon[96085]: pgmap v13018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:58.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:58.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:58 smithi098 ceph-mon[112578]: pgmap v13019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:54:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:54:59.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:54:59.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:58 smithi016 ceph-mon[96085]: pgmap v13019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:54:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:55:00.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:00.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:00 smithi098 ceph-mon[112578]: pgmap v13020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:01.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:00 smithi016 ceph-mon[96085]: pgmap v13020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:01.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:01.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:02.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:02.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:02 smithi098 ceph-mon[112578]: pgmap v13021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:02 smithi016 ceph-mon[96085]: pgmap v13021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:03.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:03.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:04.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:04.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:04 smithi098 ceph-mon[112578]: pgmap v13022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:04 smithi016 ceph-mon[96085]: pgmap v13022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:05.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:05.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:06.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:55:06.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:55:06.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:55:06.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:55:06.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:55:06.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:55:06.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:06.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:06.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:55:06.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:55:06.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:55:06.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:55:06.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:55:06.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:55:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:06 smithi016 ceph-mon[96085]: pgmap v13023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:07.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:07.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:06 smithi098 ceph-mon[112578]: pgmap v13023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:08.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:08.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:08 smithi016 ceph-mon[96085]: pgmap v13024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:09.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:09.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:08 smithi098 ceph-mon[112578]: pgmap v13024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:10.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:10.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:10 smithi016 ceph-mon[96085]: pgmap v13025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:11.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:11.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:10 smithi098 ceph-mon[112578]: pgmap v13025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:12.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:12.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:12 smithi016 ceph-mon[96085]: pgmap v13026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:13.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:13.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:12 smithi098 ceph-mon[112578]: pgmap v13026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:14.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:14.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:13 smithi098 ceph-mon[112578]: pgmap v13027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:55:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:13 smithi016 ceph-mon[96085]: pgmap v13027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:55:15.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:15.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:16.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:16.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:15 smithi098 ceph-mon[112578]: pgmap v13028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:16.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:15 smithi016 ceph-mon[96085]: pgmap v13028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:17.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:17.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:18.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:18.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:18.430 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:18 smithi098 ceph-mon[112578]: pgmap v13029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:18 smithi016 ceph-mon[96085]: pgmap v13029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:19.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:19.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:20.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:20.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:20 smithi098 ceph-mon[112578]: pgmap v13030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:20 smithi016 ceph-mon[96085]: pgmap v13030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:21.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:21.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:22.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:22.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:22 smithi098 ceph-mon[112578]: pgmap v13031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:22 smithi016 ceph-mon[96085]: pgmap v13031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:23.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:23.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:24.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:24.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:24 smithi098 ceph-mon[112578]: pgmap v13032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:24.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:24 smithi016 ceph-mon[96085]: pgmap v13032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:25.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:25.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:26.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:26.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:26 smithi098 ceph-mon[112578]: pgmap v13033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:26 smithi016 ceph-mon[96085]: pgmap v13033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:27.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:27.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:28.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:28.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:28 smithi098 ceph-mon[112578]: pgmap v13034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:28 smithi016 ceph-mon[96085]: pgmap v13034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:29.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:29.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:55:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:55:30.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:30.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:30.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:30 smithi098 ceph-mon[112578]: pgmap v13035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:30 smithi016 ceph-mon[96085]: pgmap v13035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:31.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:31.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:32.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:32.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:32 smithi098 ceph-mon[112578]: pgmap v13036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:32 smithi016 ceph-mon[96085]: pgmap v13036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:33.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:33.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:34.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:34.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:34 smithi098 ceph-mon[112578]: pgmap v13037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:34.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:34 smithi016 ceph-mon[96085]: pgmap v13037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:35.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:35.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:36.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:36.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:36 smithi098 ceph-mon[112578]: pgmap v13038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:36 smithi016 ceph-mon[96085]: pgmap v13038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:37.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:37.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:38.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:38.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:38 smithi098 ceph-mon[112578]: pgmap v13039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:38 smithi016 ceph-mon[96085]: pgmap v13039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:39.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:39.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:40.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:40.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:40 smithi098 ceph-mon[112578]: pgmap v13040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:40.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:40 smithi016 ceph-mon[96085]: pgmap v13040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:41.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:41.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:42.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:42.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:42 smithi098 ceph-mon[112578]: pgmap v13041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:42 smithi016 ceph-mon[96085]: pgmap v13041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:43.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:43.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:44.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:44.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:44 smithi098 ceph-mon[112578]: pgmap v13042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:55:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:44 smithi016 ceph-mon[96085]: pgmap v13042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:55:45.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:45.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:46.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:46.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:46.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:46 smithi016 ceph-mon[96085]: pgmap v13043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:46 smithi098 ceph-mon[112578]: pgmap v13043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:47.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:47.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:48.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:48.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:48 smithi098 ceph-mon[112578]: pgmap v13044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:48 smithi016 ceph-mon[96085]: pgmap v13044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:49.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:49.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:50.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:50.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:50 smithi098 ceph-mon[112578]: pgmap v13045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:50 smithi016 ceph-mon[96085]: pgmap v13045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:51.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:51.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:52.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:52.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:52 smithi098 ceph-mon[112578]: pgmap v13046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:52 smithi016 ceph-mon[96085]: pgmap v13046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:53.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:53.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:54.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:54.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:54 smithi098 ceph-mon[112578]: pgmap v13047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:54 smithi016 ceph-mon[96085]: pgmap v13047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:55.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:55.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:56.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:56.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:56.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:56 smithi016 ceph-mon[96085]: pgmap v13048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:56 smithi098 ceph-mon[112578]: pgmap v13048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:57.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:57.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:58.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:58.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:58 smithi098 ceph-mon[112578]: pgmap v13049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:58 smithi016 ceph-mon[96085]: pgmap v13049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:59.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:55:59.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:55:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:55:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:55:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:56:00.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:00.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:00 smithi098 ceph-mon[112578]: pgmap v13050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:00 smithi016 ceph-mon[96085]: pgmap v13050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:01.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:01.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:02.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:02.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:02 smithi098 ceph-mon[112578]: pgmap v13051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:02 smithi016 ceph-mon[96085]: pgmap v13051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:03.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:03.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:04.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:04.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:04 smithi098 ceph-mon[112578]: pgmap v13052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:04 smithi016 ceph-mon[96085]: pgmap v13052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:05.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:05.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:06.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:06.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:06 smithi098 ceph-mon[112578]: pgmap v13053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:56:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:06 smithi016 ceph-mon[96085]: pgmap v13053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:56:07.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:07.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:07.750 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:07.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:07.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:07.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:07.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:07.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:07.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:08.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:08.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:08.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:08 smithi098 ceph-mon[112578]: pgmap v13054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:08 smithi016 ceph-mon[96085]: pgmap v13054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:09.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:09.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:10.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:10.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:10 smithi098 ceph-mon[112578]: pgmap v13055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:10 smithi016 ceph-mon[96085]: pgmap v13055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:11.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:11.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:12.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:12.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:12.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:56:12.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:56:12.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:56:12.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:56:12.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:11 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1637M 2023-10-17T03:56:12.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:12.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:56:12.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:56:12.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:12.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:56:12.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:12.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:12.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:56:12.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:56:12.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:56:12.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:56:12.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:11 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1637M 2023-10-17T03:56:12.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:12.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:56:12.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:56:12.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:12.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:56:12.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:56:12.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:12.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:12 smithi098 ceph-mon[112578]: pgmap v13056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:12 smithi016 ceph-mon[96085]: pgmap v13056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:13.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:13.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:56:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:56:14.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:14.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:14 smithi098 ceph-mon[112578]: pgmap v13057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:14 smithi016 ceph-mon[96085]: pgmap v13057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:15.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:15.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:16.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:16.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:16 smithi098 ceph-mon[112578]: pgmap v13058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:16 smithi016 ceph-mon[96085]: pgmap v13058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:17.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:17.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:18.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:18.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:18 smithi098 ceph-mon[112578]: pgmap v13059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:18 smithi016 ceph-mon[96085]: pgmap v13059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:19.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:19.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:20.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:20.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:20 smithi098 ceph-mon[112578]: pgmap v13060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:20 smithi016 ceph-mon[96085]: pgmap v13060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:21.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:21.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:22.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:22.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:22 smithi098 ceph-mon[112578]: pgmap v13061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:22 smithi016 ceph-mon[96085]: pgmap v13061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:23.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:23.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:24.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:24.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:24 smithi098 ceph-mon[112578]: pgmap v13062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:24 smithi016 ceph-mon[96085]: pgmap v13062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:25.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:25.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:26.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:26.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:26 smithi098 ceph-mon[112578]: pgmap v13063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:26 smithi016 ceph-mon[96085]: pgmap v13063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:27.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:27.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:28.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:28.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:28 smithi098 ceph-mon[112578]: pgmap v13064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:56:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:28 smithi016 ceph-mon[96085]: pgmap v13064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:56:29.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:29.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:30.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:30.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:30 smithi098 ceph-mon[112578]: pgmap v13065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:30 smithi016 ceph-mon[96085]: pgmap v13065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:31.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:31.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:32.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:32.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:32 smithi098 ceph-mon[112578]: pgmap v13066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:32 smithi016 ceph-mon[96085]: pgmap v13066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:33.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:33.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:34.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:34.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:34 smithi098 ceph-mon[112578]: pgmap v13067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:34 smithi016 ceph-mon[96085]: pgmap v13067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:35.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:35.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:36.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:36.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:36 smithi098 ceph-mon[112578]: pgmap v13068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:36 smithi016 ceph-mon[96085]: pgmap v13068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:37.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:37.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:38.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:38.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:38 smithi098 ceph-mon[112578]: pgmap v13069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:38 smithi016 ceph-mon[96085]: pgmap v13069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:39.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:39.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:40.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:40.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:40 smithi098 ceph-mon[112578]: pgmap v13070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:40 smithi016 ceph-mon[96085]: pgmap v13070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:41.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:41.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:42.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:42.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:42 smithi098 ceph-mon[112578]: pgmap v13071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:42 smithi016 ceph-mon[96085]: pgmap v13071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:43.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:43.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:56:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:56:44.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:44.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:44 smithi098 ceph-mon[112578]: pgmap v13072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:44 smithi016 ceph-mon[96085]: pgmap v13072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:45.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:45.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:46.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:46.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:46 smithi098 ceph-mon[112578]: pgmap v13073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:46 smithi016 ceph-mon[96085]: pgmap v13073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:47.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:47.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:48.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:48.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:48 smithi098 ceph-mon[112578]: pgmap v13074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:48 smithi016 ceph-mon[96085]: pgmap v13074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:49.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:49.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:50.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:50.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:50 smithi098 ceph-mon[112578]: pgmap v13075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:50 smithi016 ceph-mon[96085]: pgmap v13075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:51.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:51.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:52.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:52.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:52 smithi098 ceph-mon[112578]: pgmap v13076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:52 smithi016 ceph-mon[96085]: pgmap v13076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:53.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:53.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:54.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:54.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:54 smithi098 ceph-mon[112578]: pgmap v13077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:54 smithi016 ceph-mon[96085]: pgmap v13077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:55.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:55.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:56.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:56.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:56 smithi098 ceph-mon[112578]: pgmap v13078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:56 smithi016 ceph-mon[96085]: pgmap v13078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:57.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:57.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:58.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:58.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:58 smithi098 ceph-mon[112578]: pgmap v13079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:56:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:56:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:58 smithi016 ceph-mon[96085]: pgmap v13079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:56:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:56:59.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:56:59.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:00.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:00.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:00 smithi098 ceph-mon[112578]: pgmap v13080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:00 smithi016 ceph-mon[96085]: pgmap v13080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:01.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:01.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:02.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:02.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:02 smithi016 ceph-mon[96085]: pgmap v13081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:03.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:03.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:03.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:02 smithi098 ceph-mon[112578]: pgmap v13081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:04.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:04.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:04 smithi098 ceph-mon[112578]: pgmap v13082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:04 smithi016 ceph-mon[96085]: pgmap v13082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:05.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:05.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:06.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:06.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:06 smithi016 ceph-mon[96085]: pgmap v13083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:07.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:07.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:06 smithi098 ceph-mon[112578]: pgmap v13083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:08.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:08.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:08 smithi016 ceph-mon[96085]: pgmap v13084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:09.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:09.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:08 smithi098 ceph-mon[112578]: pgmap v13084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:10.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:10.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:10 smithi016 ceph-mon[96085]: pgmap v13085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:11.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:11.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:10 smithi098 ceph-mon[112578]: pgmap v13085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:12.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:12.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:57:12.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:57:12.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:57:12.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:57:12.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:57:12.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:57:12.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:57:12.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:57:12.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:57:12.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:57:12.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:57:12.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:57:13.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:13.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:12 smithi098 ceph-mon[112578]: pgmap v13086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:12 smithi016 ceph-mon[96085]: pgmap v13086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:14.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:14.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:57:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:57:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:14 smithi098 ceph-mon[112578]: pgmap v13087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:15.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:15.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:14 smithi016 ceph-mon[96085]: pgmap v13087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:16.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:16.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:17.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:17.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:16 smithi098 ceph-mon[112578]: pgmap v13088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:16 smithi016 ceph-mon[96085]: pgmap v13088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:18.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:18.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:19.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:19.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:18 smithi098 ceph-mon[112578]: pgmap v13089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:18 smithi016 ceph-mon[96085]: pgmap v13089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:20.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:20.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:21.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:20 smithi016 ceph-mon[96085]: pgmap v13090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:21.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:21.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:20 smithi098 ceph-mon[112578]: pgmap v13090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:22.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:22.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:22 smithi016 ceph-mon[96085]: pgmap v13091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:22 smithi098 ceph-mon[112578]: pgmap v13091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:23.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:23.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:24.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:24.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:24 smithi098 ceph-mon[112578]: pgmap v13092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:24 smithi016 ceph-mon[96085]: pgmap v13092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:25.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:25.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:26.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:26.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:26 smithi098 ceph-mon[112578]: pgmap v13093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:26 smithi016 ceph-mon[96085]: pgmap v13093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:27.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:27.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:28.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:28.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:28 smithi098 ceph-mon[112578]: pgmap v13094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:28 smithi016 ceph-mon[96085]: pgmap v13094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:29.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:29.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:29.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:57:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:57:30.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:30.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:30.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:30 smithi098 ceph-mon[112578]: pgmap v13095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:30.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:30 smithi016 ceph-mon[96085]: pgmap v13095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:31.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:31.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:32.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:32.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:32 smithi098 ceph-mon[112578]: pgmap v13096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:32 smithi016 ceph-mon[96085]: pgmap v13096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:33.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:33.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:34.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:34.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:34.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:34 smithi098 ceph-mon[112578]: pgmap v13097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:34 smithi016 ceph-mon[96085]: pgmap v13097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:35.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:35.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:36.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:36.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:36 smithi098 ceph-mon[112578]: pgmap v13098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:36 smithi016 ceph-mon[96085]: pgmap v13098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:37.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:37.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:38.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:38.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:38 smithi098 ceph-mon[112578]: pgmap v13099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:38 smithi016 ceph-mon[96085]: pgmap v13099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:39.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:39.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:40.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:40 smithi098 ceph-mon[112578]: pgmap v13100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:40.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:40.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:40.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:40 smithi016 ceph-mon[96085]: pgmap v13100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:41.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:41.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:42.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:42.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:42 smithi098 ceph-mon[112578]: pgmap v13101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:42 smithi016 ceph-mon[96085]: pgmap v13101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:43.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:43.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:44.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:44.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:44 smithi098 ceph-mon[112578]: pgmap v13102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:57:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:44 smithi016 ceph-mon[96085]: pgmap v13102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:57:45.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:45.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:46.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:46.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:46 smithi098 ceph-mon[112578]: pgmap v13103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:46 smithi016 ceph-mon[96085]: pgmap v13103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:47.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:47.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:48.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:48.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:48 smithi098 ceph-mon[112578]: pgmap v13104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:48 smithi016 ceph-mon[96085]: pgmap v13104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:49.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:49.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:50 smithi098 ceph-mon[112578]: pgmap v13105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:50.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:50.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:50 smithi016 ceph-mon[96085]: pgmap v13105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:51.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:51.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:52.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:52.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:52 smithi098 ceph-mon[112578]: pgmap v13106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:52 smithi016 ceph-mon[96085]: pgmap v13106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:53.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:53.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:54.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:54.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:54 smithi098 ceph-mon[112578]: pgmap v13107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:54 smithi016 ceph-mon[96085]: pgmap v13107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:55.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:55.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:56.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:56.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:56 smithi098 ceph-mon[112578]: pgmap v13108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:56 smithi016 ceph-mon[96085]: pgmap v13108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:57.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:57.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:58.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:58.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:58 smithi098 ceph-mon[112578]: pgmap v13109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:58 smithi016 ceph-mon[96085]: pgmap v13109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:59.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:57:59.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:57:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:57:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:57:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:58:00.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:00.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:00 smithi098 ceph-mon[112578]: pgmap v13110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:00 smithi016 ceph-mon[96085]: pgmap v13110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:01.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:01.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:02.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:02.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:02.411 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:02 smithi016 ceph-mon[96085]: pgmap v13111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:02 smithi098 ceph-mon[112578]: pgmap v13111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:03.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:03.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:04.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:04.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:04 smithi098 ceph-mon[112578]: pgmap v13112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:04 smithi016 ceph-mon[96085]: pgmap v13112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:05.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:05.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:06.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:06.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:06 smithi098 ceph-mon[112578]: pgmap v13113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:06 smithi016 ceph-mon[96085]: pgmap v13113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:07.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:07.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:08.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:08.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:08 smithi098 ceph-mon[112578]: pgmap v13114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:08 smithi016 ceph-mon[96085]: pgmap v13114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:09.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:09.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:10.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:10.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:10 smithi098 ceph-mon[112578]: pgmap v13115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:10 smithi016 ceph-mon[96085]: pgmap v13115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:11.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:11.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:12.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:12.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:12 smithi098 ceph-mon[112578]: pgmap v13116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:58:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:58:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:58:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:58:12.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:58:12.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:58:12.527 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:12 smithi016 ceph-mon[96085]: pgmap v13116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:12.527 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:58:12.527 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:58:12.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:58:12.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:58:12.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:58:12.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:58:13.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:13.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:58:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:58:14.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:14.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:14 smithi098 ceph-mon[112578]: pgmap v13117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:14 smithi016 ceph-mon[96085]: pgmap v13117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:15.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:15.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:16.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:16.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:16 smithi098 ceph-mon[112578]: pgmap v13118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:16 smithi016 ceph-mon[96085]: pgmap v13118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:17.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:17.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:18.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:18.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:18 smithi098 ceph-mon[112578]: pgmap v13119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:18 smithi016 ceph-mon[96085]: pgmap v13119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:19.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:19.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:20.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:20.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:20 smithi098 ceph-mon[112578]: pgmap v13120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:20 smithi016 ceph-mon[96085]: pgmap v13120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:21.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:21.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:22.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:22.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:22 smithi098 ceph-mon[112578]: pgmap v13121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:22 smithi016 ceph-mon[96085]: pgmap v13121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:23.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:23.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:24.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:24.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:24 smithi098 ceph-mon[112578]: pgmap v13122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:24.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:24 smithi016 ceph-mon[96085]: pgmap v13122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:25.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:25.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:26.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:26.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:26.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:26 smithi098 ceph-mon[112578]: pgmap v13123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:26 smithi016 ceph-mon[96085]: pgmap v13123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:27.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:27.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:28.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:28.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:28 smithi098 ceph-mon[112578]: pgmap v13124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:58:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:28 smithi016 ceph-mon[96085]: pgmap v13124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:28.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:58:29.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:29.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:30.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:30.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:30 smithi098 ceph-mon[112578]: pgmap v13125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:30 smithi016 ceph-mon[96085]: pgmap v13125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:31.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:31.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:32.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:32.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:32 smithi098 ceph-mon[112578]: pgmap v13126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:32 smithi016 ceph-mon[96085]: pgmap v13126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:33.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:33.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:34.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:34.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:34 smithi098 ceph-mon[112578]: pgmap v13127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:34.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:34 smithi016 ceph-mon[96085]: pgmap v13127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:35.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:35.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:36.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:36.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:36 smithi098 ceph-mon[112578]: pgmap v13128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:36 smithi016 ceph-mon[96085]: pgmap v13128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:37.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:37.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:38.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:38.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:38 smithi098 ceph-mon[112578]: pgmap v13129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:38 smithi016 ceph-mon[96085]: pgmap v13129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:39.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:39.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:40.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:40.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:40 smithi098 ceph-mon[112578]: pgmap v13130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:40 smithi016 ceph-mon[96085]: pgmap v13130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:41.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:41.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:42.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:42.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:42 smithi098 ceph-mon[112578]: pgmap v13131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:42 smithi016 ceph-mon[96085]: pgmap v13131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:43.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:43.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:58:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:58:44.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:44.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:44 smithi098 ceph-mon[112578]: pgmap v13132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:44 smithi016 ceph-mon[96085]: pgmap v13132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:45.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:45.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:46.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:46.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:46 smithi098 ceph-mon[112578]: pgmap v13133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:46 smithi016 ceph-mon[96085]: pgmap v13133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:47.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:47.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:48.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:48.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:48 smithi098 ceph-mon[112578]: pgmap v13134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:48 smithi016 ceph-mon[96085]: pgmap v13134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:49.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:49.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:50.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:50.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:50 smithi098 ceph-mon[112578]: pgmap v13135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:50 smithi016 ceph-mon[96085]: pgmap v13135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:51.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:51.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:52.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:52.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:52 smithi098 ceph-mon[112578]: pgmap v13136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:52 smithi016 ceph-mon[96085]: pgmap v13136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:53.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:53.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:54.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:54.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:54 smithi098 ceph-mon[112578]: pgmap v13137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:54.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:54 smithi016 ceph-mon[96085]: pgmap v13137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:55.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:55.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:56.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:56.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:56 smithi098 ceph-mon[112578]: pgmap v13138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:56 smithi016 ceph-mon[96085]: pgmap v13138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:57.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:57.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:58.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:58.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:58 smithi098 ceph-mon[112578]: pgmap v13139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:58:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:58:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:58 smithi016 ceph-mon[96085]: pgmap v13139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:58:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:58:59.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:58:59.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:00.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:00.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:00 smithi098 ceph-mon[112578]: pgmap v13140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:00 smithi016 ceph-mon[96085]: pgmap v13140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:01.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:01.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:02.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:02.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:02 smithi098 ceph-mon[112578]: pgmap v13141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:02 smithi016 ceph-mon[96085]: pgmap v13141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:03.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:03.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:04.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:04.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:04.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:04 smithi098 ceph-mon[112578]: pgmap v13142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:04 smithi016 ceph-mon[96085]: pgmap v13142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:05.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:05.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:06.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:06.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:06 smithi098 ceph-mon[112578]: pgmap v13143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:06 smithi016 ceph-mon[96085]: pgmap v13143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:07.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:07.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:08.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:08.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:08 smithi016 ceph-mon[96085]: pgmap v13144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:08.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:08 smithi098 ceph-mon[112578]: pgmap v13144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:09.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:09.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:10.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:10.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:10.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:10 smithi016 ceph-mon[96085]: pgmap v13145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:10 smithi098 ceph-mon[112578]: pgmap v13145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:11.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:11.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:12.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:12.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:12 smithi016 ceph-mon[96085]: pgmap v13146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:59:12.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:12 smithi098 ceph-mon[112578]: pgmap v13146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:59:13.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:13.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:59:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:59:14.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:14.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:14 smithi016 ceph-mon[96085]: pgmap v13147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:14 smithi098 ceph-mon[112578]: pgmap v13147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:15.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:15.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:16 smithi098 ceph-mon[112578]: pgmap v13148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:16.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:59:16.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:59:16.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:59:16.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:59:16.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:59:16.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:59:16.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:59:16.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:16.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:16 smithi016 ceph-mon[96085]: pgmap v13148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:59:16.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:59:16.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:59:16.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:59:16.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:59:16.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:59:16.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T03:59:17.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:17.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:18.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:18.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:18 smithi098 ceph-mon[112578]: pgmap v13149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:18 smithi016 ceph-mon[96085]: pgmap v13149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:19.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:19.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:20.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:20.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:20 smithi098 ceph-mon[112578]: pgmap v13150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:20.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:20 smithi016 ceph-mon[96085]: pgmap v13150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:21.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:21.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:22.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:22.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:22 smithi098 ceph-mon[112578]: pgmap v13151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:22 smithi016 ceph-mon[96085]: pgmap v13151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:23.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:23.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:24.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:24.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:24.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:24 smithi098 ceph-mon[112578]: pgmap v13152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:24.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:24 smithi016 ceph-mon[96085]: pgmap v13152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:25.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:25.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:26 smithi098 ceph-mon[112578]: pgmap v13153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:26.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:26.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:26.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:26 smithi016 ceph-mon[96085]: pgmap v13153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:27.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:27.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:28.391 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:28 smithi016 ceph-mon[96085]: pgmap v13154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:28.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:28.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:28 smithi098 ceph-mon[112578]: pgmap v13154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:29.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:29.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:59:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:59:30.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:30.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:30 smithi098 ceph-mon[112578]: pgmap v13155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:30.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:30 smithi016 ceph-mon[96085]: pgmap v13155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:31.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:31.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:32.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:32.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:32 smithi098 ceph-mon[112578]: pgmap v13156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:32.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:32 smithi016 ceph-mon[96085]: pgmap v13156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:33.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:33.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:34.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:34.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:34.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:34 smithi098 ceph-mon[112578]: pgmap v13157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:34 smithi016 ceph-mon[96085]: pgmap v13157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:35.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:35.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:36.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:36.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:36 smithi098 ceph-mon[112578]: pgmap v13158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:36 smithi016 ceph-mon[96085]: pgmap v13158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:37.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:37.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:38.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:38.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:38.508 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:38 smithi016 ceph-mon[96085]: pgmap v13159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:38 smithi098 ceph-mon[112578]: pgmap v13159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:39.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:39.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:40.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:40.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:40 smithi098 ceph-mon[112578]: pgmap v13160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:40.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:40 smithi016 ceph-mon[96085]: pgmap v13160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:41.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:41.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:42.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:42.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:42 smithi098 ceph-mon[112578]: pgmap v13161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:42 smithi016 ceph-mon[96085]: pgmap v13161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:43.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:43.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:44.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:44.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:44 smithi098 ceph-mon[112578]: pgmap v13162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:59:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:44 smithi016 ceph-mon[96085]: pgmap v13162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:59:45.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:45.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:46.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:46.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:46 smithi098 ceph-mon[112578]: pgmap v13163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:46.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:46 smithi016 ceph-mon[96085]: pgmap v13163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:47.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:47.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:48.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:48.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:48 smithi098 ceph-mon[112578]: pgmap v13164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:48 smithi016 ceph-mon[96085]: pgmap v13164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:49.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:49.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:50.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:50.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:50 smithi098 ceph-mon[112578]: pgmap v13165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:50 smithi016 ceph-mon[96085]: pgmap v13165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:51.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:51.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:52 smithi098 ceph-mon[112578]: pgmap v13166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:52.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:52.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:52 smithi016 ceph-mon[96085]: pgmap v13166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:53.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:53.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:54 smithi098 ceph-mon[112578]: pgmap v13167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:54.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:54.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:54.538 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:54 smithi016 ceph-mon[96085]: pgmap v13167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:55.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:55.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:56.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:56 smithi098 ceph-mon[112578]: pgmap v13168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:56.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:56.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:56 smithi016 ceph-mon[96085]: pgmap v13168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:57.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:57.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:58 smithi098 ceph-mon[112578]: pgmap v13169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 03:59:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:59:58.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:58.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:58 smithi016 ceph-mon[96085]: pgmap v13169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 03:59:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:59:59.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T03:59:59.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:00 smithi098 ceph-mon[112578]: pgmap v13170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T04:00:00.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:00.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:00 smithi016 ceph-mon[96085]: pgmap v13170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T04:00:01.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:01.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:02 smithi098 ceph-mon[112578]: pgmap v13171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:02 smithi016 ceph-mon[96085]: pgmap v13171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:02.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:02.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:03.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:03.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:04.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:04 smithi098 ceph-mon[112578]: pgmap v13172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:04 smithi016 ceph-mon[96085]: pgmap v13172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:04.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:04.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:05.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:05.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:06 smithi098 ceph-mon[112578]: pgmap v13173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:06 smithi016 ceph-mon[96085]: pgmap v13173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:06.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:06.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:07.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:07.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:08 smithi098 ceph-mon[112578]: pgmap v13174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:08 smithi016 ceph-mon[96085]: pgmap v13174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:08.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:08.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:09.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:09.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:10.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:10 smithi098 ceph-mon[112578]: pgmap v13175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:10 smithi016 ceph-mon[96085]: pgmap v13175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:10.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:10.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:11.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:11.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:12 smithi098 ceph-mon[112578]: pgmap v13176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:12 smithi016 ceph-mon[96085]: pgmap v13176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:12.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:12.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:00:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:00:13.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:13.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:14 smithi098 ceph-mon[112578]: pgmap v13177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:14.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:14 smithi016 ceph-mon[96085]: pgmap v13177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:14.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:14.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:15.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:15.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:16 smithi098 ceph-mon[112578]: pgmap v13178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:00:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:16 smithi016 ceph-mon[96085]: pgmap v13178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:00:16.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:16.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:17.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:17.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:18 smithi098 ceph-mon[112578]: pgmap v13179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:18 smithi016 ceph-mon[96085]: pgmap v13179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:18.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:18.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:19.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:19.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:20.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:20 smithi098 ceph-mon[112578]: pgmap v13180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:20 smithi016 ceph-mon[96085]: pgmap v13180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:20.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:20.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:21.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:00:21.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:00:21.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:00:21.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:00:21.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:00:21.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:00:21.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:00:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:00:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:00:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:00:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:00:21.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:00:21.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:00:21.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:00:21.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:21.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:22.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:22.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:22 smithi098 ceph-mon[112578]: pgmap v13181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:22 smithi016 ceph-mon[96085]: pgmap v13181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:23.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:23.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:24.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:24.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:24 smithi098 ceph-mon[112578]: pgmap v13182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:24 smithi016 ceph-mon[96085]: pgmap v13182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:25.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:25.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:26.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:26.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:26 smithi098 ceph-mon[112578]: pgmap v13183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:26 smithi016 ceph-mon[96085]: pgmap v13183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:27.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:27.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:28.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:28.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:28 smithi098 ceph-mon[112578]: pgmap v13184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:00:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:28 smithi016 ceph-mon[96085]: pgmap v13184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:00:29.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:29.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:30.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:30.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:30 smithi098 ceph-mon[112578]: pgmap v13185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:30 smithi016 ceph-mon[96085]: pgmap v13185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:31.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:31.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:32.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:32.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:32 smithi098 ceph-mon[112578]: pgmap v13186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:32 smithi016 ceph-mon[96085]: pgmap v13186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:33.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:33.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:34.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:34.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:34 smithi098 ceph-mon[112578]: pgmap v13187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:34 smithi016 ceph-mon[96085]: pgmap v13187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:35.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:35.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:36.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:36.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:36 smithi098 ceph-mon[112578]: pgmap v13188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:36 smithi016 ceph-mon[96085]: pgmap v13188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:37.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:37.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:38.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:38.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:38 smithi098 ceph-mon[112578]: pgmap v13189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:38 smithi016 ceph-mon[96085]: pgmap v13189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:39.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:39.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:40.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:40.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:40 smithi098 ceph-mon[112578]: pgmap v13190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:40 smithi016 ceph-mon[96085]: pgmap v13190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:41.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:41.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:42.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:42.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:42 smithi098 ceph-mon[112578]: pgmap v13191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:42 smithi016 ceph-mon[96085]: pgmap v13191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:43.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:43.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:00:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:00:44.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:44.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:44 smithi098 ceph-mon[112578]: pgmap v13192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:44 smithi016 ceph-mon[96085]: pgmap v13192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:45.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:45.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:46.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:46.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:46 smithi098 ceph-mon[112578]: pgmap v13193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:46 smithi016 ceph-mon[96085]: pgmap v13193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:47.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:47.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:48.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:48.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:48 smithi098 ceph-mon[112578]: pgmap v13194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:48 smithi016 ceph-mon[96085]: pgmap v13194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:49.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:49.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:50.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:50.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:50 smithi098 ceph-mon[112578]: pgmap v13195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:50 smithi016 ceph-mon[96085]: pgmap v13195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:51.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:51.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:52.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:52.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:52 smithi098 ceph-mon[112578]: pgmap v13196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:52 smithi016 ceph-mon[96085]: pgmap v13196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:53.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:53.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:54.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:54.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:54 smithi098 ceph-mon[112578]: pgmap v13197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:54 smithi016 ceph-mon[96085]: pgmap v13197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:55.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:55.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:56.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:56.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:56 smithi016 ceph-mon[96085]: pgmap v13198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:56 smithi098 ceph-mon[112578]: pgmap v13198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:57.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:57.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:58.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:58.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:58 smithi016 ceph-mon[96085]: pgmap v13199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:00:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:00:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:58 smithi098 ceph-mon[112578]: pgmap v13199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:00:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:00:59.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:00:59.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:00.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:00.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:00 smithi016 ceph-mon[96085]: pgmap v13200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:01.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:00 smithi098 ceph-mon[112578]: pgmap v13200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:01.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:01.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:02.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:02.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:02 smithi016 ceph-mon[96085]: pgmap v13201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:02 smithi098 ceph-mon[112578]: pgmap v13201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:03.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:03.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:04.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:04.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:04 smithi016 ceph-mon[96085]: pgmap v13202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:04 smithi098 ceph-mon[112578]: pgmap v13202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:05.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:05.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:06.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:06.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:07.060 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:06 smithi098 ceph-mon[112578]: pgmap v13203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:06 smithi016 ceph-mon[96085]: pgmap v13203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:07.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:07.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:08.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:08.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:08 smithi098 ceph-mon[112578]: pgmap v13204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:08 smithi016 ceph-mon[96085]: pgmap v13204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:09.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:09.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:10.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:10.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:10 smithi016 ceph-mon[96085]: pgmap v13205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:10 smithi098 ceph-mon[112578]: pgmap v13205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:11.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:11.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:12.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:12.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:12 smithi098 ceph-mon[112578]: pgmap v13206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:12 smithi016 ceph-mon[96085]: pgmap v13206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:13.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:13.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:01:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:01:14.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:14.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:14 smithi016 ceph-mon[96085]: pgmap v13207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:14 smithi098 ceph-mon[112578]: pgmap v13207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:15.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:15.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:16.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:16.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:17.166 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:16 smithi098 ceph-mon[112578]: pgmap v13208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:16 smithi016 ceph-mon[96085]: pgmap v13208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:17.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:17.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:18.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:18.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:19.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:18 smithi098 ceph-mon[112578]: pgmap v13209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:18 smithi016 ceph-mon[96085]: pgmap v13209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:19.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:19.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:20.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:20.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:20 smithi016 ceph-mon[96085]: pgmap v13210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:21.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:20 smithi098 ceph-mon[112578]: pgmap v13210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:21.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:21.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:22.219 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:01:22.219 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:01:22.219 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:01:22.220 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:01:22.220 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:01:22.220 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:01:22.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:01:22.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:01:22.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:01:22.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:01:22.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:01:22.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:01:22.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:22.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:22 smithi098 ceph-mon[112578]: pgmap v13211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:22 smithi016 ceph-mon[96085]: pgmap v13211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:23.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:23.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:24.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:24.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:24 smithi016 ceph-mon[96085]: pgmap v13212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:24 smithi098 ceph-mon[112578]: pgmap v13212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:25.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:25.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:26.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:26.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:26 smithi098 ceph-mon[112578]: pgmap v13213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:26 smithi016 ceph-mon[96085]: pgmap v13213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:27.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:27.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:28.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:28.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:28 smithi098 ceph-mon[112578]: pgmap v13214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:01:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:28 smithi016 ceph-mon[96085]: pgmap v13214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:01:29.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:29.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:30.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:30.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:30 smithi016 ceph-mon[96085]: pgmap v13215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:30 smithi098 ceph-mon[112578]: pgmap v13215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:31.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:31.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:32.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:32.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:32 smithi098 ceph-mon[112578]: pgmap v13216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:32 smithi016 ceph-mon[96085]: pgmap v13216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:33.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:33.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:34.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:34.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:34 smithi098 ceph-mon[112578]: pgmap v13217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:34 smithi016 ceph-mon[96085]: pgmap v13217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:35.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:35.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:36.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:36.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:36 smithi098 ceph-mon[112578]: pgmap v13218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:37.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:36 smithi016 ceph-mon[96085]: pgmap v13218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:37.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:37.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:38.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:38.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:38 smithi098 ceph-mon[112578]: pgmap v13219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:38 smithi016 ceph-mon[96085]: pgmap v13219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:39.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:39.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:40.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:40.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:40 smithi016 ceph-mon[96085]: pgmap v13220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:40 smithi098 ceph-mon[112578]: pgmap v13220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:41.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:41.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:42.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:42.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:42 smithi098 ceph-mon[112578]: pgmap v13221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:42 smithi016 ceph-mon[96085]: pgmap v13221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:43.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:43.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:01:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:01:44.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:44.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:45.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:44 smithi098 ceph-mon[112578]: pgmap v13222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:44 smithi016 ceph-mon[96085]: pgmap v13222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:45.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:45.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:46.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:46.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:46 smithi098 ceph-mon[112578]: pgmap v13223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:46 smithi016 ceph-mon[96085]: pgmap v13223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:47.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:47.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:48.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:47 smithi098 ceph-mon[112578]: pgmap v13224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:48.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:47 smithi016 ceph-mon[96085]: pgmap v13224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:48.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:48.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:49.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:49.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:50.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:50 smithi016 ceph-mon[96085]: pgmap v13225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:50 smithi098 ceph-mon[112578]: pgmap v13225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:50.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:50.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:51.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:51.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:52.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:52 smithi098 ceph-mon[112578]: pgmap v13226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:52 smithi016 ceph-mon[96085]: pgmap v13226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:52.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:52.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:53.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:53.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:54 smithi098 ceph-mon[112578]: pgmap v13227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:54 smithi016 ceph-mon[96085]: pgmap v13227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:54.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:54.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:55.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:55.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:56.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:56 smithi098 ceph-mon[112578]: pgmap v13228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:56.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:56 smithi016 ceph-mon[96085]: pgmap v13228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:56.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:56.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:57.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:57.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:58 smithi098 ceph-mon[112578]: pgmap v13229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:58 smithi016 ceph-mon[96085]: pgmap v13229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:58.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:58.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:01:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:01:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:01:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:01:59.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:01:59.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:00 smithi098 ceph-mon[112578]: pgmap v13230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:00 smithi016 ceph-mon[96085]: pgmap v13230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:00.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:00.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:01.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:01.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:02 smithi098 ceph-mon[112578]: pgmap v13231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:02 smithi016 ceph-mon[96085]: pgmap v13231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:02.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:02.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:03.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:03.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:04.521 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:04 smithi098 ceph-mon[112578]: pgmap v13232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:04 smithi016 ceph-mon[96085]: pgmap v13232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:04.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:04.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:05.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:05.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:06 smithi098 ceph-mon[112578]: pgmap v13233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:06 smithi016 ceph-mon[96085]: pgmap v13233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:06.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:06.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:07.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:07.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:08 smithi098 ceph-mon[112578]: pgmap v13234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:08 smithi016 ceph-mon[96085]: pgmap v13234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:08.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:08.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:09.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:09.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:10.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:10 smithi098 ceph-mon[112578]: pgmap v13235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:10 smithi016 ceph-mon[96085]: pgmap v13235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:10.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:10.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:11.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:11.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:12 smithi098 ceph-mon[112578]: pgmap v13236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:12 smithi016 ceph-mon[96085]: pgmap v13236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:12.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:12.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:02:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:02:13.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:13.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:14 smithi098 ceph-mon[112578]: pgmap v13237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:14 smithi016 ceph-mon[96085]: pgmap v13237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:14.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:14.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:15.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:15.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:16 smithi098 ceph-mon[112578]: pgmap v13238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:16 smithi016 ceph-mon[96085]: pgmap v13238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:16.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:16.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:17.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:17.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:18 smithi098 ceph-mon[112578]: pgmap v13239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:18 smithi016 ceph-mon[96085]: pgmap v13239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:18.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:18.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:19.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:19.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:20.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:20 smithi098 ceph-mon[112578]: pgmap v13240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:20.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:20 smithi016 ceph-mon[96085]: pgmap v13240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:20.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:20.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:21.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:21.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:22 smithi098 ceph-mon[112578]: pgmap v13241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:02:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:02:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:02:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:22 smithi016 ceph-mon[96085]: pgmap v13241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:02:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:02:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:02:22.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:22.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:02:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:02:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:02:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:02:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:02:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:02:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:02:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:02:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:02:23.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:02:23.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:23.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:24 smithi098 ceph-mon[112578]: pgmap v13242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:24.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:24.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:24 smithi016 ceph-mon[96085]: pgmap v13242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:25.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:25.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:26 smithi098 ceph-mon[112578]: pgmap v13243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:26.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:26.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:26 smithi016 ceph-mon[96085]: pgmap v13243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:27.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:27.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:28 smithi098 ceph-mon[112578]: pgmap v13244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:02:28.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:28.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:28 smithi016 ceph-mon[96085]: pgmap v13244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:02:29.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:29.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:30 smithi098 ceph-mon[112578]: pgmap v13245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:30 smithi016 ceph-mon[96085]: pgmap v13245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:30.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:30.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:31.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:31.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:32.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:32 smithi098 ceph-mon[112578]: pgmap v13246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:32 smithi016 ceph-mon[96085]: pgmap v13246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:32.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:32.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:33.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:33.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:34 smithi098 ceph-mon[112578]: pgmap v13247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:34 smithi016 ceph-mon[96085]: pgmap v13247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:34.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:34.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:35.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:35.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:36 smithi098 ceph-mon[112578]: pgmap v13248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:36.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:36 smithi016 ceph-mon[96085]: pgmap v13248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:36.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:36.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:37.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:37.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:38 smithi098 ceph-mon[112578]: pgmap v13249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:38 smithi016 ceph-mon[96085]: pgmap v13249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:38.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:38.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:39.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:39.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:40 smithi098 ceph-mon[112578]: pgmap v13250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:40 smithi016 ceph-mon[96085]: pgmap v13250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:40.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:40.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:41.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:41.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:42 smithi098 ceph-mon[112578]: pgmap v13251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:42 smithi016 ceph-mon[96085]: pgmap v13251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:42.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:42.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:02:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:02:43.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:43.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:44 smithi098 ceph-mon[112578]: pgmap v13252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:44 smithi016 ceph-mon[96085]: pgmap v13252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:44.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:44.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:45.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:45.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:46 smithi098 ceph-mon[112578]: pgmap v13253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:46 smithi016 ceph-mon[96085]: pgmap v13253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:46.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:46.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:47.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:47.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:48.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:48 smithi098 ceph-mon[112578]: pgmap v13254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:48 smithi016 ceph-mon[96085]: pgmap v13254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:48.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:48.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:49.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:49.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:50.706 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:50 smithi016 ceph-mon[96085]: pgmap v13255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:50 smithi098 ceph-mon[112578]: pgmap v13255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:50.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:50.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:51.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:51.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:52.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:52 smithi098 ceph-mon[112578]: pgmap v13256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:52 smithi016 ceph-mon[96085]: pgmap v13256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:52.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:52.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:53.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:53.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:54 smithi098 ceph-mon[112578]: pgmap v13257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:54 smithi016 ceph-mon[96085]: pgmap v13257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:54.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:54.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:55.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:55.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:56 smithi098 ceph-mon[112578]: pgmap v13258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:56 smithi016 ceph-mon[96085]: pgmap v13258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:56.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:56.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:57.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:57.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:58 smithi098 ceph-mon[112578]: pgmap v13259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:02:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:02:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:58 smithi016 ceph-mon[96085]: pgmap v13259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:58.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:02:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:02:58.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:58.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:59.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:02:59.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:00 smithi098 ceph-mon[112578]: pgmap v13260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:00 smithi016 ceph-mon[96085]: pgmap v13260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:00.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:00.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:01.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:01.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:02 smithi098 ceph-mon[112578]: pgmap v13261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:02 smithi016 ceph-mon[96085]: pgmap v13261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:02.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:02.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:03.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:03.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:04 smithi098 ceph-mon[112578]: pgmap v13262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:04 smithi016 ceph-mon[96085]: pgmap v13262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:04.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:04.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:05.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:05.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:06 smithi098 ceph-mon[112578]: pgmap v13263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:06 smithi016 ceph-mon[96085]: pgmap v13263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:06.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:06.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:07.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:07.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:08 smithi098 ceph-mon[112578]: pgmap v13264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:08 smithi016 ceph-mon[96085]: pgmap v13264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:08.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:08.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:09.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:09.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:10 smithi098 ceph-mon[112578]: pgmap v13265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:10 smithi016 ceph-mon[96085]: pgmap v13265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:10.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:10.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:11.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:11.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:12 smithi098 ceph-mon[112578]: pgmap v13266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:12 smithi016 ceph-mon[96085]: pgmap v13266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:12.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:12.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:03:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:03:13.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:13.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:14 smithi098 ceph-mon[112578]: pgmap v13267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:14 smithi016 ceph-mon[96085]: pgmap v13267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:14.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:14.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:15.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:15.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:16 smithi098 ceph-mon[112578]: pgmap v13268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:16 smithi016 ceph-mon[96085]: pgmap v13268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:16.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:16.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:17.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:17.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:18 smithi098 ceph-mon[112578]: pgmap v13269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:18 smithi016 ceph-mon[96085]: pgmap v13269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:18.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:18.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:19.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:19.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:20.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:20 smithi098 ceph-mon[112578]: pgmap v13270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:20 smithi016 ceph-mon[96085]: pgmap v13270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:20.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:20.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:21.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:21.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:22 smithi098 ceph-mon[112578]: pgmap v13271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:22 smithi016 ceph-mon[96085]: pgmap v13271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:22.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:22.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:23.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:03:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:03:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:03:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:03:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:03:23.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:03:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:03:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:03:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:03:23.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:03:23.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:03:23.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:03:23.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:23.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:24 smithi098 ceph-mon[112578]: pgmap v13272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:24 smithi016 ceph-mon[96085]: pgmap v13272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:24.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:24.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:25.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:25.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:26 smithi098 ceph-mon[112578]: pgmap v13273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:26.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:26 smithi016 ceph-mon[96085]: pgmap v13273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:26.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:26.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:27.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:27.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:28 smithi098 ceph-mon[112578]: pgmap v13274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:03:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:28 smithi016 ceph-mon[96085]: pgmap v13274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:03:28.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:28.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:29.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:29.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:30 smithi098 ceph-mon[112578]: pgmap v13275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:30 smithi016 ceph-mon[96085]: pgmap v13275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:30.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:30.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:31.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:31.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:32 smithi098 ceph-mon[112578]: pgmap v13276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:32 smithi016 ceph-mon[96085]: pgmap v13276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:32.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:32.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:33.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:33.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:34.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:34 smithi098 ceph-mon[112578]: pgmap v13277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:34 smithi016 ceph-mon[96085]: pgmap v13277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:34.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:34.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:35.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:35.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:36 smithi016 ceph-mon[96085]: pgmap v13278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:36 smithi098 ceph-mon[112578]: pgmap v13278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:36.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:36.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:37.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:37.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:38.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:38 smithi098 ceph-mon[112578]: pgmap v13279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:38 smithi016 ceph-mon[96085]: pgmap v13279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:38.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:38.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:39.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:39.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:40 smithi098 ceph-mon[112578]: pgmap v13280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:40 smithi016 ceph-mon[96085]: pgmap v13280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:40.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:40.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:41.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:41.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:42 smithi098 ceph-mon[112578]: pgmap v13281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:42 smithi016 ceph-mon[96085]: pgmap v13281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:42.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:42.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:03:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:03:43.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:43.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:44 smithi098 ceph-mon[112578]: pgmap v13282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:44 smithi016 ceph-mon[96085]: pgmap v13282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:44.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:44.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:45.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:45.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:46 smithi098 ceph-mon[112578]: pgmap v13283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:46 smithi016 ceph-mon[96085]: pgmap v13283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:46.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:46.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:47.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:47.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:48 smithi098 ceph-mon[112578]: pgmap v13284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:48 smithi016 ceph-mon[96085]: pgmap v13284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:48.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:48.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:49.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:49.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:50 smithi098 ceph-mon[112578]: pgmap v13285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:50 smithi016 ceph-mon[96085]: pgmap v13285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:50.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:50.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:51.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:51.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:52 smithi098 ceph-mon[112578]: pgmap v13286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:52 smithi016 ceph-mon[96085]: pgmap v13286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:52.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:52.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:53.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:53.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:54 smithi098 ceph-mon[112578]: pgmap v13287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:54 smithi016 ceph-mon[96085]: pgmap v13287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:54.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:54.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:55.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:55.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:56 smithi098 ceph-mon[112578]: pgmap v13288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:56.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:56 smithi016 ceph-mon[96085]: pgmap v13288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:56.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:56.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:57.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:57.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:58 smithi098 ceph-mon[112578]: pgmap v13289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:03:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:03:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:58 smithi016 ceph-mon[96085]: pgmap v13289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:03:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:03:58.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:58.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:59.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:03:59.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:00 smithi016 ceph-mon[96085]: pgmap v13290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:00.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:00.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:00 smithi098 ceph-mon[112578]: pgmap v13290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:01.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:01.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:02 smithi016 ceph-mon[96085]: pgmap v13291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:02.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:02.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:02 smithi098 ceph-mon[112578]: pgmap v13291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:03.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:03.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:04 smithi016 ceph-mon[96085]: pgmap v13292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:04.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:04.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:04 smithi098 ceph-mon[112578]: pgmap v13292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:05.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:05.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:06 smithi016 ceph-mon[96085]: pgmap v13293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:06.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:06.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:06 smithi098 ceph-mon[112578]: pgmap v13293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:07.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:07.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:08 smithi016 ceph-mon[96085]: pgmap v13294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:08.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:08.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:08.952 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:08 smithi098 ceph-mon[112578]: pgmap v13294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:09.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:09.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:10 smithi016 ceph-mon[96085]: pgmap v13295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:10.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:10.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:10 smithi098 ceph-mon[112578]: pgmap v13295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:11.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:11.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:12.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:12.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:12 smithi098 ceph-mon[112578]: pgmap v13296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:12 smithi016 ceph-mon[96085]: pgmap v13296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:13.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:13.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:14.005 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:04:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:04:14.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:14.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:14 smithi098 ceph-mon[112578]: pgmap v13297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:14 smithi016 ceph-mon[96085]: pgmap v13297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:15.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:15.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:16.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:16.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:16 smithi098 ceph-mon[112578]: pgmap v13298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:16 smithi016 ceph-mon[96085]: pgmap v13298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:17.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:17.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:18.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:18.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:18 smithi098 ceph-mon[112578]: pgmap v13299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:18 smithi016 ceph-mon[96085]: pgmap v13299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:19.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:19.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:20.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:20.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:20 smithi098 ceph-mon[112578]: pgmap v13300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:20 smithi016 ceph-mon[96085]: pgmap v13300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:21.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:21.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:22.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:22.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:22 smithi098 ceph-mon[112578]: pgmap v13301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:22 smithi016 ceph-mon[96085]: pgmap v13301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:23.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:23.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:24.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:04:24.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:04:24.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:04:24.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:04:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:04:24.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:04:24.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:24.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:24 smithi098 ceph-mon[112578]: pgmap v13302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:04:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:04:25.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:04:25.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:04:25.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:04:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:24 smithi016 ceph-mon[96085]: pgmap v13302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:04:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:04:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:04:25.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:04:25.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:04:25.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:25.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:26.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:26.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:26 smithi098 ceph-mon[112578]: pgmap v13303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:26 smithi016 ceph-mon[96085]: pgmap v13303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:27.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:27.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:28.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:28.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:28 smithi098 ceph-mon[112578]: pgmap v13304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:04:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:28 smithi016 ceph-mon[96085]: pgmap v13304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:04:29.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:29.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:30.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:30.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:30 smithi098 ceph-mon[112578]: pgmap v13305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:30 smithi016 ceph-mon[96085]: pgmap v13305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:31.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:31.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:32.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:32.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:32 smithi098 ceph-mon[112578]: pgmap v13306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:32 smithi016 ceph-mon[96085]: pgmap v13306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:33.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:33.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:34.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:34.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:34 smithi098 ceph-mon[112578]: pgmap v13307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:34 smithi016 ceph-mon[96085]: pgmap v13307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:35.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:35.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:36.917 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:36 smithi016 ceph-mon[96085]: pgmap v13308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:36.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:36.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:36 smithi098 ceph-mon[112578]: pgmap v13308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:37.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:37.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:38.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:38.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:38 smithi098 ceph-mon[112578]: pgmap v13309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:38 smithi016 ceph-mon[96085]: pgmap v13309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:39.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:39.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:40.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:40.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:40 smithi098 ceph-mon[112578]: pgmap v13310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:40 smithi016 ceph-mon[96085]: pgmap v13310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:41.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:41.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:43.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:43.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:42 smithi098 ceph-mon[112578]: pgmap v13311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:42 smithi016 ceph-mon[96085]: pgmap v13311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:44.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:44.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:04:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:04:45.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:45.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:44 smithi098 ceph-mon[112578]: pgmap v13312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:44 smithi016 ceph-mon[96085]: pgmap v13312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:46.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:46.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:47.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:47.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:46 smithi098 ceph-mon[112578]: pgmap v13313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:46 smithi016 ceph-mon[96085]: pgmap v13313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:48.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:48.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:49.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:49.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:48 smithi098 ceph-mon[112578]: pgmap v13314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:48 smithi016 ceph-mon[96085]: pgmap v13314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:50.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:50.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:51.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:51.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:50 smithi098 ceph-mon[112578]: pgmap v13315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:50 smithi016 ceph-mon[96085]: pgmap v13315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:52.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:52.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:52 smithi098 ceph-mon[112578]: pgmap v13316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:53.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:53.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:52 smithi016 ceph-mon[96085]: pgmap v13316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:54.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:54.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:54 smithi098 ceph-mon[112578]: pgmap v13317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:55.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:55.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:54 smithi016 ceph-mon[96085]: pgmap v13317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:56.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:56.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:56 smithi098 ceph-mon[112578]: pgmap v13318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:57.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:57.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:56 smithi016 ceph-mon[96085]: pgmap v13318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:58.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:58.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:58 smithi098 ceph-mon[112578]: pgmap v13319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:04:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:04:59.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:04:59.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:58 smithi016 ceph-mon[96085]: pgmap v13319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:04:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:05:00.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:00.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:00 smithi098 ceph-mon[112578]: pgmap v13320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:00 smithi016 ceph-mon[96085]: pgmap v13320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:01.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:01.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:02.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:02.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:02 smithi098 ceph-mon[112578]: pgmap v13321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:02 smithi016 ceph-mon[96085]: pgmap v13321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:03.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:03.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:04.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:04.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:04 smithi098 ceph-mon[112578]: pgmap v13322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:04 smithi016 ceph-mon[96085]: pgmap v13322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:05.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:05.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:06.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:06.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:06 smithi098 ceph-mon[112578]: pgmap v13323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:06 smithi016 ceph-mon[96085]: pgmap v13323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:07.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:07.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:08.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:08.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:08 smithi098 ceph-mon[112578]: pgmap v13324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:08 smithi016 ceph-mon[96085]: pgmap v13324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:09.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:09.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:10.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:10.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:10 smithi098 ceph-mon[112578]: pgmap v13325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:10 smithi016 ceph-mon[96085]: pgmap v13325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:11.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:11.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:12.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:12.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:12 smithi098 ceph-mon[112578]: pgmap v13326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:12 smithi016 ceph-mon[96085]: pgmap v13326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:13.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:13.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:05:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:05:14.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:14.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:14 smithi098 ceph-mon[112578]: pgmap v13327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:14 smithi016 ceph-mon[96085]: pgmap v13327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:15.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:15.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:16.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:16.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:16 smithi098 ceph-mon[112578]: pgmap v13328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:16 smithi016 ceph-mon[96085]: pgmap v13328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:17.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:17.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:18.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:18.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:18 smithi098 ceph-mon[112578]: pgmap v13329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:18 smithi016 ceph-mon[96085]: pgmap v13329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:19.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:19.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:20.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:20.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:20 smithi098 ceph-mon[112578]: pgmap v13330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:20 smithi016 ceph-mon[96085]: pgmap v13330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:21.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:21.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:22.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:22.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:22 smithi016 ceph-mon[96085]: pgmap v13331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:22 smithi098 ceph-mon[112578]: pgmap v13331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:23.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:23.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:24.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:24.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:24 smithi098 ceph-mon[112578]: pgmap v13332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:05:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:05:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:05:25.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:05:25.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:05:25.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:05:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:24 smithi016 ceph-mon[96085]: pgmap v13332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:05:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:05:25.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:05:25.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:05:25.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:05:25.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:05:25.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:25.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:26.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:26.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:26 smithi098 ceph-mon[112578]: pgmap v13333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:26 smithi016 ceph-mon[96085]: pgmap v13333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:27.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:27.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:28.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:28.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:29.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:28 smithi098 ceph-mon[112578]: pgmap v13334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:29.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:05:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:28 smithi016 ceph-mon[96085]: pgmap v13334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:05:29.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:29.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:30.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:30.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:30 smithi098 ceph-mon[112578]: pgmap v13335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:30 smithi016 ceph-mon[96085]: pgmap v13335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:31.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:31.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:32.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:32.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:32 smithi098 ceph-mon[112578]: pgmap v13336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:32 smithi016 ceph-mon[96085]: pgmap v13336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:33.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:33.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:34.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:34.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:34 smithi098 ceph-mon[112578]: pgmap v13337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:34 smithi016 ceph-mon[96085]: pgmap v13337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:35.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:35.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:36.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:36.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:36 smithi098 ceph-mon[112578]: pgmap v13338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:36 smithi016 ceph-mon[96085]: pgmap v13338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:37.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:37.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:38.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:38.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:38 smithi098 ceph-mon[112578]: pgmap v13339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:38 smithi016 ceph-mon[96085]: pgmap v13339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:39.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:39.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:40.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:40.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:40 smithi098 ceph-mon[112578]: pgmap v13340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:40 smithi016 ceph-mon[96085]: pgmap v13340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:41.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:41.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:42.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:42.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:42 smithi098 ceph-mon[112578]: pgmap v13341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:42 smithi016 ceph-mon[96085]: pgmap v13341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:43.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:43.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:05:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:05:44.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:44.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:44.947 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:44 smithi098 ceph-mon[112578]: pgmap v13342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:44 smithi016 ceph-mon[96085]: pgmap v13342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:45.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:45.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:46.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:46.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:46 smithi098 ceph-mon[112578]: pgmap v13343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:46 smithi016 ceph-mon[96085]: pgmap v13343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:47.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:47.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:48.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:48.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:48 smithi098 ceph-mon[112578]: pgmap v13344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:48 smithi016 ceph-mon[96085]: pgmap v13344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:49.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:49.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:50.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:50.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:50 smithi098 ceph-mon[112578]: pgmap v13345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:50 smithi016 ceph-mon[96085]: pgmap v13345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:51.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:51.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:52.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:52.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:52 smithi098 ceph-mon[112578]: pgmap v13346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:52 smithi016 ceph-mon[96085]: pgmap v13346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:53.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:53.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:54.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:54.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:54 smithi098 ceph-mon[112578]: pgmap v13347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:54 smithi016 ceph-mon[96085]: pgmap v13347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:55.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:55.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:56.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:56.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:56 smithi098 ceph-mon[112578]: pgmap v13348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:56 smithi016 ceph-mon[96085]: pgmap v13348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:57.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:57.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:58.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:58.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:58 smithi098 ceph-mon[112578]: pgmap v13349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:05:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:05:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:58 smithi016 ceph-mon[96085]: pgmap v13349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:05:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:05:59.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:05:59.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:00.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:00.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:00 smithi098 ceph-mon[112578]: pgmap v13350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:00 smithi016 ceph-mon[96085]: pgmap v13350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:01.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:01.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:02.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:02.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:02 smithi098 ceph-mon[112578]: pgmap v13351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:02 smithi016 ceph-mon[96085]: pgmap v13351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:03.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:03.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:04.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:04.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:04 smithi098 ceph-mon[112578]: pgmap v13352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:04 smithi016 ceph-mon[96085]: pgmap v13352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:05.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:05.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:06.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:06.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:07.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:06 smithi098 ceph-mon[112578]: pgmap v13353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:06 smithi016 ceph-mon[96085]: pgmap v13353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:07.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:07.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:08.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:08.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:08 smithi098 ceph-mon[112578]: pgmap v13354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:08 smithi016 ceph-mon[96085]: pgmap v13354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:09.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:09.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:10.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:10.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:10 smithi098 ceph-mon[112578]: pgmap v13355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:10 smithi016 ceph-mon[96085]: pgmap v13355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:11.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:11.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:12.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:12.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:13.012 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:12 smithi016 ceph-mon[96085]: pgmap v13356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:12 smithi098 ceph-mon[112578]: pgmap v13356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:13.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:13.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:06:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:06:14.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:14.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:14 smithi098 ceph-mon[112578]: pgmap v13357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:14 smithi016 ceph-mon[96085]: pgmap v13357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:15.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:15.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:16.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:16.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:16 smithi098 ceph-mon[112578]: pgmap v13358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:16 smithi016 ceph-mon[96085]: pgmap v13358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:17.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:17.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:18.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:18.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:18 smithi098 ceph-mon[112578]: pgmap v13359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:18 smithi016 ceph-mon[96085]: pgmap v13359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:19.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:19.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:20.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:20.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:20 smithi098 ceph-mon[112578]: pgmap v13360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:20 smithi016 ceph-mon[96085]: pgmap v13360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:21.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:21.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:22.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:22.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:22 smithi098 ceph-mon[112578]: pgmap v13361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:22 smithi016 ceph-mon[96085]: pgmap v13361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:23.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:23.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:24.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:24.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:24 smithi098 ceph-mon[112578]: pgmap v13362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:06:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:24 smithi016 ceph-mon[96085]: pgmap v13362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:06:25.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:25.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:26.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:06:26.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:06:26.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:06:26.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:06:26.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:06:26.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:06:26.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:06:26.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:06:26.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:06:26.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:06:26.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:26.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:26 smithi098 ceph-mon[112578]: pgmap v13363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:26 smithi016 ceph-mon[96085]: pgmap v13363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:27.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:27.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:28.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:28.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:28 smithi098 ceph-mon[112578]: pgmap v13364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:06:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:28 smithi016 ceph-mon[96085]: pgmap v13364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:06:29.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:29.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:30.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:30.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:30 smithi016 ceph-mon[96085]: pgmap v13365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:31.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:31.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:30 smithi098 ceph-mon[112578]: pgmap v13365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:32.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:32.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:32 smithi016 ceph-mon[96085]: pgmap v13366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:33.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:33.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:32 smithi098 ceph-mon[112578]: pgmap v13366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:34.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:34.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:34 smithi016 ceph-mon[96085]: pgmap v13367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:35.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:35.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:35.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:34 smithi098 ceph-mon[112578]: pgmap v13367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:36.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:36.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:36 smithi016 ceph-mon[96085]: pgmap v13368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:37.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:37.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:37.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:36 smithi098 ceph-mon[112578]: pgmap v13368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:38.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:38.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:38 smithi016 ceph-mon[96085]: pgmap v13369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:39.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:39.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:39.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:38 smithi098 ceph-mon[112578]: pgmap v13369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:40.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:40.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:40 smithi016 ceph-mon[96085]: pgmap v13370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:41.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:41.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:40 smithi098 ceph-mon[112578]: pgmap v13370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:42.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:42.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:43.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:43.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:42 smithi098 ceph-mon[112578]: pgmap v13371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:42 smithi016 ceph-mon[96085]: pgmap v13371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:44.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:44.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:44.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:06:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:06:45.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:45.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:45.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:44 smithi098 ceph-mon[112578]: pgmap v13372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:44 smithi016 ceph-mon[96085]: pgmap v13372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:46.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:46.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:47.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:47.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:46 smithi098 ceph-mon[112578]: pgmap v13373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:46 smithi016 ceph-mon[96085]: pgmap v13373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:48.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:48.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:49.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:49.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:48 smithi098 ceph-mon[112578]: pgmap v13374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:48 smithi016 ceph-mon[96085]: pgmap v13374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:50.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:50.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:50 smithi098 ceph-mon[112578]: pgmap v13375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:50 smithi016 ceph-mon[96085]: pgmap v13375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:51.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:51.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:52.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:52.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:53.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:53.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:52 smithi098 ceph-mon[112578]: pgmap v13376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:52 smithi016 ceph-mon[96085]: pgmap v13376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:54.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:54.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:55.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:55.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:55.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:54 smithi098 ceph-mon[112578]: pgmap v13377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:55.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:54 smithi016 ceph-mon[96085]: pgmap v13377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:56.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:56.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:57.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:57.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:56 smithi098 ceph-mon[112578]: pgmap v13378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:56 smithi016 ceph-mon[96085]: pgmap v13378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:58.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:58.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:59.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:06:59.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:58 smithi098 ceph-mon[112578]: pgmap v13379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:06:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:06:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:58 smithi016 ceph-mon[96085]: pgmap v13379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:06:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:07:00.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:00.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:00 smithi098 ceph-mon[112578]: pgmap v13380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:00 smithi016 ceph-mon[96085]: pgmap v13380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:01.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:01.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:02.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:02.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:03.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:03.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:03.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:02 smithi098 ceph-mon[112578]: pgmap v13381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:02 smithi016 ceph-mon[96085]: pgmap v13381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:04.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:04.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:05.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:05.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:05.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:04 smithi098 ceph-mon[112578]: pgmap v13382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:05.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:04 smithi016 ceph-mon[96085]: pgmap v13382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:06.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:06.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:07.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:07.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:07.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:06 smithi098 ceph-mon[112578]: pgmap v13383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:06 smithi016 ceph-mon[96085]: pgmap v13383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:08.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:08.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:08 smithi016 ceph-mon[96085]: pgmap v13384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:09.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:09.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:08 smithi098 ceph-mon[112578]: pgmap v13384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:10.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:10.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:10 smithi016 ceph-mon[96085]: pgmap v13385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:11.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:11.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:10 smithi098 ceph-mon[112578]: pgmap v13385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:12.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:12.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:13.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:13.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:12 smithi098 ceph-mon[112578]: pgmap v13386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:12 smithi016 ceph-mon[96085]: pgmap v13386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:07:14.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:14.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:07:15.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:15.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:14 smithi098 ceph-mon[112578]: pgmap v13387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:14 smithi016 ceph-mon[96085]: pgmap v13387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:16.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:16.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:17.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:17.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:16 smithi098 ceph-mon[112578]: pgmap v13388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:16 smithi016 ceph-mon[96085]: pgmap v13388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:18.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:18.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:18 smithi016 ceph-mon[96085]: pgmap v13389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:19.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:19.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:18 smithi098 ceph-mon[112578]: pgmap v13389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:20.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:20.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:20 smithi016 ceph-mon[96085]: pgmap v13390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:21.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:20 smithi098 ceph-mon[112578]: pgmap v13390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:21.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:21.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:22.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:22.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:22 smithi098 ceph-mon[112578]: pgmap v13391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:23.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:23.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:22 smithi016 ceph-mon[96085]: pgmap v13391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:24.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:24.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:24 smithi098 ceph-mon[112578]: pgmap v13392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:25.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:25.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:24 smithi016 ceph-mon[96085]: pgmap v13392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:26.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:07:26.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:26.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:07:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:26 smithi098 ceph-mon[112578]: pgmap v13393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:07:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:07:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:07:27.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:07:27.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:07:27.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:27.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:26 smithi016 ceph-mon[96085]: pgmap v13393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:07:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:07:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:07:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:07:27.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:07:28.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:28.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:28 smithi098 ceph-mon[112578]: pgmap v13394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:07:29.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:29.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:28 smithi016 ceph-mon[96085]: pgmap v13394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:07:30.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:30.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:30 smithi016 ceph-mon[96085]: pgmap v13395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:30 smithi098 ceph-mon[112578]: pgmap v13395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:31.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:31.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:32.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:32.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:32 smithi098 ceph-mon[112578]: pgmap v13396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:32 smithi016 ceph-mon[96085]: pgmap v13396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:33.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:33.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:34.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:34.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:35.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:34 smithi098 ceph-mon[112578]: pgmap v13397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:34 smithi016 ceph-mon[96085]: pgmap v13397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:35.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:35.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:36.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:36.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:37.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:36 smithi098 ceph-mon[112578]: pgmap v13398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:37.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:36 smithi016 ceph-mon[96085]: pgmap v13398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:37.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:37.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:38.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:38.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:39.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:38 smithi098 ceph-mon[112578]: pgmap v13399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:38 smithi016 ceph-mon[96085]: pgmap v13399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:39.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:39.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:40.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:40.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:41.156 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:40 smithi098 ceph-mon[112578]: pgmap v13400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:40 smithi016 ceph-mon[96085]: pgmap v13400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:41.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:41.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:42.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:42.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:42 smithi098 ceph-mon[112578]: pgmap v13401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:42 smithi016 ceph-mon[96085]: pgmap v13401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:43.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:43.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:44.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:07:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:07:44.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:44.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:45.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:44 smithi098 ceph-mon[112578]: pgmap v13402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:44 smithi016 ceph-mon[96085]: pgmap v13402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:45.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:45.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:46.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:46.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:46 smithi098 ceph-mon[112578]: pgmap v13403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:46 smithi016 ceph-mon[96085]: pgmap v13403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:47.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:47.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:48.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:48.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:48 smithi098 ceph-mon[112578]: pgmap v13404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:49.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:48 smithi016 ceph-mon[96085]: pgmap v13404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:49.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:49.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:50.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:50.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:50 smithi016 ceph-mon[96085]: pgmap v13405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:51.261 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:50 smithi098 ceph-mon[112578]: pgmap v13405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:51.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:51.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:52.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:52.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:52 smithi098 ceph-mon[112578]: pgmap v13406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:52 smithi016 ceph-mon[96085]: pgmap v13406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:53.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:53.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:54.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:54.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:55.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:54 smithi098 ceph-mon[112578]: pgmap v13407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:55.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:54 smithi016 ceph-mon[96085]: pgmap v13407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:55.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:55.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:56.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:56.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:56 smithi098 ceph-mon[112578]: pgmap v13408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:57.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:56 smithi016 ceph-mon[96085]: pgmap v13408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:57.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:57.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:58.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:58.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:59.232 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:58 smithi016 ceph-mon[96085]: pgmap v13409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:59.232 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:07:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:07:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:58 smithi098 ceph-mon[112578]: pgmap v13409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:07:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:07:59.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:07:59.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:00.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:00.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:01.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:00 smithi098 ceph-mon[112578]: pgmap v13410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:00 smithi016 ceph-mon[96085]: pgmap v13410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:01.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:01.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:02.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:02.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:03.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:02 smithi098 ceph-mon[112578]: pgmap v13411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:02 smithi016 ceph-mon[96085]: pgmap v13411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:03.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:03.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:04.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:03 smithi098 ceph-mon[112578]: pgmap v13412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:04.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:03 smithi016 ceph-mon[96085]: pgmap v13412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:04.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:04.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:05.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:05.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:06.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:06.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:06.420 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:06 smithi098 ceph-mon[112578]: pgmap v13413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:06 smithi016 ceph-mon[96085]: pgmap v13413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:07.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:07.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:08.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:08.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:08 smithi098 ceph-mon[112578]: pgmap v13414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:08 smithi016 ceph-mon[96085]: pgmap v13414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:09.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:09.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:10.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:10.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:10 smithi098 ceph-mon[112578]: pgmap v13415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:10.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:10 smithi016 ceph-mon[96085]: pgmap v13415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:11.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:11.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:12.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:12.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:12.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:12 smithi098 ceph-mon[112578]: pgmap v13416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:12.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:12 smithi016 ceph-mon[96085]: pgmap v13416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:13.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:13.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:08:13.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:08:14.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:14.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:14 smithi098 ceph-mon[112578]: pgmap v13417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:14 smithi016 ceph-mon[96085]: pgmap v13417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:15.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:15.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:16.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:16.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:16 smithi098 ceph-mon[112578]: pgmap v13418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:16 smithi016 ceph-mon[96085]: pgmap v13418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:17.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:17.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:18.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:18.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:18 smithi098 ceph-mon[112578]: pgmap v13419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:18 smithi016 ceph-mon[96085]: pgmap v13419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:19.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:19.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:20.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:20.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:20.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:20 smithi098 ceph-mon[112578]: pgmap v13420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:20.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:20 smithi016 ceph-mon[96085]: pgmap v13420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:21.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:21.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:22.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:22.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:22.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:22 smithi098 ceph-mon[112578]: pgmap v13421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:22 smithi016 ceph-mon[96085]: pgmap v13421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:23.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:23.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:24.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:24.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:24.521 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:24 smithi016 ceph-mon[96085]: pgmap v13422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:24 smithi098 ceph-mon[112578]: pgmap v13422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:25.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:25.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:26.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:26.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:26 smithi016 ceph-mon[96085]: pgmap v13423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:26.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:08:26.632 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:26 smithi098 ceph-mon[112578]: pgmap v13423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:26.632 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:08:27.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:27.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:27.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:08:27.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:08:27.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:08:27.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:08:27.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:08:27.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:08:27.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:08:27.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:08:27.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:08:27.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:08:28.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:28.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:28 smithi098 ceph-mon[112578]: pgmap v13424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:08:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:28 smithi016 ceph-mon[96085]: pgmap v13424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:08:29.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:29.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:30.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:30.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:30 smithi098 ceph-mon[112578]: pgmap v13425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:30 smithi016 ceph-mon[96085]: pgmap v13425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:31.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:31.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:32.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:32.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:32 smithi098 ceph-mon[112578]: pgmap v13426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:32 smithi016 ceph-mon[96085]: pgmap v13426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:33.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:33.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:34.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:34.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:34 smithi098 ceph-mon[112578]: pgmap v13427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:34 smithi016 ceph-mon[96085]: pgmap v13427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:35.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:35.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:36.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:36.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:36 smithi098 ceph-mon[112578]: pgmap v13428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:36 smithi016 ceph-mon[96085]: pgmap v13428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:37.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:37.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:38.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:38.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:38 smithi098 ceph-mon[112578]: pgmap v13429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:38 smithi016 ceph-mon[96085]: pgmap v13429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:39.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:39.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:40.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:40.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:40 smithi098 ceph-mon[112578]: pgmap v13430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:40 smithi016 ceph-mon[96085]: pgmap v13430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:41.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:41.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:42.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:42.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:42 smithi098 ceph-mon[112578]: pgmap v13431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:42 smithi016 ceph-mon[96085]: pgmap v13431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:43.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:43.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:08:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:08:44.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:44.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:44 smithi098 ceph-mon[112578]: pgmap v13432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:44 smithi016 ceph-mon[96085]: pgmap v13432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:45.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:45.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:46.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:46.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:46.839 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:46 smithi098 ceph-mon[112578]: pgmap v13433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:46 smithi016 ceph-mon[96085]: pgmap v13433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:47.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:47.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:48.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:48.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:48 smithi098 ceph-mon[112578]: pgmap v13434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:48 smithi016 ceph-mon[96085]: pgmap v13434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:49.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:49.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:50.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:50.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:50 smithi098 ceph-mon[112578]: pgmap v13435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:50 smithi016 ceph-mon[96085]: pgmap v13435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:51.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:51.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:52.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:52.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:52 smithi098 ceph-mon[112578]: pgmap v13436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:52 smithi016 ceph-mon[96085]: pgmap v13436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:53.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:53.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:54.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:54.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:54.867 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:54 smithi016 ceph-mon[96085]: pgmap v13437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:54 smithi098 ceph-mon[112578]: pgmap v13437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:55.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:55.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:56.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:56.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:56.944 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:56 smithi098 ceph-mon[112578]: pgmap v13438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:56 smithi016 ceph-mon[96085]: pgmap v13438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:57.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:57.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:58.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:58.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:58 smithi098 ceph-mon[112578]: pgmap v13439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:08:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:08:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:58 smithi016 ceph-mon[96085]: pgmap v13439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:08:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:08:59.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:08:59.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:00.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:00.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:00 smithi098 ceph-mon[112578]: pgmap v13440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:00 smithi016 ceph-mon[96085]: pgmap v13440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:01.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:01.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:02.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:02.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:02 smithi098 ceph-mon[112578]: pgmap v13441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:02 smithi016 ceph-mon[96085]: pgmap v13441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:03.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:03.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:04.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:04.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:04.981 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:04 smithi016 ceph-mon[96085]: pgmap v13442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:04 smithi098 ceph-mon[112578]: pgmap v13442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:05.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:05.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:06.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:06.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:06 smithi098 ceph-mon[112578]: pgmap v13443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:06 smithi016 ceph-mon[96085]: pgmap v13443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:07.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:07.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:08.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:08.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:08 smithi098 ceph-mon[112578]: pgmap v13444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:08 smithi016 ceph-mon[96085]: pgmap v13444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:09.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:09.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:10.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:10.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:10 smithi098 ceph-mon[112578]: pgmap v13445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:10 smithi016 ceph-mon[96085]: pgmap v13445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:11.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:11.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:12.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:12.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:12 smithi098 ceph-mon[112578]: pgmap v13446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:12 smithi016 ceph-mon[96085]: pgmap v13446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:13.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:13.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:09:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:09:14.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:14.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:14 smithi098 ceph-mon[112578]: pgmap v13447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:14 smithi016 ceph-mon[96085]: pgmap v13447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:15.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:15.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:16.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:16.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:16 smithi098 ceph-mon[112578]: pgmap v13448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:16 smithi016 ceph-mon[96085]: pgmap v13448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:17.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:17.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:18.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:18.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:18 smithi098 ceph-mon[112578]: pgmap v13449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:18 smithi016 ceph-mon[96085]: pgmap v13449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:19.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:19.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:20.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:20.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:20 smithi098 ceph-mon[112578]: pgmap v13450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:20 smithi016 ceph-mon[96085]: pgmap v13450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:21.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:21.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:22.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:22.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:22 smithi098 ceph-mon[112578]: pgmap v13451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:22 smithi016 ceph-mon[96085]: pgmap v13451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:23.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:23.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:24.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:24.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:24 smithi098 ceph-mon[112578]: pgmap v13452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:24 smithi016 ceph-mon[96085]: pgmap v13452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:25.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:25.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:26.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:26.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:26 smithi098 ceph-mon[112578]: pgmap v13453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:26 smithi016 ceph-mon[96085]: pgmap v13453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:27.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:27.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:09:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:09:28.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:28.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:28 smithi098 ceph-mon[112578]: pgmap v13454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:09:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:28 smithi016 ceph-mon[96085]: pgmap v13454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:09:29.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:29.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:30.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:30.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:30 smithi098 ceph-mon[112578]: pgmap v13455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:09:31.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:09:31.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:09:31.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:09:31.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:09:31.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:09:31.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:09:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:30 smithi016 ceph-mon[96085]: pgmap v13455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:09:31.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:09:31.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:09:31.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:09:31.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:09:31.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:09:31.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:09:31.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:31.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:32.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:32.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:32 smithi098 ceph-mon[112578]: pgmap v13456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:32 smithi016 ceph-mon[96085]: pgmap v13456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:33.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:33.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:34.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:34.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:34 smithi098 ceph-mon[112578]: pgmap v13457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:34 smithi016 ceph-mon[96085]: pgmap v13457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:35.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:35.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:36.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:36.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:36 smithi098 ceph-mon[112578]: pgmap v13458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:36 smithi016 ceph-mon[96085]: pgmap v13458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:37.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:37.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:38.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:38.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:38 smithi098 ceph-mon[112578]: pgmap v13459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:38 smithi016 ceph-mon[96085]: pgmap v13459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:39.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:39.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:40.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:40.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:40 smithi016 ceph-mon[96085]: pgmap v13460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:40 smithi098 ceph-mon[112578]: pgmap v13460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:41.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:41.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:42.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:42.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:42 smithi098 ceph-mon[112578]: pgmap v13461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:42 smithi016 ceph-mon[96085]: pgmap v13461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:43.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:43.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:09:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:09:44.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:44.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:44 smithi098 ceph-mon[112578]: pgmap v13462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:44 smithi016 ceph-mon[96085]: pgmap v13462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:45.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:45.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:46.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:46.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:46 smithi098 ceph-mon[112578]: pgmap v13463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:46 smithi016 ceph-mon[96085]: pgmap v13463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:47.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:47.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:48.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:48.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:48 smithi098 ceph-mon[112578]: pgmap v13464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:48 smithi016 ceph-mon[96085]: pgmap v13464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:49.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:49.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:50.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:50.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:50 smithi016 ceph-mon[96085]: pgmap v13465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:50 smithi098 ceph-mon[112578]: pgmap v13465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:51.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:51.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:52.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:52.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:52 smithi098 ceph-mon[112578]: pgmap v13466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:52 smithi016 ceph-mon[96085]: pgmap v13466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:53.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:53.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:54.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:54.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:54 smithi098 ceph-mon[112578]: pgmap v13467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:54 smithi016 ceph-mon[96085]: pgmap v13467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:55.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:55.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:56.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:56.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:56 smithi098 ceph-mon[112578]: pgmap v13468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:56 smithi016 ceph-mon[96085]: pgmap v13468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:57.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:57.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:58.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:58.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:58 smithi098 ceph-mon[112578]: pgmap v13469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:09:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:09:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:58 smithi016 ceph-mon[96085]: pgmap v13469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:09:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:09:59.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:09:59.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:00.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:00.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:00 smithi098 ceph-mon[112578]: pgmap v13470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T04:10:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:00 smithi016 ceph-mon[96085]: pgmap v13470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T04:10:01.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:01.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:02.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:02.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:02 smithi098 ceph-mon[112578]: pgmap v13471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:02 smithi016 ceph-mon[96085]: pgmap v13471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:03.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:03.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:04.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:04.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:04 smithi098 ceph-mon[112578]: pgmap v13472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:04 smithi016 ceph-mon[96085]: pgmap v13472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:05.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:05.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:06.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:06.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:06 smithi098 ceph-mon[112578]: pgmap v13473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:06 smithi016 ceph-mon[96085]: pgmap v13473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:07.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:07.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:08.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:08.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:08 smithi098 ceph-mon[112578]: pgmap v13474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:08 smithi016 ceph-mon[96085]: pgmap v13474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:09.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:09.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:10.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:10.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:10 smithi098 ceph-mon[112578]: pgmap v13475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:10 smithi016 ceph-mon[96085]: pgmap v13475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:11.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:11.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:12.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:12.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:12 smithi098 ceph-mon[112578]: pgmap v13476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:12 smithi016 ceph-mon[96085]: pgmap v13476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:13.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:13.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:10:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:10:14.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:14.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:14 smithi098 ceph-mon[112578]: pgmap v13477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:14 smithi016 ceph-mon[96085]: pgmap v13477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:15.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:15.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:16.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:16.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:16 smithi098 ceph-mon[112578]: pgmap v13478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:16 smithi016 ceph-mon[96085]: pgmap v13478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:17.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:17.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:18.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:18.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:18 smithi098 ceph-mon[112578]: pgmap v13479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:18 smithi016 ceph-mon[96085]: pgmap v13479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:19.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:19.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:20.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:20.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:20 smithi098 ceph-mon[112578]: pgmap v13480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:21.034 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:20 smithi016 ceph-mon[96085]: pgmap v13480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:21.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:21.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:22.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:22.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:22 smithi098 ceph-mon[112578]: pgmap v13481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:22 smithi016 ceph-mon[96085]: pgmap v13481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:23.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:23.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:24.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:24.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:24 smithi098 ceph-mon[112578]: pgmap v13482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:24 smithi016 ceph-mon[96085]: pgmap v13482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:25.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:25.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:26.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:26.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:26 smithi098 ceph-mon[112578]: pgmap v13483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:26 smithi016 ceph-mon[96085]: pgmap v13483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:27.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:27.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:28.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:28.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:28 smithi098 ceph-mon[112578]: pgmap v13484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:10:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:28 smithi016 ceph-mon[96085]: pgmap v13484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:10:29.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:29.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:30.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:30.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:30 smithi098 ceph-mon[112578]: pgmap v13485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:10:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:30 smithi016 ceph-mon[96085]: pgmap v13485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:10:31.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:31.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:32.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:32.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:32 smithi098 ceph-mon[112578]: pgmap v13486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:32 smithi016 ceph-mon[96085]: pgmap v13486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:33.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:33.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:34.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:34.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:34 smithi098 ceph-mon[112578]: pgmap v13487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:34 smithi016 ceph-mon[96085]: pgmap v13487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:35.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:35.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:36.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:10:36.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:10:36.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:35 smithi098 ceph-mon[112578]: pgmap v13488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:36.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:10:36.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:10:36.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:10:36.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:10:36.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:10:36.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:10:36.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:10:36.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:35 smithi016 ceph-mon[96085]: pgmap v13488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:36.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:10:36.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:10:36.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:10:36.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:10:36.284 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:10:36.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:36.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:37.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:37.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:38.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:38 smithi016 ceph-mon[96085]: pgmap v13489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:38.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:38.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:38 smithi098 ceph-mon[112578]: pgmap v13489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:39.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:39.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:40.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:40 smithi016 ceph-mon[96085]: pgmap v13490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:40.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:40.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:40 smithi098 ceph-mon[112578]: pgmap v13490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:41.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:41.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:42 smithi016 ceph-mon[96085]: pgmap v13491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:42.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:42.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:42 smithi098 ceph-mon[112578]: pgmap v13491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:10:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:10:43.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:43.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:44.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:44.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:44 smithi098 ceph-mon[112578]: pgmap v13492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:44 smithi016 ceph-mon[96085]: pgmap v13492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:45.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:45.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:46.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:46 smithi016 ceph-mon[96085]: pgmap v13493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:46.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:46.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:46 smithi098 ceph-mon[112578]: pgmap v13493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:47.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:47.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:48 smithi098 ceph-mon[112578]: pgmap v13494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:48.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:48.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:48 smithi016 ceph-mon[96085]: pgmap v13494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:49.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:49.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:50.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:50.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:50 smithi098 ceph-mon[112578]: pgmap v13495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:50 smithi016 ceph-mon[96085]: pgmap v13495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:51.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:51.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:52.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:52.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:52 smithi098 ceph-mon[112578]: pgmap v13496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:52 smithi016 ceph-mon[96085]: pgmap v13496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:53.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:53.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:54.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:54.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:54 smithi098 ceph-mon[112578]: pgmap v13497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:54 smithi016 ceph-mon[96085]: pgmap v13497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:55.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:55.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:56.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:56 smithi016 ceph-mon[96085]: pgmap v13498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:56.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:56.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:56 smithi098 ceph-mon[112578]: pgmap v13498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:57.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:57.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:58 smithi098 ceph-mon[112578]: pgmap v13499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:10:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:10:58.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:58.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:58 smithi016 ceph-mon[96085]: pgmap v13499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:10:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:10:59.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:10:59.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:00.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:00.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:00 smithi098 ceph-mon[112578]: pgmap v13500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:00 smithi016 ceph-mon[96085]: pgmap v13500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:01.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:01.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:02.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:02.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:02 smithi098 ceph-mon[112578]: pgmap v13501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:02 smithi016 ceph-mon[96085]: pgmap v13501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:03.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:03.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:04.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:04.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:04 smithi098 ceph-mon[112578]: pgmap v13502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:04 smithi016 ceph-mon[96085]: pgmap v13502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:05.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:05.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:06.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:06.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:06 smithi098 ceph-mon[112578]: pgmap v13503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:06 smithi016 ceph-mon[96085]: pgmap v13503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:07.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:07.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:08.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:08.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:08.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:08 smithi098 ceph-mon[112578]: pgmap v13504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:08 smithi016 ceph-mon[96085]: pgmap v13504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:09.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:09.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:10.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:10.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:10 smithi098 ceph-mon[112578]: pgmap v13505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:10 smithi016 ceph-mon[96085]: pgmap v13505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:11.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:11.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:12.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:12.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:12 smithi098 ceph-mon[112578]: pgmap v13506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:12 smithi016 ceph-mon[96085]: pgmap v13506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:13.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:13.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:11:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:11:14.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:14.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:14 smithi098 ceph-mon[112578]: pgmap v13507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:14 smithi016 ceph-mon[96085]: pgmap v13507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:15.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:15.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:16.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:16.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:16 smithi098 ceph-mon[112578]: pgmap v13508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:16 smithi016 ceph-mon[96085]: pgmap v13508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:17.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:17.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:18.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:18.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:18 smithi098 ceph-mon[112578]: pgmap v13509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:18 smithi016 ceph-mon[96085]: pgmap v13509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:19.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:19.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:20.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:20.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:20 smithi098 ceph-mon[112578]: pgmap v13510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:20 smithi016 ceph-mon[96085]: pgmap v13510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:21.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:21.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:22.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:22.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:22 smithi098 ceph-mon[112578]: pgmap v13511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:22 smithi016 ceph-mon[96085]: pgmap v13511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:23.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:23.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:24.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:24.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:24 smithi098 ceph-mon[112578]: pgmap v13512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:24 smithi016 ceph-mon[96085]: pgmap v13512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:25.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:25.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:26.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:26.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:26 smithi098 ceph-mon[112578]: pgmap v13513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:26 smithi016 ceph-mon[96085]: pgmap v13513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:27.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:27.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:28.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:28.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:28 smithi098 ceph-mon[112578]: pgmap v13514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:11:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:28 smithi016 ceph-mon[96085]: pgmap v13514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:11:29.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:29.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:30.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:30.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:30 smithi098 ceph-mon[112578]: pgmap v13515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:30 smithi016 ceph-mon[96085]: pgmap v13515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:31.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:31.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:32.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:32.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:32 smithi098 ceph-mon[112578]: pgmap v13516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:32 smithi016 ceph-mon[96085]: pgmap v13516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:33.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:33.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:34.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:34.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:34.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:34 smithi098 ceph-mon[112578]: pgmap v13517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:34 smithi016 ceph-mon[96085]: pgmap v13517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:35.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:35.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:36.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:36.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:36.711 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:36 smithi016 ceph-mon[96085]: pgmap v13518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:36.712 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:11:36.712 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:11:36.712 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:11:36.712 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:11:36.712 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:11:36.713 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:11:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:36 smithi098 ceph-mon[112578]: pgmap v13518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:11:36.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:11:36.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:11:36.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:11:36.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:11:36.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:11:37.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:37.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:38.633 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:38 smithi098 ceph-mon[112578]: pgmap v13519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:38.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:38.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:38 smithi016 ceph-mon[96085]: pgmap v13519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:39.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:39.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:40.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:40.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:40 smithi098 ceph-mon[112578]: pgmap v13520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:40 smithi016 ceph-mon[96085]: pgmap v13520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:41.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:41.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:42.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:42.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:42 smithi098 ceph-mon[112578]: pgmap v13521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:42 smithi016 ceph-mon[96085]: pgmap v13521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:43.686 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:11:43.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:43.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:11:44.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:44.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:44 smithi098 ceph-mon[112578]: pgmap v13522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:44 smithi016 ceph-mon[96085]: pgmap v13522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:45.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:45.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:46.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:46.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:46 smithi098 ceph-mon[112578]: pgmap v13523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:46 smithi016 ceph-mon[96085]: pgmap v13523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:47.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:47.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:48.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:48.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:48.742 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:48 smithi098 ceph-mon[112578]: pgmap v13524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:48 smithi016 ceph-mon[96085]: pgmap v13524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:49.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:49.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:50.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:50.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:50.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:50 smithi098 ceph-mon[112578]: pgmap v13525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:50 smithi016 ceph-mon[96085]: pgmap v13525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:51.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:51.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:52.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:52.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:52 smithi098 ceph-mon[112578]: pgmap v13526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:52 smithi016 ceph-mon[96085]: pgmap v13526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:53.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:53.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:54.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:54.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:54 smithi098 ceph-mon[112578]: pgmap v13527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:54 smithi016 ceph-mon[96085]: pgmap v13527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:55.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:55.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:56.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:56.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:56 smithi098 ceph-mon[112578]: pgmap v13528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:56 smithi016 ceph-mon[96085]: pgmap v13528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:57.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:57.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:58.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:58.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:58 smithi098 ceph-mon[112578]: pgmap v13529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:11:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:11:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:58 smithi016 ceph-mon[96085]: pgmap v13529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:11:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:11:59.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:11:59.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:00.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:00.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:00 smithi098 ceph-mon[112578]: pgmap v13530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:00 smithi016 ceph-mon[96085]: pgmap v13530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:01.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:01.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:02.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:02.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:02 smithi098 ceph-mon[112578]: pgmap v13531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:02 smithi016 ceph-mon[96085]: pgmap v13531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:03.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:03.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:04.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:04.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:04 smithi098 ceph-mon[112578]: pgmap v13532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:04 smithi016 ceph-mon[96085]: pgmap v13532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:05.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:05.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:06.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:06.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:06 smithi098 ceph-mon[112578]: pgmap v13533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:06 smithi016 ceph-mon[96085]: pgmap v13533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:07.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:07.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:08.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:08.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:08 smithi098 ceph-mon[112578]: pgmap v13534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:08 smithi016 ceph-mon[96085]: pgmap v13534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:09.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:09.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:10.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:10.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:10 smithi098 ceph-mon[112578]: pgmap v13535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:10 smithi016 ceph-mon[96085]: pgmap v13535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:11.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:11.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:12.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:12.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:12 smithi098 ceph-mon[112578]: pgmap v13536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:12.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:12 smithi016 ceph-mon[96085]: pgmap v13536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:13.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:13.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:12:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:12:14.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:14.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:14 smithi098 ceph-mon[112578]: pgmap v13537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:14 smithi016 ceph-mon[96085]: pgmap v13537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:15.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:15.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:16 smithi098 ceph-mon[112578]: pgmap v13538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:16.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:16.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:16 smithi016 ceph-mon[96085]: pgmap v13538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:17.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:17.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:18 smithi098 ceph-mon[112578]: pgmap v13539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:18.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:18.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:18 smithi016 ceph-mon[96085]: pgmap v13539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:19.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:19.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:20 smithi098 ceph-mon[112578]: pgmap v13540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:20.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:20.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:20 smithi016 ceph-mon[96085]: pgmap v13540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:21.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:21.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:22.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:22 smithi016 ceph-mon[96085]: pgmap v13541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:22 smithi098 ceph-mon[112578]: pgmap v13541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:22.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:22.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:23.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:23.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:24 smithi098 ceph-mon[112578]: pgmap v13542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:24.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:24.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:24 smithi016 ceph-mon[96085]: pgmap v13542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:25.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:25.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:26 smithi098 ceph-mon[112578]: pgmap v13543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:26 smithi016 ceph-mon[96085]: pgmap v13543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:26.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:26.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:27.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:27.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:28 smithi098 ceph-mon[112578]: pgmap v13544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:12:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:28 smithi016 ceph-mon[96085]: pgmap v13544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:12:28.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:28.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:29.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:29.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:30 smithi098 ceph-mon[112578]: pgmap v13545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:30 smithi016 ceph-mon[96085]: pgmap v13545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:30.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:30.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:31.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:31.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:32 smithi098 ceph-mon[112578]: pgmap v13546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:32 smithi016 ceph-mon[96085]: pgmap v13546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:32.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:32.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:33.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:33.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:34.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:34 smithi098 ceph-mon[112578]: pgmap v13547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:34 smithi016 ceph-mon[96085]: pgmap v13547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:34.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:34.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:35.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:35.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:36 smithi098 ceph-mon[112578]: pgmap v13548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:12:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:36 smithi016 ceph-mon[96085]: pgmap v13548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:12:36.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:36.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:37.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:12:37.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:12:37.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:12:37.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:12:37.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:12:37.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:12:37.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:12:37.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:12:37.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:12:37.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:12:37.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:12:37.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:12:37.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:12:37.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:12:37.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:37.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:38 smithi098 ceph-mon[112578]: pgmap v13549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:38 smithi016 ceph-mon[96085]: pgmap v13549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:38.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:38.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:39.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:39.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:40 smithi098 ceph-mon[112578]: pgmap v13550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:40 smithi016 ceph-mon[96085]: pgmap v13550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:40.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:40.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:41.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:41.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:42 smithi016 ceph-mon[96085]: pgmap v13551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:42.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:42.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:42 smithi098 ceph-mon[112578]: pgmap v13551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:12:43.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:43.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:12:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:44 smithi098 ceph-mon[112578]: pgmap v13552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:44 smithi016 ceph-mon[96085]: pgmap v13552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:44.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:44.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:45.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:45.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:46 smithi016 ceph-mon[96085]: pgmap v13553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:46.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:46.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:46 smithi098 ceph-mon[112578]: pgmap v13553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:47.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:47.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:48 smithi016 ceph-mon[96085]: pgmap v13554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:48.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:48.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:48 smithi098 ceph-mon[112578]: pgmap v13554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:49.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:49.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:50.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:50.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:50 smithi098 ceph-mon[112578]: pgmap v13555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:50 smithi016 ceph-mon[96085]: pgmap v13555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:51.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:51.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:52.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:52.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:52 smithi098 ceph-mon[112578]: pgmap v13556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:52 smithi016 ceph-mon[96085]: pgmap v13556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:53.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:53.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:54 smithi098 ceph-mon[112578]: pgmap v13557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:54.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:54.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:54 smithi016 ceph-mon[96085]: pgmap v13557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:55.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:55.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:56.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:56.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:56 smithi098 ceph-mon[112578]: pgmap v13558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:56 smithi016 ceph-mon[96085]: pgmap v13558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:57.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:57.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:58.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:58.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:58 smithi098 ceph-mon[112578]: pgmap v13559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:12:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:12:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:58 smithi016 ceph-mon[96085]: pgmap v13559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:59.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:12:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:12:59.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:12:59.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:00.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:00.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:00 smithi098 ceph-mon[112578]: pgmap v13560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:00 smithi016 ceph-mon[96085]: pgmap v13560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:01.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:01.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:02.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:02.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:02 smithi098 ceph-mon[112578]: pgmap v13561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:02 smithi016 ceph-mon[96085]: pgmap v13561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:03.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:03.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:04.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:04.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:04 smithi098 ceph-mon[112578]: pgmap v13562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:04 smithi016 ceph-mon[96085]: pgmap v13562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:05.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:05.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:06.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:06.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:06 smithi098 ceph-mon[112578]: pgmap v13563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:06 smithi016 ceph-mon[96085]: pgmap v13563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:07.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:07.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:08.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:08.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:08 smithi098 ceph-mon[112578]: pgmap v13564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:08 smithi016 ceph-mon[96085]: pgmap v13564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:09.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:09.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:10.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:10.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:10 smithi098 ceph-mon[112578]: pgmap v13565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:10 smithi016 ceph-mon[96085]: pgmap v13565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:11.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:11.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:12.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:12.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:12 smithi098 ceph-mon[112578]: pgmap v13566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:12 smithi016 ceph-mon[96085]: pgmap v13566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:13.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:13.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:13:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:13:14.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:14.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:14 smithi098 ceph-mon[112578]: pgmap v13567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:14 smithi016 ceph-mon[96085]: pgmap v13567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:15.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:15.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:16.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:16.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:16 smithi098 ceph-mon[112578]: pgmap v13568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:16 smithi016 ceph-mon[96085]: pgmap v13568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:17.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:17.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:18.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:18.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:18 smithi098 ceph-mon[112578]: pgmap v13569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:18 smithi016 ceph-mon[96085]: pgmap v13569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:19.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:19.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:20.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:20.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:20 smithi098 ceph-mon[112578]: pgmap v13570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:20 smithi016 ceph-mon[96085]: pgmap v13570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:21.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:21.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:22.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:22.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:22.921 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:22 smithi016 ceph-mon[96085]: pgmap v13571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:22 smithi098 ceph-mon[112578]: pgmap v13571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:23.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:23.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:24.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:24.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:24 smithi098 ceph-mon[112578]: pgmap v13572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:24 smithi016 ceph-mon[96085]: pgmap v13572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:25.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:25.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:26.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:26.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:26 smithi098 ceph-mon[112578]: pgmap v13573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:26 smithi016 ceph-mon[96085]: pgmap v13573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:27.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:27.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:28.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:28.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:28 smithi098 ceph-mon[112578]: pgmap v13574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:13:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:28 smithi016 ceph-mon[96085]: pgmap v13574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:13:29.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:29.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:30.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:30.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:30 smithi098 ceph-mon[112578]: pgmap v13575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:30 smithi016 ceph-mon[96085]: pgmap v13575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:31.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:31.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:32.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:32.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:32 smithi098 ceph-mon[112578]: pgmap v13576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:32 smithi016 ceph-mon[96085]: pgmap v13576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:33.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:33.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:34.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:34.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:34 smithi098 ceph-mon[112578]: pgmap v13577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:34 smithi016 ceph-mon[96085]: pgmap v13577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:35.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:35.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:36.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:36.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:36 smithi098 ceph-mon[112578]: pgmap v13578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:36 smithi016 ceph-mon[96085]: pgmap v13578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:37.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:37.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:38.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:13:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:13:38.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:38.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:38 smithi098 ceph-mon[112578]: pgmap v13579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:13:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:13:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:13:39.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:13:39.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:13:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:38 smithi016 ceph-mon[96085]: pgmap v13579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:13:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:13:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:13:39.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:13:39.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:13:39.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:39.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:40.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:40.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:40 smithi098 ceph-mon[112578]: pgmap v13580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:40 smithi016 ceph-mon[96085]: pgmap v13580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:41.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:41.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:42.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:42.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:42 smithi098 ceph-mon[112578]: pgmap v13581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:42 smithi016 ceph-mon[96085]: pgmap v13581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:43.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:43.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:13:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:13:44.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:44.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:44.952 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:44 smithi098 ceph-mon[112578]: pgmap v13582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:44 smithi016 ceph-mon[96085]: pgmap v13582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:45.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:45.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:46.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:46.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:46 smithi098 ceph-mon[112578]: pgmap v13583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:46 smithi016 ceph-mon[96085]: pgmap v13583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:47.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:47.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:48.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:48.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:48 smithi098 ceph-mon[112578]: pgmap v13584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:48 smithi016 ceph-mon[96085]: pgmap v13584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:49.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:49.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:50.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:50.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:50 smithi098 ceph-mon[112578]: pgmap v13585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:50 smithi016 ceph-mon[96085]: pgmap v13585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:51.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:51.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:52.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:52.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:52 smithi098 ceph-mon[112578]: pgmap v13586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:52 smithi016 ceph-mon[96085]: pgmap v13586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:53.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:53.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:54.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:54.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:54 smithi098 ceph-mon[112578]: pgmap v13587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:54 smithi016 ceph-mon[96085]: pgmap v13587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:55.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:55.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:56.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:56.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:56 smithi098 ceph-mon[112578]: pgmap v13588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:56 smithi016 ceph-mon[96085]: pgmap v13588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:57.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:57.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:58.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:58.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:58 smithi098 ceph-mon[112578]: pgmap v13589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:13:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:13:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:58 smithi016 ceph-mon[96085]: pgmap v13589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:13:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:13:59.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:13:59.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:00.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:00.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:00 smithi098 ceph-mon[112578]: pgmap v13590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:00 smithi016 ceph-mon[96085]: pgmap v13590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:01.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:01.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:02.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:02.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:02 smithi098 ceph-mon[112578]: pgmap v13591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:02 smithi016 ceph-mon[96085]: pgmap v13591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:03.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:03.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:04.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:04.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:04 smithi098 ceph-mon[112578]: pgmap v13592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:04 smithi016 ceph-mon[96085]: pgmap v13592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:05.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:05.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:06.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:06.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:06 smithi098 ceph-mon[112578]: pgmap v13593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:06 smithi016 ceph-mon[96085]: pgmap v13593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:07.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:07.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:08 smithi016 ceph-mon[96085]: pgmap v13594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:08.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:08.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:08 smithi098 ceph-mon[112578]: pgmap v13594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:09.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:09.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:10.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:10.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:10 smithi098 ceph-mon[112578]: pgmap v13595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:10 smithi016 ceph-mon[96085]: pgmap v13595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:11.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:11.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:12.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:12.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:12 smithi098 ceph-mon[112578]: pgmap v13596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:12 smithi016 ceph-mon[96085]: pgmap v13596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:14:13.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:13.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:14:14.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:14.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:14 smithi098 ceph-mon[112578]: pgmap v13597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:14 smithi016 ceph-mon[96085]: pgmap v13597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:15.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:15.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:16.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:16.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:16 smithi098 ceph-mon[112578]: pgmap v13598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:16 smithi016 ceph-mon[96085]: pgmap v13598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:17.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:17.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:18.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:18.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:18 smithi098 ceph-mon[112578]: pgmap v13599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:18 smithi016 ceph-mon[96085]: pgmap v13599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:19.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:19.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:20.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:20.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:20 smithi098 ceph-mon[112578]: pgmap v13600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:20 smithi016 ceph-mon[96085]: pgmap v13600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:21.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:21.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:22.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:22.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:22 smithi098 ceph-mon[112578]: pgmap v13601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:22 smithi016 ceph-mon[96085]: pgmap v13601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:23.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:23.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:24.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:24.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:24 smithi098 ceph-mon[112578]: pgmap v13602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:24 smithi016 ceph-mon[96085]: pgmap v13602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:25.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:25.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:26.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:26.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:26 smithi098 ceph-mon[112578]: pgmap v13603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:26 smithi016 ceph-mon[96085]: pgmap v13603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:27.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:27.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:28.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:28.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:28 smithi098 ceph-mon[112578]: pgmap v13604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:14:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:28 smithi016 ceph-mon[96085]: pgmap v13604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:14:29.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:29.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:30.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:30.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:30 smithi098 ceph-mon[112578]: pgmap v13605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:30 smithi016 ceph-mon[96085]: pgmap v13605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:31.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:31.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:32.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:32.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:32 smithi098 ceph-mon[112578]: pgmap v13606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:32 smithi016 ceph-mon[96085]: pgmap v13606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:33.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:33.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:34.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:34.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:34 smithi098 ceph-mon[112578]: pgmap v13607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:34 smithi016 ceph-mon[96085]: pgmap v13607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:36.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:36.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:37.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:37.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:36 smithi098 ceph-mon[112578]: pgmap v13608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:36 smithi016 ceph-mon[96085]: pgmap v13608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:38.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:38.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:39.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:39.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:38 smithi098 ceph-mon[112578]: pgmap v13609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:14:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:14:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:14:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:14:39.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:14:39.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:14:39.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:14:39.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:14:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:38 smithi016 ceph-mon[96085]: pgmap v13609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:14:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:14:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:14:39.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:14:39.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:14:39.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:14:39.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:14:39.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:14:40.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:40.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:41.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:41.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:40 smithi098 ceph-mon[112578]: pgmap v13610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:40 smithi016 ceph-mon[96085]: pgmap v13610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:42.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:42.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:43.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:43.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:42 smithi098 ceph-mon[112578]: pgmap v13611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:42 smithi016 ceph-mon[96085]: pgmap v13611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:44.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:44.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:14:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:14:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:44 smithi098 ceph-mon[112578]: pgmap v13612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:45.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:45.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:44 smithi016 ceph-mon[96085]: pgmap v13612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:46.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:46.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:46 smithi098 ceph-mon[112578]: pgmap v13613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:47.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:47.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:46 smithi016 ceph-mon[96085]: pgmap v13613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:48.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:48.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:48 smithi098 ceph-mon[112578]: pgmap v13614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:49.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:49.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:49.048 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:48 smithi016 ceph-mon[96085]: pgmap v13614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:50.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:50.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:50 smithi098 ceph-mon[112578]: pgmap v13615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:51.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:51.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:50 smithi016 ceph-mon[96085]: pgmap v13615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:52.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:52.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:52 smithi098 ceph-mon[112578]: pgmap v13616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:53.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:53.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:52 smithi016 ceph-mon[96085]: pgmap v13616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:54.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:54.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:54 smithi098 ceph-mon[112578]: pgmap v13617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:54 smithi016 ceph-mon[96085]: pgmap v13617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:55.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:55.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:56.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:56.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:56 smithi098 ceph-mon[112578]: pgmap v13618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:57.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:56 smithi016 ceph-mon[96085]: pgmap v13618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:57.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:57.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:58.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:58.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:59.014 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:58 smithi016 ceph-mon[96085]: pgmap v13619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:59.014 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:14:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:14:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:58 smithi098 ceph-mon[112578]: pgmap v13619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:14:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:14:59.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:14:59.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:00.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:00.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:00 smithi098 ceph-mon[112578]: pgmap v13620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:00 smithi016 ceph-mon[96085]: pgmap v13620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:01.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:01.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:02.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:02.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:02 smithi098 ceph-mon[112578]: pgmap v13621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:02 smithi016 ceph-mon[96085]: pgmap v13621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:03.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:03.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:04.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:04.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:04 smithi098 ceph-mon[112578]: pgmap v13622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:04 smithi016 ceph-mon[96085]: pgmap v13622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:05.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:05.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:06.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:06.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:06 smithi098 ceph-mon[112578]: pgmap v13623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:06 smithi016 ceph-mon[96085]: pgmap v13623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:07.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:07.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:08.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:08.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:08 smithi098 ceph-mon[112578]: pgmap v13624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:08 smithi016 ceph-mon[96085]: pgmap v13624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:09.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:09.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:10.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:10.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:10 smithi016 ceph-mon[96085]: pgmap v13625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:11.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:11.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:10 smithi098 ceph-mon[112578]: pgmap v13625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:12.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:12.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:12 smithi016 ceph-mon[96085]: pgmap v13626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:13.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:13.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:12 smithi098 ceph-mon[112578]: pgmap v13626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:15:14.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:14.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:14.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:15:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:14 smithi016 ceph-mon[96085]: pgmap v13627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:15.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:15.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:14 smithi098 ceph-mon[112578]: pgmap v13627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:16.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:16.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:16 smithi016 ceph-mon[96085]: pgmap v13628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:17.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:17.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:17.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:16 smithi098 ceph-mon[112578]: pgmap v13628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:18.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:18.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:19.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:19.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:19.246 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:18 smithi016 ceph-mon[96085]: pgmap v13629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:19.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:18 smithi098 ceph-mon[112578]: pgmap v13629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:20.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:20.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:21.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:21.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:20 smithi016 ceph-mon[96085]: pgmap v13630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:21.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:20 smithi098 ceph-mon[112578]: pgmap v13630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:22.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:22.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:23.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:23.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:22 smithi098 ceph-mon[112578]: pgmap v13631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:22 smithi016 ceph-mon[96085]: pgmap v13631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:24.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:24.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:25.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:25.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:24 smithi098 ceph-mon[112578]: pgmap v13632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:24 smithi016 ceph-mon[96085]: pgmap v13632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:26.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:26.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:27.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:27.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:26 smithi098 ceph-mon[112578]: pgmap v13633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:26 smithi016 ceph-mon[96085]: pgmap v13633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:28.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:28.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:29.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:29.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:28 smithi098 ceph-mon[112578]: pgmap v13634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:15:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:28 smithi016 ceph-mon[96085]: pgmap v13634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:15:30.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:30.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:31.059 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:30 smithi098 ceph-mon[112578]: pgmap v13635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:31.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:31.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:30 smithi016 ceph-mon[96085]: pgmap v13635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:32.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:32.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:33.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:33.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:32 smithi098 ceph-mon[112578]: pgmap v13636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:32 smithi016 ceph-mon[96085]: pgmap v13636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:34.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:34.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:35.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:35.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:35.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:34 smithi098 ceph-mon[112578]: pgmap v13637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:34 smithi016 ceph-mon[96085]: pgmap v13637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:36.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:36.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:37.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:37.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:37.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:36 smithi098 ceph-mon[112578]: pgmap v13638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:37.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:36 smithi016 ceph-mon[96085]: pgmap v13638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:38.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:38.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:38.815 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:38 smithi098 ceph-mon[112578]: pgmap v13639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:38.815 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:15:39.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:39.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:39.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:38 smithi016 ceph-mon[96085]: pgmap v13639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:39.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:15:40.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:40.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:40.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:15:40.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:15:40.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:15:40.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:15:40.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:15:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:15:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:15:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:15:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:15:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:15:41.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:41.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:41.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:40 smithi016 ceph-mon[96085]: pgmap v13640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:41.164 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:40 smithi098 ceph-mon[112578]: pgmap v13640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:42.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:42.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:43.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:43.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:42 smithi098 ceph-mon[112578]: pgmap v13641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:42 smithi016 ceph-mon[96085]: pgmap v13641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:44.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:44.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:44.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:15:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:15:45.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:45.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:45.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:44 smithi098 ceph-mon[112578]: pgmap v13642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:44 smithi016 ceph-mon[96085]: pgmap v13642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:46.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:46.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:47.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:47.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:46 smithi098 ceph-mon[112578]: pgmap v13643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:46 smithi016 ceph-mon[96085]: pgmap v13643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:48.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:48.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:49.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:49.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:48 smithi098 ceph-mon[112578]: pgmap v13644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:48 smithi016 ceph-mon[96085]: pgmap v13644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:50.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:50.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:51.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:51.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:50 smithi016 ceph-mon[96085]: pgmap v13645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:51.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:50 smithi098 ceph-mon[112578]: pgmap v13645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:52.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:52.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:53.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:53.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:52 smithi098 ceph-mon[112578]: pgmap v13646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:52 smithi016 ceph-mon[96085]: pgmap v13646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:54.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:54.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:54 smithi016 ceph-mon[96085]: pgmap v13647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:55.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:55.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:55.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:54 smithi098 ceph-mon[112578]: pgmap v13647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:56.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:56.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:57.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:57.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:56 smithi098 ceph-mon[112578]: pgmap v13648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:57.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:56 smithi016 ceph-mon[96085]: pgmap v13648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:58.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:58.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:59.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:15:59.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:58 smithi098 ceph-mon[112578]: pgmap v13649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:15:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:15:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:58 smithi016 ceph-mon[96085]: pgmap v13649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:15:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:16:00.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:00.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:01.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:01.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:00 smithi016 ceph-mon[96085]: pgmap v13650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:01.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:00 smithi098 ceph-mon[112578]: pgmap v13650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:02.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:02.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:03.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:03.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:03.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:02 smithi098 ceph-mon[112578]: pgmap v13651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:02 smithi016 ceph-mon[96085]: pgmap v13651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:04.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:04.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:04 smithi016 ceph-mon[96085]: pgmap v13652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:05.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:05.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:05.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:04 smithi098 ceph-mon[112578]: pgmap v13652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:06.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:06.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:07.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:07.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:07.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:06 smithi098 ceph-mon[112578]: pgmap v13653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:07.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:06 smithi016 ceph-mon[96085]: pgmap v13653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:08.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:08.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:09.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:09.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:08 smithi098 ceph-mon[112578]: pgmap v13654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:09.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:08 smithi016 ceph-mon[96085]: pgmap v13654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:10.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:10.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:10 smithi016 ceph-mon[96085]: pgmap v13655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:11.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:11.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:10 smithi098 ceph-mon[112578]: pgmap v13655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:12.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:12.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:13.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:13.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:12 smithi098 ceph-mon[112578]: pgmap v13656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:12 smithi016 ceph-mon[96085]: pgmap v13656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:14.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:14.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:16:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:16:15.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:15.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:14 smithi098 ceph-mon[112578]: pgmap v13657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:14 smithi016 ceph-mon[96085]: pgmap v13657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:16.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:16.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:17.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:17.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:17.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:16 smithi098 ceph-mon[112578]: pgmap v13658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:16 smithi016 ceph-mon[96085]: pgmap v13658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:18.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:18.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:19.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:19.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:19.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:18 smithi098 ceph-mon[112578]: pgmap v13659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:18 smithi016 ceph-mon[96085]: pgmap v13659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:20.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:20.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:20 smithi016 ceph-mon[96085]: pgmap v13660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:21.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:21.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:21.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:20 smithi098 ceph-mon[112578]: pgmap v13660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:22.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:22.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:23.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:23.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:22 smithi098 ceph-mon[112578]: pgmap v13661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:22 smithi016 ceph-mon[96085]: pgmap v13661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:24.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:24.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:25.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:25.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:24 smithi098 ceph-mon[112578]: pgmap v13662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:24 smithi016 ceph-mon[96085]: pgmap v13662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:26.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:26.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:27.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:27.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:26 smithi098 ceph-mon[112578]: pgmap v13663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:26 smithi016 ceph-mon[96085]: pgmap v13663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:28.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:28.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:29.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:29.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:28 smithi098 ceph-mon[112578]: pgmap v13664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:16:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:28 smithi016 ceph-mon[96085]: pgmap v13664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:16:30.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:30.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:30 smithi016 ceph-mon[96085]: pgmap v13665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:31.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:31.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:30 smithi098 ceph-mon[112578]: pgmap v13665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:32.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:32.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:33.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:33.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:32 smithi098 ceph-mon[112578]: pgmap v13666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:32 smithi016 ceph-mon[96085]: pgmap v13666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:34.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:34.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:35.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:35.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:35.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:34 smithi098 ceph-mon[112578]: pgmap v13667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:34 smithi016 ceph-mon[96085]: pgmap v13667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:36.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:36.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:36 smithi098 ceph-mon[112578]: pgmap v13668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:37.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:37.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:37.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:36 smithi016 ceph-mon[96085]: pgmap v13668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:38.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:38.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:39.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:39.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:39.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:38 smithi098 ceph-mon[112578]: pgmap v13669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:38 smithi016 ceph-mon[96085]: pgmap v13669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:40.171 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:16:40.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:40.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:40.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:16:41.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:41.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:40 smithi098 ceph-mon[112578]: pgmap v13670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:16:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:16:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:16:41.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:16:41.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:16:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:40 smithi016 ceph-mon[96085]: pgmap v13670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:16:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:16:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:16:41.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:16:41.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:16:42.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:42.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:43.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:43.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:42 smithi098 ceph-mon[112578]: pgmap v13671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:42 smithi016 ceph-mon[96085]: pgmap v13671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:44.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:44.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:44.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:16:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:16:45.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:45.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:45.225 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:44 smithi016 ceph-mon[96085]: pgmap v13672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:45.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:44 smithi098 ceph-mon[112578]: pgmap v13672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:46.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:46.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:47.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:47.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:46 smithi098 ceph-mon[112578]: pgmap v13673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:46 smithi016 ceph-mon[96085]: pgmap v13673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:48.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:48.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:49.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:49.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:48 smithi098 ceph-mon[112578]: pgmap v13674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:48 smithi016 ceph-mon[96085]: pgmap v13674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:50.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:50.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:51.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:51.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:51.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:50 smithi098 ceph-mon[112578]: pgmap v13675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:51.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:50 smithi016 ceph-mon[96085]: pgmap v13675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:52.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:52.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:53.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:53.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:52 smithi098 ceph-mon[112578]: pgmap v13676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:52 smithi016 ceph-mon[96085]: pgmap v13676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:54.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:54.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:55.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:55.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:55.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:54 smithi098 ceph-mon[112578]: pgmap v13677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:54 smithi016 ceph-mon[96085]: pgmap v13677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:56.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:56.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:57.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:57.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:56 smithi098 ceph-mon[112578]: pgmap v13678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:57.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:56 smithi016 ceph-mon[96085]: pgmap v13678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:58.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:58.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:59.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:16:59.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:58 smithi098 ceph-mon[112578]: pgmap v13679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:16:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:16:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:58 smithi016 ceph-mon[96085]: pgmap v13679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:16:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:17:00.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:00.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:01.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:01.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:00 smithi098 ceph-mon[112578]: pgmap v13680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:01.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:00 smithi016 ceph-mon[96085]: pgmap v13680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:02.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:02.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:03.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:03.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:03.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:02 smithi098 ceph-mon[112578]: pgmap v13681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:02 smithi016 ceph-mon[96085]: pgmap v13681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:04.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:04.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:05.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:05.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:05.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:04 smithi098 ceph-mon[112578]: pgmap v13682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:05.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:04 smithi016 ceph-mon[96085]: pgmap v13682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:06.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:06.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:07.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:07.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:07.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:06 smithi098 ceph-mon[112578]: pgmap v13683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:06 smithi016 ceph-mon[96085]: pgmap v13683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:08.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:08.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:09.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:09.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:08 smithi098 ceph-mon[112578]: pgmap v13684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:08 smithi016 ceph-mon[96085]: pgmap v13684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:10.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:10.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:11.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:11.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:10 smithi098 ceph-mon[112578]: pgmap v13685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:11.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:10 smithi016 ceph-mon[96085]: pgmap v13685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:12.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:12.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:12 smithi098 ceph-mon[112578]: pgmap v13686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:13.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:13.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:12 smithi016 ceph-mon[96085]: pgmap v13686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:17:14.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:14.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:17:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:14 smithi098 ceph-mon[112578]: pgmap v13687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:15.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:15.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:14 smithi016 ceph-mon[96085]: pgmap v13687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:16.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:16.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:17.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:16 smithi098 ceph-mon[112578]: pgmap v13688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:17.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:17.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:16 smithi016 ceph-mon[96085]: pgmap v13688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:18.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:18.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:19.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:18 smithi098 ceph-mon[112578]: pgmap v13689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:19.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:19.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:18 smithi016 ceph-mon[96085]: pgmap v13689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:20.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:20.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:21.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:20 smithi098 ceph-mon[112578]: pgmap v13690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:21.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:21.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:20 smithi016 ceph-mon[96085]: pgmap v13690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:22.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:22.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:22 smithi098 ceph-mon[112578]: pgmap v13691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:22 smithi016 ceph-mon[96085]: pgmap v13691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:23.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:23.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:24.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:24.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:24 smithi098 ceph-mon[112578]: pgmap v13692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:24 smithi016 ceph-mon[96085]: pgmap v13692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:25.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:25.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:26.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:26.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:27 smithi098 ceph-mon[112578]: pgmap v13693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:27 smithi016 ceph-mon[96085]: pgmap v13693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:27.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:27.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:28.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:28.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:29 smithi098 ceph-mon[112578]: pgmap v13694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:17:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:29 smithi016 ceph-mon[96085]: pgmap v13694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:17:29.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:29.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:30.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:30.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:31 smithi098 ceph-mon[112578]: pgmap v13695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:31.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:31 smithi016 ceph-mon[96085]: pgmap v13695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:31.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:31.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:32.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:32.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:33.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:33 smithi098 ceph-mon[112578]: pgmap v13696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:33 smithi016 ceph-mon[96085]: pgmap v13696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:33.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:33.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:34.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:34.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:35 smithi016 ceph-mon[96085]: pgmap v13697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:35.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:35.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:35.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:35 smithi098 ceph-mon[112578]: pgmap v13697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:36.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:36.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:37.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:37 smithi016 ceph-mon[96085]: pgmap v13698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:37.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:37.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:37.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:37 smithi098 ceph-mon[112578]: pgmap v13698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:38.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:38.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:39 smithi016 ceph-mon[96085]: pgmap v13699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:39.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:39.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:39 smithi098 ceph-mon[112578]: pgmap v13699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:40.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:40.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:41 smithi016 ceph-mon[96085]: pgmap v13700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:41.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:17:41.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:17:41.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:17:41.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:17:41.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:17:41.159 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:17:41.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:41.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:41 smithi098 ceph-mon[112578]: pgmap v13700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:17:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:17:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:17:41.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:17:41.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:17:41.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:17:42.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:42.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:43 smithi016 ceph-mon[96085]: pgmap v13701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:43.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:43.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:43 smithi098 ceph-mon[112578]: pgmap v13701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:44.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:44.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:44.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:17:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:17:45.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:45.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:45.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:45 smithi098 ceph-mon[112578]: pgmap v13702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:45 smithi016 ceph-mon[96085]: pgmap v13702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:46.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:46.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:47.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:47.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:47.484 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:47 smithi098 ceph-mon[112578]: pgmap v13703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:47.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:47 smithi016 ceph-mon[96085]: pgmap v13703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:48.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:48.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:49.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:49.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:49 smithi098 ceph-mon[112578]: pgmap v13704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:49 smithi016 ceph-mon[96085]: pgmap v13704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:50.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:50.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:50 smithi098 ceph-mon[112578]: pgmap v13705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:50 smithi016 ceph-mon[96085]: pgmap v13705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:51.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:51.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:52.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:52.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:52 smithi098 ceph-mon[112578]: pgmap v13706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:52 smithi016 ceph-mon[96085]: pgmap v13706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:53.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:53.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:54.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:54.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:54 smithi098 ceph-mon[112578]: pgmap v13707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:54 smithi016 ceph-mon[96085]: pgmap v13707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:55.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:55.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:56.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:56.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:56 smithi098 ceph-mon[112578]: pgmap v13708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:56 smithi016 ceph-mon[96085]: pgmap v13708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:57.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:57.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:58.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:58.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:58 smithi098 ceph-mon[112578]: pgmap v13709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:17:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:17:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:58 smithi016 ceph-mon[96085]: pgmap v13709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:17:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:17:59.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:17:59.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:00.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:00.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:00 smithi098 ceph-mon[112578]: pgmap v13710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:00 smithi016 ceph-mon[96085]: pgmap v13710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:01.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:01.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:02.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:02.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:02.641 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:02 smithi098 ceph-mon[112578]: pgmap v13711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:02 smithi016 ceph-mon[96085]: pgmap v13711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:03.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:03.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:04.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:04.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:04 smithi098 ceph-mon[112578]: pgmap v13712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:04 smithi016 ceph-mon[96085]: pgmap v13712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:05.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:05.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:06.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:06.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:06 smithi016 ceph-mon[96085]: pgmap v13713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:06 smithi098 ceph-mon[112578]: pgmap v13713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:07.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:07.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:08.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:08.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:08 smithi098 ceph-mon[112578]: pgmap v13714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:08 smithi016 ceph-mon[96085]: pgmap v13714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:09.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:09.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:10.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:10.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:10 smithi098 ceph-mon[112578]: pgmap v13715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:10 smithi016 ceph-mon[96085]: pgmap v13715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:11.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:11.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:12.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:12.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:12.746 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:12 smithi098 ceph-mon[112578]: pgmap v13716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:12 smithi016 ceph-mon[96085]: pgmap v13716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:13.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:13.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:18:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:18:14.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:14.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:14.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:14 smithi098 ceph-mon[112578]: pgmap v13717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:14 smithi016 ceph-mon[96085]: pgmap v13717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:15.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:15.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:16.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:16.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:16.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:16 smithi016 ceph-mon[96085]: pgmap v13718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:16 smithi098 ceph-mon[112578]: pgmap v13718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:17.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:17.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:18.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:18.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:18 smithi098 ceph-mon[112578]: pgmap v13719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:18 smithi016 ceph-mon[96085]: pgmap v13719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:19.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:19.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:20.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:20.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:20 smithi098 ceph-mon[112578]: pgmap v13720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:20 smithi016 ceph-mon[96085]: pgmap v13720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:21.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:21.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:22.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:22.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:22 smithi098 ceph-mon[112578]: pgmap v13721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:22 smithi016 ceph-mon[96085]: pgmap v13721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:23.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:23.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:24.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:24.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:24 smithi098 ceph-mon[112578]: pgmap v13722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:24 smithi016 ceph-mon[96085]: pgmap v13722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:25.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:25.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:26.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:26.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:26 smithi098 ceph-mon[112578]: pgmap v13723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:26 smithi016 ceph-mon[96085]: pgmap v13723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:27.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:27.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:28.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:28.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:28 smithi098 ceph-mon[112578]: pgmap v13724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:18:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:28 smithi016 ceph-mon[96085]: pgmap v13724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:18:29.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:29.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:30.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:30.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:30 smithi098 ceph-mon[112578]: pgmap v13725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:30 smithi016 ceph-mon[96085]: pgmap v13725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:31.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:31.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:32.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:32.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:32 smithi098 ceph-mon[112578]: pgmap v13726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:32 smithi016 ceph-mon[96085]: pgmap v13726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:33.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:33.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:34.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:34.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:34.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:34 smithi098 ceph-mon[112578]: pgmap v13727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:34 smithi016 ceph-mon[96085]: pgmap v13727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:35.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:35.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:36.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:36.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:36 smithi098 ceph-mon[112578]: pgmap v13728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:36 smithi016 ceph-mon[96085]: pgmap v13728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:37.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:37.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:38.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:38.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:38 smithi098 ceph-mon[112578]: pgmap v13729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:38 smithi016 ceph-mon[96085]: pgmap v13729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:39.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:39.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:40.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:40.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:40 smithi098 ceph-mon[112578]: pgmap v13730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:40 smithi016 ceph-mon[96085]: pgmap v13730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:41.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:41.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:18:41.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:18:41.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:18:41.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:18:41.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:18:41.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:18:41.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:18:41.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:18:41.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:18:41.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:18:41.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:18:41.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:18:42.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:42.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:42 smithi098 ceph-mon[112578]: pgmap v13731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:42.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:42 smithi016 ceph-mon[96085]: pgmap v13731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:43.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:43.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:18:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:18:44.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:44.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:44 smithi098 ceph-mon[112578]: pgmap v13732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:44 smithi016 ceph-mon[96085]: pgmap v13732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:45.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:45.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:46.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:46.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:46 smithi098 ceph-mon[112578]: pgmap v13733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:46 smithi016 ceph-mon[96085]: pgmap v13733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:47.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:47.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:48.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:48.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:48.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:48 smithi098 ceph-mon[112578]: pgmap v13734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:48 smithi016 ceph-mon[96085]: pgmap v13734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:49.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:49.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:50.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:50.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:50 smithi098 ceph-mon[112578]: pgmap v13735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:50 smithi016 ceph-mon[96085]: pgmap v13735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:51.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:51.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:52.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:52.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:52 smithi098 ceph-mon[112578]: pgmap v13736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:52 smithi016 ceph-mon[96085]: pgmap v13736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:53.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:53.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:54.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:54.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:54 smithi098 ceph-mon[112578]: pgmap v13737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:54 smithi016 ceph-mon[96085]: pgmap v13737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:55.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:55.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:56.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:56.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:56.721 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:56 smithi016 ceph-mon[96085]: pgmap v13738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:56 smithi098 ceph-mon[112578]: pgmap v13738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:57.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:57.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:58.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:58.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:58 smithi098 ceph-mon[112578]: pgmap v13739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:18:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:18:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:58 smithi016 ceph-mon[96085]: pgmap v13739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:18:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:18:59.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:18:59.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:00.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:00.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:00 smithi098 ceph-mon[112578]: pgmap v13740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:00 smithi016 ceph-mon[96085]: pgmap v13740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:01.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:01.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:02.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:02.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:02 smithi098 ceph-mon[112578]: pgmap v13741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:02 smithi016 ceph-mon[96085]: pgmap v13741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:03.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:03.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:04.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:04.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:04 smithi098 ceph-mon[112578]: pgmap v13742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:04 smithi016 ceph-mon[96085]: pgmap v13742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:05.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:05.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:06.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:06.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:06 smithi098 ceph-mon[112578]: pgmap v13743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:06 smithi016 ceph-mon[96085]: pgmap v13743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:07.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:07.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:08.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:08.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:08.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:08 smithi098 ceph-mon[112578]: pgmap v13744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:08 smithi016 ceph-mon[96085]: pgmap v13744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:09.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:09.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:10.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:10.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:10 smithi098 ceph-mon[112578]: pgmap v13745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:10 smithi016 ceph-mon[96085]: pgmap v13745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:11.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:11.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:12.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:12.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:12 smithi098 ceph-mon[112578]: pgmap v13746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:12 smithi016 ceph-mon[96085]: pgmap v13746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:13.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:13.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:19:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:19:14.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:14.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:14 smithi098 ceph-mon[112578]: pgmap v13747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:14 smithi016 ceph-mon[96085]: pgmap v13747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:15.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:15.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:16.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:16.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:16 smithi098 ceph-mon[112578]: pgmap v13748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:16 smithi016 ceph-mon[96085]: pgmap v13748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:17.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:17.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:18.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:18.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:18 smithi098 ceph-mon[112578]: pgmap v13749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:18 smithi016 ceph-mon[96085]: pgmap v13749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:19.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:19.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:20.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:20.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:20 smithi098 ceph-mon[112578]: pgmap v13750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:20 smithi016 ceph-mon[96085]: pgmap v13750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:21.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:21.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:22.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:22.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:22 smithi098 ceph-mon[112578]: pgmap v13751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:22.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:22 smithi016 ceph-mon[96085]: pgmap v13751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:23.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:23.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:24.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:24.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:24 smithi016 ceph-mon[96085]: pgmap v13752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:24 smithi098 ceph-mon[112578]: pgmap v13752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:25.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:25.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:26.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:26.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:26 smithi016 ceph-mon[96085]: pgmap v13753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:26 smithi098 ceph-mon[112578]: pgmap v13753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:27.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:27.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:28.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:28.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:28 smithi016 ceph-mon[96085]: pgmap v13754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:19:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:28 smithi098 ceph-mon[112578]: pgmap v13754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:19:29.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:29.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:30.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:30.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:30 smithi016 ceph-mon[96085]: pgmap v13755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:30 smithi098 ceph-mon[112578]: pgmap v13755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:31.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:31.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:32.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:32.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:32 smithi016 ceph-mon[96085]: pgmap v13756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:32 smithi098 ceph-mon[112578]: pgmap v13756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:33.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:33.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:34.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:34.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:34 smithi098 ceph-mon[112578]: pgmap v13757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:34 smithi016 ceph-mon[96085]: pgmap v13757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:35.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:35.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:36.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:36.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:36 smithi098 ceph-mon[112578]: pgmap v13758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:36 smithi016 ceph-mon[96085]: pgmap v13758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:37.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:37.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:38.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:38.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:38 smithi098 ceph-mon[112578]: pgmap v13759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:38 smithi016 ceph-mon[96085]: pgmap v13759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:39.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:39.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:40.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:40.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:41.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:40 smithi098 ceph-mon[112578]: pgmap v13760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:40 smithi016 ceph-mon[96085]: pgmap v13760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:41.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:41.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:42.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:42.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:42 smithi016 ceph-mon[96085]: pgmap v13761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:19:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:42 smithi098 ceph-mon[112578]: pgmap v13761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:19:43.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:43.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:43.690 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:19:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:19:44.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:44.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:44 smithi098 ceph-mon[112578]: pgmap v13762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:19:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:19:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:44 smithi016 ceph-mon[96085]: pgmap v13762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:19:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:19:45.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:45.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:45.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:19:45.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:19:45.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:19:45.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:19:45.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:19:45.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:19:45.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:19:45.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:19:45.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:19:45.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:19:46.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:46.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:46 smithi098 ceph-mon[112578]: pgmap v13763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:46 smithi016 ceph-mon[96085]: pgmap v13763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:47.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:47.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:48.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:48.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:48 smithi098 ceph-mon[112578]: pgmap v13764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:48 smithi016 ceph-mon[96085]: pgmap v13764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:49.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:49.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:50.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:50.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:50 smithi098 ceph-mon[112578]: pgmap v13765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:50 smithi016 ceph-mon[96085]: pgmap v13765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:51.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:51.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:52.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:52.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:52 smithi098 ceph-mon[112578]: pgmap v13766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:52 smithi016 ceph-mon[96085]: pgmap v13766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:53.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:53.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:54.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:54.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:54 smithi098 ceph-mon[112578]: pgmap v13767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:54 smithi016 ceph-mon[96085]: pgmap v13767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:55.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:55.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:56.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:56.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:56 smithi098 ceph-mon[112578]: pgmap v13768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:56 smithi016 ceph-mon[96085]: pgmap v13768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:57.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:57.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:58.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:58.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:58 smithi098 ceph-mon[112578]: pgmap v13769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:19:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:19:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:58 smithi016 ceph-mon[96085]: pgmap v13769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:19:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:19:59.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:19:59.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:00.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:00.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:00 smithi098 ceph-mon[112578]: pgmap v13770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T04:20:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:00 smithi016 ceph-mon[96085]: pgmap v13770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T04:20:01.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:01.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:02.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:02.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:02 smithi098 ceph-mon[112578]: pgmap v13771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:02 smithi016 ceph-mon[96085]: pgmap v13771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:03.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:03.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:04.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:04.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:04 smithi098 ceph-mon[112578]: pgmap v13772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:04 smithi016 ceph-mon[96085]: pgmap v13772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:05.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:05.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:06.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:06.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:06 smithi016 ceph-mon[96085]: pgmap v13773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:07.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:06 smithi098 ceph-mon[112578]: pgmap v13773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:07.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:07.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:08.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:08.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:09.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:08 smithi016 ceph-mon[96085]: pgmap v13774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:08 smithi098 ceph-mon[112578]: pgmap v13774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:09.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:09.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:10.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:10.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:10 smithi016 ceph-mon[96085]: pgmap v13775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:10 smithi098 ceph-mon[112578]: pgmap v13775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:11.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:11.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:12.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:12.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:12 smithi016 ceph-mon[96085]: pgmap v13776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:12 smithi098 ceph-mon[112578]: pgmap v13776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:13.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:13.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:20:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:20:14.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:14.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:14 smithi098 ceph-mon[112578]: pgmap v13777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:14 smithi016 ceph-mon[96085]: pgmap v13777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:15.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:15.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:16.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:16.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:17.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:16 smithi098 ceph-mon[112578]: pgmap v13778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:16 smithi016 ceph-mon[96085]: pgmap v13778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:17.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:17.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:18.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:18.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:19.058 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:18 smithi098 ceph-mon[112578]: pgmap v13779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:18 smithi016 ceph-mon[96085]: pgmap v13779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:19.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:19.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:20.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:20.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:21.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:20 smithi016 ceph-mon[96085]: pgmap v13780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:20 smithi098 ceph-mon[112578]: pgmap v13780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:21.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:21.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:22.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:22.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:22 smithi016 ceph-mon[96085]: pgmap v13781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:22 smithi098 ceph-mon[112578]: pgmap v13781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:23.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:23.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:24.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:24.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:24 smithi098 ceph-mon[112578]: pgmap v13782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:24 smithi016 ceph-mon[96085]: pgmap v13782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:25.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:25.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:26.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:26.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:26 smithi098 ceph-mon[112578]: pgmap v13783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:26 smithi016 ceph-mon[96085]: pgmap v13783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:27.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:27.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:28.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:28.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:29.163 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:28 smithi098 ceph-mon[112578]: pgmap v13784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:29.164 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:20:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:28 smithi016 ceph-mon[96085]: pgmap v13784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:20:29.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:29.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:30.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:30.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:30 smithi016 ceph-mon[96085]: pgmap v13785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:30 smithi098 ceph-mon[112578]: pgmap v13785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:31.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:31.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:32.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:32.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:32 smithi098 ceph-mon[112578]: pgmap v13786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:32 smithi016 ceph-mon[96085]: pgmap v13786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:33.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:33.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:34.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:34.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:35.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:34 smithi098 ceph-mon[112578]: pgmap v13787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:34 smithi016 ceph-mon[96085]: pgmap v13787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:35.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:35.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:36.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:36.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:37.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:36 smithi098 ceph-mon[112578]: pgmap v13788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:37.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:36 smithi016 ceph-mon[96085]: pgmap v13788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:37.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:37.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:38.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:38.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:39.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:38 smithi098 ceph-mon[112578]: pgmap v13789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:38 smithi016 ceph-mon[96085]: pgmap v13789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:39.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:39.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:40.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:40.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:41.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:40 smithi016 ceph-mon[96085]: pgmap v13790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:40 smithi098 ceph-mon[112578]: pgmap v13790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:41.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:41.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:42.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:42.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:42 smithi098 ceph-mon[112578]: pgmap v13791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:43.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:42 smithi016 ceph-mon[96085]: pgmap v13791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:43.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:43.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:44.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:20:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:20:44.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:44.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:44 smithi098 ceph-mon[112578]: pgmap v13792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:45.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:44 smithi016 ceph-mon[96085]: pgmap v13792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:45.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:45.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:46.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:20:46.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:20:46.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:46.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:46 smithi098 ceph-mon[112578]: pgmap v13793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:47.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:46 smithi016 ceph-mon[96085]: pgmap v13793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:47.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:47.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:48.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:48.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:48 smithi098 ceph-mon[112578]: pgmap v13794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:48 smithi016 ceph-mon[96085]: pgmap v13794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:49.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:49.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:50.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:50.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:50 smithi098 ceph-mon[112578]: pgmap v13795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:20:50.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:20:50.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:20:50.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:20:50.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:20:50.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:20:50.767 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:20:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:50 smithi016 ceph-mon[96085]: pgmap v13795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:20:50.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:20:50.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:20:50.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:20:50.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:20:50.783 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:20:50.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:20:51.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:51.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:52.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:52.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:52 smithi098 ceph-mon[112578]: pgmap v13796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:52 smithi016 ceph-mon[96085]: pgmap v13796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:53.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:53.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:54.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:54.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:54 smithi098 ceph-mon[112578]: pgmap v13797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:54 smithi016 ceph-mon[96085]: pgmap v13797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:55.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:55.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:56.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:56.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:56 smithi098 ceph-mon[112578]: pgmap v13798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:56 smithi016 ceph-mon[96085]: pgmap v13798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:57.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:57.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:58.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:58.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:58 smithi098 ceph-mon[112578]: pgmap v13799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:20:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:20:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:58 smithi016 ceph-mon[96085]: pgmap v13799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:20:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:20:59.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:20:59.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:00.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:00.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:00 smithi098 ceph-mon[112578]: pgmap v13800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:00 smithi016 ceph-mon[96085]: pgmap v13800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:01.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:01.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:02.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:02.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:02 smithi098 ceph-mon[112578]: pgmap v13801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:02 smithi016 ceph-mon[96085]: pgmap v13801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:03.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:03.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:04.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:04.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:04 smithi098 ceph-mon[112578]: pgmap v13802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:04 smithi016 ceph-mon[96085]: pgmap v13802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:05.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:05.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:06.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:06.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:06 smithi098 ceph-mon[112578]: pgmap v13803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:06 smithi016 ceph-mon[96085]: pgmap v13803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:07.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:07.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:08.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:08.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:08 smithi098 ceph-mon[112578]: pgmap v13804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:08 smithi016 ceph-mon[96085]: pgmap v13804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:09.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:09.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:10.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:10.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:10.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:10 smithi098 ceph-mon[112578]: pgmap v13805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:10 smithi016 ceph-mon[96085]: pgmap v13805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:11.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:11.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:12.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:12.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:12.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:12 smithi098 ceph-mon[112578]: pgmap v13806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:12 smithi016 ceph-mon[96085]: pgmap v13806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:21:13.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:13.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:21:14.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:14.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:14.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:14 smithi098 ceph-mon[112578]: pgmap v13807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:14 smithi016 ceph-mon[96085]: pgmap v13807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:15.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:15.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:16.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:16.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:16 smithi098 ceph-mon[112578]: pgmap v13808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:16 smithi016 ceph-mon[96085]: pgmap v13808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:17.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:17.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:18.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:18.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:18 smithi098 ceph-mon[112578]: pgmap v13809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:18.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:18 smithi016 ceph-mon[96085]: pgmap v13809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:19.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:19.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:20.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:20.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:20 smithi098 ceph-mon[112578]: pgmap v13810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:20 smithi016 ceph-mon[96085]: pgmap v13810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:21.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:21.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:22.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:22.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:22 smithi098 ceph-mon[112578]: pgmap v13811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:22.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:22 smithi016 ceph-mon[96085]: pgmap v13811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:23.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:23.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:24.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:24.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:24 smithi016 ceph-mon[96085]: pgmap v13812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:24 smithi098 ceph-mon[112578]: pgmap v13812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:25.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:25.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:26.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:26.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:26 smithi016 ceph-mon[96085]: pgmap v13813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:26 smithi098 ceph-mon[112578]: pgmap v13813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:27.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:27.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:28.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:28.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:28 smithi016 ceph-mon[96085]: pgmap v13814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:21:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:28 smithi098 ceph-mon[112578]: pgmap v13814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:21:29.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:29.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:30.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:30.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:30 smithi016 ceph-mon[96085]: pgmap v13815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:30 smithi098 ceph-mon[112578]: pgmap v13815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:31.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:31.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:32.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:32.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:32 smithi016 ceph-mon[96085]: pgmap v13816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:32 smithi098 ceph-mon[112578]: pgmap v13816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:33.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:33.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:34.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:34.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:34 smithi016 ceph-mon[96085]: pgmap v13817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:34.850 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:34 smithi098 ceph-mon[112578]: pgmap v13817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:35.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:35.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:36.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:36.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:36 smithi098 ceph-mon[112578]: pgmap v13818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:36 smithi016 ceph-mon[96085]: pgmap v13818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:37.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:37.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:38.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:38.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:38 smithi098 ceph-mon[112578]: pgmap v13819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:38 smithi016 ceph-mon[96085]: pgmap v13819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:39.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:39.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:40.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:40.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:41.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:40 smithi098 ceph-mon[112578]: pgmap v13820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:40 smithi016 ceph-mon[96085]: pgmap v13820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:41.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:41.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:42.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:42.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:42 smithi098 ceph-mon[112578]: pgmap v13821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:42 smithi016 ceph-mon[96085]: pgmap v13821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:43.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:43.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:21:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:21:44.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:44.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:44.955 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:44 smithi098 ceph-mon[112578]: pgmap v13822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:44 smithi016 ceph-mon[96085]: pgmap v13822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:45.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:45.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:46.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:46.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:46 smithi098 ceph-mon[112578]: pgmap v13823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:46 smithi016 ceph-mon[96085]: pgmap v13823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:47.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:47.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:48.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:48.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:48 smithi098 ceph-mon[112578]: pgmap v13824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:48 smithi016 ceph-mon[96085]: pgmap v13824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:49.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:49.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:50.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:50.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:50 smithi098 ceph-mon[112578]: pgmap v13825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:21:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:50 smithi016 ceph-mon[96085]: pgmap v13825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:21:51.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:51.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:52.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:21:52.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:21:52.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:21:52.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:21:52.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:21:52.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:21:52.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:21:52.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:21:52.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:21:52.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:21:52.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:52.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:52 smithi098 ceph-mon[112578]: pgmap v13826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:52 smithi016 ceph-mon[96085]: pgmap v13826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:53.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:53.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:54.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:54.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:54 smithi098 ceph-mon[112578]: pgmap v13827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:54 smithi016 ceph-mon[96085]: pgmap v13827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:55.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:55.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:56.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:56.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:56 smithi098 ceph-mon[112578]: pgmap v13828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:56 smithi016 ceph-mon[96085]: pgmap v13828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:57.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:57.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:58.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:58.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:58 smithi098 ceph-mon[112578]: pgmap v13829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:21:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:21:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:58 smithi016 ceph-mon[96085]: pgmap v13829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:21:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:21:59.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:21:59.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:00.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:00.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:00 smithi098 ceph-mon[112578]: pgmap v13830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:00 smithi016 ceph-mon[96085]: pgmap v13830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:01.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:01.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:02.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:02.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:02 smithi098 ceph-mon[112578]: pgmap v13831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:02 smithi016 ceph-mon[96085]: pgmap v13831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:03.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:03.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:04.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:04.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:04 smithi098 ceph-mon[112578]: pgmap v13832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:04 smithi016 ceph-mon[96085]: pgmap v13832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:05.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:05.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:06.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:06.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:06 smithi098 ceph-mon[112578]: pgmap v13833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:07.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:06 smithi016 ceph-mon[96085]: pgmap v13833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:07.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:07.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:08.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:08.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:08.912 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:08 smithi016 ceph-mon[96085]: pgmap v13834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:08 smithi098 ceph-mon[112578]: pgmap v13834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:09.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:09.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:10.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:10.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:10 smithi098 ceph-mon[112578]: pgmap v13835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:10 smithi016 ceph-mon[96085]: pgmap v13835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:11.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:11.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:12.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:12.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:12 smithi098 ceph-mon[112578]: pgmap v13836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:12 smithi016 ceph-mon[96085]: pgmap v13836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:13.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:13.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:13.970 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:22:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:22:14.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:14.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:14 smithi098 ceph-mon[112578]: pgmap v13837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:14 smithi016 ceph-mon[96085]: pgmap v13837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:15.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:15.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:16.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:16.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:16 smithi098 ceph-mon[112578]: pgmap v13838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:16 smithi016 ceph-mon[96085]: pgmap v13838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:17.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:17.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:18.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:18.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:18 smithi098 ceph-mon[112578]: pgmap v13839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:19.027 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:18 smithi016 ceph-mon[96085]: pgmap v13839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:19.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:19.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:20.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:20.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:20 smithi098 ceph-mon[112578]: pgmap v13840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:21.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:20 smithi016 ceph-mon[96085]: pgmap v13840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:21.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:21.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:22.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:22.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:22 smithi098 ceph-mon[112578]: pgmap v13841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:22 smithi016 ceph-mon[96085]: pgmap v13841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:23.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:23.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:24.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:24.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:24 smithi098 ceph-mon[112578]: pgmap v13842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:24 smithi016 ceph-mon[96085]: pgmap v13842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:25.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:25.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:26.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:26.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:26 smithi098 ceph-mon[112578]: pgmap v13843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:26 smithi016 ceph-mon[96085]: pgmap v13843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:27.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:27.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:28.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:28.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:28 smithi098 ceph-mon[112578]: pgmap v13844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:22:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:28 smithi016 ceph-mon[96085]: pgmap v13844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:22:29.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:29.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:30 smithi098 ceph-mon[112578]: pgmap v13845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:30.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:30.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:30 smithi016 ceph-mon[96085]: pgmap v13845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:31.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:31.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:32.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:32.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:32 smithi098 ceph-mon[112578]: pgmap v13846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:32 smithi016 ceph-mon[96085]: pgmap v13846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:33.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:33.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:34.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:34.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:34 smithi098 ceph-mon[112578]: pgmap v13847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:34 smithi016 ceph-mon[96085]: pgmap v13847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:35.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:35.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:36.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:36.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:36 smithi098 ceph-mon[112578]: pgmap v13848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:36 smithi016 ceph-mon[96085]: pgmap v13848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:37.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:37.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:38.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:38.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:38 smithi098 ceph-mon[112578]: pgmap v13849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:38 smithi016 ceph-mon[96085]: pgmap v13849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:39.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:39.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:40.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:40.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:41.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:40 smithi098 ceph-mon[112578]: pgmap v13850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:40 smithi016 ceph-mon[96085]: pgmap v13850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:41.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:41.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:42.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:42.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:42 smithi098 ceph-mon[112578]: pgmap v13851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:42 smithi016 ceph-mon[96085]: pgmap v13851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:43.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:43.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:22:44.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:22:44.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:44.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:44 smithi098 ceph-mon[112578]: pgmap v13852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:44 smithi016 ceph-mon[96085]: pgmap v13852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:45.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:45.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:46.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:46.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:46 smithi098 ceph-mon[112578]: pgmap v13853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:46 smithi016 ceph-mon[96085]: pgmap v13853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:47.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:47.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:48.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:48.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:48 smithi098 ceph-mon[112578]: pgmap v13854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:48 smithi016 ceph-mon[96085]: pgmap v13854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:49.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:49.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:50.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:50.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:50 smithi098 ceph-mon[112578]: pgmap v13855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:50 smithi016 ceph-mon[96085]: pgmap v13855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:51.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:51.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:52.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:22:52.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:22:52.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:22:52.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:22:52.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:22:52.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:22:52.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:22:52.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:22:52.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:22:52.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:22:52.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:22:52.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:22:52.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:22:52.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:22:52.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:22:52.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:22:52.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:52.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:53.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:53 smithi098 ceph-mon[112578]: pgmap v13856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:53.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:53 smithi016 ceph-mon[96085]: pgmap v13856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:53.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:53.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:54.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:54.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:55.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:55 smithi098 ceph-mon[112578]: pgmap v13857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:55 smithi016 ceph-mon[96085]: pgmap v13857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:55.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:55.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:56.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:56.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:57.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:57 smithi098 ceph-mon[112578]: pgmap v13858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:57 smithi016 ceph-mon[96085]: pgmap v13858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:57.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:57.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:58.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:58.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:59.487 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:59 smithi016 ceph-mon[96085]: pgmap v13859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:59.487 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:22:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:22:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:59 smithi098 ceph-mon[112578]: pgmap v13859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:22:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:22:59.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:22:59.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:00.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:00.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:01 smithi098 ceph-mon[112578]: pgmap v13860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:01 smithi016 ceph-mon[96085]: pgmap v13860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:01.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:01.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:02.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:02.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:03 smithi098 ceph-mon[112578]: pgmap v13861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:03 smithi016 ceph-mon[96085]: pgmap v13861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:03.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:03.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:04.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:04.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:05 smithi098 ceph-mon[112578]: pgmap v13862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:05 smithi016 ceph-mon[96085]: pgmap v13862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:05.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:05.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:06.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:06.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:07 smithi098 ceph-mon[112578]: pgmap v13863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:07.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:07 smithi016 ceph-mon[96085]: pgmap v13863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:07.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:07.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:08.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:08.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:09 smithi098 ceph-mon[112578]: pgmap v13864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:09 smithi016 ceph-mon[96085]: pgmap v13864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:09.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:09.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:10.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:10.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:11 smithi098 ceph-mon[112578]: pgmap v13865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:11 smithi016 ceph-mon[96085]: pgmap v13865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:11.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:11.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:12.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:12.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:13 smithi098 ceph-mon[112578]: pgmap v13866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:13 smithi016 ceph-mon[96085]: pgmap v13866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:13.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:13.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:23:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:23:14.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:14.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:15.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:15 smithi098 ceph-mon[112578]: pgmap v13867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:15 smithi016 ceph-mon[96085]: pgmap v13867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:15.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:15.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:16.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:16.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:17.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:17 smithi098 ceph-mon[112578]: pgmap v13868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:17 smithi016 ceph-mon[96085]: pgmap v13868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:17.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:17.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:18 smithi098 ceph-mon[112578]: pgmap v13869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:18 smithi016 ceph-mon[96085]: pgmap v13869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:18.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:18.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:19.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:19.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:20.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:20 smithi098 ceph-mon[112578]: pgmap v13870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:20 smithi016 ceph-mon[96085]: pgmap v13870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:20.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:20.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:21.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:21.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:22 smithi098 ceph-mon[112578]: pgmap v13871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:22.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:22 smithi016 ceph-mon[96085]: pgmap v13871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:22.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:22.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:23.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:23.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:24 smithi098 ceph-mon[112578]: pgmap v13872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:24.774 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:24 smithi016 ceph-mon[96085]: pgmap v13872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:24.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:24.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:25.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:25.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:26.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:26 smithi098 ceph-mon[112578]: pgmap v13873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:26 smithi016 ceph-mon[96085]: pgmap v13873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:26.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:26.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:27.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:27.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:28 smithi098 ceph-mon[112578]: pgmap v13874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:23:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:28 smithi016 ceph-mon[96085]: pgmap v13874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:23:28.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:28.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:29.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:29.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:30 smithi098 ceph-mon[112578]: pgmap v13875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:30 smithi016 ceph-mon[96085]: pgmap v13875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:30.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:30.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:31.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:31.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:32 smithi098 ceph-mon[112578]: pgmap v13876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:32 smithi016 ceph-mon[96085]: pgmap v13876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:32.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:32.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:33.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:33.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:34.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:34 smithi098 ceph-mon[112578]: pgmap v13877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:34 smithi016 ceph-mon[96085]: pgmap v13877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:34.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:34.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:35.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:35.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:36 smithi098 ceph-mon[112578]: pgmap v13878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:36.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:36 smithi016 ceph-mon[96085]: pgmap v13878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:36.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:36.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:37.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:37.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:38 smithi098 ceph-mon[112578]: pgmap v13879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:38 smithi016 ceph-mon[96085]: pgmap v13879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:38.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:38.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:39.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:39.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:40 smithi098 ceph-mon[112578]: pgmap v13880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:40.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:40 smithi016 ceph-mon[96085]: pgmap v13880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:40.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:40.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:41.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:41.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:42 smithi098 ceph-mon[112578]: pgmap v13881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:42 smithi016 ceph-mon[96085]: pgmap v13881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:42.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:42.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:43.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:23:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:23:43.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:43.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:44 smithi098 ceph-mon[112578]: pgmap v13882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:44.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:44 smithi016 ceph-mon[96085]: pgmap v13882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:44.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:44.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:45.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:45.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:46.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:46 smithi098 ceph-mon[112578]: pgmap v13883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:46 smithi016 ceph-mon[96085]: pgmap v13883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:46.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:46.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:47.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:47.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:48.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:48 smithi098 ceph-mon[112578]: pgmap v13884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:48 smithi016 ceph-mon[96085]: pgmap v13884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:48.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:48.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:49.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:49.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:50.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:50 smithi098 ceph-mon[112578]: pgmap v13885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:50 smithi016 ceph-mon[96085]: pgmap v13885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:50.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:50.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:51.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:51.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:52 smithi098 ceph-mon[112578]: pgmap v13886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:23:52.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:23:52.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:23:52.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:23:52.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:23:52.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:23:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:52 smithi016 ceph-mon[96085]: pgmap v13886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:23:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:23:52.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:23:52.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:23:52.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:23:52.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:23:52.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:52.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:53.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:53.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:54 smithi098 ceph-mon[112578]: pgmap v13887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:54.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:54 smithi016 ceph-mon[96085]: pgmap v13887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:54.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:54.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:55.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:55.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:56.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:56 smithi098 ceph-mon[112578]: pgmap v13888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:56 smithi016 ceph-mon[96085]: pgmap v13888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:56.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:56.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:57.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:57.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:58 smithi098 ceph-mon[112578]: pgmap v13889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:23:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:23:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:58 smithi016 ceph-mon[96085]: pgmap v13889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:23:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:23:58.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:58.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:59.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:23:59.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:00 smithi098 ceph-mon[112578]: pgmap v13890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:00.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:00 smithi016 ceph-mon[96085]: pgmap v13890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:00.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:00.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:01.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:01.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:02 smithi098 ceph-mon[112578]: pgmap v13891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:02 smithi016 ceph-mon[96085]: pgmap v13891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:02.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:02.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:03.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:03.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:04 smithi016 ceph-mon[96085]: pgmap v13892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:04.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:04.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:04 smithi098 ceph-mon[112578]: pgmap v13892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:05.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:05.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:06 smithi098 ceph-mon[112578]: pgmap v13893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:06 smithi016 ceph-mon[96085]: pgmap v13893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:06.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:06.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:07.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:07.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:08 smithi016 ceph-mon[96085]: pgmap v13894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:08.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:08.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:08 smithi098 ceph-mon[112578]: pgmap v13894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:09.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:09.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:10 smithi016 ceph-mon[96085]: pgmap v13895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:10.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:10.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:10 smithi098 ceph-mon[112578]: pgmap v13895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:11.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:11.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:12 smithi016 ceph-mon[96085]: pgmap v13896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:12.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:12.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:12 smithi098 ceph-mon[112578]: pgmap v13896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:13.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:13.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:24:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:24:14.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:14.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:14 smithi098 ceph-mon[112578]: pgmap v13897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:14 smithi016 ceph-mon[96085]: pgmap v13897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:15.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:15.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:16.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:16.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:16 smithi098 ceph-mon[112578]: pgmap v13898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:16 smithi016 ceph-mon[96085]: pgmap v13898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:17.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:17.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:18.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:18.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:18 smithi098 ceph-mon[112578]: pgmap v13899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:18 smithi016 ceph-mon[96085]: pgmap v13899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:19.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:19.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:20.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:20 smithi016 ceph-mon[96085]: pgmap v13900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:20.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:20.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:20 smithi098 ceph-mon[112578]: pgmap v13900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:21.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:21.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:22.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:22.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:22 smithi098 ceph-mon[112578]: pgmap v13901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:22 smithi016 ceph-mon[96085]: pgmap v13901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:23.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:23.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:24.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:24.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:24 smithi098 ceph-mon[112578]: pgmap v13902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:24 smithi016 ceph-mon[96085]: pgmap v13902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:25.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:25.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:26.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:26.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:26 smithi098 ceph-mon[112578]: pgmap v13903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:26 smithi016 ceph-mon[96085]: pgmap v13903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:27.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:27.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:28.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:28.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:28 smithi098 ceph-mon[112578]: pgmap v13904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:24:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:28 smithi016 ceph-mon[96085]: pgmap v13904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:24:29.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:29.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:30 smithi016 ceph-mon[96085]: pgmap v13905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:30.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:30.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:30 smithi098 ceph-mon[112578]: pgmap v13905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:32.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:32.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:33.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:33.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:32 smithi098 ceph-mon[112578]: pgmap v13906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:32 smithi016 ceph-mon[96085]: pgmap v13906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:34.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:34.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:35.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:35.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:34 smithi098 ceph-mon[112578]: pgmap v13907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:35.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:34 smithi016 ceph-mon[96085]: pgmap v13907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:36.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:36.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:37.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:37.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:36 smithi098 ceph-mon[112578]: pgmap v13908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:36 smithi016 ceph-mon[96085]: pgmap v13908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:38.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:38.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:39.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:39.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:38 smithi098 ceph-mon[112578]: pgmap v13909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:38 smithi016 ceph-mon[96085]: pgmap v13909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:40.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:40.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:41.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:41.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:41.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:40 smithi098 ceph-mon[112578]: pgmap v13910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:40 smithi016 ceph-mon[96085]: pgmap v13910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:42.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:42.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:42 smithi098 ceph-mon[112578]: pgmap v13911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:43.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:43.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:42 smithi016 ceph-mon[96085]: pgmap v13911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:24:44.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:44.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:24:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:44 smithi098 ceph-mon[112578]: pgmap v13912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:45.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:45.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:44 smithi016 ceph-mon[96085]: pgmap v13912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:46.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:46.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:46.857 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:46 smithi098 ceph-mon[112578]: pgmap v13913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:47.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:47.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:46 smithi016 ceph-mon[96085]: pgmap v13913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:48.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:48.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:48 smithi098 ceph-mon[112578]: pgmap v13914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:49.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:49.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:49.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:48 smithi016 ceph-mon[96085]: pgmap v13914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:50.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:50.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:50 smithi098 ceph-mon[112578]: pgmap v13915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:50 smithi016 ceph-mon[96085]: pgmap v13915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:51.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:51.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:52.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:52.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:52 smithi098 ceph-mon[112578]: pgmap v13916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:24:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:52 smithi016 ceph-mon[96085]: pgmap v13916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:24:53.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:53.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:24:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:24:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:24:54.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:24:54.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:24:54.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:24:54.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:24:54.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:24:54.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:24:54.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:24:54.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:24:54.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:24:54.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:24:54.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:24:54.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:54.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:55.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:55.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:55.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:55 smithi098 ceph-mon[112578]: pgmap v13917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:55 smithi016 ceph-mon[96085]: pgmap v13917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:56.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:56.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:57.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:57.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:57 smithi098 ceph-mon[112578]: pgmap v13918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:57 smithi016 ceph-mon[96085]: pgmap v13918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:58.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:58.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:59.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:24:59.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:59 smithi098 ceph-mon[112578]: pgmap v13919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:24:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:24:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:59 smithi016 ceph-mon[96085]: pgmap v13919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:24:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:25:00.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:00.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:01.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:01.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:01.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:01 smithi016 ceph-mon[96085]: pgmap v13920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:01 smithi098 ceph-mon[112578]: pgmap v13920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:02.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:02.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:03.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:03.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:03 smithi098 ceph-mon[112578]: pgmap v13921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:03 smithi016 ceph-mon[96085]: pgmap v13921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:04.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:04.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:05.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:05.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:05 smithi098 ceph-mon[112578]: pgmap v13922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:05 smithi016 ceph-mon[96085]: pgmap v13922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:06.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:06.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:07.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:07.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:07 smithi098 ceph-mon[112578]: pgmap v13923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:07.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:07 smithi016 ceph-mon[96085]: pgmap v13923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:08.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:08.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:09.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:09.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:09 smithi098 ceph-mon[112578]: pgmap v13924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:09 smithi016 ceph-mon[96085]: pgmap v13924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:10.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:10.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:11.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:11.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:11.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:11 smithi016 ceph-mon[96085]: pgmap v13925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:11 smithi098 ceph-mon[112578]: pgmap v13925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:12.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:12.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:13.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:13.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:13 smithi098 ceph-mon[112578]: pgmap v13926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:13 smithi016 ceph-mon[96085]: pgmap v13926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:14.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:14.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:25:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:25:15.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:15.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:15 smithi098 ceph-mon[112578]: pgmap v13927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:15 smithi016 ceph-mon[96085]: pgmap v13927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:16.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:16.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:17.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:17.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:17.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:17 smithi098 ceph-mon[112578]: pgmap v13928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:17.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:17 smithi016 ceph-mon[96085]: pgmap v13928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:18.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:18.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:19.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:19.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:19 smithi098 ceph-mon[112578]: pgmap v13929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:19 smithi016 ceph-mon[96085]: pgmap v13929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:20.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:20.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:21.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:21.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:21.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:21 smithi098 ceph-mon[112578]: pgmap v13930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:21 smithi016 ceph-mon[96085]: pgmap v13930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:22.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:22.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:23.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:23.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:23.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:23 smithi098 ceph-mon[112578]: pgmap v13931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:23 smithi016 ceph-mon[96085]: pgmap v13931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:24.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:24.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:24.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:24 smithi098 ceph-mon[112578]: pgmap v13932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:24.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:24 smithi016 ceph-mon[96085]: pgmap v13932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:25.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:25.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:26.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:26.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:26 smithi098 ceph-mon[112578]: pgmap v13933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:26.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:26 smithi016 ceph-mon[96085]: pgmap v13933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:27.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:27.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:28.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:28.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:28 smithi098 ceph-mon[112578]: pgmap v13934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:28.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:25:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:28 smithi016 ceph-mon[96085]: pgmap v13934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:28.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:25:29.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:29.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:30.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:30.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:30 smithi098 ceph-mon[112578]: pgmap v13935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:30.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:30 smithi016 ceph-mon[96085]: pgmap v13935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:31.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:31.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:32.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:32.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:32.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:32 smithi098 ceph-mon[112578]: pgmap v13936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:32 smithi016 ceph-mon[96085]: pgmap v13936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:33.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:33.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:34.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:34.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:34.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:34 smithi098 ceph-mon[112578]: pgmap v13937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:34.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:34 smithi016 ceph-mon[96085]: pgmap v13937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:35.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:35.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:36.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:36.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:36 smithi016 ceph-mon[96085]: pgmap v13938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:36.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:36 smithi098 ceph-mon[112578]: pgmap v13938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:37.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:37.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:38.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:38.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:38.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:38 smithi098 ceph-mon[112578]: pgmap v13939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:38 smithi016 ceph-mon[96085]: pgmap v13939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:39.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:39.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:40.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:40.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:40.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:40 smithi098 ceph-mon[112578]: pgmap v13940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:40.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:40 smithi016 ceph-mon[96085]: pgmap v13940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:41.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:41.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:42.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:42.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:42 smithi098 ceph-mon[112578]: pgmap v13941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:42 smithi016 ceph-mon[96085]: pgmap v13941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:43.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:43.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:25:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:25:44.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:44.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:44 smithi016 ceph-mon[96085]: pgmap v13942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:44 smithi098 ceph-mon[112578]: pgmap v13942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:45.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:45.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:46.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:46.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:46.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:46 smithi016 ceph-mon[96085]: pgmap v13943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:46 smithi098 ceph-mon[112578]: pgmap v13943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:47.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:47.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:48.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:48.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:48.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:48 smithi016 ceph-mon[96085]: pgmap v13944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:48 smithi098 ceph-mon[112578]: pgmap v13944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:49.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:49.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:50.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:50.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:50.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:50 smithi016 ceph-mon[96085]: pgmap v13945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:50 smithi098 ceph-mon[112578]: pgmap v13945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:51.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:51.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:52.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:52.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:52 smithi098 ceph-mon[112578]: pgmap v13946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:52 smithi016 ceph-mon[96085]: pgmap v13946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:53.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:53.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:54.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:25:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:25:54.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:54.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:54 smithi098 ceph-mon[112578]: pgmap v13947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:25:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:25:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:25:55.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:25:55.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:25:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:54 smithi016 ceph-mon[96085]: pgmap v13947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:25:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:25:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:25:55.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:25:55.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:25:55.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:55.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:56.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:56.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:56.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:56 smithi016 ceph-mon[96085]: pgmap v13948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:56 smithi098 ceph-mon[112578]: pgmap v13948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:57.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:57.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:58.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:58.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:58 smithi098 ceph-mon[112578]: pgmap v13949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:25:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:25:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:58 smithi016 ceph-mon[96085]: pgmap v13949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:25:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:25:59.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:25:59.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:00.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:00.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:00 smithi098 ceph-mon[112578]: pgmap v13950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:00 smithi016 ceph-mon[96085]: pgmap v13950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:01.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:01.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:02.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:02.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:02 smithi098 ceph-mon[112578]: pgmap v13951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:02 smithi016 ceph-mon[96085]: pgmap v13951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:03.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:03.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:04.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:04.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:04 smithi098 ceph-mon[112578]: pgmap v13952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:04 smithi016 ceph-mon[96085]: pgmap v13952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:05.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:05.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:06.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:06.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:06 smithi098 ceph-mon[112578]: pgmap v13953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:06 smithi016 ceph-mon[96085]: pgmap v13953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:07.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:07.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:08.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:08.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:08 smithi098 ceph-mon[112578]: pgmap v13954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:08 smithi016 ceph-mon[96085]: pgmap v13954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:09.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:09.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:10.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:10.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:10 smithi098 ceph-mon[112578]: pgmap v13955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:11.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:10 smithi016 ceph-mon[96085]: pgmap v13955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:11.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:11.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:12.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:12.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:12 smithi098 ceph-mon[112578]: pgmap v13956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:12 smithi016 ceph-mon[96085]: pgmap v13956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:13.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:13.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:26:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:26:14.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:14.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:14 smithi098 ceph-mon[112578]: pgmap v13957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:14 smithi016 ceph-mon[96085]: pgmap v13957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:15.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:15.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:16.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:16.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:16 smithi098 ceph-mon[112578]: pgmap v13958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:16 smithi016 ceph-mon[96085]: pgmap v13958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:17.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:17.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:18.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:18.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:18 smithi098 ceph-mon[112578]: pgmap v13959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:18 smithi016 ceph-mon[96085]: pgmap v13959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:19.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:19.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:20.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:20.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:20 smithi098 ceph-mon[112578]: pgmap v13960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:20 smithi016 ceph-mon[96085]: pgmap v13960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:21.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:21.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:22.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:22.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:22.857 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:22 smithi098 ceph-mon[112578]: pgmap v13961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:22 smithi016 ceph-mon[96085]: pgmap v13961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:23.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:23.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:24.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:24.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:24 smithi098 ceph-mon[112578]: pgmap v13962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:24 smithi016 ceph-mon[96085]: pgmap v13962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:25.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:25.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:26.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:26.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:26.854 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:26 smithi016 ceph-mon[96085]: pgmap v13963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:26 smithi098 ceph-mon[112578]: pgmap v13963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:27.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:27.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:28.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:28.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:29.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:28 smithi098 ceph-mon[112578]: pgmap v13964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:29.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:26:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:28 smithi016 ceph-mon[96085]: pgmap v13964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:26:29.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:29.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:30.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:30.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:30 smithi098 ceph-mon[112578]: pgmap v13965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:30 smithi016 ceph-mon[96085]: pgmap v13965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:31.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:31.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:32.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:32.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:32.962 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:32 smithi098 ceph-mon[112578]: pgmap v13966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:32 smithi016 ceph-mon[96085]: pgmap v13966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:33.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:33.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:34.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:34.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:34 smithi098 ceph-mon[112578]: pgmap v13967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:34 smithi016 ceph-mon[96085]: pgmap v13967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:35.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:35.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:36.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:36.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:36.969 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:36 smithi016 ceph-mon[96085]: pgmap v13968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:36 smithi098 ceph-mon[112578]: pgmap v13968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:37.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:37.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:38.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:38.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:38 smithi098 ceph-mon[112578]: pgmap v13969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:38 smithi016 ceph-mon[96085]: pgmap v13969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:39.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:39.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:40.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:40.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:41.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:40 smithi098 ceph-mon[112578]: pgmap v13970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:41.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:40 smithi016 ceph-mon[96085]: pgmap v13970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:41.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:41.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:42.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:42.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:42 smithi098 ceph-mon[112578]: pgmap v13971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:42 smithi016 ceph-mon[96085]: pgmap v13971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:43.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:43.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:26:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:26:44.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:44.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:44 smithi098 ceph-mon[112578]: pgmap v13972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:45.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:44 smithi016 ceph-mon[96085]: pgmap v13972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:45.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:45.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:46.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:46.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:46 smithi098 ceph-mon[112578]: pgmap v13973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:47.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:46 smithi016 ceph-mon[96085]: pgmap v13973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:47.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:47.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:48.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:48.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:48 smithi098 ceph-mon[112578]: pgmap v13974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:48 smithi016 ceph-mon[96085]: pgmap v13974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:49.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:49.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:50.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:50.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:50 smithi098 ceph-mon[112578]: pgmap v13975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:50 smithi016 ceph-mon[96085]: pgmap v13975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:51.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:51.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:52.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:52.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:52 smithi098 ceph-mon[112578]: pgmap v13976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:52 smithi016 ceph-mon[96085]: pgmap v13976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:53.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:53.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:54.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:54.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:54 smithi098 ceph-mon[112578]: pgmap v13977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:26:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:54 smithi016 ceph-mon[96085]: pgmap v13977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:26:55.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:55.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:55.987 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:26:55.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:26:55.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:26:55.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:26:56.025 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:26:56.025 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:26:56.025 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:26:56.025 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:26:56.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:56.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:56 smithi098 ceph-mon[112578]: pgmap v13978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:56 smithi016 ceph-mon[96085]: pgmap v13978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:57.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:57.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:58.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:58.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:58.992 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:58 smithi016 ceph-mon[96085]: pgmap v13979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:58.992 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:26:58.993 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:26:58.993 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:26:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:26:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:58 smithi098 ceph-mon[112578]: pgmap v13979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:26:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:26:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:26:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:26:59.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:26:59.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:00.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:00.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:27:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:27:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:27:00.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:27:00.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:27:00.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:27:00.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:27:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:27:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:27:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:27:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:27:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:27:00.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:27:00.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:27:01.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:01.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:01 smithi098 ceph-mon[112578]: pgmap v13980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:01 smithi016 ceph-mon[96085]: pgmap v13980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:02.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:02.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:03.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:03.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:03 smithi098 ceph-mon[112578]: pgmap v13981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:03 smithi016 ceph-mon[96085]: pgmap v13981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:04.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:04.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:05.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:05.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:05 smithi098 ceph-mon[112578]: pgmap v13982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:05 smithi016 ceph-mon[96085]: pgmap v13982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:06.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:06.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:07.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:07.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:07 smithi098 ceph-mon[112578]: pgmap v13983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:07.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:07 smithi016 ceph-mon[96085]: pgmap v13983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:08.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:08.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:09.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:09.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:09 smithi098 ceph-mon[112578]: pgmap v13984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:09 smithi016 ceph-mon[96085]: pgmap v13984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:10.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:10.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:11.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:11.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:11 smithi098 ceph-mon[112578]: pgmap v13985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:11.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:11 smithi016 ceph-mon[96085]: pgmap v13985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:12.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:12.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:13.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:13.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:13.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:13 smithi098 ceph-mon[112578]: pgmap v13986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:13 smithi016 ceph-mon[96085]: pgmap v13986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:14.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:14.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:27:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:27:15.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:15.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:15 smithi098 ceph-mon[112578]: pgmap v13987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:15 smithi016 ceph-mon[96085]: pgmap v13987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:16.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:16.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:17.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:17.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:17.427 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:17 smithi016 ceph-mon[96085]: pgmap v13988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:17.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:17 smithi098 ceph-mon[112578]: pgmap v13988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:18.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:18.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:19.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:19.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:19 smithi098 ceph-mon[112578]: pgmap v13989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:19 smithi016 ceph-mon[96085]: pgmap v13989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:20.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:20.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:21.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:21.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:21.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:21 smithi098 ceph-mon[112578]: pgmap v13990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:21 smithi016 ceph-mon[96085]: pgmap v13990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:22.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:22.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:23.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:23.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:23.486 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:23 smithi098 ceph-mon[112578]: pgmap v13991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:23.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:23 smithi016 ceph-mon[96085]: pgmap v13991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:24.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:24.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:25.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:25.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:25.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:25 smithi098 ceph-mon[112578]: pgmap v13992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:25.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:25 smithi016 ceph-mon[96085]: pgmap v13992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:26.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:26.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:27.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:27.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:27 smithi098 ceph-mon[112578]: pgmap v13993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:27.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:27 smithi016 ceph-mon[96085]: pgmap v13993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:28.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:28.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:29.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:29.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:29 smithi098 ceph-mon[112578]: pgmap v13994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:27:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:29 smithi016 ceph-mon[96085]: pgmap v13994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:29.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:27:30.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:30.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:31.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:31.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:31 smithi098 ceph-mon[112578]: pgmap v13995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:31 smithi016 ceph-mon[96085]: pgmap v13995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:32.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:32.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:33.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:33.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:33.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:33 smithi098 ceph-mon[112578]: pgmap v13996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:33 smithi016 ceph-mon[96085]: pgmap v13996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:34.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:34.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:35.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:35.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:35.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:35 smithi098 ceph-mon[112578]: pgmap v13997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:35.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:35 smithi016 ceph-mon[96085]: pgmap v13997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:36.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:36.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:37.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:37.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:37.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:37 smithi098 ceph-mon[112578]: pgmap v13998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:37.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:37 smithi016 ceph-mon[96085]: pgmap v13998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:38.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:38.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:39.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:39.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:39 smithi098 ceph-mon[112578]: pgmap v13999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:39 smithi016 ceph-mon[96085]: pgmap v13999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:40.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:40.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:41.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:41.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:41 smithi098 ceph-mon[112578]: pgmap v14000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:41 smithi016 ceph-mon[96085]: pgmap v14000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:42.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:42.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:43.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:43.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:43 smithi098 ceph-mon[112578]: pgmap v14001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:43 smithi016 ceph-mon[96085]: pgmap v14001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:44.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:44.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:27:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:27:45.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:45.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:45.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:45 smithi098 ceph-mon[112578]: pgmap v14002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:45 smithi016 ceph-mon[96085]: pgmap v14002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:46.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:46.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:47.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:47.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:47.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:47 smithi098 ceph-mon[112578]: pgmap v14003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:47.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:47 smithi016 ceph-mon[96085]: pgmap v14003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:48.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:48.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:49.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:49.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:49 smithi098 ceph-mon[112578]: pgmap v14004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:49 smithi016 ceph-mon[96085]: pgmap v14004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:50.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:50.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:51.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:51.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:51 smithi098 ceph-mon[112578]: pgmap v14005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:51 smithi016 ceph-mon[96085]: pgmap v14005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:52.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:52.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:53.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:53.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:53.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:53 smithi098 ceph-mon[112578]: pgmap v14006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:53 smithi016 ceph-mon[96085]: pgmap v14006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:54.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:54.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:55.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:55.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:55.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:55 smithi098 ceph-mon[112578]: pgmap v14007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:55 smithi016 ceph-mon[96085]: pgmap v14007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:56.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:56.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:57.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:57.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:57.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:57 smithi098 ceph-mon[112578]: pgmap v14008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:57 smithi016 ceph-mon[96085]: pgmap v14008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:58.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:58.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:59.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:27:59.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:59 smithi098 ceph-mon[112578]: pgmap v14009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:59.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:27:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:27:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:59 smithi016 ceph-mon[96085]: pgmap v14009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:27:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:28:00.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:00.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:28:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:28:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:28:00.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:28:00.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:28:00.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:28:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:28:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:28:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:28:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:28:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:28:00.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:28:01.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:01.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:01 smithi098 ceph-mon[112578]: pgmap v14010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:01 smithi016 ceph-mon[96085]: pgmap v14010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:02.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:02.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:02 smithi016 ceph-mon[96085]: pgmap v14011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:02 smithi098 ceph-mon[112578]: pgmap v14011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:03.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:03.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:04.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:04.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:04 smithi016 ceph-mon[96085]: pgmap v14012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:04 smithi098 ceph-mon[112578]: pgmap v14012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:05.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:05.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:06.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:06.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:06.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:06 smithi016 ceph-mon[96085]: pgmap v14013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:06 smithi098 ceph-mon[112578]: pgmap v14013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:07.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:07.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:08.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:08.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:08.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:08 smithi016 ceph-mon[96085]: pgmap v14014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:08.961 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:08 smithi098 ceph-mon[112578]: pgmap v14014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:09.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:09.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:10.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:10.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:10 smithi016 ceph-mon[96085]: pgmap v14015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:10 smithi098 ceph-mon[112578]: pgmap v14015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:11.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:11.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:12.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:12.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:12.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:12 smithi016 ceph-mon[96085]: pgmap v14016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:12 smithi098 ceph-mon[112578]: pgmap v14016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:13.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:13.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:28:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:28:14.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:14.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:14 smithi098 ceph-mon[112578]: pgmap v14017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:14 smithi016 ceph-mon[96085]: pgmap v14017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:15.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:15.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:16.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:16.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:16 smithi098 ceph-mon[112578]: pgmap v14018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:17.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:16 smithi016 ceph-mon[96085]: pgmap v14018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:17.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:17.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:18.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:18.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:18 smithi098 ceph-mon[112578]: pgmap v14019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:18 smithi016 ceph-mon[96085]: pgmap v14019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:19.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:19.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:20.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:20.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:20 smithi098 ceph-mon[112578]: pgmap v14020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:20 smithi016 ceph-mon[96085]: pgmap v14020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:21.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:21.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:22.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:22.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:22 smithi098 ceph-mon[112578]: pgmap v14021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:22 smithi016 ceph-mon[96085]: pgmap v14021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:23.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:23.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:24.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:24.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:24 smithi098 ceph-mon[112578]: pgmap v14022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:24 smithi016 ceph-mon[96085]: pgmap v14022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:25.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:25.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:26.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:26.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:26 smithi098 ceph-mon[112578]: pgmap v14023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:26 smithi016 ceph-mon[96085]: pgmap v14023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:27.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:27.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:28.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:28.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:28 smithi098 ceph-mon[112578]: pgmap v14024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:28:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:28 smithi016 ceph-mon[96085]: pgmap v14024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:28:29.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:29.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:30.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:30.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:30 smithi098 ceph-mon[112578]: pgmap v14025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:30 smithi016 ceph-mon[96085]: pgmap v14025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:31.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:31.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:32.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:32.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:32 smithi098 ceph-mon[112578]: pgmap v14026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:32 smithi016 ceph-mon[96085]: pgmap v14026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:33.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:33.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:34.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:34.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:35.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:34 smithi098 ceph-mon[112578]: pgmap v14027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:34 smithi016 ceph-mon[96085]: pgmap v14027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:35.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:35.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:36.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:36.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:36 smithi098 ceph-mon[112578]: pgmap v14028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:36 smithi016 ceph-mon[96085]: pgmap v14028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:37.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:37.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:38.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:38.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:38 smithi016 ceph-mon[96085]: pgmap v14029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:38 smithi098 ceph-mon[112578]: pgmap v14029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:39.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:39.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:40.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:40.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:41.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:40 smithi098 ceph-mon[112578]: pgmap v14030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:40 smithi016 ceph-mon[96085]: pgmap v14030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:41.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:41.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:42.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:42.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:42 smithi098 ceph-mon[112578]: pgmap v14031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:42 smithi016 ceph-mon[96085]: pgmap v14031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:43.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:43.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:28:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:28:44.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:44.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:45.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:44 smithi098 ceph-mon[112578]: pgmap v14032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:44 smithi016 ceph-mon[96085]: pgmap v14032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:45.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:45.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:46.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:46.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:46 smithi098 ceph-mon[112578]: pgmap v14033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:46 smithi016 ceph-mon[96085]: pgmap v14033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:47.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:47.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:48.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:48.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:48.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:48 smithi016 ceph-mon[96085]: pgmap v14034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:48 smithi098 ceph-mon[112578]: pgmap v14034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:49.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:49.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:50.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:50.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:50 smithi098 ceph-mon[112578]: pgmap v14035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:50 smithi016 ceph-mon[96085]: pgmap v14035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:51.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:51.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:52.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:52.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:52 smithi098 ceph-mon[112578]: pgmap v14036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:52 smithi016 ceph-mon[96085]: pgmap v14036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:53.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:53.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:54.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:54.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:54.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:54 smithi098 ceph-mon[112578]: pgmap v14037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:55.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:54 smithi016 ceph-mon[96085]: pgmap v14037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:55.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:55.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:56.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:56.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:56 smithi098 ceph-mon[112578]: pgmap v14038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:56 smithi016 ceph-mon[96085]: pgmap v14038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:57.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:57.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:58.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:58.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:58 smithi098 ceph-mon[112578]: pgmap v14039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:28:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:28:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:58 smithi016 ceph-mon[96085]: pgmap v14039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:28:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:28:59.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:28:59.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:00.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:00.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:00 smithi098 ceph-mon[112578]: pgmap v14040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:29:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:29:01.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:29:01.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:29:01.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:29:01.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:29:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:00 smithi016 ceph-mon[96085]: pgmap v14040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:29:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:29:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:29:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:29:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:29:01.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:29:01.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:01.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:02.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:02.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:02 smithi098 ceph-mon[112578]: pgmap v14041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:03.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:02 smithi016 ceph-mon[96085]: pgmap v14041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:03.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:03.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:04.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:04.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:04 smithi098 ceph-mon[112578]: pgmap v14042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:04 smithi016 ceph-mon[96085]: pgmap v14042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:05.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:05.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:06.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:06.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:07.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:06 smithi098 ceph-mon[112578]: pgmap v14043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:06 smithi016 ceph-mon[96085]: pgmap v14043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:07.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:07.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:08.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:08.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:08 smithi098 ceph-mon[112578]: pgmap v14044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:08 smithi016 ceph-mon[96085]: pgmap v14044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:09.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:09.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:10.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:10.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:10 smithi098 ceph-mon[112578]: pgmap v14045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:10 smithi016 ceph-mon[96085]: pgmap v14045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:11.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:11.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:12.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:12.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:12 smithi098 ceph-mon[112578]: pgmap v14046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:12 smithi016 ceph-mon[96085]: pgmap v14046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:13.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:13.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:29:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:29:14.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:14.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:14 smithi098 ceph-mon[112578]: pgmap v14047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:14 smithi016 ceph-mon[96085]: pgmap v14047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:15.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:15.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:16.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:16.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:16 smithi098 ceph-mon[112578]: pgmap v14048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:16 smithi016 ceph-mon[96085]: pgmap v14048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:17.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:17.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:18.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:18.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:18 smithi098 ceph-mon[112578]: pgmap v14049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:18 smithi016 ceph-mon[96085]: pgmap v14049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:19.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:19.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:20.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:20.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:20 smithi098 ceph-mon[112578]: pgmap v14050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:20 smithi016 ceph-mon[96085]: pgmap v14050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:21.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:21.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:22.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:22.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:23.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:22 smithi098 ceph-mon[112578]: pgmap v14051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:22 smithi016 ceph-mon[96085]: pgmap v14051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:23.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:23.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:24.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:24.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:24 smithi098 ceph-mon[112578]: pgmap v14052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:24 smithi016 ceph-mon[96085]: pgmap v14052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:25.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:25.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:26.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:26.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:26 smithi098 ceph-mon[112578]: pgmap v14053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:26 smithi016 ceph-mon[96085]: pgmap v14053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:27.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:27.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:28.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:28.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:28.932 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:28 smithi016 ceph-mon[96085]: pgmap v14054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:28.932 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:29:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:28 smithi098 ceph-mon[112578]: pgmap v14054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:29:29.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:29.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:30.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:30.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:30 smithi098 ceph-mon[112578]: pgmap v14055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:30 smithi016 ceph-mon[96085]: pgmap v14055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:31.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:31.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:32.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:32.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:32 smithi098 ceph-mon[112578]: pgmap v14056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:32 smithi016 ceph-mon[96085]: pgmap v14056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:33.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:33.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:34.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:34.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:34 smithi098 ceph-mon[112578]: pgmap v14057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:34 smithi016 ceph-mon[96085]: pgmap v14057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:35.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:35.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:36.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:36.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:36 smithi098 ceph-mon[112578]: pgmap v14058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:36 smithi016 ceph-mon[96085]: pgmap v14058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:37.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:37.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:38.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:38.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:38 smithi098 ceph-mon[112578]: pgmap v14059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:38 smithi016 ceph-mon[96085]: pgmap v14059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:39.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:39.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:40.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:40.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:41.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:40 smithi098 ceph-mon[112578]: pgmap v14060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:40 smithi016 ceph-mon[96085]: pgmap v14060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:41.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:41.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:42.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:42.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:42 smithi098 ceph-mon[112578]: pgmap v14061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:43.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:42 smithi016 ceph-mon[96085]: pgmap v14061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:43.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:43.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:29:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:29:44.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:44.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:44.968 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:44 smithi098 ceph-mon[112578]: pgmap v14062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:44 smithi016 ceph-mon[96085]: pgmap v14062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:45.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:45.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:46.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:46.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:46 smithi098 ceph-mon[112578]: pgmap v14063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:46 smithi016 ceph-mon[96085]: pgmap v14063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:47.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:47.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:48.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:48.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:48 smithi098 ceph-mon[112578]: pgmap v14064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:48 smithi016 ceph-mon[96085]: pgmap v14064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:49.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:49.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:50.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:50.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:50 smithi098 ceph-mon[112578]: pgmap v14065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:50 smithi016 ceph-mon[96085]: pgmap v14065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:51.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:51.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:52.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:52.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:52 smithi098 ceph-mon[112578]: pgmap v14066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:52 smithi016 ceph-mon[96085]: pgmap v14066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:53.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:53.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:54.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:54.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:54 smithi098 ceph-mon[112578]: pgmap v14067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:54 smithi016 ceph-mon[96085]: pgmap v14067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:55.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:55.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:56.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:56.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:56 smithi098 ceph-mon[112578]: pgmap v14068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:56 smithi016 ceph-mon[96085]: pgmap v14068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:57.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:57.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:58.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:58.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:58 smithi098 ceph-mon[112578]: pgmap v14069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:29:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:29:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:58 smithi016 ceph-mon[96085]: pgmap v14069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:29:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:29:59.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:29:59.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:00.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:00.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:00 smithi098 ceph-mon[112578]: pgmap v14070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T04:30:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:30:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:00 smithi016 ceph-mon[96085]: pgmap v14070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T04:30:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:30:01.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:01.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:02.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:02.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:02 smithi098 ceph-mon[112578]: pgmap v14071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:02 smithi016 ceph-mon[96085]: pgmap v14071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:03.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:03.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:04.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:04.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:30:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:30:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:04 smithi098 ceph-mon[112578]: pgmap v14072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:04.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:30:04.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:30:04.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:30:04.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:30:04.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:30:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:30:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:30:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:04 smithi016 ceph-mon[96085]: pgmap v14072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:30:04.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:30:04.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:30:04.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:30:04.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:30:05.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:05.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:06.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:06.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:06 smithi098 ceph-mon[112578]: pgmap v14073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:06 smithi016 ceph-mon[96085]: pgmap v14073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:07.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:07.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:08.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:08.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:08 smithi098 ceph-mon[112578]: pgmap v14074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:08 smithi016 ceph-mon[96085]: pgmap v14074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:09.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:09.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:10.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:10.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:11.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:10 smithi098 ceph-mon[112578]: pgmap v14075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:10 smithi016 ceph-mon[96085]: pgmap v14075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:11.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:11.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:12.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:12.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:12 smithi098 ceph-mon[112578]: pgmap v14076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:12 smithi016 ceph-mon[96085]: pgmap v14076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:13.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:13.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:30:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:30:14.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:14.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:14 smithi016 ceph-mon[96085]: pgmap v14077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:14 smithi098 ceph-mon[112578]: pgmap v14077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:15.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:15.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:16.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:16.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:16 smithi098 ceph-mon[112578]: pgmap v14078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:16 smithi016 ceph-mon[96085]: pgmap v14078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:17.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:17.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:18.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:18.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:18 smithi098 ceph-mon[112578]: pgmap v14079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:18 smithi016 ceph-mon[96085]: pgmap v14079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:19.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:19.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:20.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:20.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:20 smithi098 ceph-mon[112578]: pgmap v14080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:20 smithi016 ceph-mon[96085]: pgmap v14080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:21.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:21.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:22.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:22.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:22 smithi098 ceph-mon[112578]: pgmap v14081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:23.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:22 smithi016 ceph-mon[96085]: pgmap v14081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:23.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:23.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:24.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:24.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:24 smithi098 ceph-mon[112578]: pgmap v14082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:24 smithi016 ceph-mon[96085]: pgmap v14082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:25.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:25.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:26.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:26.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:26 smithi098 ceph-mon[112578]: pgmap v14083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:26 smithi016 ceph-mon[96085]: pgmap v14083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:27.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:27.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:28.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:28.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:28 smithi098 ceph-mon[112578]: pgmap v14084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:30:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:28 smithi016 ceph-mon[96085]: pgmap v14084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:30:29.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:29.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:30.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:30.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:30 smithi098 ceph-mon[112578]: pgmap v14085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:30 smithi016 ceph-mon[96085]: pgmap v14085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:31.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:31.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:32.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:32.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:32 smithi098 ceph-mon[112578]: pgmap v14086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:32 smithi016 ceph-mon[96085]: pgmap v14086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:33.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:33.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:34.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:34.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:34 smithi098 ceph-mon[112578]: pgmap v14087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:34 smithi016 ceph-mon[96085]: pgmap v14087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:35.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:35.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:36.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:36.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:36 smithi098 ceph-mon[112578]: pgmap v14088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:36 smithi016 ceph-mon[96085]: pgmap v14088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:37.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:37.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:38.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:38.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:38 smithi098 ceph-mon[112578]: pgmap v14089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:39.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:38 smithi016 ceph-mon[96085]: pgmap v14089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:39.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:39.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:40.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:40.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:41.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:40 smithi098 ceph-mon[112578]: pgmap v14090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:40 smithi016 ceph-mon[96085]: pgmap v14090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:41.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:41.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:42.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:42.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:42 smithi098 ceph-mon[112578]: pgmap v14091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:42 smithi016 ceph-mon[96085]: pgmap v14091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:43.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:43.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:30:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:30:44.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:44.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:44 smithi098 ceph-mon[112578]: pgmap v14092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:44 smithi016 ceph-mon[96085]: pgmap v14092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:45.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:45.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:46.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:46.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:47.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:46 smithi098 ceph-mon[112578]: pgmap v14093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:46 smithi016 ceph-mon[96085]: pgmap v14093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:47.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:47.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:48.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:48.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:48 smithi098 ceph-mon[112578]: pgmap v14094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:48 smithi016 ceph-mon[96085]: pgmap v14094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:49.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:49.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:50.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:50.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:50 smithi098 ceph-mon[112578]: pgmap v14095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:51.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:50 smithi016 ceph-mon[96085]: pgmap v14095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:51.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:51.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:52.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:52.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:52 smithi098 ceph-mon[112578]: pgmap v14096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:52 smithi016 ceph-mon[96085]: pgmap v14096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:53.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:53.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:54.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:54.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:54.912 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:54 smithi016 ceph-mon[96085]: pgmap v14097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:54 smithi098 ceph-mon[112578]: pgmap v14097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:55.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:55.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:56.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:56.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:56 smithi098 ceph-mon[112578]: pgmap v14098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:56 smithi016 ceph-mon[96085]: pgmap v14098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:57.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:57.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:58.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:58.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:58 smithi098 ceph-mon[112578]: pgmap v14099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:30:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:30:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:58 smithi016 ceph-mon[96085]: pgmap v14099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:30:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:30:59.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:30:59.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:00.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:00.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:01.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:00 smithi098 ceph-mon[112578]: pgmap v14100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:00 smithi016 ceph-mon[96085]: pgmap v14100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:01.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:01.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:02.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:02.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:03.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:02 smithi098 ceph-mon[112578]: pgmap v14101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:02 smithi016 ceph-mon[96085]: pgmap v14101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:03.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:03.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:04.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:04.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:04 smithi098 ceph-mon[112578]: pgmap v14102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:05.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:31:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:04 smithi016 ceph-mon[96085]: pgmap v14102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:31:05.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:05.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:06.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:06.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:06 smithi098 ceph-mon[112578]: pgmap v14103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:06 smithi016 ceph-mon[96085]: pgmap v14103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:07.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:07.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:08.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:08.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:09.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:08 smithi098 ceph-mon[112578]: pgmap v14104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:08 smithi016 ceph-mon[96085]: pgmap v14104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:09.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:09.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:10.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:31:10.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:31:10.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:31:10.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:31:10.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:31:10.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:31:10.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:31:10.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:31:10.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:31:10.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:31:10.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:31:10.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:31:10.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:31:10.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:31:10.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:10.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:10 smithi016 ceph-mon[96085]: pgmap v14105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:10 smithi098 ceph-mon[112578]: pgmap v14105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:11.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:11.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:12.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:12.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:12 smithi098 ceph-mon[112578]: pgmap v14106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:12 smithi016 ceph-mon[96085]: pgmap v14106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:13.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:13.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:31:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:31:14.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:14.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:15.146 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:14 smithi016 ceph-mon[96085]: pgmap v14107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:14 smithi098 ceph-mon[112578]: pgmap v14107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:15.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:15.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:16.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:16.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:17.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:16 smithi098 ceph-mon[112578]: pgmap v14108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:16 smithi016 ceph-mon[96085]: pgmap v14108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:17.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:17.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:18.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:18.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:19.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:18 smithi098 ceph-mon[112578]: pgmap v14109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:18 smithi016 ceph-mon[96085]: pgmap v14109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:19.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:19.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:20.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:20.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:21.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:20 smithi016 ceph-mon[96085]: pgmap v14110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:21.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:20 smithi098 ceph-mon[112578]: pgmap v14110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:21.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:21.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:22.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:22.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:23.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:22 smithi098 ceph-mon[112578]: pgmap v14111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:22 smithi016 ceph-mon[96085]: pgmap v14111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:23.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:23.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:24.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:24.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:25.262 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:24 smithi016 ceph-mon[96085]: pgmap v14112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:24 smithi098 ceph-mon[112578]: pgmap v14112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:25.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:25.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:26.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:26.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:26 smithi098 ceph-mon[112578]: pgmap v14113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:26 smithi016 ceph-mon[96085]: pgmap v14113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:27.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:27.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:28.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:28.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:28 smithi098 ceph-mon[112578]: pgmap v14114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:31:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:28 smithi016 ceph-mon[96085]: pgmap v14114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:31:29.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:29.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:30.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:30.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:30 smithi098 ceph-mon[112578]: pgmap v14115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:30 smithi016 ceph-mon[96085]: pgmap v14115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:31.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:31.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:32.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:32.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:32 smithi098 ceph-mon[112578]: pgmap v14116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:32 smithi016 ceph-mon[96085]: pgmap v14116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:33.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:33.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:34.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:34.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:34 smithi098 ceph-mon[112578]: pgmap v14117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:34 smithi016 ceph-mon[96085]: pgmap v14117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:35.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:35.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:36.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:36.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:37.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:36 smithi098 ceph-mon[112578]: pgmap v14118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:36 smithi016 ceph-mon[96085]: pgmap v14118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:37.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:37.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:38.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:38.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:38 smithi098 ceph-mon[112578]: pgmap v14119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:38 smithi016 ceph-mon[96085]: pgmap v14119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:39.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:39.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:40.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:40.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:41.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:40 smithi098 ceph-mon[112578]: pgmap v14120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:40 smithi016 ceph-mon[96085]: pgmap v14120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:41.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:41.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:42.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:42.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:43.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:42 smithi098 ceph-mon[112578]: pgmap v14121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:42 smithi016 ceph-mon[96085]: pgmap v14121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:43.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:43.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:31:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:31:44.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:44.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:44 smithi098 ceph-mon[112578]: pgmap v14122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:44 smithi016 ceph-mon[96085]: pgmap v14122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:45.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:45.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:46.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:46.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:46 smithi098 ceph-mon[112578]: pgmap v14123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:46 smithi016 ceph-mon[96085]: pgmap v14123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:47.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:47.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:48.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:48.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:48 smithi098 ceph-mon[112578]: pgmap v14124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:48 smithi016 ceph-mon[96085]: pgmap v14124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:49.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:49.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:50.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:50.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:50 smithi098 ceph-mon[112578]: pgmap v14125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:50 smithi016 ceph-mon[96085]: pgmap v14125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:51.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:51.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:52.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:52.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:52 smithi098 ceph-mon[112578]: pgmap v14126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:52 smithi016 ceph-mon[96085]: pgmap v14126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:53.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:53.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:54.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:54.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:55.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:54 smithi098 ceph-mon[112578]: pgmap v14127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:55.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:54 smithi016 ceph-mon[96085]: pgmap v14127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:55.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:55.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:56.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:56.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:56 smithi098 ceph-mon[112578]: pgmap v14128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:56 smithi016 ceph-mon[96085]: pgmap v14128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:57.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:57.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:58.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:58.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:58 smithi098 ceph-mon[112578]: pgmap v14129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:31:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:31:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:58 smithi016 ceph-mon[96085]: pgmap v14129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:31:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:31:59.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:31:59.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:00.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:00.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:01.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:00 smithi098 ceph-mon[112578]: pgmap v14130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:00 smithi016 ceph-mon[96085]: pgmap v14130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:01.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:01.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:02.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:02.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:03.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:02 smithi098 ceph-mon[112578]: pgmap v14131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:02 smithi016 ceph-mon[96085]: pgmap v14131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:03.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:03.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:04.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:04.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:05.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:04 smithi098 ceph-mon[112578]: pgmap v14132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:05.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:04 smithi016 ceph-mon[96085]: pgmap v14132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:05.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:05.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:06.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:06.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:07.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:06 smithi098 ceph-mon[112578]: pgmap v14133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:06 smithi016 ceph-mon[96085]: pgmap v14133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:07.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:07.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:08.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:08.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:09.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:08 smithi098 ceph-mon[112578]: pgmap v14134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:08 smithi016 ceph-mon[96085]: pgmap v14134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:09.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:09.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:10.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:32:10.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:32:10.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:10.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:10 smithi016 ceph-mon[96085]: pgmap v14135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:32:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:32:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:32:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:32:11.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:32:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:10 smithi098 ceph-mon[112578]: pgmap v14135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:32:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:32:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:32:11.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:32:11.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:32:11.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:11.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:12.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:12.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:12 smithi098 ceph-mon[112578]: pgmap v14136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:12 smithi016 ceph-mon[96085]: pgmap v14136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:13.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:13.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:32:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:32:14.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:14.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:14 smithi098 ceph-mon[112578]: pgmap v14137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:14 smithi016 ceph-mon[96085]: pgmap v14137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:15.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:15.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:16.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:16.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:17.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:16 smithi098 ceph-mon[112578]: pgmap v14138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:16 smithi016 ceph-mon[96085]: pgmap v14138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:17.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:17.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:18.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:18.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:19.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:18 smithi098 ceph-mon[112578]: pgmap v14139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:19.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:18 smithi016 ceph-mon[96085]: pgmap v14139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:19.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:19.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:20.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:20.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:20 smithi016 ceph-mon[96085]: pgmap v14140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:21.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:20 smithi098 ceph-mon[112578]: pgmap v14140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:21.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:21.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:22.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:22.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:22 smithi098 ceph-mon[112578]: pgmap v14141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:22 smithi016 ceph-mon[96085]: pgmap v14141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:23.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:23.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:24.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:24.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:25 smithi098 ceph-mon[112578]: pgmap v14142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:25 smithi016 ceph-mon[96085]: pgmap v14142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:25.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:25.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:26.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:26.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:27 smithi098 ceph-mon[112578]: pgmap v14143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:27 smithi016 ceph-mon[96085]: pgmap v14143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:27.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:27.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:28.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:28.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:29 smithi098 ceph-mon[112578]: pgmap v14144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:32:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:29 smithi016 ceph-mon[96085]: pgmap v14144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:32:29.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:29.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:30.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:30.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:31 smithi098 ceph-mon[112578]: pgmap v14145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:31 smithi016 ceph-mon[96085]: pgmap v14145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:31.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:31.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:32.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:32.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:33 smithi016 ceph-mon[96085]: pgmap v14146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:33.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:33 smithi098 ceph-mon[112578]: pgmap v14146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:33.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:33.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:34.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:34.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:35 smithi016 ceph-mon[96085]: pgmap v14147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:35 smithi098 ceph-mon[112578]: pgmap v14147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:35.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:35.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:36.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:36.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:37 smithi016 ceph-mon[96085]: pgmap v14148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:37.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:37 smithi098 ceph-mon[112578]: pgmap v14148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:37.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:37.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:38.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:38.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:39 smithi016 ceph-mon[96085]: pgmap v14149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:39 smithi098 ceph-mon[112578]: pgmap v14149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:39.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:39.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:40.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:40.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:41 smithi098 ceph-mon[112578]: pgmap v14150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:41 smithi016 ceph-mon[96085]: pgmap v14150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:41.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:41.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:42.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:42.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:43 smithi098 ceph-mon[112578]: pgmap v14151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:43 smithi016 ceph-mon[96085]: pgmap v14151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:43.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:43.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:32:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:32:44.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:44.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:45 smithi098 ceph-mon[112578]: pgmap v14152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:45 smithi016 ceph-mon[96085]: pgmap v14152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:45.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:45.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:46.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:46.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:47.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:47 smithi098 ceph-mon[112578]: pgmap v14153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:47 smithi016 ceph-mon[96085]: pgmap v14153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:47.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:47.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:48.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:48.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:49 smithi098 ceph-mon[112578]: pgmap v14154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:49 smithi016 ceph-mon[96085]: pgmap v14154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:49.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:49.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:50.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:50.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:51 smithi098 ceph-mon[112578]: pgmap v14155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:51 smithi016 ceph-mon[96085]: pgmap v14155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:51.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:51.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:52.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:52.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:53 smithi098 ceph-mon[112578]: pgmap v14156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:53 smithi016 ceph-mon[96085]: pgmap v14156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:53.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:53.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:54.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:54.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:55 smithi098 ceph-mon[112578]: pgmap v14157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:55 smithi016 ceph-mon[96085]: pgmap v14157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:55.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:55.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:56.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:56.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:57 smithi098 ceph-mon[112578]: pgmap v14158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:57.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:57 smithi016 ceph-mon[96085]: pgmap v14158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:57.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:57.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:58.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:58.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:59 smithi098 ceph-mon[112578]: pgmap v14159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:32:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:32:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:59 smithi016 ceph-mon[96085]: pgmap v14159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:32:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:32:59.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:32:59.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:00.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:00.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:01.356 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:01 smithi016 ceph-mon[96085]: pgmap v14160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:01 smithi098 ceph-mon[112578]: pgmap v14160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:01.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:01.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:02.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:02.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:03 smithi098 ceph-mon[112578]: pgmap v14161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:03 smithi016 ceph-mon[96085]: pgmap v14161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:03.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:03.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:04.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:04.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:05 smithi098 ceph-mon[112578]: pgmap v14162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:05 smithi016 ceph-mon[96085]: pgmap v14162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:05.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:05.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:06.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:06.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:07 smithi098 ceph-mon[112578]: pgmap v14163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:07 smithi016 ceph-mon[96085]: pgmap v14163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:07.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:07.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:08.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:08.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:09 smithi098 ceph-mon[112578]: pgmap v14164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:09 smithi016 ceph-mon[96085]: pgmap v14164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:09.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:09.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:10.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:10.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:11.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:11 smithi016 ceph-mon[96085]: pgmap v14165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:11.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:33:11.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:33:11.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:33:11.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:33:11.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:33:11.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:33:11.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:33:11.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:33:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:11 smithi098 ceph-mon[112578]: pgmap v14165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:33:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:33:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:33:11.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:33:11.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:33:11.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:33:11.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:33:11.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:33:11.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:11.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:12.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:12.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:12 smithi098 ceph-mon[112578]: pgmap v14166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:12 smithi016 ceph-mon[96085]: pgmap v14166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:13.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:13.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:33:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:33:14.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:14.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:14 smithi098 ceph-mon[112578]: pgmap v14167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:14 smithi016 ceph-mon[96085]: pgmap v14167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:15.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:15.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:16 smithi016 ceph-mon[96085]: pgmap v14168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:16.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:16.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:16 smithi098 ceph-mon[112578]: pgmap v14168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:17.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:17.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:18.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:18.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:18 smithi098 ceph-mon[112578]: pgmap v14169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:18 smithi016 ceph-mon[96085]: pgmap v14169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:19.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:19.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:20.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:20.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:20 smithi098 ceph-mon[112578]: pgmap v14170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:20 smithi016 ceph-mon[96085]: pgmap v14170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:21.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:21.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:22.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:22.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:22 smithi098 ceph-mon[112578]: pgmap v14171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:22 smithi016 ceph-mon[96085]: pgmap v14171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:23.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:23.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:24.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:24.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:24 smithi098 ceph-mon[112578]: pgmap v14172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:24 smithi016 ceph-mon[96085]: pgmap v14172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:25.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:25.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:26.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:26.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:26 smithi098 ceph-mon[112578]: pgmap v14173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:26 smithi016 ceph-mon[96085]: pgmap v14173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:27.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:27.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:28.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:28.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:28 smithi098 ceph-mon[112578]: pgmap v14174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:33:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:28 smithi016 ceph-mon[96085]: pgmap v14174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:33:29.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:29.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:30.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:30.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:30 smithi098 ceph-mon[112578]: pgmap v14175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:30 smithi016 ceph-mon[96085]: pgmap v14175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:31.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:31.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:32.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:32.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:32 smithi098 ceph-mon[112578]: pgmap v14176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:32 smithi016 ceph-mon[96085]: pgmap v14176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:33.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:33.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:34.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:34.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:34 smithi098 ceph-mon[112578]: pgmap v14177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:34 smithi016 ceph-mon[96085]: pgmap v14177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:35.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:35.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:36.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:36.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:36 smithi098 ceph-mon[112578]: pgmap v14178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:36 smithi016 ceph-mon[96085]: pgmap v14178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:37.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:37.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:38.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:38.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:38 smithi098 ceph-mon[112578]: pgmap v14179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:38 smithi016 ceph-mon[96085]: pgmap v14179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:39.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:39.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:40.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:40.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:40 smithi098 ceph-mon[112578]: pgmap v14180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:40 smithi016 ceph-mon[96085]: pgmap v14180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:41.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:41.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:42 smithi098 ceph-mon[112578]: pgmap v14181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:42.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:42.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:42 smithi016 ceph-mon[96085]: pgmap v14181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:43.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:43.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:33:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:33:44.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:44.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:44 smithi098 ceph-mon[112578]: pgmap v14182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:44 smithi016 ceph-mon[96085]: pgmap v14182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:45.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:45.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:46.876 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:46 smithi016 ceph-mon[96085]: pgmap v14183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:46.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:46.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:46 smithi098 ceph-mon[112578]: pgmap v14183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:47.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:47.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:48.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:48.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:48 smithi098 ceph-mon[112578]: pgmap v14184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:48 smithi016 ceph-mon[96085]: pgmap v14184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:49.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:49.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:50.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:50.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:50 smithi098 ceph-mon[112578]: pgmap v14185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:50 smithi016 ceph-mon[96085]: pgmap v14185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:51.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:51.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:52.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:52.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:52 smithi098 ceph-mon[112578]: pgmap v14186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:52 smithi016 ceph-mon[96085]: pgmap v14186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:53.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:53.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:54.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:54.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:54 smithi098 ceph-mon[112578]: pgmap v14187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:54 smithi016 ceph-mon[96085]: pgmap v14187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:55.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:55.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:56.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:56.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:56.991 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:56 smithi016 ceph-mon[96085]: pgmap v14188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:56 smithi098 ceph-mon[112578]: pgmap v14188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:57.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:57.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:58.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:58.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:58 smithi098 ceph-mon[112578]: pgmap v14189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:33:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:33:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:58 smithi016 ceph-mon[96085]: pgmap v14189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:33:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:33:59.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:33:59.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:00.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:00.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:00 smithi098 ceph-mon[112578]: pgmap v14190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:00 smithi016 ceph-mon[96085]: pgmap v14190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:01.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:01.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:02.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:02.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:02 smithi098 ceph-mon[112578]: pgmap v14191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:02 smithi016 ceph-mon[96085]: pgmap v14191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:03.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:03.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:04.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:04.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:04 smithi098 ceph-mon[112578]: pgmap v14192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:04 smithi016 ceph-mon[96085]: pgmap v14192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:05.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:05.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:06.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:06.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:06 smithi098 ceph-mon[112578]: pgmap v14193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:06 smithi016 ceph-mon[96085]: pgmap v14193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:07.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:07.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:08.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:08.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:08 smithi098 ceph-mon[112578]: pgmap v14194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:08 smithi016 ceph-mon[96085]: pgmap v14194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:09.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:09.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:10.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:10.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:10 smithi098 ceph-mon[112578]: pgmap v14195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:10 smithi016 ceph-mon[96085]: pgmap v14195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:11.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:11.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:12.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:34:12.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:34:12.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:34:12.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:34:12.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:34:12.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:34:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:34:12.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:34:12.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:34:12.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:34:12.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:34:12.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:34:12.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:12.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:12 smithi098 ceph-mon[112578]: pgmap v14196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:12 smithi016 ceph-mon[96085]: pgmap v14196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:13.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:13.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:34:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:34:14.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:14.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:14 smithi098 ceph-mon[112578]: pgmap v14197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:14 smithi016 ceph-mon[96085]: pgmap v14197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:15.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:15.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:16.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:16.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:16 smithi098 ceph-mon[112578]: pgmap v14198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:16 smithi016 ceph-mon[96085]: pgmap v14198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:17.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:17.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:18.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:18.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:18 smithi098 ceph-mon[112578]: pgmap v14199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:18 smithi016 ceph-mon[96085]: pgmap v14199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:19.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:19.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:20.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:20.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:20 smithi098 ceph-mon[112578]: pgmap v14200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:20 smithi016 ceph-mon[96085]: pgmap v14200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:21.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:21.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:22.866 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:22 smithi098 ceph-mon[112578]: pgmap v14201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:22.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:22.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:22 smithi016 ceph-mon[96085]: pgmap v14201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:23.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:23.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:24.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:24.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:24 smithi098 ceph-mon[112578]: pgmap v14202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:24 smithi016 ceph-mon[96085]: pgmap v14202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:25.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:25.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:26.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:26.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:26 smithi098 ceph-mon[112578]: pgmap v14203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:26 smithi016 ceph-mon[96085]: pgmap v14203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:27.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:27.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:28.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:28.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:28 smithi098 ceph-mon[112578]: pgmap v14204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:34:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:28 smithi016 ceph-mon[96085]: pgmap v14204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:34:29.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:29.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:30.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:31.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:30 smithi098 ceph-mon[112578]: pgmap v14205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:30 smithi016 ceph-mon[96085]: pgmap v14205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:32.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:32.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:32.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:32 smithi016 ceph-mon[96085]: pgmap v14206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:32.972 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:32 smithi098 ceph-mon[112578]: pgmap v14206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:33.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:33.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:34.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:34.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:35.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:35.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:34 smithi098 ceph-mon[112578]: pgmap v14207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:34 smithi016 ceph-mon[96085]: pgmap v14207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:36.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:36.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:37.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:37.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:36 smithi098 ceph-mon[112578]: pgmap v14208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:36 smithi016 ceph-mon[96085]: pgmap v14208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:38.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:38.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:39.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:39.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:38 smithi098 ceph-mon[112578]: pgmap v14209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:38 smithi016 ceph-mon[96085]: pgmap v14209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:40.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:40.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:40 smithi098 ceph-mon[112578]: pgmap v14210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:41.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:41.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:40 smithi016 ceph-mon[96085]: pgmap v14210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:42.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:42.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:42 smithi016 ceph-mon[96085]: pgmap v14211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:42 smithi098 ceph-mon[112578]: pgmap v14211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:43.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:43.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:34:44.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:44.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:34:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:44 smithi098 ceph-mon[112578]: pgmap v14212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:45.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:45.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:44 smithi016 ceph-mon[96085]: pgmap v14212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:46.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:46.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:46 smithi098 ceph-mon[112578]: pgmap v14213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:47.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:47.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:46 smithi016 ceph-mon[96085]: pgmap v14213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:48.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:48.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:48 smithi098 ceph-mon[112578]: pgmap v14214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:49.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:49.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:48 smithi016 ceph-mon[96085]: pgmap v14214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:50.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:50.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:50 smithi098 ceph-mon[112578]: pgmap v14215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:50 smithi016 ceph-mon[96085]: pgmap v14215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:51.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:51.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:52.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:52.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:52 smithi098 ceph-mon[112578]: pgmap v14216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:52 smithi016 ceph-mon[96085]: pgmap v14216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:53.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:53.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:54.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:54.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:54 smithi098 ceph-mon[112578]: pgmap v14217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:54 smithi016 ceph-mon[96085]: pgmap v14217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:55.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:55.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:56.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:56.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:57.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:56 smithi098 ceph-mon[112578]: pgmap v14218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:56 smithi016 ceph-mon[96085]: pgmap v14218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:57.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:57.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:58.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:58.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:58 smithi098 ceph-mon[112578]: pgmap v14219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:34:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:34:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:58 smithi016 ceph-mon[96085]: pgmap v14219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:34:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:34:59.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:34:59.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:00.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:00.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:00 smithi098 ceph-mon[112578]: pgmap v14220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:00 smithi016 ceph-mon[96085]: pgmap v14220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:01.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:01.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:02.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:02.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:02 smithi098 ceph-mon[112578]: pgmap v14221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:02 smithi016 ceph-mon[96085]: pgmap v14221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:03.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:03.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:04.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:04.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:04 smithi098 ceph-mon[112578]: pgmap v14222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:04 smithi016 ceph-mon[96085]: pgmap v14222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:05.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:05.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:06.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:06.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:06 smithi098 ceph-mon[112578]: pgmap v14223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:06 smithi016 ceph-mon[96085]: pgmap v14223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:07.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:07.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:08.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:08.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:08 smithi098 ceph-mon[112578]: pgmap v14224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:08 smithi016 ceph-mon[96085]: pgmap v14224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:09.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:09.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:10.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:10.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:10 smithi098 ceph-mon[112578]: pgmap v14225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:10 smithi016 ceph-mon[96085]: pgmap v14225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:11.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:11.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:12.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:12.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:12 smithi098 ceph-mon[112578]: pgmap v14226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:35:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:35:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:35:13.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:35:13.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:35:13.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:35:13.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:35:13.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:35:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:12 smithi016 ceph-mon[96085]: pgmap v14226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:35:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:35:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:35:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:35:13.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:35:13.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:35:13.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:35:13.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:35:13.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:13.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:35:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:35:14.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:14.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:14 smithi098 ceph-mon[112578]: pgmap v14227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:14 smithi016 ceph-mon[96085]: pgmap v14227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:15.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:15.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:16.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:16.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:16 smithi098 ceph-mon[112578]: pgmap v14228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:16 smithi016 ceph-mon[96085]: pgmap v14228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:17.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:17.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:18.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:18.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:18 smithi098 ceph-mon[112578]: pgmap v14229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:18 smithi016 ceph-mon[96085]: pgmap v14229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:19.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:19.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:20.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:20.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:20 smithi098 ceph-mon[112578]: pgmap v14230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:20 smithi016 ceph-mon[96085]: pgmap v14230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:21.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:21.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:22.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:22.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:22.965 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:22 smithi016 ceph-mon[96085]: pgmap v14231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:22 smithi098 ceph-mon[112578]: pgmap v14231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:23.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:23.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:24.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:24.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:24 smithi098 ceph-mon[112578]: pgmap v14232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:24 smithi016 ceph-mon[96085]: pgmap v14232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:25.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:25.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:26.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:26.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:26 smithi098 ceph-mon[112578]: pgmap v14233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:26 smithi016 ceph-mon[96085]: pgmap v14233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:27.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:27.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:28.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:28.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:28 smithi098 ceph-mon[112578]: pgmap v14234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:35:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:28 smithi016 ceph-mon[96085]: pgmap v14234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:29.141 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:35:29.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:29.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:30.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:30.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:30 smithi098 ceph-mon[112578]: pgmap v14235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:30 smithi016 ceph-mon[96085]: pgmap v14235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:31.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:31.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:32.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:32.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:32 smithi098 ceph-mon[112578]: pgmap v14236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:32 smithi016 ceph-mon[96085]: pgmap v14236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:33.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:33.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:34.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:34.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:34 smithi098 ceph-mon[112578]: pgmap v14237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:34 smithi016 ceph-mon[96085]: pgmap v14237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:35.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:35.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:36.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:36.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:36 smithi098 ceph-mon[112578]: pgmap v14238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:36 smithi016 ceph-mon[96085]: pgmap v14238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:37.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:37.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:38.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:38.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:38 smithi098 ceph-mon[112578]: pgmap v14239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:38 smithi016 ceph-mon[96085]: pgmap v14239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:39.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:39.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:40.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:40.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:40 smithi098 ceph-mon[112578]: pgmap v14240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:40 smithi016 ceph-mon[96085]: pgmap v14240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:41.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:41.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:42.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:42.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:42 smithi098 ceph-mon[112578]: pgmap v14241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:42 smithi016 ceph-mon[96085]: pgmap v14241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:43.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:43.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:35:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:35:44.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:44.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:44 smithi098 ceph-mon[112578]: pgmap v14242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:44 smithi016 ceph-mon[96085]: pgmap v14242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:45.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:45.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:46.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:46.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:46 smithi098 ceph-mon[112578]: pgmap v14243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:46 smithi016 ceph-mon[96085]: pgmap v14243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:47.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:47.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:48.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:48.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:48 smithi098 ceph-mon[112578]: pgmap v14244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:48 smithi016 ceph-mon[96085]: pgmap v14244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:49.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:49.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:50.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:50.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:50 smithi098 ceph-mon[112578]: pgmap v14245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:50 smithi016 ceph-mon[96085]: pgmap v14245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:51.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:51.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:52.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:52.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:52 smithi098 ceph-mon[112578]: pgmap v14246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:52 smithi016 ceph-mon[96085]: pgmap v14246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:53.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:53.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:54.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:54.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:54 smithi098 ceph-mon[112578]: pgmap v14247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:54 smithi016 ceph-mon[96085]: pgmap v14247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:55.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:55.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:56.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:56.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:56 smithi098 ceph-mon[112578]: pgmap v14248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:56 smithi016 ceph-mon[96085]: pgmap v14248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:57.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:57.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:58.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:58.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:58 smithi098 ceph-mon[112578]: pgmap v14249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:35:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:35:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:58 smithi016 ceph-mon[96085]: pgmap v14249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:35:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:35:59.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:35:59.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:00.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:00.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:00 smithi098 ceph-mon[112578]: pgmap v14250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:00 smithi016 ceph-mon[96085]: pgmap v14250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:01.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:01.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:02.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:02.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:02 smithi098 ceph-mon[112578]: pgmap v14251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:02 smithi016 ceph-mon[96085]: pgmap v14251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:03.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:03.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:04.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:04.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:04 smithi098 ceph-mon[112578]: pgmap v14252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:04 smithi016 ceph-mon[96085]: pgmap v14252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:05.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:05.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:06.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:06.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:06 smithi098 ceph-mon[112578]: pgmap v14253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:06 smithi016 ceph-mon[96085]: pgmap v14253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:07.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:07.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:08.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:08.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:08.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:08 smithi016 ceph-mon[96085]: pgmap v14254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:08.969 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:08 smithi098 ceph-mon[112578]: pgmap v14254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:09.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:09.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:10.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:10.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:10 smithi098 ceph-mon[112578]: pgmap v14255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:10 smithi016 ceph-mon[96085]: pgmap v14255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:11.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:11.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:12.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:12.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:12 smithi098 ceph-mon[112578]: pgmap v14256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:12 smithi016 ceph-mon[96085]: pgmap v14256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:13.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:13.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:36:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:36:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:36:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:36:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:36:14.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:36:14.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:36:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:36:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:36:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:36:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:36:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:36:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:36:14.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:36:14.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:14.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:14 smithi098 ceph-mon[112578]: pgmap v14257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:14 smithi016 ceph-mon[96085]: pgmap v14257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:15.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:15.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:16.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:16.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:16 smithi098 ceph-mon[112578]: pgmap v14258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:16 smithi016 ceph-mon[96085]: pgmap v14258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:17.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:17.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:18.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:18.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:18 smithi098 ceph-mon[112578]: pgmap v14259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:18 smithi016 ceph-mon[96085]: pgmap v14259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:19.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:19.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:20.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:20.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:20 smithi098 ceph-mon[112578]: pgmap v14260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:20 smithi016 ceph-mon[96085]: pgmap v14260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:21.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:21.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:22.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:22.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:22 smithi098 ceph-mon[112578]: pgmap v14261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:22 smithi016 ceph-mon[96085]: pgmap v14261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:23.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:23.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:24.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:24.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:24 smithi098 ceph-mon[112578]: pgmap v14262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:24 smithi016 ceph-mon[96085]: pgmap v14262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:25.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:25.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:26.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:26.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:26 smithi098 ceph-mon[112578]: pgmap v14263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:26 smithi016 ceph-mon[96085]: pgmap v14263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:27.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:27.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:28.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:28.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:28 smithi098 ceph-mon[112578]: pgmap v14264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:36:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:28 smithi016 ceph-mon[96085]: pgmap v14264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:36:29.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:29.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:30.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:30.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:30 smithi098 ceph-mon[112578]: pgmap v14265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:30 smithi016 ceph-mon[96085]: pgmap v14265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:31.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:31.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:32.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:32.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:32 smithi098 ceph-mon[112578]: pgmap v14266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:32 smithi016 ceph-mon[96085]: pgmap v14266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:33.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:33.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:34.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:34.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:34 smithi098 ceph-mon[112578]: pgmap v14267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:34 smithi016 ceph-mon[96085]: pgmap v14267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:35.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:35.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:36.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:36.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:36 smithi098 ceph-mon[112578]: pgmap v14268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:36 smithi016 ceph-mon[96085]: pgmap v14268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:37.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:37.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:38.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:38.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:38 smithi098 ceph-mon[112578]: pgmap v14269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:38 smithi016 ceph-mon[96085]: pgmap v14269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:39.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:39.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:40.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:40.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:40 smithi098 ceph-mon[112578]: pgmap v14270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:40 smithi016 ceph-mon[96085]: pgmap v14270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:41.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:41.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:42.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:42.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:42 smithi098 ceph-mon[112578]: pgmap v14271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:42 smithi016 ceph-mon[96085]: pgmap v14271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:43.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:43.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:43.900 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:36:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:36:44.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:44.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:44 smithi098 ceph-mon[112578]: pgmap v14272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:44 smithi016 ceph-mon[96085]: pgmap v14272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:45.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:45.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:46.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:46.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:46 smithi098 ceph-mon[112578]: pgmap v14273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:46 smithi016 ceph-mon[96085]: pgmap v14273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:47.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:47.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:48.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:48.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:48 smithi098 ceph-mon[112578]: pgmap v14274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:48 smithi016 ceph-mon[96085]: pgmap v14274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:49.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:49.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:50.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:50.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:50 smithi098 ceph-mon[112578]: pgmap v14275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:50 smithi016 ceph-mon[96085]: pgmap v14275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:51.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:51.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:52.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:52.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:52 smithi098 ceph-mon[112578]: pgmap v14276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:52 smithi016 ceph-mon[96085]: pgmap v14276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:53.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:53.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:54.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:54.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:54 smithi098 ceph-mon[112578]: pgmap v14277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:54 smithi016 ceph-mon[96085]: pgmap v14277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:55.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:55.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:56.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:56.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:56 smithi098 ceph-mon[112578]: pgmap v14278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:56 smithi016 ceph-mon[96085]: pgmap v14278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:57.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:57.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:58.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:58.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:58 smithi098 ceph-mon[112578]: pgmap v14279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:36:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:36:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:58 smithi016 ceph-mon[96085]: pgmap v14279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:36:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:36:59.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:36:59.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:00.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:00.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:00 smithi098 ceph-mon[112578]: pgmap v14280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:00 smithi016 ceph-mon[96085]: pgmap v14280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:01.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:01.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:02.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:02.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:02 smithi098 ceph-mon[112578]: pgmap v14281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:02 smithi016 ceph-mon[96085]: pgmap v14281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:03.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:03.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:04.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:04.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:04 smithi098 ceph-mon[112578]: pgmap v14282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:04 smithi016 ceph-mon[96085]: pgmap v14282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:05.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:05.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:06.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:06.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:06 smithi098 ceph-mon[112578]: pgmap v14283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:06 smithi016 ceph-mon[96085]: pgmap v14283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:07.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:07.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:08.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:08.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:08 smithi098 ceph-mon[112578]: pgmap v14284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:08 smithi016 ceph-mon[96085]: pgmap v14284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:09.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:09.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:10.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:10.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:10 smithi098 ceph-mon[112578]: pgmap v14285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:10 smithi016 ceph-mon[96085]: pgmap v14285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:11.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:11.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:12.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:12.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:12 smithi098 ceph-mon[112578]: pgmap v14286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:12 smithi016 ceph-mon[96085]: pgmap v14286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:13.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:13.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:37:14.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:37:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:37:14.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:37:14.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:14.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:14 smithi098 ceph-mon[112578]: pgmap v14287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:37:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:37:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:37:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:37:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:37:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:14 smithi016 ceph-mon[96085]: pgmap v14287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:37:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:37:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:37:15.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:37:15.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:37:15.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:15.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:16.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:16.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:16 smithi098 ceph-mon[112578]: pgmap v14288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:16 smithi016 ceph-mon[96085]: pgmap v14288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:17.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:17.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:18.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:18.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:18 smithi098 ceph-mon[112578]: pgmap v14289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:18 smithi016 ceph-mon[96085]: pgmap v14289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:19.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:19.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:20.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:20.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:20 smithi098 ceph-mon[112578]: pgmap v14290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:20 smithi016 ceph-mon[96085]: pgmap v14290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:21.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:21.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:22.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:22.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:22 smithi098 ceph-mon[112578]: pgmap v14291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:22 smithi016 ceph-mon[96085]: pgmap v14291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:23.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:23.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:24.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:24.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:24 smithi098 ceph-mon[112578]: pgmap v14292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:24 smithi016 ceph-mon[96085]: pgmap v14292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:25.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:25.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:26.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:26.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:26 smithi098 ceph-mon[112578]: pgmap v14293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:26 smithi016 ceph-mon[96085]: pgmap v14293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:27.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:27.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:28.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:28.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:28 smithi098 ceph-mon[112578]: pgmap v14294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:37:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:28 smithi016 ceph-mon[96085]: pgmap v14294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:37:29.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:29.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:30.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:30.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:30 smithi098 ceph-mon[112578]: pgmap v14295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:30 smithi016 ceph-mon[96085]: pgmap v14295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:31.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:31.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:32.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:32.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:32 smithi098 ceph-mon[112578]: pgmap v14296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:32 smithi016 ceph-mon[96085]: pgmap v14296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:33.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:33.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:34.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:34.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:34 smithi098 ceph-mon[112578]: pgmap v14297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:34 smithi016 ceph-mon[96085]: pgmap v14297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:35.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:35.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:36.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:36.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:36 smithi098 ceph-mon[112578]: pgmap v14298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:36 smithi016 ceph-mon[96085]: pgmap v14298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:37.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:37.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:38.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:38.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:38 smithi098 ceph-mon[112578]: pgmap v14299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:38 smithi016 ceph-mon[96085]: pgmap v14299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:39.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:39.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:40.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:40.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:40 smithi098 ceph-mon[112578]: pgmap v14300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:40 smithi016 ceph-mon[96085]: pgmap v14300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:41.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:41.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:42.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:42.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:42 smithi098 ceph-mon[112578]: pgmap v14301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:42 smithi016 ceph-mon[96085]: pgmap v14301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:43.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:43.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:37:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:37:44.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:44.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:44.971 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:44 smithi098 ceph-mon[112578]: pgmap v14302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:44 smithi016 ceph-mon[96085]: pgmap v14302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:45.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:45.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:46.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:46.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:46 smithi098 ceph-mon[112578]: pgmap v14303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:46 smithi016 ceph-mon[96085]: pgmap v14303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:47.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:47.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:48.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:48.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:48 smithi098 ceph-mon[112578]: pgmap v14304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:48 smithi016 ceph-mon[96085]: pgmap v14304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:49.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:49.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:50.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:50.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:51.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:50 smithi098 ceph-mon[112578]: pgmap v14305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:50 smithi016 ceph-mon[96085]: pgmap v14305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:51.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:51.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:52.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:52.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:52 smithi098 ceph-mon[112578]: pgmap v14306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:52 smithi016 ceph-mon[96085]: pgmap v14306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:53.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:53.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:54.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:54.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:55.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:54 smithi098 ceph-mon[112578]: pgmap v14307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:54 smithi016 ceph-mon[96085]: pgmap v14307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:55.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:55.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:56.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:56.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:56 smithi098 ceph-mon[112578]: pgmap v14308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:56 smithi016 ceph-mon[96085]: pgmap v14308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:57.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:57.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:58.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:58.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:58 smithi098 ceph-mon[112578]: pgmap v14309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:37:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:37:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:58 smithi016 ceph-mon[96085]: pgmap v14309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:37:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:37:59.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:37:59.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:00.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:00.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:00 smithi098 ceph-mon[112578]: pgmap v14310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:00 smithi016 ceph-mon[96085]: pgmap v14310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:01.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:01.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:02.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:02.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:02 smithi098 ceph-mon[112578]: pgmap v14311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:02 smithi016 ceph-mon[96085]: pgmap v14311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:03.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:03.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:04.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:04.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:04 smithi098 ceph-mon[112578]: pgmap v14312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:04 smithi016 ceph-mon[96085]: pgmap v14312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:05.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:05.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:06.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:06.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:06 smithi098 ceph-mon[112578]: pgmap v14313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:06 smithi016 ceph-mon[96085]: pgmap v14313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:07.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:07.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:08.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:08.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:08 smithi098 ceph-mon[112578]: pgmap v14314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:08 smithi016 ceph-mon[96085]: pgmap v14314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:09.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:09.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:10.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:10.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:10 smithi098 ceph-mon[112578]: pgmap v14315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:10 smithi016 ceph-mon[96085]: pgmap v14315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:11.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:11.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:12.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:12.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:12 smithi098 ceph-mon[112578]: pgmap v14316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:12 smithi016 ceph-mon[96085]: pgmap v14316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:13.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:13.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:38:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:38:14.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:14.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:14.934 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:14 smithi016 ceph-mon[96085]: pgmap v14317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:14.934 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:38:14.934 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:38:14.935 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:38:14.935 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:38:14.935 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:38:14.935 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:38:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:14 smithi098 ceph-mon[112578]: pgmap v14317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:38:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:38:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:38:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:38:15.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:38:15.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:38:15.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:15.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:16.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:16.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:16 smithi098 ceph-mon[112578]: pgmap v14318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:16 smithi016 ceph-mon[96085]: pgmap v14318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:17.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:17.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:18.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:18.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:18 smithi098 ceph-mon[112578]: pgmap v14319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:18 smithi016 ceph-mon[96085]: pgmap v14319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:19.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:19.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:20.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:20.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:20 smithi098 ceph-mon[112578]: pgmap v14320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:20 smithi016 ceph-mon[96085]: pgmap v14320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:21.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:21.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:22.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:22.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:22 smithi098 ceph-mon[112578]: pgmap v14321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:22 smithi016 ceph-mon[96085]: pgmap v14321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:23.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:23.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:24.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:24.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:24 smithi098 ceph-mon[112578]: pgmap v14322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:24 smithi016 ceph-mon[96085]: pgmap v14322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:25.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:25.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:26.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:26.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:26 smithi098 ceph-mon[112578]: pgmap v14323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:26 smithi016 ceph-mon[96085]: pgmap v14323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:27.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:27.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:28.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:28.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:28 smithi098 ceph-mon[112578]: pgmap v14324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:38:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:28 smithi016 ceph-mon[96085]: pgmap v14324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:38:29.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:29.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:30.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:30.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:30 smithi098 ceph-mon[112578]: pgmap v14325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:30 smithi016 ceph-mon[96085]: pgmap v14325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:31.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:31.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:32.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:32.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:32 smithi098 ceph-mon[112578]: pgmap v14326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:32 smithi016 ceph-mon[96085]: pgmap v14326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:33.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:33.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:34.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:34.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:34 smithi098 ceph-mon[112578]: pgmap v14327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:34 smithi016 ceph-mon[96085]: pgmap v14327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:35.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:35.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:36.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:36.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:36 smithi098 ceph-mon[112578]: pgmap v14328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:36 smithi016 ceph-mon[96085]: pgmap v14328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:37.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:37.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:38.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:38.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:38 smithi098 ceph-mon[112578]: pgmap v14329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:38 smithi016 ceph-mon[96085]: pgmap v14329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:39.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:39.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:40.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:40.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:40 smithi098 ceph-mon[112578]: pgmap v14330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:40 smithi016 ceph-mon[96085]: pgmap v14330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:41.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:41.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:42.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:42.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:42 smithi098 ceph-mon[112578]: pgmap v14331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:42 smithi016 ceph-mon[96085]: pgmap v14331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:43.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:43.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:38:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:38:44.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:44.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:44 smithi098 ceph-mon[112578]: pgmap v14332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:44 smithi016 ceph-mon[96085]: pgmap v14332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:45.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:45.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:46.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:46.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:47.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:46 smithi098 ceph-mon[112578]: pgmap v14333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:46 smithi016 ceph-mon[96085]: pgmap v14333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:47.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:47.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:48.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:48.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:48 smithi098 ceph-mon[112578]: pgmap v14334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:48 smithi016 ceph-mon[96085]: pgmap v14334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:49.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:49.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:50.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:50.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:50 smithi098 ceph-mon[112578]: pgmap v14335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:50 smithi016 ceph-mon[96085]: pgmap v14335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:51.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:51.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:52.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:52.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:52 smithi098 ceph-mon[112578]: pgmap v14336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:52 smithi016 ceph-mon[96085]: pgmap v14336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:53.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:53.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:54.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:54.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:54 smithi098 ceph-mon[112578]: pgmap v14337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:54 smithi016 ceph-mon[96085]: pgmap v14337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:55.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:55.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:56.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:56.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:57.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:56 smithi098 ceph-mon[112578]: pgmap v14338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:57.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:56 smithi016 ceph-mon[96085]: pgmap v14338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:57.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:57.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:58.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:58.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:58 smithi098 ceph-mon[112578]: pgmap v14339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:59.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:38:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:38:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:58 smithi016 ceph-mon[96085]: pgmap v14339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:38:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:38:59.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:38:59.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:00.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:00.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:00 smithi098 ceph-mon[112578]: pgmap v14340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:00 smithi016 ceph-mon[96085]: pgmap v14340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:01.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:01.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:02.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:02.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:02 smithi098 ceph-mon[112578]: pgmap v14341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:02 smithi016 ceph-mon[96085]: pgmap v14341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:03.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:03.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:04.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:04.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:04 smithi098 ceph-mon[112578]: pgmap v14342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:04 smithi016 ceph-mon[96085]: pgmap v14342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:05.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:05.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:06.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:06.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:07.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:06 smithi098 ceph-mon[112578]: pgmap v14343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:06 smithi016 ceph-mon[96085]: pgmap v14343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:07.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:07.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:08.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:08.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:08 smithi098 ceph-mon[112578]: pgmap v14344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:08 smithi016 ceph-mon[96085]: pgmap v14344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:09.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:09.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:10.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:10.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:10 smithi098 ceph-mon[112578]: pgmap v14345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:10 smithi016 ceph-mon[96085]: pgmap v14345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:11.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:11.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:12.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:12.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:12 smithi098 ceph-mon[112578]: pgmap v14346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:12 smithi016 ceph-mon[96085]: pgmap v14346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:13.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:13.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:39:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:39:14.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:14.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:14 smithi098 ceph-mon[112578]: pgmap v14347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:15.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:39:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:14 smithi016 ceph-mon[96085]: pgmap v14347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:39:15.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:15.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:16.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:39:16.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:39:16.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:39:16.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:39:16.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:39:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:39:16.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:39:16.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:39:16.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:39:16.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:39:16.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:16.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:16 smithi098 ceph-mon[112578]: pgmap v14348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:16 smithi016 ceph-mon[96085]: pgmap v14348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:17.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:17.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:18.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:18.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:18 smithi098 ceph-mon[112578]: pgmap v14349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:18 smithi016 ceph-mon[96085]: pgmap v14349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:19.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:19.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:20.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:20.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:20 smithi098 ceph-mon[112578]: pgmap v14350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:21.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:20 smithi016 ceph-mon[96085]: pgmap v14350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:21.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:21.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:22.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:22.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:22 smithi098 ceph-mon[112578]: pgmap v14351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:22 smithi016 ceph-mon[96085]: pgmap v14351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:23.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:23.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:24.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:24.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:24 smithi098 ceph-mon[112578]: pgmap v14352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:24 smithi016 ceph-mon[96085]: pgmap v14352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:25.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:25.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:26.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:26.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:26 smithi016 ceph-mon[96085]: pgmap v14353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:26 smithi098 ceph-mon[112578]: pgmap v14353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:27.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:27.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:28.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:28.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:28 smithi016 ceph-mon[96085]: pgmap v14354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:39:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:28 smithi098 ceph-mon[112578]: pgmap v14354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:39:29.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:29.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:30.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:30.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:30 smithi016 ceph-mon[96085]: pgmap v14355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:31.077 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:30 smithi098 ceph-mon[112578]: pgmap v14355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:31.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:31.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:32.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:32.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:32 smithi098 ceph-mon[112578]: pgmap v14356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:32 smithi016 ceph-mon[96085]: pgmap v14356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:33.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:33.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:34.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:34.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:35.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:34 smithi016 ceph-mon[96085]: pgmap v14357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:34 smithi098 ceph-mon[112578]: pgmap v14357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:35.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:35.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:36.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:36.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:36 smithi016 ceph-mon[96085]: pgmap v14358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:36 smithi098 ceph-mon[112578]: pgmap v14358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:37.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:37.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:38.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:38.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:38 smithi016 ceph-mon[96085]: pgmap v14359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:38 smithi098 ceph-mon[112578]: pgmap v14359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:39.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:39.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:40.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:40.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:40 smithi016 ceph-mon[96085]: pgmap v14360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:41.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:40 smithi098 ceph-mon[112578]: pgmap v14360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:41.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:41.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:42.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:42.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:42 smithi098 ceph-mon[112578]: pgmap v14361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:42 smithi016 ceph-mon[96085]: pgmap v14361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:43.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:43.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:39:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:39:44.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:44.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:44 smithi098 ceph-mon[112578]: pgmap v14362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:44 smithi016 ceph-mon[96085]: pgmap v14362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:45.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:45.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:46.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:46.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:46 smithi016 ceph-mon[96085]: pgmap v14363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:46 smithi098 ceph-mon[112578]: pgmap v14363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:47.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:47.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:48.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:48.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:48 smithi016 ceph-mon[96085]: pgmap v14364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:48 smithi098 ceph-mon[112578]: pgmap v14364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:49.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:49.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:50.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:50.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:50 smithi016 ceph-mon[96085]: pgmap v14365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:50 smithi098 ceph-mon[112578]: pgmap v14365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:51.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:51.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:52.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:52.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:52 smithi098 ceph-mon[112578]: pgmap v14366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:52 smithi016 ceph-mon[96085]: pgmap v14366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:53.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:53.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:54.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:54.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:54 smithi016 ceph-mon[96085]: pgmap v14367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:54 smithi098 ceph-mon[112578]: pgmap v14367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:55.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:55.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:56.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:56.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:56 smithi016 ceph-mon[96085]: pgmap v14368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:56 smithi098 ceph-mon[112578]: pgmap v14368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:57.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:57.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:58.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:58.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:58 smithi016 ceph-mon[96085]: pgmap v14369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:59.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:39:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:39:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:58 smithi098 ceph-mon[112578]: pgmap v14369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:39:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:39:59.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:39:59.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:00.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:00.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:00 smithi016 ceph-mon[96085]: pgmap v14370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:01.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T04:40:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:00 smithi098 ceph-mon[112578]: pgmap v14370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T04:40:01.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:01.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:02.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:02.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:02 smithi098 ceph-mon[112578]: pgmap v14371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:02 smithi016 ceph-mon[96085]: pgmap v14371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:03.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:03.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:04.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:04.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:04 smithi016 ceph-mon[96085]: pgmap v14372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:04 smithi098 ceph-mon[112578]: pgmap v14372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:05.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:05.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:06.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:06.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:06 smithi016 ceph-mon[96085]: pgmap v14373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:06 smithi098 ceph-mon[112578]: pgmap v14373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:07.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:07.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:08.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:08.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:08 smithi016 ceph-mon[96085]: pgmap v14374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:08 smithi098 ceph-mon[112578]: pgmap v14374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:09.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:09.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:10.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:10.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:10 smithi016 ceph-mon[96085]: pgmap v14375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:10 smithi098 ceph-mon[112578]: pgmap v14375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:11.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:11.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:12.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:12.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:12 smithi098 ceph-mon[112578]: pgmap v14376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:12 smithi016 ceph-mon[96085]: pgmap v14376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:13.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:13.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:40:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:40:14.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:14.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:14 smithi098 ceph-mon[112578]: pgmap v14377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:14 smithi016 ceph-mon[96085]: pgmap v14377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:15.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:15.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:40:16.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:40:16.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:16.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:16 smithi098 ceph-mon[112578]: pgmap v14378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:16 smithi016 ceph-mon[96085]: pgmap v14378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:17.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:17.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:18.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:18.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:19 smithi098 ceph-mon[112578]: pgmap v14379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:40:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:40:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:40:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:40:19.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:40:19.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:40:19.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:40:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:19 smithi016 ceph-mon[96085]: pgmap v14379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:40:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:40:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:40:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:40:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:40:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:40:19.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:40:19.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:19.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:20.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:20.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:21.366 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:21 smithi016 ceph-mon[96085]: pgmap v14380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:21 smithi098 ceph-mon[112578]: pgmap v14380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:21.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:21.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:22.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:22.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:22 smithi098 ceph-mon[112578]: pgmap v14381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:22 smithi016 ceph-mon[96085]: pgmap v14381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:23.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:23.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:24.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:24.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:24 smithi016 ceph-mon[96085]: pgmap v14382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:24 smithi098 ceph-mon[112578]: pgmap v14382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:25.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:25.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:26.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:26.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:26 smithi098 ceph-mon[112578]: pgmap v14383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:26 smithi016 ceph-mon[96085]: pgmap v14383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:27.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:27.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:28.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:28.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:28 smithi098 ceph-mon[112578]: pgmap v14384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:40:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:28 smithi016 ceph-mon[96085]: pgmap v14384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:40:29.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:29.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:30.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:30.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:30 smithi016 ceph-mon[96085]: pgmap v14385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:30 smithi098 ceph-mon[112578]: pgmap v14385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:31.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:31.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:32.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:32.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:32 smithi098 ceph-mon[112578]: pgmap v14386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:32 smithi016 ceph-mon[96085]: pgmap v14386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:33.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:33.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:34.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:34.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:34 smithi098 ceph-mon[112578]: pgmap v14387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:34 smithi016 ceph-mon[96085]: pgmap v14387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:35.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:35.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:36.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:36.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:36 smithi098 ceph-mon[112578]: pgmap v14388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:36 smithi016 ceph-mon[96085]: pgmap v14388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:37.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:37.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:38.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:38.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:38 smithi098 ceph-mon[112578]: pgmap v14389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:38 smithi016 ceph-mon[96085]: pgmap v14389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:39.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:39.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:40.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:40.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:41.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:40 smithi016 ceph-mon[96085]: pgmap v14390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:40 smithi098 ceph-mon[112578]: pgmap v14390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:41.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:41.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:42.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:42.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:42 smithi098 ceph-mon[112578]: pgmap v14391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:42 smithi016 ceph-mon[96085]: pgmap v14391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:43.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:43.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:40:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:40:44.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:44.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:44 smithi098 ceph-mon[112578]: pgmap v14392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:44 smithi016 ceph-mon[96085]: pgmap v14392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:45.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:45.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:46.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:46.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:46 smithi016 ceph-mon[96085]: pgmap v14393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:46 smithi098 ceph-mon[112578]: pgmap v14393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:47.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:47.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:48.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:48.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:48 smithi098 ceph-mon[112578]: pgmap v14394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:48 smithi016 ceph-mon[96085]: pgmap v14394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:49.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:49.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:50.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:50.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:50 smithi016 ceph-mon[96085]: pgmap v14395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:50 smithi098 ceph-mon[112578]: pgmap v14395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:51.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:51.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:52.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:52.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:52 smithi098 ceph-mon[112578]: pgmap v14396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:52 smithi016 ceph-mon[96085]: pgmap v14396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:53.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:53.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:54.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:54.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:54 smithi098 ceph-mon[112578]: pgmap v14397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:54 smithi016 ceph-mon[96085]: pgmap v14397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:55.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:55.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:56.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:56.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:56 smithi016 ceph-mon[96085]: pgmap v14398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:56 smithi098 ceph-mon[112578]: pgmap v14398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:57.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:57.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:58.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:58.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:58 smithi098 ceph-mon[112578]: pgmap v14399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:40:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:40:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:58 smithi016 ceph-mon[96085]: pgmap v14399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:40:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:40:59.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:40:59.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:00.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:00.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:00 smithi016 ceph-mon[96085]: pgmap v14400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:00 smithi098 ceph-mon[112578]: pgmap v14400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:01.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:01.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:02.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:02.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:02 smithi098 ceph-mon[112578]: pgmap v14401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:02 smithi016 ceph-mon[96085]: pgmap v14401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:03.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:03.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:04.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:04.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:04 smithi098 ceph-mon[112578]: pgmap v14402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:04 smithi016 ceph-mon[96085]: pgmap v14402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:05.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:05.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:06.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:06.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:07.080 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:06 smithi098 ceph-mon[112578]: pgmap v14403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:06 smithi016 ceph-mon[96085]: pgmap v14403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:07.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:07.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:08.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:08.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:08 smithi098 ceph-mon[112578]: pgmap v14404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:08 smithi016 ceph-mon[96085]: pgmap v14404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:09.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:09.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:10.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:10.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:11.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:10 smithi016 ceph-mon[96085]: pgmap v14405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:10 smithi098 ceph-mon[112578]: pgmap v14405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:11.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:11.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:12.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:12.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:12 smithi098 ceph-mon[112578]: pgmap v14406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:12 smithi016 ceph-mon[96085]: pgmap v14406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:13.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:13.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:41:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:41:14.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:14.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:14 smithi098 ceph-mon[112578]: pgmap v14407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:14 smithi016 ceph-mon[96085]: pgmap v14407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:15.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:15.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:16.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:16.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:17.000 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:16 smithi016 ceph-mon[96085]: pgmap v14408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:17.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:16 smithi098 ceph-mon[112578]: pgmap v14408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:17.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:17.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:18.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:18.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:18 smithi098 ceph-mon[112578]: pgmap v14409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:19.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:41:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:18 smithi016 ceph-mon[96085]: pgmap v14409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:41:19.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:19.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:20.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:20.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:20 smithi016 ceph-mon[96085]: pgmap v14410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:20 smithi098 ceph-mon[112578]: pgmap v14410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:21.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:21.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:22.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:22.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:22 smithi098 ceph-mon[112578]: pgmap v14411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:22 smithi016 ceph-mon[96085]: pgmap v14411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:23.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:23.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:24.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:24.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:41:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:41:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:24 smithi098 ceph-mon[112578]: pgmap v14412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:41:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:41:24.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:41:24.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:41:24.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:41:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:41:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:41:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:24 smithi016 ceph-mon[96085]: pgmap v14412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:41:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:41:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:41:24.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:41:24.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:41:25.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:25.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:26.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:26.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:27.118 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:26 smithi016 ceph-mon[96085]: pgmap v14413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:26 smithi098 ceph-mon[112578]: pgmap v14413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:27.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:27.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:28.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:28.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:28 smithi098 ceph-mon[112578]: pgmap v14414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:41:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:28 smithi016 ceph-mon[96085]: pgmap v14414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:41:29.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:29.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:30.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:30.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:30 smithi016 ceph-mon[96085]: pgmap v14415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:31.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:30 smithi098 ceph-mon[112578]: pgmap v14415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:31.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:31.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:32.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:32.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:32 smithi098 ceph-mon[112578]: pgmap v14416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:32 smithi016 ceph-mon[96085]: pgmap v14416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:33.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:33.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:34.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:34.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:34 smithi098 ceph-mon[112578]: pgmap v14417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:34 smithi016 ceph-mon[96085]: pgmap v14417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:35.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:35.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:36.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:36.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:37.233 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:36 smithi016 ceph-mon[96085]: pgmap v14418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:36 smithi098 ceph-mon[112578]: pgmap v14418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:37.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:37.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:38.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:38.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:38 smithi098 ceph-mon[112578]: pgmap v14419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:38 smithi016 ceph-mon[96085]: pgmap v14419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:39.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:39.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:40.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:40.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:40 smithi016 ceph-mon[96085]: pgmap v14420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:40 smithi098 ceph-mon[112578]: pgmap v14420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:41.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:41.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:42.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:42.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:43.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:42 smithi098 ceph-mon[112578]: pgmap v14421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:42 smithi016 ceph-mon[96085]: pgmap v14421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:43.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:43.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:41:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:41:44.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:44.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:44 smithi098 ceph-mon[112578]: pgmap v14422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:44 smithi016 ceph-mon[96085]: pgmap v14422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:45.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:45.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:46.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:46.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:46 smithi098 ceph-mon[112578]: pgmap v14423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:46 smithi016 ceph-mon[96085]: pgmap v14423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:47.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:47.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:48.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:48.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:48 smithi098 ceph-mon[112578]: pgmap v14424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:48 smithi016 ceph-mon[96085]: pgmap v14424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:49.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:49.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:50.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:50.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:50 smithi016 ceph-mon[96085]: pgmap v14425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:50 smithi098 ceph-mon[112578]: pgmap v14425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:51.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:51.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:52.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:52.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:52 smithi098 ceph-mon[112578]: pgmap v14426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:52 smithi016 ceph-mon[96085]: pgmap v14426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:53.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:53.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:54.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:54.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:55.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:54 smithi098 ceph-mon[112578]: pgmap v14427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:54 smithi016 ceph-mon[96085]: pgmap v14427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:55.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:55.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:56.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:56.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:56 smithi098 ceph-mon[112578]: pgmap v14428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:56 smithi016 ceph-mon[96085]: pgmap v14428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:57.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:57.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:58.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:58.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:58 smithi098 ceph-mon[112578]: pgmap v14429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:41:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:41:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:58 smithi016 ceph-mon[96085]: pgmap v14429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:41:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:41:59.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:41:59.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:00.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:00.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:00 smithi016 ceph-mon[96085]: pgmap v14430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:00 smithi098 ceph-mon[112578]: pgmap v14430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:01.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:01.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:02.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:02.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:02 smithi016 ceph-mon[96085]: pgmap v14431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:02 smithi098 ceph-mon[112578]: pgmap v14431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:03.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:03.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:04.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:04.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:04 smithi098 ceph-mon[112578]: pgmap v14432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:04 smithi016 ceph-mon[96085]: pgmap v14432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:05.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:05.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:06.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:06.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:06 smithi098 ceph-mon[112578]: pgmap v14433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:06 smithi016 ceph-mon[96085]: pgmap v14433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:07.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:07.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:08.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:08.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:08 smithi098 ceph-mon[112578]: pgmap v14434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:08 smithi016 ceph-mon[96085]: pgmap v14434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:09.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:09.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:10.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:10.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:10 smithi016 ceph-mon[96085]: pgmap v14435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:10 smithi098 ceph-mon[112578]: pgmap v14435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:11.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:11.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:12.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:12.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:12 smithi098 ceph-mon[112578]: pgmap v14436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:12 smithi016 ceph-mon[96085]: pgmap v14436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:13.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:13.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:42:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:42:14.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:14.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:14 smithi098 ceph-mon[112578]: pgmap v14437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:14 smithi016 ceph-mon[96085]: pgmap v14437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:15.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:15.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:16.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:16.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:16 smithi098 ceph-mon[112578]: pgmap v14438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:16 smithi016 ceph-mon[96085]: pgmap v14438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:17.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:17.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:18.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:18.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:18 smithi098 ceph-mon[112578]: pgmap v14439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:18 smithi016 ceph-mon[96085]: pgmap v14439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:19.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:19.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:20.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:20.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:20 smithi016 ceph-mon[96085]: pgmap v14440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:20 smithi098 ceph-mon[112578]: pgmap v14440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:21.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:21.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:22.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:22.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:22 smithi098 ceph-mon[112578]: pgmap v14441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:22 smithi016 ceph-mon[96085]: pgmap v14441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:23.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:23.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:24.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:24.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:24 smithi098 ceph-mon[112578]: pgmap v14442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:42:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:42:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:42:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:42:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:42:25.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:42:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:24 smithi016 ceph-mon[96085]: pgmap v14442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:42:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:42:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:42:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:42:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:42:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:42:25.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:25.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:26.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:26.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:26 smithi098 ceph-mon[112578]: pgmap v14443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:26 smithi016 ceph-mon[96085]: pgmap v14443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:27.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:27.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:28.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:28.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:28 smithi098 ceph-mon[112578]: pgmap v14444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:42:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:28 smithi016 ceph-mon[96085]: pgmap v14444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:42:29.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:29.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:30.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:30.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:30 smithi016 ceph-mon[96085]: pgmap v14445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:30 smithi098 ceph-mon[112578]: pgmap v14445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:31.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:31.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:32.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:32.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:32 smithi098 ceph-mon[112578]: pgmap v14446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:32 smithi016 ceph-mon[96085]: pgmap v14446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:33.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:33.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:34.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:34.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:34 smithi098 ceph-mon[112578]: pgmap v14447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:34 smithi016 ceph-mon[96085]: pgmap v14447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:35.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:35.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:36.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:36.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:36 smithi098 ceph-mon[112578]: pgmap v14448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:36 smithi016 ceph-mon[96085]: pgmap v14448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:38.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:38.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:38 smithi098 ceph-mon[112578]: pgmap v14449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:38 smithi016 ceph-mon[96085]: pgmap v14449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:39.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:39.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:40.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:40.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:40 smithi016 ceph-mon[96085]: pgmap v14450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:40 smithi098 ceph-mon[112578]: pgmap v14450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:41.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:41.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:42.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:42.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:42.986 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:42 smithi016 ceph-mon[96085]: pgmap v14451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:42 smithi098 ceph-mon[112578]: pgmap v14451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:43.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:43.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:42:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:42:44.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:44.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:44 smithi098 ceph-mon[112578]: pgmap v14452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:44 smithi016 ceph-mon[96085]: pgmap v14452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:45.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:45.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:46.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:46.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:46 smithi098 ceph-mon[112578]: pgmap v14453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:46 smithi016 ceph-mon[96085]: pgmap v14453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:47.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:47.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:48.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:48.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:48 smithi098 ceph-mon[112578]: pgmap v14454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:48 smithi016 ceph-mon[96085]: pgmap v14454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:49.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:49.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:50.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:50.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:50 smithi016 ceph-mon[96085]: pgmap v14455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:50 smithi098 ceph-mon[112578]: pgmap v14455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:51.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:51.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:52.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:52.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:52 smithi098 ceph-mon[112578]: pgmap v14456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:52 smithi016 ceph-mon[96085]: pgmap v14456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:53.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:53.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:54.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:54.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:54 smithi098 ceph-mon[112578]: pgmap v14457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:54 smithi016 ceph-mon[96085]: pgmap v14457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:55.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:55.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:56.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:56.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:56 smithi098 ceph-mon[112578]: pgmap v14458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:56 smithi016 ceph-mon[96085]: pgmap v14458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:57.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:57.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:58.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:58.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:58 smithi098 ceph-mon[112578]: pgmap v14459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:42:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:42:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:58 smithi016 ceph-mon[96085]: pgmap v14459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:42:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:42:59.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:42:59.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:00.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:00.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:00 smithi016 ceph-mon[96085]: pgmap v14460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:00 smithi098 ceph-mon[112578]: pgmap v14460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:01.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:01.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:02.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:02.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:02 smithi098 ceph-mon[112578]: pgmap v14461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:02 smithi016 ceph-mon[96085]: pgmap v14461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:03.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:03.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:04.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:04.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:04 smithi098 ceph-mon[112578]: pgmap v14462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:04 smithi016 ceph-mon[96085]: pgmap v14462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:05.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:05.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:06.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:06.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:06 smithi098 ceph-mon[112578]: pgmap v14463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:06 smithi016 ceph-mon[96085]: pgmap v14463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:07.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:07.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:08.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:08.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:08 smithi098 ceph-mon[112578]: pgmap v14464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:08 smithi016 ceph-mon[96085]: pgmap v14464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:09.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:09.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:10.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:10.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:10 smithi016 ceph-mon[96085]: pgmap v14465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:10 smithi098 ceph-mon[112578]: pgmap v14465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:11.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:11.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:12.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:12.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:12 smithi098 ceph-mon[112578]: pgmap v14466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:12 smithi016 ceph-mon[96085]: pgmap v14466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:13.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:13.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:43:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:43:14.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:14.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:14 smithi098 ceph-mon[112578]: pgmap v14467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:14 smithi016 ceph-mon[96085]: pgmap v14467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:15.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:15.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:16.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:16.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:16 smithi098 ceph-mon[112578]: pgmap v14468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:16 smithi016 ceph-mon[96085]: pgmap v14468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:17.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:17.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:18.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:18.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:18 smithi098 ceph-mon[112578]: pgmap v14469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:18 smithi016 ceph-mon[96085]: pgmap v14469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:19.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:19.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:20.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:20.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:21.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:20 smithi016 ceph-mon[96085]: pgmap v14470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:20 smithi098 ceph-mon[112578]: pgmap v14470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:21.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:21.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:22.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:22.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:22 smithi098 ceph-mon[112578]: pgmap v14471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:22 smithi016 ceph-mon[96085]: pgmap v14471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:23.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:23.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:24.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:24.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:24 smithi098 ceph-mon[112578]: pgmap v14472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:43:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:24 smithi016 ceph-mon[96085]: pgmap v14472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:43:25.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:25.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:43:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:43:26.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:43:26.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:43:26.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:43:26.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:43:26.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:43:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:43:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:43:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:43:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:43:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:43:26.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:43:26.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:43:26.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:26.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:26 smithi098 ceph-mon[112578]: pgmap v14473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:26 smithi016 ceph-mon[96085]: pgmap v14473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:27.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:27.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:28.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:28.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:28 smithi098 ceph-mon[112578]: pgmap v14474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:43:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:28 smithi016 ceph-mon[96085]: pgmap v14474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:43:29.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:29.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:30.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:30.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:31.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:30 smithi016 ceph-mon[96085]: pgmap v14475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:30 smithi098 ceph-mon[112578]: pgmap v14475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:31.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:31.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:32.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:32.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:32 smithi098 ceph-mon[112578]: pgmap v14476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:32 smithi016 ceph-mon[96085]: pgmap v14476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:33.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:33.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:34.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:34.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:34 smithi098 ceph-mon[112578]: pgmap v14477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:34 smithi016 ceph-mon[96085]: pgmap v14477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:35.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:35.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:36.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:36.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:36 smithi098 ceph-mon[112578]: pgmap v14478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:36 smithi016 ceph-mon[96085]: pgmap v14478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:37.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:37.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:38.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:38.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:38 smithi098 ceph-mon[112578]: pgmap v14479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:38 smithi016 ceph-mon[96085]: pgmap v14479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:39.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:39.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:40.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:40.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:40 smithi016 ceph-mon[96085]: pgmap v14480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:40 smithi098 ceph-mon[112578]: pgmap v14480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:41.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:41.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:42.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:42.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:42 smithi098 ceph-mon[112578]: pgmap v14481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:42 smithi016 ceph-mon[96085]: pgmap v14481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:43.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:43.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:43:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:43:44.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:44.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:44 smithi098 ceph-mon[112578]: pgmap v14482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:44 smithi016 ceph-mon[96085]: pgmap v14482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:45.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:45.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:46.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:46.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:46 smithi098 ceph-mon[112578]: pgmap v14483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:46 smithi016 ceph-mon[96085]: pgmap v14483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:47.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:47.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:48.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:48.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:48 smithi016 ceph-mon[96085]: pgmap v14484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:48 smithi098 ceph-mon[112578]: pgmap v14484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:49.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:49.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:50.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:50.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:50 smithi016 ceph-mon[96085]: pgmap v14485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:50 smithi098 ceph-mon[112578]: pgmap v14485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:51.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:51.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:52.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:52.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:52 smithi098 ceph-mon[112578]: pgmap v14486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:52 smithi016 ceph-mon[96085]: pgmap v14486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:53.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:53.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:54.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:54.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:55.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:54 smithi098 ceph-mon[112578]: pgmap v14487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:54 smithi016 ceph-mon[96085]: pgmap v14487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:55.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:55.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:56.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:56.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:56 smithi098 ceph-mon[112578]: pgmap v14488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:56 smithi016 ceph-mon[96085]: pgmap v14488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:57.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:57.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:58.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:58.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:58 smithi098 ceph-mon[112578]: pgmap v14489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:43:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:43:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:58 smithi016 ceph-mon[96085]: pgmap v14489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:43:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:43:59.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:43:59.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:00.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:00.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:00 smithi016 ceph-mon[96085]: pgmap v14490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:00 smithi098 ceph-mon[112578]: pgmap v14490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:01.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:01.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:02.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:02.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:02 smithi098 ceph-mon[112578]: pgmap v14491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:02 smithi016 ceph-mon[96085]: pgmap v14491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:03.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:03.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:04.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:04.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:04 smithi098 ceph-mon[112578]: pgmap v14492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:04 smithi016 ceph-mon[96085]: pgmap v14492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:05.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:05.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:06.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:06.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:06 smithi098 ceph-mon[112578]: pgmap v14493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:06 smithi016 ceph-mon[96085]: pgmap v14493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:07.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:07.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:08.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:08.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:08 smithi098 ceph-mon[112578]: pgmap v14494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:08 smithi016 ceph-mon[96085]: pgmap v14494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:09.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:09.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:10.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:10.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:10 smithi016 ceph-mon[96085]: pgmap v14495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail 2023-10-17T04:44:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:10 smithi098 ceph-mon[112578]: pgmap v14495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail 2023-10-17T04:44:11.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:11.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:12.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:12.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:12 smithi098 ceph-mon[112578]: pgmap v14496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:12 smithi016 ceph-mon[96085]: pgmap v14496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:13.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:13.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:44:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:44:14.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:14.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:14 smithi098 ceph-mon[112578]: pgmap v14497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:14 smithi016 ceph-mon[96085]: pgmap v14497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:15.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:15.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:16.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:16.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:16 smithi098 ceph-mon[112578]: pgmap v14498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:16 smithi016 ceph-mon[96085]: pgmap v14498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:17.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:17.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:18.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:18.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:18 smithi098 ceph-mon[112578]: pgmap v14499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:18 smithi016 ceph-mon[96085]: pgmap v14499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:19.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:19.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:20.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:20.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:20 smithi016 ceph-mon[96085]: pgmap v14500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:21.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:20 smithi098 ceph-mon[112578]: pgmap v14500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:21.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:21.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:22.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:22.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:22 smithi098 ceph-mon[112578]: pgmap v14501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:22 smithi016 ceph-mon[96085]: pgmap v14501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:23.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:23.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:24.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:24.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:24 smithi098 ceph-mon[112578]: pgmap v14502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:24 smithi016 ceph-mon[96085]: pgmap v14502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:25.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:25.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:44:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:44:26.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:26.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:26 smithi098 ceph-mon[112578]: pgmap v14503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:44:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:44:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:44:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:44:27.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:44:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:26 smithi016 ceph-mon[96085]: pgmap v14503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:44:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:44:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:44:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:44:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:44:27.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:27.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:28.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:28.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:29.183 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:28 smithi098 ceph-mon[112578]: pgmap v14504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:29.183 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:44:29.208 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:28 smithi016 ceph-mon[96085]: pgmap v14504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:29.209 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:44:30.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:30.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:31.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:31.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:30 smithi016 ceph-mon[96085]: pgmap v14505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:30 smithi098 ceph-mon[112578]: pgmap v14505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:32.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:32.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:33.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:33.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:32 smithi098 ceph-mon[112578]: pgmap v14506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:32 smithi016 ceph-mon[96085]: pgmap v14506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:34.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:34.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:35.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:35.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:34 smithi098 ceph-mon[112578]: pgmap v14507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:34 smithi016 ceph-mon[96085]: pgmap v14507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:36.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:36.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:37.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:37.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:36 smithi098 ceph-mon[112578]: pgmap v14508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:36 smithi016 ceph-mon[96085]: pgmap v14508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:38.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:38.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:39.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:39.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:38 smithi098 ceph-mon[112578]: pgmap v14509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:38 smithi016 ceph-mon[96085]: pgmap v14509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:40.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:40.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:41.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:41.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:40 smithi016 ceph-mon[96085]: pgmap v14510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:40 smithi098 ceph-mon[112578]: pgmap v14510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:42.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:42.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:43.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:42 smithi098 ceph-mon[112578]: pgmap v14511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:43.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:43.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:42 smithi016 ceph-mon[96085]: pgmap v14511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:44:44.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:44.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:44:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:44 smithi098 ceph-mon[112578]: pgmap v14512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:45.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:45.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:44 smithi016 ceph-mon[96085]: pgmap v14512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:46.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:46.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:47.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:47.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:46 smithi098 ceph-mon[112578]: pgmap v14513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:46 smithi016 ceph-mon[96085]: pgmap v14513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:48.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:48.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:49.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:49.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:48 smithi098 ceph-mon[112578]: pgmap v14514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:48 smithi016 ceph-mon[96085]: pgmap v14514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:50.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:50.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:51.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:51.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:50 smithi016 ceph-mon[96085]: pgmap v14515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:50 smithi098 ceph-mon[112578]: pgmap v14515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:52.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:52.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:52 smithi098 ceph-mon[112578]: pgmap v14516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:52 smithi016 ceph-mon[96085]: pgmap v14516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:53.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:53.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:54.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:54.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:55.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:55.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:54 smithi098 ceph-mon[112578]: pgmap v14517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:54 smithi016 ceph-mon[96085]: pgmap v14517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:56.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:56.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:57.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:57.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:56 smithi098 ceph-mon[112578]: pgmap v14518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:56 smithi016 ceph-mon[96085]: pgmap v14518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:58.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:58.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:59.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:44:59.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:58 smithi098 ceph-mon[112578]: pgmap v14519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:44:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:44:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:58 smithi016 ceph-mon[96085]: pgmap v14519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:44:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:45:00.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:00.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:01.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:01.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:00 smithi016 ceph-mon[96085]: pgmap v14520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:00 smithi098 ceph-mon[112578]: pgmap v14520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:02.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:02.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:02 smithi098 ceph-mon[112578]: pgmap v14521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:02 smithi016 ceph-mon[96085]: pgmap v14521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:03.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:03.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:04.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:04.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:05.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:05.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:04 smithi098 ceph-mon[112578]: pgmap v14522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:04 smithi016 ceph-mon[96085]: pgmap v14522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:06.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:06.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:07.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:07.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:06 smithi098 ceph-mon[112578]: pgmap v14523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:06 smithi016 ceph-mon[96085]: pgmap v14523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:08.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:08.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:09.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:09.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:08 smithi098 ceph-mon[112578]: pgmap v14524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:08 smithi016 ceph-mon[96085]: pgmap v14524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:10.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:10.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:11.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:11.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:10 smithi016 ceph-mon[96085]: pgmap v14525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:10 smithi098 ceph-mon[112578]: pgmap v14525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:12.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:12.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:12 smithi098 ceph-mon[112578]: pgmap v14526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:12 smithi016 ceph-mon[96085]: pgmap v14526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:13.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:13.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:45:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:45:14.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:14.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:14 smithi098 ceph-mon[112578]: pgmap v14527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:14 smithi016 ceph-mon[96085]: pgmap v14527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:15.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:15.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:16.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:16.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:17.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:17.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:16 smithi098 ceph-mon[112578]: pgmap v14528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:16 smithi016 ceph-mon[96085]: pgmap v14528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:18.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:18.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:19.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:19.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:18 smithi098 ceph-mon[112578]: pgmap v14529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:18 smithi016 ceph-mon[96085]: pgmap v14529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:20.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:20.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:21.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:21.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:20 smithi016 ceph-mon[96085]: pgmap v14530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:20 smithi098 ceph-mon[112578]: pgmap v14530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:22.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:22.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:22 smithi016 ceph-mon[96085]: pgmap v14531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:23.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:23.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:22 smithi098 ceph-mon[112578]: pgmap v14531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:24.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:24.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:24 smithi098 ceph-mon[112578]: pgmap v14532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:25.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:25.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:24 smithi016 ceph-mon[96085]: pgmap v14532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:26.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:26.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:27.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:27.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:26 smithi098 ceph-mon[112578]: pgmap v14533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:45:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:45:27.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:45:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:26 smithi016 ceph-mon[96085]: pgmap v14533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:45:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:45:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:45:28.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:28.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:45:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:45:28.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:45:28.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:45:28.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:45:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:45:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:45:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:45:28.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:45:28.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:45:29.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:29.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:28 smithi098 ceph-mon[112578]: pgmap v14534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:45:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:28 smithi016 ceph-mon[96085]: pgmap v14534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:45:30.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:30.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:31.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:31.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:30 smithi098 ceph-mon[112578]: pgmap v14535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:30 smithi016 ceph-mon[96085]: pgmap v14535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:32.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:32.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:32 smithi016 ceph-mon[96085]: pgmap v14536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:33.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:33.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:32 smithi098 ceph-mon[112578]: pgmap v14536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:34.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:34.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:35.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:35.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:34 smithi098 ceph-mon[112578]: pgmap v14537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:34 smithi016 ceph-mon[96085]: pgmap v14537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:36.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:36.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:37.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:37.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:36 smithi098 ceph-mon[112578]: pgmap v14538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:36 smithi016 ceph-mon[96085]: pgmap v14538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:38.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:38.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:39.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:39.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:38 smithi098 ceph-mon[112578]: pgmap v14539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:38 smithi016 ceph-mon[96085]: pgmap v14539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:40.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:40.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:41.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:41.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:40 smithi016 ceph-mon[96085]: pgmap v14540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:40 smithi098 ceph-mon[112578]: pgmap v14540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:42.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:42.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:42 smithi016 ceph-mon[96085]: pgmap v14541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:43.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:43.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:42 smithi098 ceph-mon[112578]: pgmap v14541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:45:44.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:44.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:45:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:44 smithi016 ceph-mon[96085]: pgmap v14542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:45.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:45.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:44 smithi098 ceph-mon[112578]: pgmap v14542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:46.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:46.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:47.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:47.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:46 smithi098 ceph-mon[112578]: pgmap v14543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:46 smithi016 ceph-mon[96085]: pgmap v14543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:48.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:48.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:49.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:49.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:48 smithi098 ceph-mon[112578]: pgmap v14544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:48 smithi016 ceph-mon[96085]: pgmap v14544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:50.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:50.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:51.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:51.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:50 smithi016 ceph-mon[96085]: pgmap v14545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:50 smithi098 ceph-mon[112578]: pgmap v14545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:52.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:52.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:52 smithi016 ceph-mon[96085]: pgmap v14546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:53.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:53.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:52 smithi098 ceph-mon[112578]: pgmap v14546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:54.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:54.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:55.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:55.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:55.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:54 smithi016 ceph-mon[96085]: pgmap v14547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:54 smithi098 ceph-mon[112578]: pgmap v14547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:56.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:56.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:57.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:57.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:56 smithi098 ceph-mon[112578]: pgmap v14548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:56 smithi016 ceph-mon[96085]: pgmap v14548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:58.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:58.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:59.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:45:59.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:58 smithi098 ceph-mon[112578]: pgmap v14549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:45:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:45:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:58 smithi016 ceph-mon[96085]: pgmap v14549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:45:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:46:00.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:00.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:01.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:01.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:00 smithi016 ceph-mon[96085]: pgmap v14550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:00 smithi098 ceph-mon[112578]: pgmap v14550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:02.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:02.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:02 smithi016 ceph-mon[96085]: pgmap v14551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:03.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:03.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:02 smithi098 ceph-mon[112578]: pgmap v14551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:04.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:04.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:05.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:05.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:05.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:04 smithi098 ceph-mon[112578]: pgmap v14552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:04 smithi016 ceph-mon[96085]: pgmap v14552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:06.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:06.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:07.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:07.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:06 smithi098 ceph-mon[112578]: pgmap v14553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:06 smithi016 ceph-mon[96085]: pgmap v14553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:08.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:08.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:09.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:09.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:08 smithi098 ceph-mon[112578]: pgmap v14554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:08 smithi016 ceph-mon[96085]: pgmap v14554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:10.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:10.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:10 smithi016 ceph-mon[96085]: pgmap v14555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:11.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:11.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:10 smithi098 ceph-mon[112578]: pgmap v14555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:12.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:12.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:12 smithi016 ceph-mon[96085]: pgmap v14556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:13.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:13.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:12 smithi098 ceph-mon[112578]: pgmap v14556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:46:14.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:14.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:46:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:14 smithi016 ceph-mon[96085]: pgmap v14557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:15.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:15.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:14 smithi098 ceph-mon[112578]: pgmap v14557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:16.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:16.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:17.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:17.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:16 smithi098 ceph-mon[112578]: pgmap v14558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:16 smithi016 ceph-mon[96085]: pgmap v14558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:18.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:18.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:19.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:19.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:18 smithi098 ceph-mon[112578]: pgmap v14559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:18 smithi016 ceph-mon[96085]: pgmap v14559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:20.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:20.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:21.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:20 smithi016 ceph-mon[96085]: pgmap v14560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:21.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:21.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:20 smithi098 ceph-mon[112578]: pgmap v14560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:22.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:22.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:22 smithi016 ceph-mon[96085]: pgmap v14561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:23.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:23.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:22 smithi098 ceph-mon[112578]: pgmap v14561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:24.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:24.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:25.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:25.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:24 smithi098 ceph-mon[112578]: pgmap v14562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:24 smithi016 ceph-mon[96085]: pgmap v14562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:26.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:26.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:27.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:27.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:26 smithi098 ceph-mon[112578]: pgmap v14563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:26 smithi016 ceph-mon[96085]: pgmap v14563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:28.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:28.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:46:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:46:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:46:28.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:46:28.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:46:28.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:46:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:46:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:46:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:46:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:46:28.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:46:28.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:46:29.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:29.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:28 smithi098 ceph-mon[112578]: pgmap v14564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:46:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:28 smithi016 ceph-mon[96085]: pgmap v14564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:46:30.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:30.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:31.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:31.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:30 smithi098 ceph-mon[112578]: pgmap v14565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:30 smithi016 ceph-mon[96085]: pgmap v14565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:32.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:32.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:32 smithi016 ceph-mon[96085]: pgmap v14566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:33.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:33.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:32 smithi098 ceph-mon[112578]: pgmap v14566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:34.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:34.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:35.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:35.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:34 smithi098 ceph-mon[112578]: pgmap v14567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:34 smithi016 ceph-mon[96085]: pgmap v14567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:36.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:36.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:37.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:37.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:36 smithi098 ceph-mon[112578]: pgmap v14568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:36 smithi016 ceph-mon[96085]: pgmap v14568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:38.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:38.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:39.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:39.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:38 smithi098 ceph-mon[112578]: pgmap v14569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:38 smithi016 ceph-mon[96085]: pgmap v14569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:40.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:40.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:40 smithi016 ceph-mon[96085]: pgmap v14570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:41.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:41.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:40 smithi098 ceph-mon[112578]: pgmap v14570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:42.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:42.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:43.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:43.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:42 smithi098 ceph-mon[112578]: pgmap v14571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:42 smithi016 ceph-mon[96085]: pgmap v14571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:44.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:44.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:46:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:46:45.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:45.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:44 smithi098 ceph-mon[112578]: pgmap v14572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:44 smithi016 ceph-mon[96085]: pgmap v14572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:46.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:46.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:47.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:47.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:46 smithi098 ceph-mon[112578]: pgmap v14573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:46 smithi016 ceph-mon[96085]: pgmap v14573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:48.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:48.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:49.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:49.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:48 smithi098 ceph-mon[112578]: pgmap v14574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:48 smithi016 ceph-mon[96085]: pgmap v14574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:50.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:50.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:50 smithi016 ceph-mon[96085]: pgmap v14575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:51.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:51.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:50 smithi098 ceph-mon[112578]: pgmap v14575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:52.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:52.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:53.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:53.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:52 smithi098 ceph-mon[112578]: pgmap v14576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:52 smithi016 ceph-mon[96085]: pgmap v14576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:54.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:54.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:55.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:55.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:54 smithi098 ceph-mon[112578]: pgmap v14577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:54 smithi016 ceph-mon[96085]: pgmap v14577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:56.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:56.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:57.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:57.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:56 smithi098 ceph-mon[112578]: pgmap v14578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:56 smithi016 ceph-mon[96085]: pgmap v14578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:58.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:58.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:59.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:46:59.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:58 smithi098 ceph-mon[112578]: pgmap v14579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:46:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:46:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:58 smithi016 ceph-mon[96085]: pgmap v14579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:46:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:47:00.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:00.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:01.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:01.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:00 smithi098 ceph-mon[112578]: pgmap v14580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:00 smithi016 ceph-mon[96085]: pgmap v14580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:02.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:02.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:03.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:03.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:02 smithi098 ceph-mon[112578]: pgmap v14581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:02 smithi016 ceph-mon[96085]: pgmap v14581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:04.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:04.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:05.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:05.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:04 smithi098 ceph-mon[112578]: pgmap v14582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:04 smithi016 ceph-mon[96085]: pgmap v14582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:06.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:06.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:06 smithi098 ceph-mon[112578]: pgmap v14583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:07.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:07.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:06 smithi016 ceph-mon[96085]: pgmap v14583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:08.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:08.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:08 smithi098 ceph-mon[112578]: pgmap v14584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:09.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:09.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:08 smithi016 ceph-mon[96085]: pgmap v14584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:10.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:10.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:10 smithi098 ceph-mon[112578]: pgmap v14585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:11.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:11.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:10 smithi016 ceph-mon[96085]: pgmap v14585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:12.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:12.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:12 smithi098 ceph-mon[112578]: pgmap v14586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:13.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:13.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:12 smithi016 ceph-mon[96085]: pgmap v14586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:47:14.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:14.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:47:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:14 smithi098 ceph-mon[112578]: pgmap v14587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:15.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:15.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:14 smithi016 ceph-mon[96085]: pgmap v14587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:16.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:16.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:16 smithi098 ceph-mon[112578]: pgmap v14588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:17.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:16 smithi016 ceph-mon[96085]: pgmap v14588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:17.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:17.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:18.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:18.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:18 smithi098 ceph-mon[112578]: pgmap v14589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:18 smithi016 ceph-mon[96085]: pgmap v14589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:19.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:19.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:20.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:20.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:21.172 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:20 smithi016 ceph-mon[96085]: pgmap v14590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:20 smithi098 ceph-mon[112578]: pgmap v14590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:21.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:21.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:22.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:22.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:22 smithi098 ceph-mon[112578]: pgmap v14591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:22 smithi016 ceph-mon[96085]: pgmap v14591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:23.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:23.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:24.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:24.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:25.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:24 smithi098 ceph-mon[112578]: pgmap v14592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:24 smithi016 ceph-mon[96085]: pgmap v14592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:25.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:25.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:26.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:26.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:26 smithi098 ceph-mon[112578]: pgmap v14593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:26 smithi016 ceph-mon[96085]: pgmap v14593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:27.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:27.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:47:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:47:28.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:28.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:28 smithi098 ceph-mon[112578]: pgmap v14594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:47:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:47:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:47:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:47:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:47:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:47:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:28 smithi016 ceph-mon[96085]: pgmap v14594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:47:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:47:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:47:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:47:29.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:47:29.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:47:29.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:29.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:30.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:30.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:30 smithi098 ceph-mon[112578]: pgmap v14595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:30 smithi016 ceph-mon[96085]: pgmap v14595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:31.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:31.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:32.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:32.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:32 smithi098 ceph-mon[112578]: pgmap v14596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:32 smithi016 ceph-mon[96085]: pgmap v14596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:33.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:33.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:34.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:34.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:34 smithi098 ceph-mon[112578]: pgmap v14597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:34 smithi016 ceph-mon[96085]: pgmap v14597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:35.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:35.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:36.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:36.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:36 smithi098 ceph-mon[112578]: pgmap v14598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:36 smithi016 ceph-mon[96085]: pgmap v14598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:37.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:37.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:38.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:38.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:38 smithi098 ceph-mon[112578]: pgmap v14599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:38 smithi016 ceph-mon[96085]: pgmap v14599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:39.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:39.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:40.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:40.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:41.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:40 smithi098 ceph-mon[112578]: pgmap v14600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:41.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:40 smithi016 ceph-mon[96085]: pgmap v14600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:41.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:41.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:42.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:42.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:42 smithi098 ceph-mon[112578]: pgmap v14601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:42 smithi016 ceph-mon[96085]: pgmap v14601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:43.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:43.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:47:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:47:44.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:44.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:44 smithi098 ceph-mon[112578]: pgmap v14602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:44 smithi016 ceph-mon[96085]: pgmap v14602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:45.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:45.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:46.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:46.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:46 smithi098 ceph-mon[112578]: pgmap v14603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:46 smithi016 ceph-mon[96085]: pgmap v14603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:47.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:47.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:48.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:48.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:48 smithi098 ceph-mon[112578]: pgmap v14604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:48 smithi016 ceph-mon[96085]: pgmap v14604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:49.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:49.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:50.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:50.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:50 smithi098 ceph-mon[112578]: pgmap v14605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:50 smithi016 ceph-mon[96085]: pgmap v14605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:51.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:51.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:52.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:52.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:52 smithi098 ceph-mon[112578]: pgmap v14606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:52 smithi016 ceph-mon[96085]: pgmap v14606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:53.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:53.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:54.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:54.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:54 smithi098 ceph-mon[112578]: pgmap v14607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:54 smithi016 ceph-mon[96085]: pgmap v14607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:55.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:55.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:56.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:56.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:56 smithi098 ceph-mon[112578]: pgmap v14608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:56 smithi016 ceph-mon[96085]: pgmap v14608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:57.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:57.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:58.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:58.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:58 smithi098 ceph-mon[112578]: pgmap v14609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:47:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:47:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:58 smithi016 ceph-mon[96085]: pgmap v14609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:47:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:47:59.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:47:59.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:00.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:00.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:00 smithi098 ceph-mon[112578]: pgmap v14610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:00 smithi016 ceph-mon[96085]: pgmap v14610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:01.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:01.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:02.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:02.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:02 smithi098 ceph-mon[112578]: pgmap v14611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:02 smithi016 ceph-mon[96085]: pgmap v14611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:03.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:03.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:04.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:04.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:04 smithi098 ceph-mon[112578]: pgmap v14612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:04 smithi016 ceph-mon[96085]: pgmap v14612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:05.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:05.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:06.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:06.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:06 smithi016 ceph-mon[96085]: pgmap v14613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:07.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:06 smithi098 ceph-mon[112578]: pgmap v14613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:07.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:07.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:08.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:08.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:08 smithi098 ceph-mon[112578]: pgmap v14614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:08 smithi016 ceph-mon[96085]: pgmap v14614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:09.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:09.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:10.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:10.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:10 smithi098 ceph-mon[112578]: pgmap v14615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:10 smithi016 ceph-mon[96085]: pgmap v14615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:11.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:11.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:12.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:12.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:12 smithi098 ceph-mon[112578]: pgmap v14616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:12 smithi016 ceph-mon[96085]: pgmap v14616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:13.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:13.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:48:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:48:14.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:14.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:14 smithi098 ceph-mon[112578]: pgmap v14617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:14 smithi016 ceph-mon[96085]: pgmap v14617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:15.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:15.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:16.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:16.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:16 smithi098 ceph-mon[112578]: pgmap v14618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:16 smithi016 ceph-mon[96085]: pgmap v14618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:17.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:17.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:18.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:18.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:18 smithi098 ceph-mon[112578]: pgmap v14619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:18 smithi016 ceph-mon[96085]: pgmap v14619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:19.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:19.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:20.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:20.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:20 smithi098 ceph-mon[112578]: pgmap v14620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:20 smithi016 ceph-mon[96085]: pgmap v14620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:21.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:21.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:22.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:22.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:22 smithi098 ceph-mon[112578]: pgmap v14621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:22 smithi016 ceph-mon[96085]: pgmap v14621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:23.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:23.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:24.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:24.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:24 smithi098 ceph-mon[112578]: pgmap v14622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:24 smithi016 ceph-mon[96085]: pgmap v14622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:25.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:25.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:26.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:26.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:26 smithi098 ceph-mon[112578]: pgmap v14623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:26 smithi016 ceph-mon[96085]: pgmap v14623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:27.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:27.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:28.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:28.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:28 smithi098 ceph-mon[112578]: pgmap v14624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:48:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:48:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:48:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:48:29.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:48:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:28 smithi016 ceph-mon[96085]: pgmap v14624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:48:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:48:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:48:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:48:29.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:48:29.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:29.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:48:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:48:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:48:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:48:30.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:30.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:30 smithi098 ceph-mon[112578]: pgmap v14625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:30 smithi016 ceph-mon[96085]: pgmap v14625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:31.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:31.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:32.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:32.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:32 smithi098 ceph-mon[112578]: pgmap v14626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:32 smithi016 ceph-mon[96085]: pgmap v14626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:33.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:33.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:34.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:34.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:34 smithi098 ceph-mon[112578]: pgmap v14627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:34 smithi016 ceph-mon[96085]: pgmap v14627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:35.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:35.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:36.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:36.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:36 smithi098 ceph-mon[112578]: pgmap v14628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:36 smithi016 ceph-mon[96085]: pgmap v14628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:37.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:37.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:38.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:38.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:38 smithi098 ceph-mon[112578]: pgmap v14629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:38 smithi016 ceph-mon[96085]: pgmap v14629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:39.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:39.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:40.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:40.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:40 smithi098 ceph-mon[112578]: pgmap v14630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:41.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:40 smithi016 ceph-mon[96085]: pgmap v14630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:41.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:41.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:42.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:42.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:42 smithi098 ceph-mon[112578]: pgmap v14631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:42 smithi016 ceph-mon[96085]: pgmap v14631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:43.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:43.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:48:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:48:44.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:44.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:44 smithi098 ceph-mon[112578]: pgmap v14632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:44 smithi016 ceph-mon[96085]: pgmap v14632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:45.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:45.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:46.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:46.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:46 smithi098 ceph-mon[112578]: pgmap v14633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:46 smithi016 ceph-mon[96085]: pgmap v14633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:47.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:47.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:48.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:48.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:48 smithi098 ceph-mon[112578]: pgmap v14634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:48 smithi016 ceph-mon[96085]: pgmap v14634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:49.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:49.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:50.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:50.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:50 smithi098 ceph-mon[112578]: pgmap v14635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:50 smithi016 ceph-mon[96085]: pgmap v14635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:51.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:51.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:52.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:52.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:52 smithi098 ceph-mon[112578]: pgmap v14636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:52 smithi016 ceph-mon[96085]: pgmap v14636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:53.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:53.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:54.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:54.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:54 smithi098 ceph-mon[112578]: pgmap v14637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:54 smithi016 ceph-mon[96085]: pgmap v14637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:55.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:55.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:56.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:56.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:56 smithi098 ceph-mon[112578]: pgmap v14638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:57.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:56 smithi016 ceph-mon[96085]: pgmap v14638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:57.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:57.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:58.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:58.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:58 smithi098 ceph-mon[112578]: pgmap v14639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:48:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:48:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:58 smithi016 ceph-mon[96085]: pgmap v14639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:48:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:48:59.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:48:59.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:00.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:00.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:00 smithi098 ceph-mon[112578]: pgmap v14640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:00 smithi016 ceph-mon[96085]: pgmap v14640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:01.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:01.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:02.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:02.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:02 smithi098 ceph-mon[112578]: pgmap v14641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:02 smithi016 ceph-mon[96085]: pgmap v14641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:03.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:03.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:04.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:04.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:04 smithi098 ceph-mon[112578]: pgmap v14642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:04 smithi016 ceph-mon[96085]: pgmap v14642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:05.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:05.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:06.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:06.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:06 smithi098 ceph-mon[112578]: pgmap v14643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:06 smithi016 ceph-mon[96085]: pgmap v14643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:07.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:07.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:08.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:08.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:08 smithi098 ceph-mon[112578]: pgmap v14644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:08 smithi016 ceph-mon[96085]: pgmap v14644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:09.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:09.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:10.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:10.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:10 smithi098 ceph-mon[112578]: pgmap v14645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:10 smithi016 ceph-mon[96085]: pgmap v14645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:11.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:11.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:12.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:12.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:12 smithi098 ceph-mon[112578]: pgmap v14646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:12 smithi016 ceph-mon[96085]: pgmap v14646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:13.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:13.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:49:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:49:14.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:14.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:14 smithi098 ceph-mon[112578]: pgmap v14647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:14 smithi016 ceph-mon[96085]: pgmap v14647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:15.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:15.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:16.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:16.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:16 smithi098 ceph-mon[112578]: pgmap v14648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:16 smithi016 ceph-mon[96085]: pgmap v14648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:17.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:17.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:18.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:18.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:18 smithi098 ceph-mon[112578]: pgmap v14649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:18 smithi016 ceph-mon[96085]: pgmap v14649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:19.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:19.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:20.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:20.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:20 smithi098 ceph-mon[112578]: pgmap v14650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:20 smithi016 ceph-mon[96085]: pgmap v14650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:21.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:21.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:22.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:22.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:22 smithi098 ceph-mon[112578]: pgmap v14651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:22 smithi016 ceph-mon[96085]: pgmap v14651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:23.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:23.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:24.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:24.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:24 smithi098 ceph-mon[112578]: pgmap v14652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:24 smithi016 ceph-mon[96085]: pgmap v14652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:25.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:25.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:26.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:26.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:26 smithi098 ceph-mon[112578]: pgmap v14653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:26 smithi016 ceph-mon[96085]: pgmap v14653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:27.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:27.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:28.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:28.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:28 smithi098 ceph-mon[112578]: pgmap v14654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:49:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:28 smithi016 ceph-mon[96085]: pgmap v14654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:49:29.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:29.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:49:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:49:30.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:49:30.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:49:30.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:49:30.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:49:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:49:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:49:30.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:49:30.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:49:30.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:49:30.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:49:30.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:30.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:30 smithi098 ceph-mon[112578]: pgmap v14655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:30 smithi016 ceph-mon[96085]: pgmap v14655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:31.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:31.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:32.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:32.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:32 smithi016 ceph-mon[96085]: pgmap v14656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:32 smithi098 ceph-mon[112578]: pgmap v14656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:33.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:33.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:34.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:34.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:34 smithi098 ceph-mon[112578]: pgmap v14657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:34 smithi016 ceph-mon[96085]: pgmap v14657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:35.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:35.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:36.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:36.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:36 smithi098 ceph-mon[112578]: pgmap v14658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:36 smithi016 ceph-mon[96085]: pgmap v14658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:37.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:37.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:38.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:38.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:38 smithi098 ceph-mon[112578]: pgmap v14659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:38 smithi016 ceph-mon[96085]: pgmap v14659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:39.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:39.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:40.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:40.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:40 smithi098 ceph-mon[112578]: pgmap v14660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:41.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:40 smithi016 ceph-mon[96085]: pgmap v14660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:41.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:41.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:42.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:42.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:42 smithi098 ceph-mon[112578]: pgmap v14661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:42 smithi016 ceph-mon[96085]: pgmap v14661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:43.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:43.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:49:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:49:44.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:44.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:44 smithi098 ceph-mon[112578]: pgmap v14662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:44 smithi016 ceph-mon[96085]: pgmap v14662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:45.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:45.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:46.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:46.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:46 smithi098 ceph-mon[112578]: pgmap v14663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:46 smithi016 ceph-mon[96085]: pgmap v14663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:47.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:47.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:48.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:48.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:48 smithi098 ceph-mon[112578]: pgmap v14664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:48 smithi016 ceph-mon[96085]: pgmap v14664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:49.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:49.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:50.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:50.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:50 smithi098 ceph-mon[112578]: pgmap v14665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:50 smithi016 ceph-mon[96085]: pgmap v14665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:51.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:51.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:52.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:52.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:53.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:52 smithi098 ceph-mon[112578]: pgmap v14666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:52 smithi016 ceph-mon[96085]: pgmap v14666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:53.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:53.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:54.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:54.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:54 smithi098 ceph-mon[112578]: pgmap v14667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:54 smithi016 ceph-mon[96085]: pgmap v14667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:55.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:55.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:56.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:56.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:56 smithi098 ceph-mon[112578]: pgmap v14668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:56 smithi016 ceph-mon[96085]: pgmap v14668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:57.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:57.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:58.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:58.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:58 smithi098 ceph-mon[112578]: pgmap v14669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:49:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:49:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:58 smithi016 ceph-mon[96085]: pgmap v14669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:49:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:49:59.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:49:59.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:00.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:00.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:01.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:00 smithi098 ceph-mon[112578]: pgmap v14670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:01.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T04:50:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:00 smithi016 ceph-mon[96085]: pgmap v14670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T04:50:01.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:01.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:02.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:02.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:02 smithi098 ceph-mon[112578]: pgmap v14671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:02 smithi016 ceph-mon[96085]: pgmap v14671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:03.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:03.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:04.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:04.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:04 smithi098 ceph-mon[112578]: pgmap v14672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:04 smithi016 ceph-mon[96085]: pgmap v14672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:05.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:05.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:06.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:06.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:06 smithi098 ceph-mon[112578]: pgmap v14673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:06 smithi016 ceph-mon[96085]: pgmap v14673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:07.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:07.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:08.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:08.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:08 smithi098 ceph-mon[112578]: pgmap v14674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:08 smithi016 ceph-mon[96085]: pgmap v14674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:09.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:09.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:10.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:10.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:10 smithi098 ceph-mon[112578]: pgmap v14675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:10 smithi016 ceph-mon[96085]: pgmap v14675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:11.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:11.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:12.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:12.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:13.138 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:12 smithi016 ceph-mon[96085]: pgmap v14676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:12 smithi098 ceph-mon[112578]: pgmap v14676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:13.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:13.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:50:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:50:14.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:14.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:14 smithi098 ceph-mon[112578]: pgmap v14677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:14 smithi016 ceph-mon[96085]: pgmap v14677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:15.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:15.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:16.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:16.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:16 smithi098 ceph-mon[112578]: pgmap v14678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:16 smithi016 ceph-mon[96085]: pgmap v14678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:17.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:17.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:18.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:18.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:18 smithi098 ceph-mon[112578]: pgmap v14679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:18 smithi016 ceph-mon[96085]: pgmap v14679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:19.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:19.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:20.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:20.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:20 smithi098 ceph-mon[112578]: pgmap v14680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:20 smithi016 ceph-mon[96085]: pgmap v14680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:21.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:21.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:22.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:22.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:23.253 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:22 smithi016 ceph-mon[96085]: pgmap v14681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:22 smithi098 ceph-mon[112578]: pgmap v14681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:23.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:23.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:24.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:24.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:24 smithi098 ceph-mon[112578]: pgmap v14682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:24 smithi016 ceph-mon[96085]: pgmap v14682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:25.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:25.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:26.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:26.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:26 smithi098 ceph-mon[112578]: pgmap v14683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:26 smithi016 ceph-mon[96085]: pgmap v14683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:27.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:27.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:28.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:28.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:28 smithi098 ceph-mon[112578]: pgmap v14684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:50:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:28 smithi016 ceph-mon[96085]: pgmap v14684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:50:29.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:29.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:50:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:50:30.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:30.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:30 smithi098 ceph-mon[112578]: pgmap v14685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:30 smithi016 ceph-mon[96085]: pgmap v14685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:31.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:31.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:32.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:32.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:32 smithi098 ceph-mon[112578]: pgmap v14686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:50:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:50:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:32 smithi016 ceph-mon[96085]: pgmap v14686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:50:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:50:33.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:33.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:50:34.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:50:34.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:50:34.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:50:34.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:50:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:50:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:50:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:50:34.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:50:34.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:50:34.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:34.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:34 smithi098 ceph-mon[112578]: pgmap v14687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:34 smithi016 ceph-mon[96085]: pgmap v14687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:35.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:35.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:36.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:36.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:36 smithi098 ceph-mon[112578]: pgmap v14688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:36 smithi016 ceph-mon[96085]: pgmap v14688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:37.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:37.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:38.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:38.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:38 smithi098 ceph-mon[112578]: pgmap v14689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:38 smithi016 ceph-mon[96085]: pgmap v14689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:39.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:39.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:40.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:40.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:41.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:40 smithi098 ceph-mon[112578]: pgmap v14690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:41.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:40 smithi016 ceph-mon[96085]: pgmap v14690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:41.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:41.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:42.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:42.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:42 smithi098 ceph-mon[112578]: pgmap v14691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:42 smithi016 ceph-mon[96085]: pgmap v14691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:43.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:43.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:50:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:50:44.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:44.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:44 smithi098 ceph-mon[112578]: pgmap v14692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:44 smithi016 ceph-mon[96085]: pgmap v14692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:45.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:45.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:46.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:46.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:46 smithi098 ceph-mon[112578]: pgmap v14693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:46 smithi016 ceph-mon[96085]: pgmap v14693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:47.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:47.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:48.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:48.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:48 smithi098 ceph-mon[112578]: pgmap v14694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:48 smithi016 ceph-mon[96085]: pgmap v14694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:49.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:49.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:50.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:50.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:50 smithi098 ceph-mon[112578]: pgmap v14695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:50 smithi016 ceph-mon[96085]: pgmap v14695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:51.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:51.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:52.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:52.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:53.199 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:52 smithi098 ceph-mon[112578]: pgmap v14696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:52 smithi016 ceph-mon[96085]: pgmap v14696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:53.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:53.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:54.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:54.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:54 smithi098 ceph-mon[112578]: pgmap v14697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:54 smithi016 ceph-mon[96085]: pgmap v14697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:55.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:55.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:56.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:56.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:56 smithi098 ceph-mon[112578]: pgmap v14698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:56 smithi016 ceph-mon[96085]: pgmap v14698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:57.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:57.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:58.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:58.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:58 smithi098 ceph-mon[112578]: pgmap v14699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:50:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:50:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:58 smithi016 ceph-mon[96085]: pgmap v14699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:50:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:50:59.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:50:59.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:00.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:00.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:00 smithi098 ceph-mon[112578]: pgmap v14700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:00 smithi016 ceph-mon[96085]: pgmap v14700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:01.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:01.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:02.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:02.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:02 smithi098 ceph-mon[112578]: pgmap v14701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:02 smithi016 ceph-mon[96085]: pgmap v14701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:03.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:03.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:04.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:04.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:04 smithi098 ceph-mon[112578]: pgmap v14702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:04 smithi016 ceph-mon[96085]: pgmap v14702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:05.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:05.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:06.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:06.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:06 smithi098 ceph-mon[112578]: pgmap v14703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:06 smithi016 ceph-mon[96085]: pgmap v14703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:07.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:07.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:08.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:08.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:08 smithi016 ceph-mon[96085]: pgmap v14704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:08 smithi098 ceph-mon[112578]: pgmap v14704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:09.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:09.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:10.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:10.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:10 smithi098 ceph-mon[112578]: pgmap v14705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:10 smithi016 ceph-mon[96085]: pgmap v14705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:11.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:11.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:12.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:12.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:12 smithi098 ceph-mon[112578]: pgmap v14706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:12 smithi016 ceph-mon[96085]: pgmap v14706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:13.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:13.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:51:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:51:14.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:14.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:14 smithi098 ceph-mon[112578]: pgmap v14707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:14 smithi016 ceph-mon[96085]: pgmap v14707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:15.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:15.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:16.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:16.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:16 smithi016 ceph-mon[96085]: pgmap v14708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:16 smithi098 ceph-mon[112578]: pgmap v14708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:17.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:17.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:18.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:18.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:18 smithi098 ceph-mon[112578]: pgmap v14709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:18 smithi016 ceph-mon[96085]: pgmap v14709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:19.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:19.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:20.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:20.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:20 smithi098 ceph-mon[112578]: pgmap v14710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:20 smithi016 ceph-mon[96085]: pgmap v14710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:21.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:21.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:22.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:22.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:22 smithi098 ceph-mon[112578]: pgmap v14711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:22 smithi016 ceph-mon[96085]: pgmap v14711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:23.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:23.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:24.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:24.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:24 smithi098 ceph-mon[112578]: pgmap v14712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:24 smithi016 ceph-mon[96085]: pgmap v14712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:25.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:25.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:26.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:26.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:26 smithi098 ceph-mon[112578]: pgmap v14713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:26 smithi016 ceph-mon[96085]: pgmap v14713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:27.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:27.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:28.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:28.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:29 smithi098 ceph-mon[112578]: pgmap v14714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:51:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:29 smithi016 ceph-mon[96085]: pgmap v14714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:51:29.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:29.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:30.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:30.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:31 smithi098 ceph-mon[112578]: pgmap v14715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:31 smithi016 ceph-mon[96085]: pgmap v14715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:31.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:31.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:32.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:32.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:32 smithi098 ceph-mon[112578]: pgmap v14716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:32 smithi016 ceph-mon[96085]: pgmap v14716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:33.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:33.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:51:34.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:51:34.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:34.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:34 smithi098 ceph-mon[112578]: pgmap v14717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:34 smithi016 ceph-mon[96085]: pgmap v14717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:35.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:35.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:36.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:36.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:36 smithi098 ceph-mon[112578]: pgmap v14718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:36 smithi016 ceph-mon[96085]: pgmap v14718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:37.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:37.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:38.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:38.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:39 smithi098 ceph-mon[112578]: pgmap v14719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:51:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:51:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:51:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:51:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:51:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:51:39.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:51:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:39 smithi016 ceph-mon[96085]: pgmap v14719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:51:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:51:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:51:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:51:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:51:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:51:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:51:39.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:39.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:40.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:40.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:41 smithi098 ceph-mon[112578]: pgmap v14720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:41 smithi016 ceph-mon[96085]: pgmap v14720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:41.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:41.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:42.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:42.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:42 smithi098 ceph-mon[112578]: pgmap v14721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:42 smithi016 ceph-mon[96085]: pgmap v14721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:43.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:43.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:51:44.171 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:51:44.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:44.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:44 smithi098 ceph-mon[112578]: pgmap v14722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:44 smithi016 ceph-mon[96085]: pgmap v14722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:45.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:45.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:46.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:46.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:47 smithi098 ceph-mon[112578]: pgmap v14723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:47 smithi016 ceph-mon[96085]: pgmap v14723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:47.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:47.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:48.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:48.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:49 smithi098 ceph-mon[112578]: pgmap v14724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:49 smithi016 ceph-mon[96085]: pgmap v14724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:49.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:49.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:50.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:50.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:51 smithi098 ceph-mon[112578]: pgmap v14725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:51 smithi016 ceph-mon[96085]: pgmap v14725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:51.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:51.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:52.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:52.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:52 smithi098 ceph-mon[112578]: pgmap v14726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:52 smithi016 ceph-mon[96085]: pgmap v14726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:53.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:53.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:54.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:54.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:55 smithi098 ceph-mon[112578]: pgmap v14727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:55 smithi016 ceph-mon[96085]: pgmap v14727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:55.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:55.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:56.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:56.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:57 smithi098 ceph-mon[112578]: pgmap v14728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:57 smithi016 ceph-mon[96085]: pgmap v14728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:57.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:57.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:58.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:58.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:59 smithi098 ceph-mon[112578]: pgmap v14729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:51:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:51:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:59 smithi016 ceph-mon[96085]: pgmap v14729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:51:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:51:59.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:51:59.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:00.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:00.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:01 smithi016 ceph-mon[96085]: pgmap v14730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:01 smithi098 ceph-mon[112578]: pgmap v14730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:01.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:01.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:02.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:02.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:02 smithi098 ceph-mon[112578]: pgmap v14731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:02 smithi016 ceph-mon[96085]: pgmap v14731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:03.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:03.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:04.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:04.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:05 smithi098 ceph-mon[112578]: pgmap v14732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:05 smithi016 ceph-mon[96085]: pgmap v14732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:05.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:05.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:06.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:06.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:07 smithi098 ceph-mon[112578]: pgmap v14733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:07 smithi016 ceph-mon[96085]: pgmap v14733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:07.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:07.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:08.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:08.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:09 smithi098 ceph-mon[112578]: pgmap v14734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:09 smithi016 ceph-mon[96085]: pgmap v14734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:09.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:09.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:10.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:10.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:11 smithi016 ceph-mon[96085]: pgmap v14735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:11 smithi098 ceph-mon[112578]: pgmap v14735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:11.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:11.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:12.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:12.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:12 smithi098 ceph-mon[112578]: pgmap v14736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:12 smithi016 ceph-mon[96085]: pgmap v14736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:13.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:13.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:52:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:52:14.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:14.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:14 smithi098 ceph-mon[112578]: pgmap v14737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:14 smithi016 ceph-mon[96085]: pgmap v14737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:15.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:15.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:16.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:16.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:17 smithi098 ceph-mon[112578]: pgmap v14738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:17 smithi016 ceph-mon[96085]: pgmap v14738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:17.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:17.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:18.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:18.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:19 smithi016 ceph-mon[96085]: pgmap v14739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:19 smithi098 ceph-mon[112578]: pgmap v14739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:19.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:19.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:20.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:20.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:21 smithi016 ceph-mon[96085]: pgmap v14740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:21 smithi098 ceph-mon[112578]: pgmap v14740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:21.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:21.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:22.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:22.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:22 smithi098 ceph-mon[112578]: pgmap v14741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:22 smithi016 ceph-mon[96085]: pgmap v14741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:23.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:23.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:24.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:24.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:25 smithi016 ceph-mon[96085]: pgmap v14742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:25 smithi098 ceph-mon[112578]: pgmap v14742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:25.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:25.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:26.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:26.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:27 smithi016 ceph-mon[96085]: pgmap v14743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:27 smithi098 ceph-mon[112578]: pgmap v14743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:27.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:27.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:28.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:28.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:29 smithi016 ceph-mon[96085]: pgmap v14744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:52:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:29 smithi098 ceph-mon[112578]: pgmap v14744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:52:29.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:29.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:30.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:30.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:31 smithi016 ceph-mon[96085]: pgmap v14745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:31 smithi098 ceph-mon[112578]: pgmap v14745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:31.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:31.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:32.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:32.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:32 smithi098 ceph-mon[112578]: pgmap v14746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:32 smithi016 ceph-mon[96085]: pgmap v14746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:33.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:33.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:34.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:34.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:35 smithi016 ceph-mon[96085]: pgmap v14747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:35 smithi098 ceph-mon[112578]: pgmap v14747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:35.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:35.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:36.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:36.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:37 smithi016 ceph-mon[96085]: pgmap v14748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:37 smithi098 ceph-mon[112578]: pgmap v14748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:37.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:37.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:38.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:38.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:39 smithi016 ceph-mon[96085]: pgmap v14749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:52:39.304 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:39 smithi098 ceph-mon[112578]: pgmap v14749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:39.305 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:52:39.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:39.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:52:40.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:52:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:52:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:52:40.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:52:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:52:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:52:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:52:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:52:40.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:52:40.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:40.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:41 smithi098 ceph-mon[112578]: pgmap v14750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:41 smithi016 ceph-mon[96085]: pgmap v14750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:41.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:41.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:42.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:42.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:42 smithi098 ceph-mon[112578]: pgmap v14751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:42 smithi016 ceph-mon[96085]: pgmap v14751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:43.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:43.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:52:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:52:44.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:44.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:44 smithi098 ceph-mon[112578]: pgmap v14752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:44 smithi016 ceph-mon[96085]: pgmap v14752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:45.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:45.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:46.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:46.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:47 smithi016 ceph-mon[96085]: pgmap v14753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:47 smithi098 ceph-mon[112578]: pgmap v14753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:47.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:47.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:48.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:48.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:49 smithi016 ceph-mon[96085]: pgmap v14754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:49.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:49 smithi098 ceph-mon[112578]: pgmap v14754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:49.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:49.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:50.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:50.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:51 smithi016 ceph-mon[96085]: pgmap v14755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:51 smithi098 ceph-mon[112578]: pgmap v14755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:51.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:51.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:52.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:52.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:52 smithi098 ceph-mon[112578]: pgmap v14756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:52 smithi016 ceph-mon[96085]: pgmap v14756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:53.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:53.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:54.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:54.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:55 smithi016 ceph-mon[96085]: pgmap v14757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:55 smithi098 ceph-mon[112578]: pgmap v14757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:55.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:55.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:56.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:56.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:57 smithi016 ceph-mon[96085]: pgmap v14758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:57 smithi098 ceph-mon[112578]: pgmap v14758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:57.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:57.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:58.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:58.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:59.511 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:59 smithi098 ceph-mon[112578]: pgmap v14759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:59.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:52:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:52:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:59 smithi016 ceph-mon[96085]: pgmap v14759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:52:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:52:59.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:52:59.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:00.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:00.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:01 smithi098 ceph-mon[112578]: pgmap v14760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:01 smithi016 ceph-mon[96085]: pgmap v14760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:01.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:01.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:02.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:02.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:02 smithi098 ceph-mon[112578]: pgmap v14761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:02 smithi016 ceph-mon[96085]: pgmap v14761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:03.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:03.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:04.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:04.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:05 smithi016 ceph-mon[96085]: pgmap v14762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:05 smithi098 ceph-mon[112578]: pgmap v14762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:05.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:05.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:06.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:06.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:07 smithi016 ceph-mon[96085]: pgmap v14763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:07 smithi098 ceph-mon[112578]: pgmap v14763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:07.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:07.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:08.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:08.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:09 smithi098 ceph-mon[112578]: pgmap v14764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:09 smithi016 ceph-mon[96085]: pgmap v14764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:09.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:09.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:10.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:10.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:11 smithi098 ceph-mon[112578]: pgmap v14765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:11 smithi016 ceph-mon[96085]: pgmap v14765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:11.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:11.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:12.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:12.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:12 smithi098 ceph-mon[112578]: pgmap v14766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:12 smithi016 ceph-mon[96085]: pgmap v14766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:13.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:13.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:53:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:53:14.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:14.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:14 smithi098 ceph-mon[112578]: pgmap v14767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:15.207 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:14 smithi016 ceph-mon[96085]: pgmap v14767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:15.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:15.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:16.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:16.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:17 smithi098 ceph-mon[112578]: pgmap v14768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:17 smithi016 ceph-mon[96085]: pgmap v14768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:17.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:17.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:18.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:18.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:19 smithi098 ceph-mon[112578]: pgmap v14769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:19 smithi016 ceph-mon[96085]: pgmap v14769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:19.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:19.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:20.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:20.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:21 smithi098 ceph-mon[112578]: pgmap v14770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:21 smithi016 ceph-mon[96085]: pgmap v14770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:21.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:21.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:22.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:22.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:22 smithi098 ceph-mon[112578]: pgmap v14771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:22 smithi016 ceph-mon[96085]: pgmap v14771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:23.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:23.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:24.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:24.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:25.321 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:25 smithi016 ceph-mon[96085]: pgmap v14772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:25 smithi098 ceph-mon[112578]: pgmap v14772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:25.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:25.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:26.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:26.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:27 smithi098 ceph-mon[112578]: pgmap v14773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:27 smithi016 ceph-mon[96085]: pgmap v14773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:27.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:27.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:28.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:28.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:29 smithi098 ceph-mon[112578]: pgmap v14774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:53:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:29 smithi016 ceph-mon[96085]: pgmap v14774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:53:29.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:29.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:30.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:30.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:31 smithi098 ceph-mon[112578]: pgmap v14775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:31 smithi016 ceph-mon[96085]: pgmap v14775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:31.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:31.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:32.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:32.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:32 smithi098 ceph-mon[112578]: pgmap v14776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:32 smithi016 ceph-mon[96085]: pgmap v14776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:33.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:33.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:34.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:34.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:35 smithi098 ceph-mon[112578]: pgmap v14777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:35.437 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:35 smithi016 ceph-mon[96085]: pgmap v14777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:35.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:35.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:36.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:36.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:37 smithi098 ceph-mon[112578]: pgmap v14778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:37 smithi016 ceph-mon[96085]: pgmap v14778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:37.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:37.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:38.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:38.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:39 smithi098 ceph-mon[112578]: pgmap v14779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:39 smithi016 ceph-mon[96085]: pgmap v14779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:39.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:39.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:53:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:53:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:53:40.494 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:53:40.495 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:53:40.495 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:53:40.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:40.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:41 smithi098 ceph-mon[112578]: pgmap v14780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:53:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:53:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:53:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:53:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:53:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:41 smithi016 ceph-mon[96085]: pgmap v14780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:53:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:53:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:53:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:53:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:53:41.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:41.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:42.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:42.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:42 smithi098 ceph-mon[112578]: pgmap v14781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:42 smithi016 ceph-mon[96085]: pgmap v14781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:43.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:43.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:53:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:53:44.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:44.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:45.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:44 smithi098 ceph-mon[112578]: pgmap v14782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:44 smithi016 ceph-mon[96085]: pgmap v14782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:45.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:45.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:46.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:46.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:47 smithi098 ceph-mon[112578]: pgmap v14783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:47 smithi016 ceph-mon[96085]: pgmap v14783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:47.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:47.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:48.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:48.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:49 smithi098 ceph-mon[112578]: pgmap v14784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:49 smithi016 ceph-mon[96085]: pgmap v14784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:49.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:49.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:50.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:50.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:51 smithi098 ceph-mon[112578]: pgmap v14785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:51 smithi016 ceph-mon[96085]: pgmap v14785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:51.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:51.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:52.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:52.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:52 smithi098 ceph-mon[112578]: pgmap v14786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:52 smithi016 ceph-mon[96085]: pgmap v14786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:53.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:53.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:54.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:54.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:55 smithi098 ceph-mon[112578]: pgmap v14787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:55 smithi016 ceph-mon[96085]: pgmap v14787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:55.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:55.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:56.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:56.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:57 smithi098 ceph-mon[112578]: pgmap v14788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:57 smithi016 ceph-mon[96085]: pgmap v14788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:57.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:57.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:58.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:58.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:59 smithi098 ceph-mon[112578]: pgmap v14789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:53:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:53:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:59 smithi016 ceph-mon[96085]: pgmap v14789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:53:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:53:59.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:53:59.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:00.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:00.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:01 smithi098 ceph-mon[112578]: pgmap v14790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:01 smithi016 ceph-mon[96085]: pgmap v14790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:01.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:01.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:02.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:02.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:02 smithi098 ceph-mon[112578]: pgmap v14791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:02 smithi016 ceph-mon[96085]: pgmap v14791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:03.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:03.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:04.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:04.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:05 smithi098 ceph-mon[112578]: pgmap v14792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:05 smithi016 ceph-mon[96085]: pgmap v14792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:05.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:05.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:06.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:06.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:07 smithi098 ceph-mon[112578]: pgmap v14793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:07 smithi016 ceph-mon[96085]: pgmap v14793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:07.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:07.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:08.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:08.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:09 smithi098 ceph-mon[112578]: pgmap v14794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:09 smithi016 ceph-mon[96085]: pgmap v14794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:09.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:09.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:10.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:10.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:11 smithi016 ceph-mon[96085]: pgmap v14795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:11 smithi098 ceph-mon[112578]: pgmap v14795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:11.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:11.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:12.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:12.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:12 smithi098 ceph-mon[112578]: pgmap v14796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:12 smithi016 ceph-mon[96085]: pgmap v14796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:13.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:13.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:54:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:54:14.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:14.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:14 smithi098 ceph-mon[112578]: pgmap v14797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:14 smithi016 ceph-mon[96085]: pgmap v14797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:15.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:15.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:16.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:16.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:17 smithi098 ceph-mon[112578]: pgmap v14798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:17 smithi016 ceph-mon[96085]: pgmap v14798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:17.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:17.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:18.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:18.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:19 smithi098 ceph-mon[112578]: pgmap v14799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:19 smithi016 ceph-mon[96085]: pgmap v14799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:19.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:19.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:20.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:20.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:21 smithi016 ceph-mon[96085]: pgmap v14800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:21 smithi098 ceph-mon[112578]: pgmap v14800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:21.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:21.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:22.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:22.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:22 smithi098 ceph-mon[112578]: pgmap v14801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:22 smithi016 ceph-mon[96085]: pgmap v14801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:23.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:23.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:24.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:24.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:25.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:25 smithi098 ceph-mon[112578]: pgmap v14802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:25 smithi016 ceph-mon[96085]: pgmap v14802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:25.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:25.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:27.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:27.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:27 smithi098 ceph-mon[112578]: pgmap v14803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:27 smithi016 ceph-mon[96085]: pgmap v14803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:28.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:28.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:29.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:29.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:29 smithi098 ceph-mon[112578]: pgmap v14804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:54:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:29 smithi016 ceph-mon[96085]: pgmap v14804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:54:30.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:30.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:31.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:31.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:31 smithi098 ceph-mon[112578]: pgmap v14805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:31 smithi016 ceph-mon[96085]: pgmap v14805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:32.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:32.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:33.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:33.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:32 smithi098 ceph-mon[112578]: pgmap v14806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:32 smithi016 ceph-mon[96085]: pgmap v14806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:34.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:34.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:35.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:35.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:35.510 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:35 smithi098 ceph-mon[112578]: pgmap v14807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:35 smithi016 ceph-mon[96085]: pgmap v14807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:36.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:36.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:37.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:37.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:37 smithi098 ceph-mon[112578]: pgmap v14808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:37 smithi016 ceph-mon[96085]: pgmap v14808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:38.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:38.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:39.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:39.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:39 smithi098 ceph-mon[112578]: pgmap v14809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:39 smithi016 ceph-mon[96085]: pgmap v14809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:40.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:40.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:41.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:41.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:41 smithi098 ceph-mon[112578]: pgmap v14810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:54:41.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:54:41.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:54:41.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:54:41.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:54:41.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:54:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:41 smithi016 ceph-mon[96085]: pgmap v14810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:54:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:54:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:54:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:54:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:54:41.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:54:42.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:42.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:43.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:43.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:42 smithi098 ceph-mon[112578]: pgmap v14811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:42 smithi016 ceph-mon[96085]: pgmap v14811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:44.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:44.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:54:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:54:45.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:45.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:44 smithi098 ceph-mon[112578]: pgmap v14812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:46.213 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:44 smithi016 ceph-mon[96085]: pgmap v14812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:46.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:46.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:47.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:47.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:47 smithi098 ceph-mon[112578]: pgmap v14813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:47 smithi016 ceph-mon[96085]: pgmap v14813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:48.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:48.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:49.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:49.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:49 smithi098 ceph-mon[112578]: pgmap v14814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:49 smithi016 ceph-mon[96085]: pgmap v14814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:50.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:50.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:51.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:51.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:51 smithi098 ceph-mon[112578]: pgmap v14815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:51 smithi016 ceph-mon[96085]: pgmap v14815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:52.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:52.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:53.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:53.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:52 smithi098 ceph-mon[112578]: pgmap v14816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:52 smithi016 ceph-mon[96085]: pgmap v14816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:54.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:54.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:55.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:55.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:55 smithi098 ceph-mon[112578]: pgmap v14817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:55 smithi016 ceph-mon[96085]: pgmap v14817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:56.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:56.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:57.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:57.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:57 smithi098 ceph-mon[112578]: pgmap v14818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:57 smithi016 ceph-mon[96085]: pgmap v14818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:58.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:58.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:59.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:54:59.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:59 smithi098 ceph-mon[112578]: pgmap v14819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:54:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:54:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:59 smithi016 ceph-mon[96085]: pgmap v14819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:54:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:55:00.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:00.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:01.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:01.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:01.410 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:01 smithi016 ceph-mon[96085]: pgmap v14820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:01 smithi098 ceph-mon[112578]: pgmap v14820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:02.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:02.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:03.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:03.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:02 smithi098 ceph-mon[112578]: pgmap v14821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:02 smithi016 ceph-mon[96085]: pgmap v14821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:04.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:04.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:05.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:05.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:05 smithi098 ceph-mon[112578]: pgmap v14822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:05 smithi016 ceph-mon[96085]: pgmap v14822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:06.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:06.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:07.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:07.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:07 smithi098 ceph-mon[112578]: pgmap v14823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:07 smithi016 ceph-mon[96085]: pgmap v14823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:08.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:08.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:09.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:09.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:09 smithi098 ceph-mon[112578]: pgmap v14824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:09 smithi016 ceph-mon[96085]: pgmap v14824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:10.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:10.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:11.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:11.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:11 smithi098 ceph-mon[112578]: pgmap v14825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:11.524 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:11 smithi016 ceph-mon[96085]: pgmap v14825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:12.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:12.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:13.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:13.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:12 smithi098 ceph-mon[112578]: pgmap v14826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:12 smithi016 ceph-mon[96085]: pgmap v14826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:14.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:14.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:55:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:55:15.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:15.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:14 smithi098 ceph-mon[112578]: pgmap v14827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:14 smithi016 ceph-mon[96085]: pgmap v14827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:16.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:16.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:17.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:17.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:17 smithi098 ceph-mon[112578]: pgmap v14828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:17 smithi016 ceph-mon[96085]: pgmap v14828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:18.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:18.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:19.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:19.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:19 smithi098 ceph-mon[112578]: pgmap v14829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:19 smithi016 ceph-mon[96085]: pgmap v14829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:20.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:20.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:21.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:21.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:21 smithi098 ceph-mon[112578]: pgmap v14830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:21 smithi016 ceph-mon[96085]: pgmap v14830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:22.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:22.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:23.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:23.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:22 smithi098 ceph-mon[112578]: pgmap v14831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:22 smithi016 ceph-mon[96085]: pgmap v14831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:24.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:24.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:25.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:25.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:25 smithi098 ceph-mon[112578]: pgmap v14832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:25 smithi016 ceph-mon[96085]: pgmap v14832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:26.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:26.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:27.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:27.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:27 smithi098 ceph-mon[112578]: pgmap v14833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:27 smithi016 ceph-mon[96085]: pgmap v14833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:28.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:28.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:29.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:29.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:29 smithi098 ceph-mon[112578]: pgmap v14834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:55:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:29 smithi016 ceph-mon[96085]: pgmap v14834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:55:30.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:30.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:31.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:31.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:31 smithi098 ceph-mon[112578]: pgmap v14835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:31 smithi016 ceph-mon[96085]: pgmap v14835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:32.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:32.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:33.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:33.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:32 smithi098 ceph-mon[112578]: pgmap v14836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:32 smithi016 ceph-mon[96085]: pgmap v14836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:34.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:34.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:35.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:35.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:35 smithi098 ceph-mon[112578]: pgmap v14837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:35 smithi016 ceph-mon[96085]: pgmap v14837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:36.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:36.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:37.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:37.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:37 smithi098 ceph-mon[112578]: pgmap v14838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:37 smithi016 ceph-mon[96085]: pgmap v14838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:38.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:38.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:39.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:39.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:39 smithi098 ceph-mon[112578]: pgmap v14839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:39 smithi016 ceph-mon[96085]: pgmap v14839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:40.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:40.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:41.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:41.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:41 smithi098 ceph-mon[112578]: pgmap v14840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:55:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:41 smithi016 ceph-mon[96085]: pgmap v14840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:55:42.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:42.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:55:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:55:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:55:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:55:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:55:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:55:42.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:55:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:55:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:55:42.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:55:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:55:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:55:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:55:42.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:55:43.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:43.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:43 smithi016 ceph-mon[96085]: pgmap v14841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:55:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:43 smithi098 ceph-mon[112578]: pgmap v14841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:55:44.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:44.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:45.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:45.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:45 smithi016 ceph-mon[96085]: pgmap v14842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:45.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:45 smithi098 ceph-mon[112578]: pgmap v14842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:46.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:46.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:47.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:47.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:47 smithi016 ceph-mon[96085]: pgmap v14843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:47 smithi098 ceph-mon[112578]: pgmap v14843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:48.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:48.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:49.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:49.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:49 smithi016 ceph-mon[96085]: pgmap v14844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:49.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:49 smithi098 ceph-mon[112578]: pgmap v14844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:50.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:50.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:51.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:51.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:51 smithi016 ceph-mon[96085]: pgmap v14845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:51.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:51 smithi098 ceph-mon[112578]: pgmap v14845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:52.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:52.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:53.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:53.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:52 smithi098 ceph-mon[112578]: pgmap v14846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:52 smithi016 ceph-mon[96085]: pgmap v14846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:54.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:54.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:55.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:55.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:55 smithi098 ceph-mon[112578]: pgmap v14847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:55 smithi016 ceph-mon[96085]: pgmap v14847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:56.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:56.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:57.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:57.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:57 smithi098 ceph-mon[112578]: pgmap v14848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:57 smithi016 ceph-mon[96085]: pgmap v14848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:58.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:58.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:59.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:55:59.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:59 smithi098 ceph-mon[112578]: pgmap v14849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:55:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:55:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:59 smithi016 ceph-mon[96085]: pgmap v14849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:55:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:56:00.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:00.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:01.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:01.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:01.411 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:01 smithi098 ceph-mon[112578]: pgmap v14850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:01 smithi016 ceph-mon[96085]: pgmap v14850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:02.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:02.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:03.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:03.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:02 smithi098 ceph-mon[112578]: pgmap v14851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:02 smithi016 ceph-mon[96085]: pgmap v14851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:04.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:04.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:05.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:05.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:05 smithi098 ceph-mon[112578]: pgmap v14852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:05 smithi016 ceph-mon[96085]: pgmap v14852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:06.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:06.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:07.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:07.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:07 smithi098 ceph-mon[112578]: pgmap v14853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:07 smithi016 ceph-mon[96085]: pgmap v14853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:08.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:08.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:09.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:09.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:09 smithi098 ceph-mon[112578]: pgmap v14854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:09 smithi016 ceph-mon[96085]: pgmap v14854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:10.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:10.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:11.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:11.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:11 smithi098 ceph-mon[112578]: pgmap v14855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:11 smithi016 ceph-mon[96085]: pgmap v14855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:12.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:12.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:13.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:13.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:12 smithi098 ceph-mon[112578]: pgmap v14856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:12 smithi016 ceph-mon[96085]: pgmap v14856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:14.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:14.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:56:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:56:15.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:15.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:14 smithi098 ceph-mon[112578]: pgmap v14857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:14 smithi016 ceph-mon[96085]: pgmap v14857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:16.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:16.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:17.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:17.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:17 smithi098 ceph-mon[112578]: pgmap v14858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:17 smithi016 ceph-mon[96085]: pgmap v14858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:18.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:18.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:19.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:19.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:19 smithi098 ceph-mon[112578]: pgmap v14859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:19 smithi016 ceph-mon[96085]: pgmap v14859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:20.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:20.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:21.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:21.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:21 smithi098 ceph-mon[112578]: pgmap v14860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:21 smithi016 ceph-mon[96085]: pgmap v14860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:22.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:22.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:23.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:23.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:22 smithi098 ceph-mon[112578]: pgmap v14861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:22 smithi016 ceph-mon[96085]: pgmap v14861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:24.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:24.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:25.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:25.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:25 smithi098 ceph-mon[112578]: pgmap v14862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:25 smithi016 ceph-mon[96085]: pgmap v14862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:26.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:26.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:27.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:27.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:27.385 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:27 smithi016 ceph-mon[96085]: pgmap v14863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:27 smithi098 ceph-mon[112578]: pgmap v14863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:28.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:28.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:29.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:29.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:29 smithi098 ceph-mon[112578]: pgmap v14864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:56:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:29 smithi016 ceph-mon[96085]: pgmap v14864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:56:30.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:30.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:31.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:31.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:31 smithi098 ceph-mon[112578]: pgmap v14865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:31 smithi016 ceph-mon[96085]: pgmap v14865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:32.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:32.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:33.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:33.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:32 smithi098 ceph-mon[112578]: pgmap v14866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:32 smithi016 ceph-mon[96085]: pgmap v14866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:34.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:34.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:35.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:35.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:35 smithi098 ceph-mon[112578]: pgmap v14867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:35 smithi016 ceph-mon[96085]: pgmap v14867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:36.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:36.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:37.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:37.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:37.501 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:37 smithi016 ceph-mon[96085]: pgmap v14868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:37 smithi098 ceph-mon[112578]: pgmap v14868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:38.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:38.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:39.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:39.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:39 smithi098 ceph-mon[112578]: pgmap v14869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:39 smithi016 ceph-mon[96085]: pgmap v14869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:40.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:40.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:41.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:41.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:41 smithi098 ceph-mon[112578]: pgmap v14870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:41 smithi016 ceph-mon[96085]: pgmap v14870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:42.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:42.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:56:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:56:43.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:43.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:43 smithi098 ceph-mon[112578]: pgmap v14871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:56:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:56:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:56:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:56:43.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:56:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:43 smithi016 ceph-mon[96085]: pgmap v14871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:56:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:56:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:56:43.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:56:43.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:56:44.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:44.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:56:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:56:45.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:45.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:45 smithi098 ceph-mon[112578]: pgmap v14872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:45 smithi016 ceph-mon[96085]: pgmap v14872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:46.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:46.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:47.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:47.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:47 smithi098 ceph-mon[112578]: pgmap v14873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:47 smithi016 ceph-mon[96085]: pgmap v14873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:48.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:48.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:49.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:49.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:49 smithi098 ceph-mon[112578]: pgmap v14874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:49 smithi016 ceph-mon[96085]: pgmap v14874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:50.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:50.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:51.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:51.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:51 smithi098 ceph-mon[112578]: pgmap v14875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:51 smithi016 ceph-mon[96085]: pgmap v14875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:52.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:52.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:53.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:53.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:52 smithi098 ceph-mon[112578]: pgmap v14876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:52 smithi016 ceph-mon[96085]: pgmap v14876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:54.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:54.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:55.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:55.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:55 smithi098 ceph-mon[112578]: pgmap v14877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:55 smithi016 ceph-mon[96085]: pgmap v14877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:56.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:56.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:57.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:57.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:57 smithi098 ceph-mon[112578]: pgmap v14878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:57 smithi016 ceph-mon[96085]: pgmap v14878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:58.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:58.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:59.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:56:59.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:59 smithi098 ceph-mon[112578]: pgmap v14879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:56:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:56:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:59 smithi016 ceph-mon[96085]: pgmap v14879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:56:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:57:00.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:00.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:01.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:01.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:01 smithi098 ceph-mon[112578]: pgmap v14880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:01 smithi016 ceph-mon[96085]: pgmap v14880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:02.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:02.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:03.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:03.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:02 smithi098 ceph-mon[112578]: pgmap v14881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:02 smithi016 ceph-mon[96085]: pgmap v14881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:04.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:04.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:05.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:05.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:05 smithi098 ceph-mon[112578]: pgmap v14882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:05 smithi016 ceph-mon[96085]: pgmap v14882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:06.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:06.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:07.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:07.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:07 smithi098 ceph-mon[112578]: pgmap v14883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:07 smithi016 ceph-mon[96085]: pgmap v14883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:08.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:08.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:09.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:09.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:09 smithi098 ceph-mon[112578]: pgmap v14884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:09 smithi016 ceph-mon[96085]: pgmap v14884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:10.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:10.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:11.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:11.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:11 smithi098 ceph-mon[112578]: pgmap v14885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:11 smithi016 ceph-mon[96085]: pgmap v14885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:12.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:12.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:12 smithi098 ceph-mon[112578]: pgmap v14886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:13.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:13.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:12 smithi016 ceph-mon[96085]: pgmap v14886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:57:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:57:14.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:14.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:14 smithi098 ceph-mon[112578]: pgmap v14887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:14 smithi016 ceph-mon[96085]: pgmap v14887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:15.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:15.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:16.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:16.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:17.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:17.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:17 smithi098 ceph-mon[112578]: pgmap v14888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:17 smithi016 ceph-mon[96085]: pgmap v14888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:18.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:18.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:19.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:19.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:19 smithi098 ceph-mon[112578]: pgmap v14889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:19 smithi016 ceph-mon[96085]: pgmap v14889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:20.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:20.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:21.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:21.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:21 smithi098 ceph-mon[112578]: pgmap v14890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:21 smithi016 ceph-mon[96085]: pgmap v14890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:22.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:22.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:22 smithi098 ceph-mon[112578]: pgmap v14891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:22 smithi016 ceph-mon[96085]: pgmap v14891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:23.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:23.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:24.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:24.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:25.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:25.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:25 smithi098 ceph-mon[112578]: pgmap v14892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:25 smithi016 ceph-mon[96085]: pgmap v14892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:26.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:26.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:27.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:27.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:27 smithi098 ceph-mon[112578]: pgmap v14893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:27 smithi016 ceph-mon[96085]: pgmap v14893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:28.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:28.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:29.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:29.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:29 smithi098 ceph-mon[112578]: pgmap v14894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:57:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:29 smithi016 ceph-mon[96085]: pgmap v14894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:57:30.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:30.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:31.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:31.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:31 smithi098 ceph-mon[112578]: pgmap v14895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:31 smithi016 ceph-mon[96085]: pgmap v14895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:32.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:32.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:32 smithi098 ceph-mon[112578]: pgmap v14896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:32 smithi016 ceph-mon[96085]: pgmap v14896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:33.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:33.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:34.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:34.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:35.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:35.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:35 smithi098 ceph-mon[112578]: pgmap v14897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:35 smithi016 ceph-mon[96085]: pgmap v14897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:36.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:36.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:37.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:37.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:37.410 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:37 smithi098 ceph-mon[112578]: pgmap v14898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:37 smithi016 ceph-mon[96085]: pgmap v14898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:38.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:38.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:39.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:39.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:39 smithi098 ceph-mon[112578]: pgmap v14899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:39 smithi016 ceph-mon[96085]: pgmap v14899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:40.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:40.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:41.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:41.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:41 smithi098 ceph-mon[112578]: pgmap v14900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:41 smithi016 ceph-mon[96085]: pgmap v14900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:42.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:42.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:43.249 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:42 smithi016 ceph-mon[96085]: pgmap v14901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:43.249 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:57:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:42 smithi098 ceph-mon[112578]: pgmap v14901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:57:43.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:43.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:44.182 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:57:44.182 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:44.182 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:44.182 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:44.183 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:44.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:57:44.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:44.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:44.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:44.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:44.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:44.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:44 smithi098 ceph-mon[112578]: pgmap v14902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:44 smithi016 ceph-mon[96085]: pgmap v14902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:45.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:45.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:46.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:46.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:47.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:47.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:47 smithi098 ceph-mon[112578]: pgmap v14903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:47 smithi016 ceph-mon[96085]: pgmap v14903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:48.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:48.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:57:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:57:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:48.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:57:48.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:57:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:57:48.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:48.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:57:48.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:57:49.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:49.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:49.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:49 smithi098 ceph-mon[112578]: pgmap v14904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:49 smithi016 ceph-mon[96085]: pgmap v14904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:50.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:50.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:51.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:51.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:51 smithi016 ceph-mon[96085]: pgmap v14905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:51.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:51 smithi098 ceph-mon[112578]: pgmap v14905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:52.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:52.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:52 smithi098 ceph-mon[112578]: pgmap v14906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:52 smithi016 ceph-mon[96085]: pgmap v14906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:53.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:53.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:54.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:54.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:55.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:55.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:55 smithi098 ceph-mon[112578]: pgmap v14907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:55 smithi016 ceph-mon[96085]: pgmap v14907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:56.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:56.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:57.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:57.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:57 smithi098 ceph-mon[112578]: pgmap v14908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:57 smithi016 ceph-mon[96085]: pgmap v14908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:58.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:58.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:59.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:57:59.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:59 smithi098 ceph-mon[112578]: pgmap v14909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:57:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:57:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:59 smithi016 ceph-mon[96085]: pgmap v14909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:57:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:58:00.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:00.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:01.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:01.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:01 smithi098 ceph-mon[112578]: pgmap v14910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:01 smithi016 ceph-mon[96085]: pgmap v14910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:02.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:02.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:02 smithi098 ceph-mon[112578]: pgmap v14911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:02 smithi016 ceph-mon[96085]: pgmap v14911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:03.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:03.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:04.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:04.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:05.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:05.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:05 smithi098 ceph-mon[112578]: pgmap v14912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:05 smithi016 ceph-mon[96085]: pgmap v14912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:06.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:06.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:07.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:07.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:07 smithi098 ceph-mon[112578]: pgmap v14913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:07 smithi016 ceph-mon[96085]: pgmap v14913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:08.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:08.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:09.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:09.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:09 smithi098 ceph-mon[112578]: pgmap v14914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:09 smithi016 ceph-mon[96085]: pgmap v14914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:10.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:10.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:11.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:11.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:11 smithi098 ceph-mon[112578]: pgmap v14915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:11 smithi016 ceph-mon[96085]: pgmap v14915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:12.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:12.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:12 smithi098 ceph-mon[112578]: pgmap v14916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:12 smithi016 ceph-mon[96085]: pgmap v14916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:13.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:13.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:58:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:58:14.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:14.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:14 smithi098 ceph-mon[112578]: pgmap v14917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:14 smithi016 ceph-mon[96085]: pgmap v14917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:15.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:15.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:16.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:16.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:17.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:17.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:17 smithi098 ceph-mon[112578]: pgmap v14918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:17 smithi016 ceph-mon[96085]: pgmap v14918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:18.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:18.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:19.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:19.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:19 smithi098 ceph-mon[112578]: pgmap v14919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:19 smithi016 ceph-mon[96085]: pgmap v14919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:20.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:20.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:21.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:21.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:21 smithi098 ceph-mon[112578]: pgmap v14920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:21 smithi016 ceph-mon[96085]: pgmap v14920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:22.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:22.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:22 smithi098 ceph-mon[112578]: pgmap v14921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:22 smithi016 ceph-mon[96085]: pgmap v14921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:23.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:23.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:24.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:24.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:25.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:25.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:25 smithi098 ceph-mon[112578]: pgmap v14922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:25 smithi016 ceph-mon[96085]: pgmap v14922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:26.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:26.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:27.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:27.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:27 smithi098 ceph-mon[112578]: pgmap v14923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:27 smithi016 ceph-mon[96085]: pgmap v14923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:28.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:28.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:29.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:29.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:29 smithi098 ceph-mon[112578]: pgmap v14924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:58:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:29 smithi016 ceph-mon[96085]: pgmap v14924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:58:30.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:30.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:31.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:31.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:31 smithi098 ceph-mon[112578]: pgmap v14925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:31 smithi016 ceph-mon[96085]: pgmap v14925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:32.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:32.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:32 smithi098 ceph-mon[112578]: pgmap v14926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:32 smithi016 ceph-mon[96085]: pgmap v14926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:33.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:33.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:34.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:34.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:35.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:35.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:35 smithi098 ceph-mon[112578]: pgmap v14927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:35 smithi016 ceph-mon[96085]: pgmap v14927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:36.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:36.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:37.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:37.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:37 smithi098 ceph-mon[112578]: pgmap v14928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:37 smithi016 ceph-mon[96085]: pgmap v14928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:38.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:38.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:39 smithi016 ceph-mon[96085]: pgmap v14929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:39.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:39.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:39 smithi098 ceph-mon[112578]: pgmap v14929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:40.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:40.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:41.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:41.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:41 smithi098 ceph-mon[112578]: pgmap v14930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:41 smithi016 ceph-mon[96085]: pgmap v14930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:42.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:42.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:42 smithi098 ceph-mon[112578]: pgmap v14931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:42 smithi016 ceph-mon[96085]: pgmap v14931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:43.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:43.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:44.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:58:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:58:44.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:44.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:44 smithi098 ceph-mon[112578]: pgmap v14932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:44 smithi016 ceph-mon[96085]: pgmap v14932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:45.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:45.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:46.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:46.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:47.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:47.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:47 smithi098 ceph-mon[112578]: pgmap v14933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:47 smithi016 ceph-mon[96085]: pgmap v14933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:48.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:48.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:58:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:58:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:58:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:58:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:58:48.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:58:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:58:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:58:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:58:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:58:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:58:48.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:58:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:49 smithi016 ceph-mon[96085]: pgmap v14934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:49.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:49.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:49 smithi098 ceph-mon[112578]: pgmap v14934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:50.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:50.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:51.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:51.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:51 smithi098 ceph-mon[112578]: pgmap v14935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:51 smithi016 ceph-mon[96085]: pgmap v14935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:52.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:52.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:52 smithi098 ceph-mon[112578]: pgmap v14936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:52 smithi016 ceph-mon[96085]: pgmap v14936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:53.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:53.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:54.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:54.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:55.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:55.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:55 smithi098 ceph-mon[112578]: pgmap v14937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:55 smithi016 ceph-mon[96085]: pgmap v14937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:56.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:56.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:57.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:57.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:57 smithi098 ceph-mon[112578]: pgmap v14938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:57 smithi016 ceph-mon[96085]: pgmap v14938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:58.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:58.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:59.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:58:59.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:59 smithi098 ceph-mon[112578]: pgmap v14939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:58:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:58:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:59 smithi016 ceph-mon[96085]: pgmap v14939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:58:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:59:00.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:00.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:01.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:01.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:01 smithi098 ceph-mon[112578]: pgmap v14940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:01 smithi016 ceph-mon[96085]: pgmap v14940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:02.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:02.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:02 smithi098 ceph-mon[112578]: pgmap v14941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:02 smithi016 ceph-mon[96085]: pgmap v14941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:03.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:03.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:04.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:04.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:05.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:05.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:05 smithi098 ceph-mon[112578]: pgmap v14942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:05 smithi016 ceph-mon[96085]: pgmap v14942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:06.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:06.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:07.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:07.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:07 smithi098 ceph-mon[112578]: pgmap v14943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:07 smithi016 ceph-mon[96085]: pgmap v14943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:08.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:08.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:09.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:09.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:09 smithi098 ceph-mon[112578]: pgmap v14944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:09 smithi016 ceph-mon[96085]: pgmap v14944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:10.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:10.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:11.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:11.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:11 smithi098 ceph-mon[112578]: pgmap v14945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:11 smithi016 ceph-mon[96085]: pgmap v14945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:12.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:12.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:12 smithi098 ceph-mon[112578]: pgmap v14946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:12 smithi016 ceph-mon[96085]: pgmap v14946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:13.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:13.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:59:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:59:14.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:14.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:14 smithi098 ceph-mon[112578]: pgmap v14947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:14 smithi016 ceph-mon[96085]: pgmap v14947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:15.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:15.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:16.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:16.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:17.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:17.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:17 smithi098 ceph-mon[112578]: pgmap v14948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:17 smithi016 ceph-mon[96085]: pgmap v14948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:18.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:18.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:19.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:19.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:19 smithi098 ceph-mon[112578]: pgmap v14949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:19 smithi016 ceph-mon[96085]: pgmap v14949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:20.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:20.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:21.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:21.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:21 smithi098 ceph-mon[112578]: pgmap v14950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:21 smithi016 ceph-mon[96085]: pgmap v14950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:22.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:22.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:22 smithi098 ceph-mon[112578]: pgmap v14951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:22 smithi016 ceph-mon[96085]: pgmap v14951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:23.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:23.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:24.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:24.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:25.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:25.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:25 smithi098 ceph-mon[112578]: pgmap v14952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:25 smithi016 ceph-mon[96085]: pgmap v14952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:26.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:26.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:27.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:27.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:27 smithi098 ceph-mon[112578]: pgmap v14953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:27 smithi016 ceph-mon[96085]: pgmap v14953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:28.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:28.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:29.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:29 smithi016 ceph-mon[96085]: pgmap v14954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:29.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:59:29.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:29.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:29 smithi098 ceph-mon[112578]: pgmap v14954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:59:30.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:30.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:31.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:31.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:31 smithi098 ceph-mon[112578]: pgmap v14955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:31 smithi016 ceph-mon[96085]: pgmap v14955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:32.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:32.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:32 smithi098 ceph-mon[112578]: pgmap v14956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:32 smithi016 ceph-mon[96085]: pgmap v14956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:33.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:33.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:34.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:34.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:35 smithi098 ceph-mon[112578]: pgmap v14957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:35.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:35.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:35 smithi016 ceph-mon[96085]: pgmap v14957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:36.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:36.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:37 smithi098 ceph-mon[112578]: pgmap v14958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:37.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:37.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:37 smithi016 ceph-mon[96085]: pgmap v14958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:38.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:38.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:39 smithi098 ceph-mon[112578]: pgmap v14959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:39.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:39.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:39 smithi016 ceph-mon[96085]: pgmap v14959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:40.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:40.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:41 smithi098 ceph-mon[112578]: pgmap v14960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:41.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:41.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:41 smithi016 ceph-mon[96085]: pgmap v14960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:42.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:42.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:42 smithi098 ceph-mon[112578]: pgmap v14961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:42 smithi016 ceph-mon[96085]: pgmap v14961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:43.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:43.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:59:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:59:44.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:44.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:44 smithi098 ceph-mon[112578]: pgmap v14962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:44 smithi016 ceph-mon[96085]: pgmap v14962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:45.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:45.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:46.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:46.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:47 smithi098 ceph-mon[112578]: pgmap v14963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:47 smithi016 ceph-mon[96085]: pgmap v14963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:47.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:47.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:59:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:59:48.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:48.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:49 smithi098 ceph-mon[112578]: pgmap v14964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:59:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:59:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:59:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:59:49.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:59:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:49 smithi016 ceph-mon[96085]: pgmap v14964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:59:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:59:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:59:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:59:49.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T04:59:49.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:49.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:50.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:50.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:51 smithi098 ceph-mon[112578]: pgmap v14965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:51 smithi016 ceph-mon[96085]: pgmap v14965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:51.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:51.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:52.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:52.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:52 smithi098 ceph-mon[112578]: pgmap v14966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:52 smithi016 ceph-mon[96085]: pgmap v14966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:53.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:53.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:54.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:54.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:55 smithi098 ceph-mon[112578]: pgmap v14967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:55 smithi016 ceph-mon[96085]: pgmap v14967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:55.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:55.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:56.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:56.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:57 smithi098 ceph-mon[112578]: pgmap v14968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:57 smithi016 ceph-mon[96085]: pgmap v14968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:57.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:57.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:58.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:58.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:59 smithi098 ceph-mon[112578]: pgmap v14969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 04:59:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:59:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:59 smithi016 ceph-mon[96085]: pgmap v14969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 04:59:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:59:59.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T04:59:59.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T05:00:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T05:00:00.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:00.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:01 smithi098 ceph-mon[112578]: pgmap v14970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:01 smithi016 ceph-mon[96085]: pgmap v14970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:01.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:01.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:02.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:02.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:02 smithi098 ceph-mon[112578]: pgmap v14971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:02 smithi016 ceph-mon[96085]: pgmap v14971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:03.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:03.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:04.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:04.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:05 smithi098 ceph-mon[112578]: pgmap v14972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:05 smithi016 ceph-mon[96085]: pgmap v14972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:05.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:05.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:06.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:06.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:07 smithi098 ceph-mon[112578]: pgmap v14973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:07 smithi016 ceph-mon[96085]: pgmap v14973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:07.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:07.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:08.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:08.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:09 smithi098 ceph-mon[112578]: pgmap v14974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:09 smithi016 ceph-mon[96085]: pgmap v14974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:09.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:09.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:10.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:10.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:11 smithi098 ceph-mon[112578]: pgmap v14975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:11 smithi016 ceph-mon[96085]: pgmap v14975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:11.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:11.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:12.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:12.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:12 smithi098 ceph-mon[112578]: pgmap v14976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:12 smithi016 ceph-mon[96085]: pgmap v14976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:13.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:13.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:00:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:00:14.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:14.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:14 smithi098 ceph-mon[112578]: pgmap v14977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:14 smithi016 ceph-mon[96085]: pgmap v14977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:15.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:15.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:16.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:16.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:17 smithi098 ceph-mon[112578]: pgmap v14978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:17 smithi016 ceph-mon[96085]: pgmap v14978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:17.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:17.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:18.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:18.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:19 smithi098 ceph-mon[112578]: pgmap v14979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:19 smithi016 ceph-mon[96085]: pgmap v14979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:19.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:19.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:20.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:20.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:21 smithi098 ceph-mon[112578]: pgmap v14980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:21 smithi016 ceph-mon[96085]: pgmap v14980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:21.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:21.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:22.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:22.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:22 smithi098 ceph-mon[112578]: pgmap v14981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:22 smithi016 ceph-mon[96085]: pgmap v14981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:23.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:23.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:24.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:24.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:25 smithi098 ceph-mon[112578]: pgmap v14982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:25 smithi016 ceph-mon[96085]: pgmap v14982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:25.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:25.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:26.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:26.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:27 smithi098 ceph-mon[112578]: pgmap v14983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:27 smithi016 ceph-mon[96085]: pgmap v14983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:27.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:27.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:28.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:28.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:29 smithi098 ceph-mon[112578]: pgmap v14984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:00:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:29 smithi016 ceph-mon[96085]: pgmap v14984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:00:29.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:29.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:30.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:30.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:31 smithi098 ceph-mon[112578]: pgmap v14985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:31 smithi016 ceph-mon[96085]: pgmap v14985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:31.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:31.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:32.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:32.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:32 smithi098 ceph-mon[112578]: pgmap v14986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:32 smithi016 ceph-mon[96085]: pgmap v14986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:33.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:33.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:34.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:34.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:35 smithi098 ceph-mon[112578]: pgmap v14987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:35 smithi016 ceph-mon[96085]: pgmap v14987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:35.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:35.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:36.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:36.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:37 smithi098 ceph-mon[112578]: pgmap v14988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:37 smithi016 ceph-mon[96085]: pgmap v14988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:37.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:37.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:38.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:38.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:39 smithi098 ceph-mon[112578]: pgmap v14989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:39 smithi016 ceph-mon[96085]: pgmap v14989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:39.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:39.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:40.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:40.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:41 smithi098 ceph-mon[112578]: pgmap v14990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:41 smithi016 ceph-mon[96085]: pgmap v14990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:41.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:41.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:42.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:42.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:42 smithi098 ceph-mon[112578]: pgmap v14991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:42 smithi016 ceph-mon[96085]: pgmap v14991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:43.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:43.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:00:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:00:44.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:44.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:44 smithi098 ceph-mon[112578]: pgmap v14992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:44 smithi016 ceph-mon[96085]: pgmap v14992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:45.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:45.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:46.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:46.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:47 smithi098 ceph-mon[112578]: pgmap v14993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:47 smithi016 ceph-mon[96085]: pgmap v14993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:47.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:47.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:48.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:48.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:49 smithi098 ceph-mon[112578]: pgmap v14994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:00:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:49 smithi016 ceph-mon[96085]: pgmap v14994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:00:49.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:49.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:50.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:50.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:51 smithi098 ceph-mon[112578]: pgmap v14995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:51 smithi016 ceph-mon[96085]: pgmap v14995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:51.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:51.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:52.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:52.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:00:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:00:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:52 smithi098 ceph-mon[112578]: pgmap v14996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:00:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:00:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:00:53.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:00:53.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:00:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:00:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:00:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:52 smithi016 ceph-mon[96085]: pgmap v14996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:00:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:00:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:00:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:00:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:00:53.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:53.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:54.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:54.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:55.452 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:55 smithi016 ceph-mon[96085]: pgmap v14997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:55.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:55 smithi098 ceph-mon[112578]: pgmap v14997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:55.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:55.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:56.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:56.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:57 smithi098 ceph-mon[112578]: pgmap v14998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:57 smithi016 ceph-mon[96085]: pgmap v14998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:57.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:57.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:58.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:58.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:59.506 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:59 smithi098 ceph-mon[112578]: pgmap v14999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:59.507 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:00:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:00:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:59 smithi016 ceph-mon[96085]: pgmap v14999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:00:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:00:59.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:00:59.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:00.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:00.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:01 smithi098 ceph-mon[112578]: pgmap v15000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:01 smithi016 ceph-mon[96085]: pgmap v15000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:01.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:01.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:02.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:02.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:02 smithi098 ceph-mon[112578]: pgmap v15001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:02 smithi016 ceph-mon[96085]: pgmap v15001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:03.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:03.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:04.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:04.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:05 smithi098 ceph-mon[112578]: pgmap v15002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:05 smithi016 ceph-mon[96085]: pgmap v15002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:05.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:05.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:06.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:06.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:07 smithi098 ceph-mon[112578]: pgmap v15003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:07 smithi016 ceph-mon[96085]: pgmap v15003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:07.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:07.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:08.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:08.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:09 smithi098 ceph-mon[112578]: pgmap v15004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:09 smithi016 ceph-mon[96085]: pgmap v15004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:09.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:09.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:10.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:10.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:11 smithi098 ceph-mon[112578]: pgmap v15005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:11 smithi016 ceph-mon[96085]: pgmap v15005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:11.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:11.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:12.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:12.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:12 smithi098 ceph-mon[112578]: pgmap v15006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:12 smithi016 ceph-mon[96085]: pgmap v15006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:13.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:13.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:01:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:01:14.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:14.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:14 smithi098 ceph-mon[112578]: pgmap v15007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:14 smithi016 ceph-mon[96085]: pgmap v15007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:15.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:15.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:16.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:16.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:17 smithi098 ceph-mon[112578]: pgmap v15008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:17 smithi016 ceph-mon[96085]: pgmap v15008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:17.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:17.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:18.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:18.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:19 smithi098 ceph-mon[112578]: pgmap v15009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:19 smithi016 ceph-mon[96085]: pgmap v15009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:19.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:19.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:20.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:20.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:21 smithi098 ceph-mon[112578]: pgmap v15010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:21 smithi016 ceph-mon[96085]: pgmap v15010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:21.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:21.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:22.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:22.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:22 smithi098 ceph-mon[112578]: pgmap v15011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:22 smithi016 ceph-mon[96085]: pgmap v15011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:23.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:23.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:24.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:24.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:25 smithi098 ceph-mon[112578]: pgmap v15012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:25 smithi016 ceph-mon[96085]: pgmap v15012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:25.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:25.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:26.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:26.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:27 smithi098 ceph-mon[112578]: pgmap v15013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:27 smithi016 ceph-mon[96085]: pgmap v15013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:27.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:27.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:28.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:28.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:29 smithi098 ceph-mon[112578]: pgmap v15014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:29.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:01:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:29 smithi016 ceph-mon[96085]: pgmap v15014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:01:29.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:29.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:30.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:30.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:31 smithi098 ceph-mon[112578]: pgmap v15015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:31 smithi016 ceph-mon[96085]: pgmap v15015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:31.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:31.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:32.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:32.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:32 smithi098 ceph-mon[112578]: pgmap v15016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:32 smithi016 ceph-mon[96085]: pgmap v15016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:33.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:33.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:34.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:34.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:35 smithi098 ceph-mon[112578]: pgmap v15017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:35 smithi016 ceph-mon[96085]: pgmap v15017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:35.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:35.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:36.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:36.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:37 smithi098 ceph-mon[112578]: pgmap v15018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:37 smithi016 ceph-mon[96085]: pgmap v15018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:37.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:37.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:38.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:38.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:39 smithi098 ceph-mon[112578]: pgmap v15019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:39 smithi016 ceph-mon[96085]: pgmap v15019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:39.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:39.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:40.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:40.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:41.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:41 smithi016 ceph-mon[96085]: pgmap v15020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:41 smithi098 ceph-mon[112578]: pgmap v15020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:41.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:41.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:42.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:42.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:42 smithi098 ceph-mon[112578]: pgmap v15021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:42 smithi016 ceph-mon[96085]: pgmap v15021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:43.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:43.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:01:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:01:44.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:44.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:45 smithi098 ceph-mon[112578]: pgmap v15022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:45 smithi016 ceph-mon[96085]: pgmap v15022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:45.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:45.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:46.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:46.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:47 smithi098 ceph-mon[112578]: pgmap v15023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:47 smithi016 ceph-mon[96085]: pgmap v15023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:47.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:47.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:48.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:48.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:49 smithi098 ceph-mon[112578]: pgmap v15024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:49 smithi016 ceph-mon[96085]: pgmap v15024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:49.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:49.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:50.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:50.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:51 smithi098 ceph-mon[112578]: pgmap v15025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:51 smithi016 ceph-mon[96085]: pgmap v15025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:51.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:51.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:52.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:52.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:53 smithi098 ceph-mon[112578]: pgmap v15026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:01:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:53 smithi016 ceph-mon[96085]: pgmap v15026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:01:53.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:53.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:54.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:54.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:55 smithi098 ceph-mon[112578]: pgmap v15027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:55 smithi016 ceph-mon[96085]: pgmap v15027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:55.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:55.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:56.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:56.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:57 smithi098 ceph-mon[112578]: pgmap v15028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:01:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:01:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:57 smithi016 ceph-mon[96085]: pgmap v15028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:01:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:01:57.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:57.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:01:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:01:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:01:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:01:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:01:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:01:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:01:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:01:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:01:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:01:58.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:58.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:59 smithi098 ceph-mon[112578]: pgmap v15029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:01:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:01:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:59 smithi016 ceph-mon[96085]: pgmap v15029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:01:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:01:59.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:01:59.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:00.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:00.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:01 smithi098 ceph-mon[112578]: pgmap v15030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:01 smithi016 ceph-mon[96085]: pgmap v15030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:01.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:01.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:02.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:02.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:03 smithi098 ceph-mon[112578]: pgmap v15031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:03 smithi016 ceph-mon[96085]: pgmap v15031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:03.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:03.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:04.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:04.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:05 smithi098 ceph-mon[112578]: pgmap v15032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:05 smithi016 ceph-mon[96085]: pgmap v15032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:05.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:05.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:06.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:06.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:07 smithi098 ceph-mon[112578]: pgmap v15033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:07 smithi016 ceph-mon[96085]: pgmap v15033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:07.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:07.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:08.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:08.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:09 smithi098 ceph-mon[112578]: pgmap v15034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:09 smithi016 ceph-mon[96085]: pgmap v15034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:09.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:09.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:10.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:10.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:11 smithi098 ceph-mon[112578]: pgmap v15035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:11 smithi016 ceph-mon[96085]: pgmap v15035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:11.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:11.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:12.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:12.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:13 smithi098 ceph-mon[112578]: pgmap v15036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:13 smithi016 ceph-mon[96085]: pgmap v15036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:13.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:13.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:02:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:02:14.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:14.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:15 smithi016 ceph-mon[96085]: pgmap v15037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:15.294 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:15 smithi098 ceph-mon[112578]: pgmap v15037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:15.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:15.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:16.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:16.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:17 smithi098 ceph-mon[112578]: pgmap v15038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:17 smithi016 ceph-mon[96085]: pgmap v15038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:17.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:17.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:18.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:18.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:19 smithi098 ceph-mon[112578]: pgmap v15039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:19 smithi016 ceph-mon[96085]: pgmap v15039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:19.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:19.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:20.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:20.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:21.436 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:21 smithi016 ceph-mon[96085]: pgmap v15040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:21 smithi098 ceph-mon[112578]: pgmap v15040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:21.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:21.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:22.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:22.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:23 smithi098 ceph-mon[112578]: pgmap v15041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:23 smithi016 ceph-mon[96085]: pgmap v15041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:23.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:23.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:24.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:24.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:25 smithi098 ceph-mon[112578]: pgmap v15042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:25 smithi016 ceph-mon[96085]: pgmap v15042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:25.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:25.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:26.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:26.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:27 smithi098 ceph-mon[112578]: pgmap v15043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:27 smithi016 ceph-mon[96085]: pgmap v15043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:27.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:27.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:28.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:28.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:29 smithi098 ceph-mon[112578]: pgmap v15044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:02:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:29 smithi016 ceph-mon[96085]: pgmap v15044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:02:29.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:29.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:30.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:30.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:31 smithi098 ceph-mon[112578]: pgmap v15045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:31 smithi016 ceph-mon[96085]: pgmap v15045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:31.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:31.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:32.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:32.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:33 smithi098 ceph-mon[112578]: pgmap v15046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:33 smithi016 ceph-mon[96085]: pgmap v15046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:33.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:33.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:34.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:34.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:35.507 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:35 smithi098 ceph-mon[112578]: pgmap v15047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:35 smithi016 ceph-mon[96085]: pgmap v15047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:35.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:35.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:36.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:36.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:37 smithi098 ceph-mon[112578]: pgmap v15048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:37 smithi016 ceph-mon[96085]: pgmap v15048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:37.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:37.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:38.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:38.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:39 smithi098 ceph-mon[112578]: pgmap v15049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:39 smithi016 ceph-mon[96085]: pgmap v15049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:39.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:39.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:40.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:40.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:41 smithi098 ceph-mon[112578]: pgmap v15050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:41 smithi016 ceph-mon[96085]: pgmap v15050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:41.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:41.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:42.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:42.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:43 smithi016 ceph-mon[96085]: pgmap v15051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:43 smithi098 ceph-mon[112578]: pgmap v15051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:43.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:43.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:02:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:02:44.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:44.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:45 smithi016 ceph-mon[96085]: pgmap v15052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:45 smithi098 ceph-mon[112578]: pgmap v15052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:45.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:45.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:46.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:46.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:47 smithi098 ceph-mon[112578]: pgmap v15053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:47 smithi016 ceph-mon[96085]: pgmap v15053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:47.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:47.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:48.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:48.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:49 smithi098 ceph-mon[112578]: pgmap v15054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:49 smithi016 ceph-mon[96085]: pgmap v15054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:49.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:49.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:50.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:50.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:51 smithi098 ceph-mon[112578]: pgmap v15055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:51 smithi016 ceph-mon[96085]: pgmap v15055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:51.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:51.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:52.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:52.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:53 smithi016 ceph-mon[96085]: pgmap v15056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:53 smithi098 ceph-mon[112578]: pgmap v15056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:53.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:53.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:54.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:54.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:55 smithi098 ceph-mon[112578]: pgmap v15057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:55 smithi016 ceph-mon[96085]: pgmap v15057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:55.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:55.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:56.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:56.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:57 smithi098 ceph-mon[112578]: pgmap v15058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:57 smithi016 ceph-mon[96085]: pgmap v15058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:57.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:57.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:02:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:02:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:02:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:02:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:02:58.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:02:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:02:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:02:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:02:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:02:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:02:58.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:02:58.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:58.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:59 smithi098 ceph-mon[112578]: pgmap v15059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:02:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:02:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:59 smithi016 ceph-mon[96085]: pgmap v15059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:02:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:02:59.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:02:59.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:00.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:00.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:01 smithi098 ceph-mon[112578]: pgmap v15060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:01 smithi016 ceph-mon[96085]: pgmap v15060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:01.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:01.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:02.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:02.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:03 smithi016 ceph-mon[96085]: pgmap v15061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:03 smithi098 ceph-mon[112578]: pgmap v15061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:03.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:03.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:04.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:04.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:05 smithi098 ceph-mon[112578]: pgmap v15062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:05 smithi016 ceph-mon[96085]: pgmap v15062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:05.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:05.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:06.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:06.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:07 smithi098 ceph-mon[112578]: pgmap v15063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:07 smithi016 ceph-mon[96085]: pgmap v15063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:07.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:07.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:08.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:08.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:09 smithi098 ceph-mon[112578]: pgmap v15064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:09 smithi016 ceph-mon[96085]: pgmap v15064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:09.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:09.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:10.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:10.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:11 smithi098 ceph-mon[112578]: pgmap v15065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:11 smithi016 ceph-mon[96085]: pgmap v15065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:11.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:11.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:12.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:12.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:13 smithi016 ceph-mon[96085]: pgmap v15066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:13 smithi098 ceph-mon[112578]: pgmap v15066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:13.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:13.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:03:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:03:14.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:14.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:15 smithi016 ceph-mon[96085]: pgmap v15067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:15 smithi098 ceph-mon[112578]: pgmap v15067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:15.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:15.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:16.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:16.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:17 smithi098 ceph-mon[112578]: pgmap v15068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:17 smithi016 ceph-mon[96085]: pgmap v15068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:17.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:17.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:18.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:18.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:19 smithi098 ceph-mon[112578]: pgmap v15069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:19 smithi016 ceph-mon[96085]: pgmap v15069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:19.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:19.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:20.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:20.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:21 smithi098 ceph-mon[112578]: pgmap v15070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:21 smithi016 ceph-mon[96085]: pgmap v15070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:21.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:21.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:22.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:22.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:23 smithi016 ceph-mon[96085]: pgmap v15071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:23 smithi098 ceph-mon[112578]: pgmap v15071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:23.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:23.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:24.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:24.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:25 smithi098 ceph-mon[112578]: pgmap v15072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:25 smithi016 ceph-mon[96085]: pgmap v15072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:25.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:25.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:26.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:26.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:27 smithi098 ceph-mon[112578]: pgmap v15073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:27 smithi016 ceph-mon[96085]: pgmap v15073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:27.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:27.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:28.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:28.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:29 smithi098 ceph-mon[112578]: pgmap v15074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:03:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:29 smithi016 ceph-mon[96085]: pgmap v15074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:03:29.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:29.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:30.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:30.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:31 smithi098 ceph-mon[112578]: pgmap v15075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:31 smithi016 ceph-mon[96085]: pgmap v15075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:31.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:31.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:32.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:32.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:33 smithi016 ceph-mon[96085]: pgmap v15076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:33 smithi098 ceph-mon[112578]: pgmap v15076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:33.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:33.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:34.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:34.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:35 smithi098 ceph-mon[112578]: pgmap v15077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:35 smithi016 ceph-mon[96085]: pgmap v15077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:35.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:35.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:36.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:36.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:37 smithi098 ceph-mon[112578]: pgmap v15078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:37 smithi016 ceph-mon[96085]: pgmap v15078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:37.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:37.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:38.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:38.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:39 smithi098 ceph-mon[112578]: pgmap v15079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:39 smithi016 ceph-mon[96085]: pgmap v15079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:39.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:39.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:40.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:40.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:41 smithi098 ceph-mon[112578]: pgmap v15080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:41 smithi016 ceph-mon[96085]: pgmap v15080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:41.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:41.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:42.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:42.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:43 smithi016 ceph-mon[96085]: pgmap v15081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:43 smithi098 ceph-mon[112578]: pgmap v15081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:43.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:43.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:03:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:03:44.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:44.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:45 smithi098 ceph-mon[112578]: pgmap v15082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:45 smithi016 ceph-mon[96085]: pgmap v15082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:45.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:45.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:46.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:46.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:47 smithi098 ceph-mon[112578]: pgmap v15083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:47 smithi016 ceph-mon[96085]: pgmap v15083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:47.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:47.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:48.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:48.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:49 smithi098 ceph-mon[112578]: pgmap v15084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:49 smithi016 ceph-mon[96085]: pgmap v15084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:49.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:49.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:50.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:50.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:51 smithi098 ceph-mon[112578]: pgmap v15085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:51 smithi016 ceph-mon[96085]: pgmap v15085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:51.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:51.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:52.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:52.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:53 smithi098 ceph-mon[112578]: pgmap v15086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:53 smithi016 ceph-mon[96085]: pgmap v15086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:53.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:53.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:54.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:54.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:55 smithi098 ceph-mon[112578]: pgmap v15087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:55 smithi016 ceph-mon[96085]: pgmap v15087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:55.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:55.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:56.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:56.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:57 smithi098 ceph-mon[112578]: pgmap v15088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:57 smithi016 ceph-mon[96085]: pgmap v15088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:57.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:57.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:58.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:58.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:59 smithi098 ceph-mon[112578]: pgmap v15089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:03:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:03:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:03:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:03:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:03:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:03:59.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:03:59.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:03:59.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:03:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:03:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:59 smithi016 ceph-mon[96085]: pgmap v15089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:03:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:03:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:03:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:03:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:03:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:03:59.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:03:59.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:03:59.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:03:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:03:59.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:03:59.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:00.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:00.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:01 smithi098 ceph-mon[112578]: pgmap v15090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:01 smithi016 ceph-mon[96085]: pgmap v15090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:01.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:01.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:02.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:02.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:03 smithi098 ceph-mon[112578]: pgmap v15091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:03 smithi016 ceph-mon[96085]: pgmap v15091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:03.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:03.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:04.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:04.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:05 smithi098 ceph-mon[112578]: pgmap v15092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:05 smithi016 ceph-mon[96085]: pgmap v15092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:05.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:05.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:06.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:06.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:07 smithi098 ceph-mon[112578]: pgmap v15093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:07 smithi016 ceph-mon[96085]: pgmap v15093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:07.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:07.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:08.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:08.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:09 smithi098 ceph-mon[112578]: pgmap v15094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:09 smithi016 ceph-mon[96085]: pgmap v15094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:09.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:09.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:10.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:10.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:11.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:11 smithi098 ceph-mon[112578]: pgmap v15095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:11 smithi016 ceph-mon[96085]: pgmap v15095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:11.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:11.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:12.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:12.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:13 smithi098 ceph-mon[112578]: pgmap v15096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:13 smithi016 ceph-mon[96085]: pgmap v15096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:13.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:13.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:04:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:04:14.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:14.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:15 smithi098 ceph-mon[112578]: pgmap v15097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:15 smithi016 ceph-mon[96085]: pgmap v15097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:15.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:15.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:16.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:16.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:17 smithi098 ceph-mon[112578]: pgmap v15098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:17 smithi016 ceph-mon[96085]: pgmap v15098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:17.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:17.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:18.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:18.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:19 smithi098 ceph-mon[112578]: pgmap v15099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:19 smithi016 ceph-mon[96085]: pgmap v15099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:19.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:19.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:20.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:20.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:21 smithi098 ceph-mon[112578]: pgmap v15100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:21 smithi016 ceph-mon[96085]: pgmap v15100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:22.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:22.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:23.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:23.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:23 smithi016 ceph-mon[96085]: pgmap v15101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:23 smithi098 ceph-mon[112578]: pgmap v15101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:24.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:24.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:25.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:25.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:25 smithi098 ceph-mon[112578]: pgmap v15102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:25 smithi016 ceph-mon[96085]: pgmap v15102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:26.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:26.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:27.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:27.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:27 smithi098 ceph-mon[112578]: pgmap v15103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:27 smithi016 ceph-mon[96085]: pgmap v15103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:28.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:28.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:29.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:29.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:29 smithi098 ceph-mon[112578]: pgmap v15104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:04:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:29 smithi016 ceph-mon[96085]: pgmap v15104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:04:30.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:30.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:31.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:31.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:31 smithi098 ceph-mon[112578]: pgmap v15105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:31 smithi016 ceph-mon[96085]: pgmap v15105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:32.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:32.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:33.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:33.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:33 smithi016 ceph-mon[96085]: pgmap v15106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:33 smithi098 ceph-mon[112578]: pgmap v15106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:34.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:34.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:35.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:35.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:35 smithi098 ceph-mon[112578]: pgmap v15107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:35 smithi016 ceph-mon[96085]: pgmap v15107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:36.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:36.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:37.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:37.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:37 smithi098 ceph-mon[112578]: pgmap v15108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:37 smithi016 ceph-mon[96085]: pgmap v15108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:38.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:38.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:39.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:39.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:39 smithi098 ceph-mon[112578]: pgmap v15109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:39 smithi016 ceph-mon[96085]: pgmap v15109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:40.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:40.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:41.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:41.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:41 smithi098 ceph-mon[112578]: pgmap v15110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:41 smithi016 ceph-mon[96085]: pgmap v15110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:42.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:42.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:43.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:43.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:43 smithi098 ceph-mon[112578]: pgmap v15111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:43 smithi016 ceph-mon[96085]: pgmap v15111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:44.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:44.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:04:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:04:45.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:45.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:45 smithi098 ceph-mon[112578]: pgmap v15112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:45 smithi016 ceph-mon[96085]: pgmap v15112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:46.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:46.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:47.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:47.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:47 smithi098 ceph-mon[112578]: pgmap v15113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:47 smithi016 ceph-mon[96085]: pgmap v15113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:48.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:48.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:49.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:49.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:49 smithi098 ceph-mon[112578]: pgmap v15114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:49 smithi016 ceph-mon[96085]: pgmap v15114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:50.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:50.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:51.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:51.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:51 smithi098 ceph-mon[112578]: pgmap v15115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:51 smithi016 ceph-mon[96085]: pgmap v15115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:52.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:52.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:53.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:53.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:53 smithi098 ceph-mon[112578]: pgmap v15116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:53 smithi016 ceph-mon[96085]: pgmap v15116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:54.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:54.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:55.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:55.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:55 smithi098 ceph-mon[112578]: pgmap v15117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:55 smithi016 ceph-mon[96085]: pgmap v15117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:56.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:56.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:57.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:57.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:57 smithi098 ceph-mon[112578]: pgmap v15118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:57 smithi016 ceph-mon[96085]: pgmap v15118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:58.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:58.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:04:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:04:59.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:04:59.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:59 smithi098 ceph-mon[112578]: pgmap v15119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:04:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:04:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:59 smithi016 ceph-mon[96085]: pgmap v15119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:04:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:05:00.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:00.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:05:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:05:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:05:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:05:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:05:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:05:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:05:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:05:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:05:00.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:05:01.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:01.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:01 smithi016 ceph-mon[96085]: pgmap v15120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:01 smithi098 ceph-mon[112578]: pgmap v15120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:02.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:02.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:03.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:03.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:03.296 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:03 smithi016 ceph-mon[96085]: pgmap v15121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:03 smithi098 ceph-mon[112578]: pgmap v15121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:04.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:04.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:05.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:05.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:05 smithi098 ceph-mon[112578]: pgmap v15122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:05 smithi016 ceph-mon[96085]: pgmap v15122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:06.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:06.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:07.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:07.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:07 smithi098 ceph-mon[112578]: pgmap v15123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:07 smithi016 ceph-mon[96085]: pgmap v15123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:08.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:08.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:09.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:09.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:09 smithi098 ceph-mon[112578]: pgmap v15124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:09 smithi016 ceph-mon[96085]: pgmap v15124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:10.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:10.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:11.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:11.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:11 smithi016 ceph-mon[96085]: pgmap v15125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:11.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:11 smithi098 ceph-mon[112578]: pgmap v15125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:12.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:12.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:13.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:13.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:13.411 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:13 smithi016 ceph-mon[96085]: pgmap v15126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:13 smithi098 ceph-mon[112578]: pgmap v15126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:14.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:14.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:05:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:05:15.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:15.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:15 smithi098 ceph-mon[112578]: pgmap v15127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:15 smithi016 ceph-mon[96085]: pgmap v15127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:16.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:16.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:17.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:17.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:17 smithi098 ceph-mon[112578]: pgmap v15128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:17 smithi016 ceph-mon[96085]: pgmap v15128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:18.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:18.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:19.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:19.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:19 smithi016 ceph-mon[96085]: pgmap v15129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:19.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:19 smithi098 ceph-mon[112578]: pgmap v15129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:20.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:20.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:21.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:21.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:21 smithi016 ceph-mon[96085]: pgmap v15130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:21 smithi098 ceph-mon[112578]: pgmap v15130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:22.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:22.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:23.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:23.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:23 smithi098 ceph-mon[112578]: pgmap v15131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:23.526 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:23 smithi016 ceph-mon[96085]: pgmap v15131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:24.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:24.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:25.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:25.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:25 smithi098 ceph-mon[112578]: pgmap v15132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:25 smithi016 ceph-mon[96085]: pgmap v15132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:26.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:26.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:27.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:27.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:27 smithi016 ceph-mon[96085]: pgmap v15133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:27 smithi098 ceph-mon[112578]: pgmap v15133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:28.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:28.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:05:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:05:29.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:29.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:29 smithi016 ceph-mon[96085]: pgmap v15134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:29 smithi098 ceph-mon[112578]: pgmap v15134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:30.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:30.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:31.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:31.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:31 smithi016 ceph-mon[96085]: pgmap v15135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:31 smithi098 ceph-mon[112578]: pgmap v15135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:32.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:32.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:33.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:33.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:33 smithi098 ceph-mon[112578]: pgmap v15136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:33 smithi016 ceph-mon[96085]: pgmap v15136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:34.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:34.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:35.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:35.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:35 smithi016 ceph-mon[96085]: pgmap v15137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:35 smithi098 ceph-mon[112578]: pgmap v15137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:36.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:36.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:37.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:37.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:37 smithi016 ceph-mon[96085]: pgmap v15138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:37 smithi098 ceph-mon[112578]: pgmap v15138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:38.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:38.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:39.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:39.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:39 smithi016 ceph-mon[96085]: pgmap v15139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:39 smithi098 ceph-mon[112578]: pgmap v15139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:40.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:40.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:41.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:41.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:41 smithi016 ceph-mon[96085]: pgmap v15140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:41 smithi098 ceph-mon[112578]: pgmap v15140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:42.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:42.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:43.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:43.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:43 smithi098 ceph-mon[112578]: pgmap v15141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:43 smithi016 ceph-mon[96085]: pgmap v15141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:44.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:44.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:05:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:05:45.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:45.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:45 smithi098 ceph-mon[112578]: pgmap v15142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:45 smithi016 ceph-mon[96085]: pgmap v15142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:46.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:46.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:47.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:47.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:47.523 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:47 smithi098 ceph-mon[112578]: pgmap v15143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:47 smithi016 ceph-mon[96085]: pgmap v15143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:48.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:48.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:49.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:49.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:49 smithi016 ceph-mon[96085]: pgmap v15144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:49.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:49 smithi098 ceph-mon[112578]: pgmap v15144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:50.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:50.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:51.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:51.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:51 smithi016 ceph-mon[96085]: pgmap v15145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:51 smithi098 ceph-mon[112578]: pgmap v15145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:52.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:52.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:53.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:53.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:53 smithi098 ceph-mon[112578]: pgmap v15146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:53 smithi016 ceph-mon[96085]: pgmap v15146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:54.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:54.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:55.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:55.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:55 smithi016 ceph-mon[96085]: pgmap v15147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:55 smithi098 ceph-mon[112578]: pgmap v15147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:56.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:56.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:57.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:57.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:57 smithi016 ceph-mon[96085]: pgmap v15148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:57.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:57 smithi098 ceph-mon[112578]: pgmap v15148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:58.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:58.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:05:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:05:59.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:05:59.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:05:59 smithi098 ceph-mon[112578]: pgmap v15149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:05:59 smithi016 ceph-mon[96085]: pgmap v15149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:00.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:00.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:06:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:06:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:06:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:06:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:06:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:06:01.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:01.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:01 smithi016 ceph-mon[96085]: pgmap v15150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:06:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:06:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:06:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:06:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:06:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:01 smithi098 ceph-mon[112578]: pgmap v15150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:06:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:06:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:06:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:06:01.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:06:02.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:02.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:03.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:03.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:03 smithi098 ceph-mon[112578]: pgmap v15151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:03 smithi016 ceph-mon[96085]: pgmap v15151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:04.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:04.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:05.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:05.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:05 smithi016 ceph-mon[96085]: pgmap v15152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:05 smithi098 ceph-mon[112578]: pgmap v15152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:06.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:06.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:07.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:07.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:07 smithi016 ceph-mon[96085]: pgmap v15153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:07.733 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:07 smithi098 ceph-mon[112578]: pgmap v15153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:08.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:08.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:09.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:09.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:09 smithi016 ceph-mon[96085]: pgmap v15154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:09 smithi098 ceph-mon[112578]: pgmap v15154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:10.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:10.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:11.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:11.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:11 smithi016 ceph-mon[96085]: pgmap v15155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:11 smithi098 ceph-mon[112578]: pgmap v15155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:12.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:12.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:13.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:13.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:13 smithi098 ceph-mon[112578]: pgmap v15156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:13 smithi016 ceph-mon[96085]: pgmap v15156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:14.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:14.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:06:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:06:15.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:15.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:15 smithi098 ceph-mon[112578]: pgmap v15157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:15 smithi016 ceph-mon[96085]: pgmap v15157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:16.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:16.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:17.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:17.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:17 smithi016 ceph-mon[96085]: pgmap v15158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:17 smithi098 ceph-mon[112578]: pgmap v15158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:18.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:18.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:19.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:19.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:19 smithi016 ceph-mon[96085]: pgmap v15159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:19 smithi098 ceph-mon[112578]: pgmap v15159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:20.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:20.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:21.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:21.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:21 smithi016 ceph-mon[96085]: pgmap v15160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:21 smithi098 ceph-mon[112578]: pgmap v15160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:22.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:22.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:23.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:23.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:23 smithi098 ceph-mon[112578]: pgmap v15161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:23 smithi016 ceph-mon[96085]: pgmap v15161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:24.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:24.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:25.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:25.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:25 smithi098 ceph-mon[112578]: pgmap v15162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:25 smithi016 ceph-mon[96085]: pgmap v15162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:26.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:26.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:27.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:27.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:27 smithi098 ceph-mon[112578]: pgmap v15163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:27 smithi016 ceph-mon[96085]: pgmap v15163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:28.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:28.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:06:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:06:29.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:29.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:29 smithi016 ceph-mon[96085]: pgmap v15164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:29 smithi098 ceph-mon[112578]: pgmap v15164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:30.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:30.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:31.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:31.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:31 smithi016 ceph-mon[96085]: pgmap v15165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:31 smithi098 ceph-mon[112578]: pgmap v15165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:32.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:32.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:33.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:33.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:33 smithi098 ceph-mon[112578]: pgmap v15166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:33 smithi016 ceph-mon[96085]: pgmap v15166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:34.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:34.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:35.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:35.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:35.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:35 smithi098 ceph-mon[112578]: pgmap v15167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:35 smithi016 ceph-mon[96085]: pgmap v15167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:36.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:36.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:37.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:37.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:37 smithi098 ceph-mon[112578]: pgmap v15168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:37 smithi016 ceph-mon[96085]: pgmap v15168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:38.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:38.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:39.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:39.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:39 smithi098 ceph-mon[112578]: pgmap v15169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:39 smithi016 ceph-mon[96085]: pgmap v15169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:40.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:40.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:41.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:41.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:41 smithi016 ceph-mon[96085]: pgmap v15170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:41 smithi098 ceph-mon[112578]: pgmap v15170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:42.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:42.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:43.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:43.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:43 smithi098 ceph-mon[112578]: pgmap v15171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:43 smithi016 ceph-mon[96085]: pgmap v15171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:44.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:44.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:44.451 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:06:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:06:45.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:45.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:45 smithi098 ceph-mon[112578]: pgmap v15172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:45 smithi016 ceph-mon[96085]: pgmap v15172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:46.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:46.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:47.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:47.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:47 smithi098 ceph-mon[112578]: pgmap v15173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:47 smithi016 ceph-mon[96085]: pgmap v15173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:48.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:48.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:49.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:49.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:49 smithi098 ceph-mon[112578]: pgmap v15174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:49 smithi016 ceph-mon[96085]: pgmap v15174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:50.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:50.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:51.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:51.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:51 smithi016 ceph-mon[96085]: pgmap v15175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:51 smithi098 ceph-mon[112578]: pgmap v15175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:52.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:52.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:53.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:53.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:53 smithi098 ceph-mon[112578]: pgmap v15176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:53 smithi016 ceph-mon[96085]: pgmap v15176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:54.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:54.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:55.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:55.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:55.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:55 smithi098 ceph-mon[112578]: pgmap v15177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:55 smithi016 ceph-mon[96085]: pgmap v15177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:56.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:56.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:57.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:57.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:57 smithi098 ceph-mon[112578]: pgmap v15178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:57.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:57 smithi016 ceph-mon[96085]: pgmap v15178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:58.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:58.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:06:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:06:59.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:06:59.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:59.624 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:06:59 smithi016 ceph-mon[96085]: pgmap v15179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:06:59 smithi098 ceph-mon[112578]: pgmap v15179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:00.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:00.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:01.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:01.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:01 smithi016 ceph-mon[96085]: pgmap v15180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:07:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:01 smithi098 ceph-mon[112578]: pgmap v15180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:01.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:07:02.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:02.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:07:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:07:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:07:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:07:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:07:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:07:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:07:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:07:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:07:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:07:03.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:03.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:03 smithi098 ceph-mon[112578]: pgmap v15181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:03 smithi016 ceph-mon[96085]: pgmap v15181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:04.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:04.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:05.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:05.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:05 smithi098 ceph-mon[112578]: pgmap v15182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:05 smithi016 ceph-mon[96085]: pgmap v15182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:06.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:06.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:07.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:07.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:07 smithi098 ceph-mon[112578]: pgmap v15183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:07 smithi016 ceph-mon[96085]: pgmap v15183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:08.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:08.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:09.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:09.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:09.740 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:09 smithi016 ceph-mon[96085]: pgmap v15184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:09 smithi098 ceph-mon[112578]: pgmap v15184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:10.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:10.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:11.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:11.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:11 smithi016 ceph-mon[96085]: pgmap v15185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:11 smithi098 ceph-mon[112578]: pgmap v15185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:12.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:12.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:13.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:13.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:13.416 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:13 smithi098 ceph-mon[112578]: pgmap v15186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:13 smithi016 ceph-mon[96085]: pgmap v15186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:14.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:14.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:07:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:07:15.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:15.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:15 smithi098 ceph-mon[112578]: pgmap v15187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:15 smithi016 ceph-mon[96085]: pgmap v15187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:16.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:16.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:17.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:17.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:17 smithi098 ceph-mon[112578]: pgmap v15188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:17 smithi016 ceph-mon[96085]: pgmap v15188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:18.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:18.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:19.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:19.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:19.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:19 smithi098 ceph-mon[112578]: pgmap v15189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:19.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:19 smithi016 ceph-mon[96085]: pgmap v15189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:20.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:20.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:21.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:21.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:21 smithi016 ceph-mon[96085]: pgmap v15190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:21 smithi098 ceph-mon[112578]: pgmap v15190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:22.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:22.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:23.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:23.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:23 smithi098 ceph-mon[112578]: pgmap v15191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:23 smithi016 ceph-mon[96085]: pgmap v15191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:24.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:24.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:25.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:25.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:25 smithi098 ceph-mon[112578]: pgmap v15192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:25 smithi016 ceph-mon[96085]: pgmap v15192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:26.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:26.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:27.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:27.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:27 smithi098 ceph-mon[112578]: pgmap v15193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:27 smithi016 ceph-mon[96085]: pgmap v15193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:28.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:28.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:28.572 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:07:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:07:29.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:29.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:29 smithi098 ceph-mon[112578]: pgmap v15194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:29 smithi016 ceph-mon[96085]: pgmap v15194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:30.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:30.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:31.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:31.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:31 smithi016 ceph-mon[96085]: pgmap v15195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:31 smithi098 ceph-mon[112578]: pgmap v15195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:32.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:32.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:33.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:33.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:33 smithi098 ceph-mon[112578]: pgmap v15196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:33 smithi016 ceph-mon[96085]: pgmap v15196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:34.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:34.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:35.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:35.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:35 smithi098 ceph-mon[112578]: pgmap v15197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:35 smithi016 ceph-mon[96085]: pgmap v15197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:36.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:36.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:37.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:37.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:37 smithi098 ceph-mon[112578]: pgmap v15198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:37 smithi016 ceph-mon[96085]: pgmap v15198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:38.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:38.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:39.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:39.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:39 smithi098 ceph-mon[112578]: pgmap v15199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:39 smithi016 ceph-mon[96085]: pgmap v15199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:40.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:40.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:41.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:41.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:41 smithi016 ceph-mon[96085]: pgmap v15200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:41 smithi098 ceph-mon[112578]: pgmap v15200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:42.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:42.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:43.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:43.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:43 smithi098 ceph-mon[112578]: pgmap v15201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:43 smithi016 ceph-mon[96085]: pgmap v15201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:44.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:44.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:07:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:07:45.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:45.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:45 smithi098 ceph-mon[112578]: pgmap v15202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:45 smithi016 ceph-mon[96085]: pgmap v15202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:46.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:46.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:47.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:47.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:47 smithi098 ceph-mon[112578]: pgmap v15203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:47 smithi016 ceph-mon[96085]: pgmap v15203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:48.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:48.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:49.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:49.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:49 smithi098 ceph-mon[112578]: pgmap v15204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:49 smithi016 ceph-mon[96085]: pgmap v15204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:50.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:50.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:51.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:51.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:51 smithi016 ceph-mon[96085]: pgmap v15205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:51.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:51 smithi098 ceph-mon[112578]: pgmap v15205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:52.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:52.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:53.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:53.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:53 smithi098 ceph-mon[112578]: pgmap v15206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:53 smithi016 ceph-mon[96085]: pgmap v15206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:54.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:54.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:55.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:55.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:55 smithi016 ceph-mon[96085]: pgmap v15207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:55 smithi098 ceph-mon[112578]: pgmap v15207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:56.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:56.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:57.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:57.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:57 smithi098 ceph-mon[112578]: pgmap v15208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:57 smithi016 ceph-mon[96085]: pgmap v15208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:58.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:58.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:07:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:07:59.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:07:59.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:07:59 smithi098 ceph-mon[112578]: pgmap v15209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:07:59 smithi016 ceph-mon[96085]: pgmap v15209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:00.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:00.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:01.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:01.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:01 smithi016 ceph-mon[96085]: pgmap v15210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:01 smithi098 ceph-mon[112578]: pgmap v15210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:02.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:02.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:08:02.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:08:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:08:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:08:02.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:08:02.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:08:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:08:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:08:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:08:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:08:02.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:08:02.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:08:03.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:03.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:03 smithi098 ceph-mon[112578]: pgmap v15211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:03 smithi016 ceph-mon[96085]: pgmap v15211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:04.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:04.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:05.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:05.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:05 smithi098 ceph-mon[112578]: pgmap v15212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:05 smithi016 ceph-mon[96085]: pgmap v15212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:06.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:06.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:07.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:07.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:07 smithi098 ceph-mon[112578]: pgmap v15213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:07 smithi016 ceph-mon[96085]: pgmap v15213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:08.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:08.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:09.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:09.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:09 smithi098 ceph-mon[112578]: pgmap v15214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:09 smithi016 ceph-mon[96085]: pgmap v15214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:10.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:10.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:11.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:11.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:11 smithi016 ceph-mon[96085]: pgmap v15215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:11 smithi098 ceph-mon[112578]: pgmap v15215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:12.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:12.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:13.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:13.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:13 smithi098 ceph-mon[112578]: pgmap v15216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:13 smithi016 ceph-mon[96085]: pgmap v15216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:14.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:14.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:08:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:08:15.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:15.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:15.491 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:15 smithi016 ceph-mon[96085]: pgmap v15217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:15 smithi098 ceph-mon[112578]: pgmap v15217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:16.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:16.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:17.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:17.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:17 smithi098 ceph-mon[112578]: pgmap v15218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:17 smithi016 ceph-mon[96085]: pgmap v15218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:18.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:18.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:19.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:19.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:19 smithi098 ceph-mon[112578]: pgmap v15219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:19 smithi016 ceph-mon[96085]: pgmap v15219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:20.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:20.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:21.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:21.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:21 smithi016 ceph-mon[96085]: pgmap v15220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:21 smithi098 ceph-mon[112578]: pgmap v15220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:22.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:22.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:23.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:23.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:23 smithi098 ceph-mon[112578]: pgmap v15221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:23 smithi016 ceph-mon[96085]: pgmap v15221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:24.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:24.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:25.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:25.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:25.607 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:25 smithi016 ceph-mon[96085]: pgmap v15222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:25 smithi098 ceph-mon[112578]: pgmap v15222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:26.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:26.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:27.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:27.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:27 smithi098 ceph-mon[112578]: pgmap v15223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:27 smithi016 ceph-mon[96085]: pgmap v15223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:28.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:28.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:08:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:08:29.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:29.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:29 smithi098 ceph-mon[112578]: pgmap v15224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:29 smithi016 ceph-mon[96085]: pgmap v15224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:30.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:30.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:31.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:31.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:31 smithi016 ceph-mon[96085]: pgmap v15225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:31 smithi098 ceph-mon[112578]: pgmap v15225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:32.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:32.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:33.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:33.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:33 smithi098 ceph-mon[112578]: pgmap v15226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:33 smithi016 ceph-mon[96085]: pgmap v15226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:34.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:34.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:35.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:35.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:35.722 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:35 smithi016 ceph-mon[96085]: pgmap v15227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:35 smithi098 ceph-mon[112578]: pgmap v15227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:36.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:36.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:37.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:37.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:37 smithi098 ceph-mon[112578]: pgmap v15228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:37 smithi016 ceph-mon[96085]: pgmap v15228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:38.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:38.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:39.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:39.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:39 smithi098 ceph-mon[112578]: pgmap v15229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:39 smithi016 ceph-mon[96085]: pgmap v15229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:40.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:40.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:41.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:41.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:41 smithi016 ceph-mon[96085]: pgmap v15230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:41 smithi098 ceph-mon[112578]: pgmap v15230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:42.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:42.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:43.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:43.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:43 smithi098 ceph-mon[112578]: pgmap v15231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:43 smithi016 ceph-mon[96085]: pgmap v15231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:44.361 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:08:44.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:44.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:08:45.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:45.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:45 smithi098 ceph-mon[112578]: pgmap v15232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:45 smithi016 ceph-mon[96085]: pgmap v15232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:46.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:46.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:47.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:47.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:47 smithi098 ceph-mon[112578]: pgmap v15233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:47 smithi016 ceph-mon[96085]: pgmap v15233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:48.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:48.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:49.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:49.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:49 smithi098 ceph-mon[112578]: pgmap v15234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:49 smithi016 ceph-mon[96085]: pgmap v15234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:50.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:50.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:51.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:51.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:51 smithi016 ceph-mon[96085]: pgmap v15235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:51 smithi098 ceph-mon[112578]: pgmap v15235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:52.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:52.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:53.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:53.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:53 smithi098 ceph-mon[112578]: pgmap v15236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:53 smithi016 ceph-mon[96085]: pgmap v15236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:54.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:54.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:55.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:55.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:55 smithi098 ceph-mon[112578]: pgmap v15237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:55 smithi016 ceph-mon[96085]: pgmap v15237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:56.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:56.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:57.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:57.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:57 smithi098 ceph-mon[112578]: pgmap v15238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:57 smithi016 ceph-mon[96085]: pgmap v15238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:58.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:58.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:08:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:08:59.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:08:59.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:08:59 smithi098 ceph-mon[112578]: pgmap v15239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:08:59 smithi016 ceph-mon[96085]: pgmap v15239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:00.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:00.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:01.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:01.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:01 smithi098 ceph-mon[112578]: pgmap v15240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:01.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:01 smithi016 ceph-mon[96085]: pgmap v15240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:02.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:02.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:03.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:03.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:09:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:03 smithi098 ceph-mon[112578]: pgmap v15241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:09:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:09:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:09:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:09:03.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:09:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:09:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:03 smithi016 ceph-mon[96085]: pgmap v15241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:09:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:09:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:09:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:09:03.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:09:04.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:04.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:05.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:05.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:05 smithi098 ceph-mon[112578]: pgmap v15242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:05 smithi016 ceph-mon[96085]: pgmap v15242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:06.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:06.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:07.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:07.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:07 smithi098 ceph-mon[112578]: pgmap v15243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:07 smithi016 ceph-mon[96085]: pgmap v15243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:08.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:08.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:09.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:09.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:09.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:09 smithi098 ceph-mon[112578]: pgmap v15244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:09 smithi016 ceph-mon[96085]: pgmap v15244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:10.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:10.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:11.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:11.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:11 smithi016 ceph-mon[96085]: pgmap v15245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:11 smithi098 ceph-mon[112578]: pgmap v15245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:12.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:12.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:13.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:13.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:13 smithi098 ceph-mon[112578]: pgmap v15246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:13 smithi016 ceph-mon[96085]: pgmap v15246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:14.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:14.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:09:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:09:15.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:15.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:15 smithi098 ceph-mon[112578]: pgmap v15247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:15 smithi016 ceph-mon[96085]: pgmap v15247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:16.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:16.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:17.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:17.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:17 smithi098 ceph-mon[112578]: pgmap v15248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:17 smithi016 ceph-mon[96085]: pgmap v15248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:18.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:18.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:19.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:19.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:19.731 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:19 smithi098 ceph-mon[112578]: pgmap v15249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:19.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:19 smithi016 ceph-mon[96085]: pgmap v15249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:20.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:20.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:21.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:21.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:21 smithi016 ceph-mon[96085]: pgmap v15250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:21 smithi098 ceph-mon[112578]: pgmap v15250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:22.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:22.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:23.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:23.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:23 smithi098 ceph-mon[112578]: pgmap v15251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:23 smithi016 ceph-mon[96085]: pgmap v15251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:24.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:24.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:25.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:25.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:25 smithi098 ceph-mon[112578]: pgmap v15252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:25 smithi016 ceph-mon[96085]: pgmap v15252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:26.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:26.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:27.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:27.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:27 smithi098 ceph-mon[112578]: pgmap v15253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:27 smithi016 ceph-mon[96085]: pgmap v15253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:28.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:28.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:09:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:09:29.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:29.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:29 smithi098 ceph-mon[112578]: pgmap v15254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:29 smithi016 ceph-mon[96085]: pgmap v15254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:30.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:30.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:31.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:31.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:31 smithi016 ceph-mon[96085]: pgmap v15255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:31 smithi098 ceph-mon[112578]: pgmap v15255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:32.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:32.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:33 smithi098 ceph-mon[112578]: pgmap v15256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:33.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:33.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:33 smithi016 ceph-mon[96085]: pgmap v15256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:34.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:34.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:35.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:35.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:35 smithi098 ceph-mon[112578]: pgmap v15257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:35 smithi016 ceph-mon[96085]: pgmap v15257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:36.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:36.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:37.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:37.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:37 smithi098 ceph-mon[112578]: pgmap v15258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:37 smithi016 ceph-mon[96085]: pgmap v15258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:38.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:38.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:39.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:39.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:39 smithi098 ceph-mon[112578]: pgmap v15259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:39 smithi016 ceph-mon[96085]: pgmap v15259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:40.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:40.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:41.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:41 smithi016 ceph-mon[96085]: pgmap v15260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:41.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:41.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:41 smithi098 ceph-mon[112578]: pgmap v15260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:42.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:42.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:43 smithi098 ceph-mon[112578]: pgmap v15261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:43 smithi016 ceph-mon[96085]: pgmap v15261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:43.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:43.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:09:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:09:44.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:44.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:45 smithi098 ceph-mon[112578]: pgmap v15262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:45 smithi016 ceph-mon[96085]: pgmap v15262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:45.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:45.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:46.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:46.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:47.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:47.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:47 smithi098 ceph-mon[112578]: pgmap v15263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:47 smithi016 ceph-mon[96085]: pgmap v15263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:48.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:48.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:49.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:49.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:49 smithi098 ceph-mon[112578]: pgmap v15264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:49 smithi016 ceph-mon[96085]: pgmap v15264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:50.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:50.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:51 smithi016 ceph-mon[96085]: pgmap v15265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:51.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:51.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:51 smithi098 ceph-mon[112578]: pgmap v15265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:52.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:52.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:53 smithi098 ceph-mon[112578]: pgmap v15266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:53 smithi016 ceph-mon[96085]: pgmap v15266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:53.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:53.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:54.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:54.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:55.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:55.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:55 smithi098 ceph-mon[112578]: pgmap v15267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:55 smithi016 ceph-mon[96085]: pgmap v15267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:56.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:56.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:57.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:57.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:57 smithi098 ceph-mon[112578]: pgmap v15268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:57 smithi016 ceph-mon[96085]: pgmap v15268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:58.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:58.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:09:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:09:59.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:09:59.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:09:59 smithi098 ceph-mon[112578]: pgmap v15269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:09:59 smithi016 ceph-mon[96085]: pgmap v15269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T05:10:00.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:00.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T05:10:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:01 smithi016 ceph-mon[96085]: pgmap v15270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:01.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:01.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:01 smithi098 ceph-mon[112578]: pgmap v15270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:02.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:02.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:03 smithi098 ceph-mon[112578]: pgmap v15271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:10:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:03 smithi016 ceph-mon[96085]: pgmap v15271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:10:03.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:03.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:04.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:10:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:10:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:10:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:10:04.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:10:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:10:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:10:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:10:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:10:04.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:10:04.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:04.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:05 smithi098 ceph-mon[112578]: pgmap v15272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:05 smithi016 ceph-mon[96085]: pgmap v15272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:05.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:05.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:06.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:06.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:07.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:07.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:07 smithi098 ceph-mon[112578]: pgmap v15273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:07 smithi016 ceph-mon[96085]: pgmap v15273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:08.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:08.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:09.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:09.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:09 smithi098 ceph-mon[112578]: pgmap v15274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:09 smithi016 ceph-mon[96085]: pgmap v15274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:10.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:10.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:11 smithi016 ceph-mon[96085]: pgmap v15275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:11.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:11.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:11 smithi098 ceph-mon[112578]: pgmap v15275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:12.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:12.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:13 smithi098 ceph-mon[112578]: pgmap v15276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:13 smithi016 ceph-mon[96085]: pgmap v15276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:13.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:13.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:10:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:10:14.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:14.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:15 smithi098 ceph-mon[112578]: pgmap v15277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:15 smithi016 ceph-mon[96085]: pgmap v15277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:15.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:15.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:16.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:16.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:17.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:17.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:17 smithi098 ceph-mon[112578]: pgmap v15278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:17 smithi016 ceph-mon[96085]: pgmap v15278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:18.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:18.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:19.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:19.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:19 smithi098 ceph-mon[112578]: pgmap v15279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:19 smithi016 ceph-mon[96085]: pgmap v15279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:20.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:20.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:21 smithi016 ceph-mon[96085]: pgmap v15280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:21.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:21.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:21 smithi098 ceph-mon[112578]: pgmap v15280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:22.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:22.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:23 smithi098 ceph-mon[112578]: pgmap v15281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:23 smithi016 ceph-mon[96085]: pgmap v15281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:23.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:23.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:24.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:24.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:25.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:25.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:25 smithi098 ceph-mon[112578]: pgmap v15282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:25 smithi016 ceph-mon[96085]: pgmap v15282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:26.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:26.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:27.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:27.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:27 smithi098 ceph-mon[112578]: pgmap v15283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:27 smithi016 ceph-mon[96085]: pgmap v15283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:28.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:28.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:10:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:10:29.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:29.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:29 smithi098 ceph-mon[112578]: pgmap v15284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:29 smithi016 ceph-mon[96085]: pgmap v15284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:30.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:30.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:31 smithi016 ceph-mon[96085]: pgmap v15285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:31.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:31.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:31 smithi098 ceph-mon[112578]: pgmap v15285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:32.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:32.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:33 smithi098 ceph-mon[112578]: pgmap v15286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:33 smithi016 ceph-mon[96085]: pgmap v15286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:33.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:33.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:34.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:34.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:35.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:35.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:35 smithi098 ceph-mon[112578]: pgmap v15287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:35 smithi016 ceph-mon[96085]: pgmap v15287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:36.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:36.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:37.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:37.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:37 smithi098 ceph-mon[112578]: pgmap v15288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:37 smithi016 ceph-mon[96085]: pgmap v15288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:38.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:38.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:39.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:39.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:39 smithi098 ceph-mon[112578]: pgmap v15289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:39 smithi016 ceph-mon[96085]: pgmap v15289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:40.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:40.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:41 smithi016 ceph-mon[96085]: pgmap v15290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:41.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:41.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:41 smithi098 ceph-mon[112578]: pgmap v15290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:42.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:42.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:43 smithi098 ceph-mon[112578]: pgmap v15291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:43 smithi016 ceph-mon[96085]: pgmap v15291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:43.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:43.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:10:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:10:44.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:44.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:45 smithi098 ceph-mon[112578]: pgmap v15292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:45 smithi016 ceph-mon[96085]: pgmap v15292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:45.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:45.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:46.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:46.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:47 smithi016 ceph-mon[96085]: pgmap v15293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:47.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:47.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:47 smithi098 ceph-mon[112578]: pgmap v15293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:48.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:48.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:49.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:49.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:49 smithi098 ceph-mon[112578]: pgmap v15294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:49 smithi016 ceph-mon[96085]: pgmap v15294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:50.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:50.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:51 smithi016 ceph-mon[96085]: pgmap v15295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:51.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:51.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:51 smithi098 ceph-mon[112578]: pgmap v15295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:52.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:52.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:53 smithi098 ceph-mon[112578]: pgmap v15296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:53 smithi016 ceph-mon[96085]: pgmap v15296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:53.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:53.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:54.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:54.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:55.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:55.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:55.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:55 smithi098 ceph-mon[112578]: pgmap v15297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:55 smithi016 ceph-mon[96085]: pgmap v15297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:56.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:56.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:57.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:57.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:57 smithi098 ceph-mon[112578]: pgmap v15298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:57 smithi016 ceph-mon[96085]: pgmap v15298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:58.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:58.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:10:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:10:59.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:10:59.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:10:59 smithi098 ceph-mon[112578]: pgmap v15299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:10:59 smithi016 ceph-mon[96085]: pgmap v15299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:00.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:00.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:01 smithi016 ceph-mon[96085]: pgmap v15300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:01.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:01.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:01 smithi098 ceph-mon[112578]: pgmap v15300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:02.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:02.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:03 smithi098 ceph-mon[112578]: pgmap v15301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:03 smithi016 ceph-mon[96085]: pgmap v15301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:03.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:03.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:11:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:11:04.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:04.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:05 smithi098 ceph-mon[112578]: pgmap v15302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:05 smithi016 ceph-mon[96085]: pgmap v15302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:05.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:05.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:06.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:06.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:07.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:07.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:07 smithi098 ceph-mon[112578]: pgmap v15303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:11:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:11:07.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:11:07.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:11:07.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:11:07.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:11:07.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:11:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:07 smithi016 ceph-mon[96085]: pgmap v15303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:11:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:11:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:11:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:11:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:11:07.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:11:07.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:11:08.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:08.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:09.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:09.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:09 smithi098 ceph-mon[112578]: pgmap v15304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:09 smithi016 ceph-mon[96085]: pgmap v15304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:10.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:10.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:11.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:11.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:11 smithi098 ceph-mon[112578]: pgmap v15305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:11 smithi016 ceph-mon[96085]: pgmap v15305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:12.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:12.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:13 smithi098 ceph-mon[112578]: pgmap v15306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:13 smithi016 ceph-mon[96085]: pgmap v15306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:13.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:13.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:11:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:11:14.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:14.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:15 smithi098 ceph-mon[112578]: pgmap v15307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:15 smithi016 ceph-mon[96085]: pgmap v15307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:15.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:15.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:16.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:16.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:17.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:17.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:17 smithi098 ceph-mon[112578]: pgmap v15308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:17 smithi016 ceph-mon[96085]: pgmap v15308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:18.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:18.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:19.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:19.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:19 smithi098 ceph-mon[112578]: pgmap v15309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:19 smithi016 ceph-mon[96085]: pgmap v15309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:20.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:20.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:21 smithi016 ceph-mon[96085]: pgmap v15310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:21.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:21.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:21 smithi098 ceph-mon[112578]: pgmap v15310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:22.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:22.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:23 smithi098 ceph-mon[112578]: pgmap v15311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:23 smithi016 ceph-mon[96085]: pgmap v15311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:23.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:23.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:24.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:24.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:25.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:25.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:25.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:25 smithi098 ceph-mon[112578]: pgmap v15312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:25 smithi016 ceph-mon[96085]: pgmap v15312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:26.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:26.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:27.682 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:27 smithi016 ceph-mon[96085]: pgmap v15313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:27.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:27.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:27 smithi098 ceph-mon[112578]: pgmap v15313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:28.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:28.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:11:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:11:29.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:29.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:29 smithi098 ceph-mon[112578]: pgmap v15314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:29 smithi016 ceph-mon[96085]: pgmap v15314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:30.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:30.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:31 smithi016 ceph-mon[96085]: pgmap v15315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:31.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:31.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:31 smithi098 ceph-mon[112578]: pgmap v15315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:32.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:32.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:33 smithi098 ceph-mon[112578]: pgmap v15316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:33 smithi016 ceph-mon[96085]: pgmap v15316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:33.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:33.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:34.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:34.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:35.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:35.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:35 smithi098 ceph-mon[112578]: pgmap v15317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:35 smithi016 ceph-mon[96085]: pgmap v15317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:36.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:36.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:37.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:37.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:37 smithi098 ceph-mon[112578]: pgmap v15318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:37 smithi016 ceph-mon[96085]: pgmap v15318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:38.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:38.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:39.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:39.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:39 smithi098 ceph-mon[112578]: pgmap v15319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:39 smithi016 ceph-mon[96085]: pgmap v15319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:40.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:40.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:41 smithi098 ceph-mon[112578]: pgmap v15320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:41 smithi016 ceph-mon[96085]: pgmap v15320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:41.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:41.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:42.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:42.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:43 smithi098 ceph-mon[112578]: pgmap v15321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:43 smithi016 ceph-mon[96085]: pgmap v15321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:43.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:43.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:11:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:11:44.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:44.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:45 smithi098 ceph-mon[112578]: pgmap v15322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:45 smithi016 ceph-mon[96085]: pgmap v15322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:45.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:45.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:46.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:46.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:47.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:47.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:47 smithi098 ceph-mon[112578]: pgmap v15323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:47 smithi016 ceph-mon[96085]: pgmap v15323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:48.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:48.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:49.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:49.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:49 smithi098 ceph-mon[112578]: pgmap v15324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:49 smithi016 ceph-mon[96085]: pgmap v15324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:50.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:50.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:51 smithi016 ceph-mon[96085]: pgmap v15325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:51.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:51.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:51 smithi098 ceph-mon[112578]: pgmap v15325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:52.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:52.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:53 smithi016 ceph-mon[96085]: pgmap v15326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:53 smithi098 ceph-mon[112578]: pgmap v15326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:53.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:53.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:54.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:54.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:55.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:55.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:55 smithi098 ceph-mon[112578]: pgmap v15327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:55 smithi016 ceph-mon[96085]: pgmap v15327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:56.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:56.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:57.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:57.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:57.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:57 smithi098 ceph-mon[112578]: pgmap v15328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:57 smithi016 ceph-mon[96085]: pgmap v15328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:11:58.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:58.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:11:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:11:59 smithi098 ceph-mon[112578]: pgmap v15329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:59.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:11:59.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:11:59 smithi016 ceph-mon[96085]: pgmap v15329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:00.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:00.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:01 smithi016 ceph-mon[96085]: pgmap v15330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:01 smithi098 ceph-mon[112578]: pgmap v15330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:01.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:01.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:02.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:02.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:03 smithi098 ceph-mon[112578]: pgmap v15331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:03 smithi016 ceph-mon[96085]: pgmap v15331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:03.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:03.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:04.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:04.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:05 smithi098 ceph-mon[112578]: pgmap v15332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:05.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:05.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:05 smithi016 ceph-mon[96085]: pgmap v15332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:06.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:06.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:07 smithi098 ceph-mon[112578]: pgmap v15333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:12:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:07 smithi016 ceph-mon[96085]: pgmap v15333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:12:07.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:07.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:08.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:08.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:09 smithi098 ceph-mon[112578]: pgmap v15334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:09 smithi016 ceph-mon[96085]: pgmap v15334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:09.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:09.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:10.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:10.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:11 smithi016 ceph-mon[96085]: pgmap v15335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:11 smithi098 ceph-mon[112578]: pgmap v15335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:11.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:11.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:12.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:12.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:13.205 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:12:13.205 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:12:13.205 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:12:13.206 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:12:13.206 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:12:13.206 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:12:13.207 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:12 smithi016 ceph-mon[96085]: pgmap v15336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:13.207 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:12:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:12:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:12:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:12:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:12:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:12:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:12:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:12 smithi098 ceph-mon[112578]: pgmap v15336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:13.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:12:13.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:13.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:12:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:12:14.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:14.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:14 smithi098 ceph-mon[112578]: pgmap v15337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:14 smithi016 ceph-mon[96085]: pgmap v15337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:15.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:15.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:16.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:16.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:17.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:17 smithi098 ceph-mon[112578]: pgmap v15338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:17 smithi016 ceph-mon[96085]: pgmap v15338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:17.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:17.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:18.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:18.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:19 smithi098 ceph-mon[112578]: pgmap v15339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:19 smithi016 ceph-mon[96085]: pgmap v15339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:19.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:19.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:20.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:20.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:21 smithi016 ceph-mon[96085]: pgmap v15340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:21 smithi098 ceph-mon[112578]: pgmap v15340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:21.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:21.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:22.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:22.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:23 smithi098 ceph-mon[112578]: pgmap v15341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:23 smithi016 ceph-mon[96085]: pgmap v15341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:23.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:23.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:24.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:24.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:25 smithi098 ceph-mon[112578]: pgmap v15342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:25 smithi016 ceph-mon[96085]: pgmap v15342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:25.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:25.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:26.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:26.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:27 smithi098 ceph-mon[112578]: pgmap v15343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:27 smithi016 ceph-mon[96085]: pgmap v15343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:27.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:27.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:12:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:12:28.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:28.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:29 smithi098 ceph-mon[112578]: pgmap v15344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:29 smithi016 ceph-mon[96085]: pgmap v15344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:29.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:29.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:30.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:30.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:31.719 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:31 smithi098 ceph-mon[112578]: pgmap v15345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:31.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:31 smithi016 ceph-mon[96085]: pgmap v15345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:31.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:31.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:32.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:32.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:33.434 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:33 smithi016 ceph-mon[96085]: pgmap v15346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:33 smithi098 ceph-mon[112578]: pgmap v15346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:33.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:33.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:34.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:34.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:35.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:35 smithi098 ceph-mon[112578]: pgmap v15347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:35 smithi016 ceph-mon[96085]: pgmap v15347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:35.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:35.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:36.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:36.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:37 smithi098 ceph-mon[112578]: pgmap v15348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:37 smithi016 ceph-mon[96085]: pgmap v15348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:37.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:37.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:38.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:38.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:39 smithi098 ceph-mon[112578]: pgmap v15349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:39 smithi016 ceph-mon[96085]: pgmap v15349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:39.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:39.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:40.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:40.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:41 smithi098 ceph-mon[112578]: pgmap v15350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:41 smithi016 ceph-mon[96085]: pgmap v15350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:41.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:41.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:42.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:42.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:43 smithi098 ceph-mon[112578]: pgmap v15351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:43 smithi016 ceph-mon[96085]: pgmap v15351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:43.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:43.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:12:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:12:44.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:44.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:45 smithi098 ceph-mon[112578]: pgmap v15352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:45 smithi016 ceph-mon[96085]: pgmap v15352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:45.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:45.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:46.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:46.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:47 smithi098 ceph-mon[112578]: pgmap v15353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:47 smithi016 ceph-mon[96085]: pgmap v15353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:47.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:47.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:48.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:48.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:49 smithi098 ceph-mon[112578]: pgmap v15354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:49 smithi016 ceph-mon[96085]: pgmap v15354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:49.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:49.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:50.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:50.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:51 smithi098 ceph-mon[112578]: pgmap v15355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:51.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:51 smithi016 ceph-mon[96085]: pgmap v15355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:51.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:51.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:52.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:52.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:53 smithi098 ceph-mon[112578]: pgmap v15356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:53 smithi016 ceph-mon[96085]: pgmap v15356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:53.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:53.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:54.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:54.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:55 smithi098 ceph-mon[112578]: pgmap v15357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:55 smithi016 ceph-mon[96085]: pgmap v15357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:55.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:55.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:56.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:56.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:57 smithi098 ceph-mon[112578]: pgmap v15358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:57 smithi016 ceph-mon[96085]: pgmap v15358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:57.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:57.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:58.723 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:12:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:12:58.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:58.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:12:59 smithi098 ceph-mon[112578]: pgmap v15359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:12:59 smithi016 ceph-mon[96085]: pgmap v15359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:59.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:12:59.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:00.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:00.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:01 smithi098 ceph-mon[112578]: pgmap v15360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:01.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:01 smithi016 ceph-mon[96085]: pgmap v15360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:01.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:01.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:02.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:02.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:03 smithi098 ceph-mon[112578]: pgmap v15361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:03 smithi016 ceph-mon[96085]: pgmap v15361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:03.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:03.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:04.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:04.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:05 smithi098 ceph-mon[112578]: pgmap v15362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:05 smithi016 ceph-mon[96085]: pgmap v15362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:05.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:05.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:06.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:06.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:07 smithi098 ceph-mon[112578]: pgmap v15363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:07 smithi016 ceph-mon[96085]: pgmap v15363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:07.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:07.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:08.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:08.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:09 smithi098 ceph-mon[112578]: pgmap v15364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:09 smithi016 ceph-mon[96085]: pgmap v15364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:09.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:09.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:10.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:10.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:11 smithi098 ceph-mon[112578]: pgmap v15365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:11 smithi016 ceph-mon[96085]: pgmap v15365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:11.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:11.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:12.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:12.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:13 smithi098 ceph-mon[112578]: pgmap v15366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:13:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:13:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:13:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:13:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:13:13.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:13:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:13 smithi016 ceph-mon[96085]: pgmap v15366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:13:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:13:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:13:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:13:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:13:13.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:13:13.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:13.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:13:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:13:14.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:14.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:15 smithi098 ceph-mon[112578]: pgmap v15367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:15 smithi016 ceph-mon[96085]: pgmap v15367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:15.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:15.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:16.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:16.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:17 smithi098 ceph-mon[112578]: pgmap v15368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:17 smithi016 ceph-mon[96085]: pgmap v15368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:17.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:17.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:18.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:18.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:19 smithi098 ceph-mon[112578]: pgmap v15369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:19 smithi016 ceph-mon[96085]: pgmap v15369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:19.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:19.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:20.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:20.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:21 smithi098 ceph-mon[112578]: pgmap v15370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:21 smithi016 ceph-mon[96085]: pgmap v15370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:21.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:21.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:22.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:22.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:23 smithi098 ceph-mon[112578]: pgmap v15371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:23 smithi016 ceph-mon[96085]: pgmap v15371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:23.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:23.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:24.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:24.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:25 smithi098 ceph-mon[112578]: pgmap v15372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:25 smithi016 ceph-mon[96085]: pgmap v15372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:25.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:25.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:26.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:26.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:27 smithi098 ceph-mon[112578]: pgmap v15373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:27 smithi016 ceph-mon[96085]: pgmap v15373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:27.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:27.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:13:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:13:28.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:28.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:29 smithi098 ceph-mon[112578]: pgmap v15374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:29 smithi016 ceph-mon[96085]: pgmap v15374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:29.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:29.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:30.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:30.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:31 smithi098 ceph-mon[112578]: pgmap v15375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:31 smithi016 ceph-mon[96085]: pgmap v15375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:31.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:31.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:32.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:32.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:33 smithi098 ceph-mon[112578]: pgmap v15376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:33 smithi016 ceph-mon[96085]: pgmap v15376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:33.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:33.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:34.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:34.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:35 smithi098 ceph-mon[112578]: pgmap v15377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:35 smithi016 ceph-mon[96085]: pgmap v15377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:35.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:35.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:36.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:36.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:37.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:37 smithi098 ceph-mon[112578]: pgmap v15378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:37 smithi016 ceph-mon[96085]: pgmap v15378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:37.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:37.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:38.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:38.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:39 smithi016 ceph-mon[96085]: pgmap v15379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:39 smithi098 ceph-mon[112578]: pgmap v15379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:39.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:39.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:40.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:40.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:41 smithi098 ceph-mon[112578]: pgmap v15380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:41 smithi016 ceph-mon[96085]: pgmap v15380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:41.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:41.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:42.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:42.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:43 smithi098 ceph-mon[112578]: pgmap v15381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:43 smithi016 ceph-mon[96085]: pgmap v15381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:43.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:43.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:13:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:13:44.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:44.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:45 smithi098 ceph-mon[112578]: pgmap v15382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:45 smithi016 ceph-mon[96085]: pgmap v15382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:45.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:45.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:46.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:46.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:47 smithi098 ceph-mon[112578]: pgmap v15383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:47 smithi016 ceph-mon[96085]: pgmap v15383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:47.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:47.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:48.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:48.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:49 smithi098 ceph-mon[112578]: pgmap v15384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:49 smithi016 ceph-mon[96085]: pgmap v15384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:49.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:49.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:50.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:50.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:51 smithi098 ceph-mon[112578]: pgmap v15385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:51.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:51 smithi016 ceph-mon[96085]: pgmap v15385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:51.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:51.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:52.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:52.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:53 smithi098 ceph-mon[112578]: pgmap v15386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:53 smithi016 ceph-mon[96085]: pgmap v15386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:53.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:53.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:54.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:54.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:55 smithi098 ceph-mon[112578]: pgmap v15387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:55 smithi016 ceph-mon[96085]: pgmap v15387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:55.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:55.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:56.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:56.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:57 smithi098 ceph-mon[112578]: pgmap v15388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:57 smithi016 ceph-mon[96085]: pgmap v15388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:57.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:57.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:13:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:13:58.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:58.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:13:59 smithi098 ceph-mon[112578]: pgmap v15389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:13:59 smithi016 ceph-mon[96085]: pgmap v15389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:59.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:13:59.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:00.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:00.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:01 smithi098 ceph-mon[112578]: pgmap v15390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:01.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:01 smithi016 ceph-mon[96085]: pgmap v15390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:01.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:01.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:02.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:02.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:03 smithi098 ceph-mon[112578]: pgmap v15391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:03 smithi016 ceph-mon[96085]: pgmap v15391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:03.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:03.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:04.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:04.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:05 smithi098 ceph-mon[112578]: pgmap v15392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:05 smithi016 ceph-mon[96085]: pgmap v15392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:05.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:05.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:06.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:06.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:07.719 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:07 smithi098 ceph-mon[112578]: pgmap v15393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:07 smithi016 ceph-mon[96085]: pgmap v15393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:07.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:07.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:08.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:08.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:09 smithi098 ceph-mon[112578]: pgmap v15394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:09 smithi016 ceph-mon[96085]: pgmap v15394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:09.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:09.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:10.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:11.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:11 smithi098 ceph-mon[112578]: pgmap v15395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:11 smithi016 ceph-mon[96085]: pgmap v15395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:11.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:11.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:12.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:12.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:13 smithi098 ceph-mon[112578]: pgmap v15396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:13 smithi016 ceph-mon[96085]: pgmap v15396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:13.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:13.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:14:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:14:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:14:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:14:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:14:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:14:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:14:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:14:14.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:14:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:14:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:14:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:14:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:14:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:14:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:14:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:14:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:14:14.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:14:14.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:14.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:15 smithi098 ceph-mon[112578]: pgmap v15397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:15 smithi016 ceph-mon[96085]: pgmap v15397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:15.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:15.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:16.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:16.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:17 smithi098 ceph-mon[112578]: pgmap v15398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:17 smithi016 ceph-mon[96085]: pgmap v15398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:17.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:17.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:18.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:18.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:19 smithi098 ceph-mon[112578]: pgmap v15399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:19 smithi016 ceph-mon[96085]: pgmap v15399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:19.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:19.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:21.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:21.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:21 smithi098 ceph-mon[112578]: pgmap v15400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:21 smithi016 ceph-mon[96085]: pgmap v15400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:22.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:22.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:23.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:23.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:23 smithi098 ceph-mon[112578]: pgmap v15401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:23 smithi016 ceph-mon[96085]: pgmap v15401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:24.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:24.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:25.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:25.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:25 smithi098 ceph-mon[112578]: pgmap v15402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:25 smithi016 ceph-mon[96085]: pgmap v15402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:26.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:26.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:27.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:27.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:27 smithi098 ceph-mon[112578]: pgmap v15403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:27 smithi016 ceph-mon[96085]: pgmap v15403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:28.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:28.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:14:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:14:29.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:29.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:29.756 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:29 smithi016 ceph-mon[96085]: pgmap v15404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:29 smithi098 ceph-mon[112578]: pgmap v15404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:30.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:30.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:31.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:31.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:31 smithi098 ceph-mon[112578]: pgmap v15405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:31 smithi016 ceph-mon[96085]: pgmap v15405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:32.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:32.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:33.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:33.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:33 smithi098 ceph-mon[112578]: pgmap v15406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:33 smithi016 ceph-mon[96085]: pgmap v15406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:34.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:34.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:35.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:35.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:35 smithi098 ceph-mon[112578]: pgmap v15407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:35 smithi016 ceph-mon[96085]: pgmap v15407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:36.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:36.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:37.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:37.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:37 smithi098 ceph-mon[112578]: pgmap v15408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:37 smithi016 ceph-mon[96085]: pgmap v15408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:38.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:38.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:39.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:39.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:39 smithi098 ceph-mon[112578]: pgmap v15409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:39 smithi016 ceph-mon[96085]: pgmap v15409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:40.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:40.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:41.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:41.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:41 smithi098 ceph-mon[112578]: pgmap v15410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:41 smithi016 ceph-mon[96085]: pgmap v15410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:42.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:42.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:43.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:43.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:43 smithi098 ceph-mon[112578]: pgmap v15411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:43 smithi016 ceph-mon[96085]: pgmap v15411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:44.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:44.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:14:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:14:45.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:45.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:45 smithi098 ceph-mon[112578]: pgmap v15412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:45 smithi016 ceph-mon[96085]: pgmap v15412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:46.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:46.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:47.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:47.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:47 smithi098 ceph-mon[112578]: pgmap v15413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:47 smithi016 ceph-mon[96085]: pgmap v15413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:48.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:48.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:49.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:49.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:49 smithi098 ceph-mon[112578]: pgmap v15414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:49 smithi016 ceph-mon[96085]: pgmap v15414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:50.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:50.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:51.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:51.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:51 smithi098 ceph-mon[112578]: pgmap v15415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:51.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:51 smithi016 ceph-mon[96085]: pgmap v15415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:52.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:52.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:53.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:53.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:53 smithi098 ceph-mon[112578]: pgmap v15416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:53 smithi016 ceph-mon[96085]: pgmap v15416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:54.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:54.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:55.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:55.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:55 smithi098 ceph-mon[112578]: pgmap v15417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:55 smithi016 ceph-mon[96085]: pgmap v15417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:56.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:56.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:57.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:57.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:57.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:57 smithi098 ceph-mon[112578]: pgmap v15418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:57 smithi016 ceph-mon[96085]: pgmap v15418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:58.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:58.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:14:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:14:59.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:14:59.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:14:59 smithi098 ceph-mon[112578]: pgmap v15419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:14:59 smithi016 ceph-mon[96085]: pgmap v15419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:00.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:00.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:01.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:01.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:01 smithi098 ceph-mon[112578]: pgmap v15420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:01.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:01 smithi016 ceph-mon[96085]: pgmap v15420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:02.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:02.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:03.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:03.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:03 smithi098 ceph-mon[112578]: pgmap v15421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:03 smithi016 ceph-mon[96085]: pgmap v15421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:04.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:04.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:05.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:05.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:05 smithi098 ceph-mon[112578]: pgmap v15422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:05 smithi016 ceph-mon[96085]: pgmap v15422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:06.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:06.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:07.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:07.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:07 smithi098 ceph-mon[112578]: pgmap v15423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:07 smithi016 ceph-mon[96085]: pgmap v15423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:08.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:08.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:09.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:09.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:09 smithi098 ceph-mon[112578]: pgmap v15424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:09 smithi016 ceph-mon[96085]: pgmap v15424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:10.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:10.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:11.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:11.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:11 smithi098 ceph-mon[112578]: pgmap v15425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:11 smithi016 ceph-mon[96085]: pgmap v15425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:12.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:12.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:13.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:13.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:13 smithi098 ceph-mon[112578]: pgmap v15426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:13 smithi016 ceph-mon[96085]: pgmap v15426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:14.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:14.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:15:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:15:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:15:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:15:15.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:15.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:15 smithi098 ceph-mon[112578]: pgmap v15427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:15:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:15:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:15:15.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:15:15.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:15:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:15 smithi016 ceph-mon[96085]: pgmap v15427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:15:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:15:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:15:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:15:15.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:15:16.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:16.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:17.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:17.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:17 smithi098 ceph-mon[112578]: pgmap v15428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:17 smithi016 ceph-mon[96085]: pgmap v15428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:18.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:18.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:19.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:19.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:19 smithi098 ceph-mon[112578]: pgmap v15429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:19 smithi016 ceph-mon[96085]: pgmap v15429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:20.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:20.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:21.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:21.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:21 smithi098 ceph-mon[112578]: pgmap v15430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:21 smithi016 ceph-mon[96085]: pgmap v15430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:22.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:22.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:23.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:23.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:23.510 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:23 smithi098 ceph-mon[112578]: pgmap v15431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:23 smithi016 ceph-mon[96085]: pgmap v15431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:24.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:24.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:25.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:25.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:25 smithi098 ceph-mon[112578]: pgmap v15432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:25 smithi016 ceph-mon[96085]: pgmap v15432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:26.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:26.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:27.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:27.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:27 smithi098 ceph-mon[112578]: pgmap v15433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:27.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:27 smithi016 ceph-mon[96085]: pgmap v15433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:28.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:28.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:15:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:15:29.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:29.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:29 smithi098 ceph-mon[112578]: pgmap v15434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:29 smithi016 ceph-mon[96085]: pgmap v15434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:30.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:30.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:31.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:31.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:31 smithi098 ceph-mon[112578]: pgmap v15435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:31 smithi016 ceph-mon[96085]: pgmap v15435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:32.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:32.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:33.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:33.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:33 smithi098 ceph-mon[112578]: pgmap v15436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:33 smithi016 ceph-mon[96085]: pgmap v15436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:34.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:34.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:35.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:35.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:35 smithi098 ceph-mon[112578]: pgmap v15437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:35 smithi016 ceph-mon[96085]: pgmap v15437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:36.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:36.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:37.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:37.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:37 smithi098 ceph-mon[112578]: pgmap v15438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:37 smithi016 ceph-mon[96085]: pgmap v15438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:38.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:38.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:39.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:39.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:39 smithi098 ceph-mon[112578]: pgmap v15439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:39 smithi016 ceph-mon[96085]: pgmap v15439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:40.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:40.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:41.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:41.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:41 smithi098 ceph-mon[112578]: pgmap v15440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:41 smithi016 ceph-mon[96085]: pgmap v15440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:42.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:42.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:43.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:43.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:43 smithi098 ceph-mon[112578]: pgmap v15441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:43 smithi016 ceph-mon[96085]: pgmap v15441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:44.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:44.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:15:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:15:45.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:45.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:45 smithi098 ceph-mon[112578]: pgmap v15442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:45 smithi016 ceph-mon[96085]: pgmap v15442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:46.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:46.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:47.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:47.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:47 smithi098 ceph-mon[112578]: pgmap v15443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:47 smithi016 ceph-mon[96085]: pgmap v15443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:48.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:48.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:49.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:49.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:49 smithi098 ceph-mon[112578]: pgmap v15444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:49 smithi016 ceph-mon[96085]: pgmap v15444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:50.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:50.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:51.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:51.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:51 smithi098 ceph-mon[112578]: pgmap v15445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:51.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:51 smithi016 ceph-mon[96085]: pgmap v15445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:52.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:52.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:53.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:53.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:53 smithi098 ceph-mon[112578]: pgmap v15446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:53 smithi016 ceph-mon[96085]: pgmap v15446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:54.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:54.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:55.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:55.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:55.737 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:55 smithi016 ceph-mon[96085]: pgmap v15447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:55 smithi098 ceph-mon[112578]: pgmap v15447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:56.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:56.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:57.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:57.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:57 smithi098 ceph-mon[112578]: pgmap v15448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:57 smithi016 ceph-mon[96085]: pgmap v15448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:58.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:58.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:15:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:15:59.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:15:59.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:15:59 smithi098 ceph-mon[112578]: pgmap v15449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:15:59 smithi016 ceph-mon[96085]: pgmap v15449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:00.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:00.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:01.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:01.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:01 smithi098 ceph-mon[112578]: pgmap v15450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:01.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:01 smithi016 ceph-mon[96085]: pgmap v15450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:02.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:02.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:03.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:03.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:03 smithi098 ceph-mon[112578]: pgmap v15451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:03 smithi016 ceph-mon[96085]: pgmap v15451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:04.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:04.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:05.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:05.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:05 smithi098 ceph-mon[112578]: pgmap v15452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:05 smithi016 ceph-mon[96085]: pgmap v15452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:06.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:06.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:07.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:07.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:07 smithi098 ceph-mon[112578]: pgmap v15453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:07 smithi016 ceph-mon[96085]: pgmap v15453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:08.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:08.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:09.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:09.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:09 smithi098 ceph-mon[112578]: pgmap v15454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:09 smithi016 ceph-mon[96085]: pgmap v15454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:10.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:10.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:11.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:11.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:11 smithi098 ceph-mon[112578]: pgmap v15455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:11 smithi016 ceph-mon[96085]: pgmap v15455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:12.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:12.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:13.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:13.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:13 smithi098 ceph-mon[112578]: pgmap v15456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:13 smithi016 ceph-mon[96085]: pgmap v15456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:14.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:14.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:16:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:16:15.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:15.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:15 smithi098 ceph-mon[112578]: pgmap v15457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:16:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:16:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:16:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:15 smithi016 ceph-mon[96085]: pgmap v15457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:16:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:16:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:16:16.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:16.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:16:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:16:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:16:16.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:16:16.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:16:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:16:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:16:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:16:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:16:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:16:17.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:17.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:17 smithi098 ceph-mon[112578]: pgmap v15458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:17 smithi016 ceph-mon[96085]: pgmap v15458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:18.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:18.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:19.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:19.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:19 smithi098 ceph-mon[112578]: pgmap v15459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:19 smithi016 ceph-mon[96085]: pgmap v15459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:20.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:20.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:21.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:21.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:21 smithi098 ceph-mon[112578]: pgmap v15460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:21 smithi016 ceph-mon[96085]: pgmap v15460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:22.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:22.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:23.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:23.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:23 smithi098 ceph-mon[112578]: pgmap v15461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:23 smithi016 ceph-mon[96085]: pgmap v15461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:24.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:24.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:25.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:25.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:25 smithi098 ceph-mon[112578]: pgmap v15462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:25 smithi016 ceph-mon[96085]: pgmap v15462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:26.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:26.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:27.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:27.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:27 smithi098 ceph-mon[112578]: pgmap v15463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:27 smithi016 ceph-mon[96085]: pgmap v15463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:28.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:28.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:16:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:16:29.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:29.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:29 smithi098 ceph-mon[112578]: pgmap v15464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:29 smithi016 ceph-mon[96085]: pgmap v15464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:30.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:30.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:31.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:31.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:31 smithi098 ceph-mon[112578]: pgmap v15465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:31 smithi016 ceph-mon[96085]: pgmap v15465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:32.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:32.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:33.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:33.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:33 smithi098 ceph-mon[112578]: pgmap v15466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:33 smithi016 ceph-mon[96085]: pgmap v15466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:34.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:34.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:35.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:35.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:35 smithi098 ceph-mon[112578]: pgmap v15467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:35 smithi016 ceph-mon[96085]: pgmap v15467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:36.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:36.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:37.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:37.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:37 smithi098 ceph-mon[112578]: pgmap v15468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:37 smithi016 ceph-mon[96085]: pgmap v15468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:38.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:38.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:39.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:39.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:39 smithi098 ceph-mon[112578]: pgmap v15469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:39 smithi016 ceph-mon[96085]: pgmap v15469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:40.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:40.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:41.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:41.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:41 smithi098 ceph-mon[112578]: pgmap v15470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:41 smithi016 ceph-mon[96085]: pgmap v15470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:42.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:42.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:43.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:43.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:43 smithi098 ceph-mon[112578]: pgmap v15471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:43 smithi016 ceph-mon[96085]: pgmap v15471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:44.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:44.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:16:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:16:45.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:45.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:45 smithi098 ceph-mon[112578]: pgmap v15472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:45 smithi016 ceph-mon[96085]: pgmap v15472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:46.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:46.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:47.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:47.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:47 smithi098 ceph-mon[112578]: pgmap v15473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:47 smithi016 ceph-mon[96085]: pgmap v15473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:48.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:48.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:49.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:49.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:49 smithi098 ceph-mon[112578]: pgmap v15474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:49 smithi016 ceph-mon[96085]: pgmap v15474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:50.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:50.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:51.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:51.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:51 smithi098 ceph-mon[112578]: pgmap v15475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:51.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:51 smithi016 ceph-mon[96085]: pgmap v15475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:52.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:52.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:53.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:53.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:53 smithi098 ceph-mon[112578]: pgmap v15476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:53 smithi016 ceph-mon[96085]: pgmap v15476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:54.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:54.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:55.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:55.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:55 smithi098 ceph-mon[112578]: pgmap v15477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:55 smithi016 ceph-mon[96085]: pgmap v15477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:56.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:56.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:57.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:57.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:57 smithi098 ceph-mon[112578]: pgmap v15478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:57 smithi016 ceph-mon[96085]: pgmap v15478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:58.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:58.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:16:58.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:16:59.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:16:59.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:16:59 smithi098 ceph-mon[112578]: pgmap v15479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:16:59 smithi016 ceph-mon[96085]: pgmap v15479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:00.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:00.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:01.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:01.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:01 smithi098 ceph-mon[112578]: pgmap v15480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:01.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:01 smithi016 ceph-mon[96085]: pgmap v15480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:02.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:02.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:03.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:03.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:03 smithi098 ceph-mon[112578]: pgmap v15481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:03 smithi016 ceph-mon[96085]: pgmap v15481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:04.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:04.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:05.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:05.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:05 smithi098 ceph-mon[112578]: pgmap v15482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:05 smithi016 ceph-mon[96085]: pgmap v15482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:06.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:06.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:07.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:07.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:07 smithi098 ceph-mon[112578]: pgmap v15483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:07 smithi016 ceph-mon[96085]: pgmap v15483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:08.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:08.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:09.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:09.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:09 smithi098 ceph-mon[112578]: pgmap v15484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:09 smithi016 ceph-mon[96085]: pgmap v15484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:10.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:10.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:11.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:11.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:11 smithi098 ceph-mon[112578]: pgmap v15485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:11 smithi016 ceph-mon[96085]: pgmap v15485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:12.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:12.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:13.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:13.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:13 smithi098 ceph-mon[112578]: pgmap v15486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:13 smithi016 ceph-mon[96085]: pgmap v15486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:14.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:14.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:17:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:17:15.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:15.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:15 smithi098 ceph-mon[112578]: pgmap v15487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:15 smithi016 ceph-mon[96085]: pgmap v15487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:16.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:16.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:17:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:17:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:17:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:17:16.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:17:16.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:17:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:17:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:17:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:17:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:17:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:17:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:17:17.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:17.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:17 smithi098 ceph-mon[112578]: pgmap v15488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:17 smithi016 ceph-mon[96085]: pgmap v15488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:18.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:18.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:19.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:19.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:19 smithi098 ceph-mon[112578]: pgmap v15489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:19 smithi016 ceph-mon[96085]: pgmap v15489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:20.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:20.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:21.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:21.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:21 smithi098 ceph-mon[112578]: pgmap v15490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:21 smithi016 ceph-mon[96085]: pgmap v15490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:22.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:22.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:23.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:23.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:23 smithi098 ceph-mon[112578]: pgmap v15491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:23 smithi016 ceph-mon[96085]: pgmap v15491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:24.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:24.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:25.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:25.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:25 smithi098 ceph-mon[112578]: pgmap v15492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:25 smithi016 ceph-mon[96085]: pgmap v15492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:26.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:26.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:27.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:27.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:27 smithi098 ceph-mon[112578]: pgmap v15493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:27 smithi016 ceph-mon[96085]: pgmap v15493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:28.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:28.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:17:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:17:29.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:29.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:29 smithi098 ceph-mon[112578]: pgmap v15494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:29 smithi016 ceph-mon[96085]: pgmap v15494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:30.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:30.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:31.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:31.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:31 smithi098 ceph-mon[112578]: pgmap v15495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:31 smithi016 ceph-mon[96085]: pgmap v15495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:32.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:32.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:33.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:33.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:33 smithi098 ceph-mon[112578]: pgmap v15496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:33 smithi016 ceph-mon[96085]: pgmap v15496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:34.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:34.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:35.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:35.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:35 smithi098 ceph-mon[112578]: pgmap v15497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:35 smithi016 ceph-mon[96085]: pgmap v15497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:36.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:36.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:37.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:37.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:37 smithi098 ceph-mon[112578]: pgmap v15498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:37 smithi016 ceph-mon[96085]: pgmap v15498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:38.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:38.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:39.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:39.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:39 smithi098 ceph-mon[112578]: pgmap v15499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:39 smithi016 ceph-mon[96085]: pgmap v15499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:40.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:40.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:41.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:41.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:41 smithi098 ceph-mon[112578]: pgmap v15500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:41 smithi016 ceph-mon[96085]: pgmap v15500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:42.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:42.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:43.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:43.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:43 smithi098 ceph-mon[112578]: pgmap v15501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:43 smithi016 ceph-mon[96085]: pgmap v15501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:44.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:44.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:17:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:17:45.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:45.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:45 smithi098 ceph-mon[112578]: pgmap v15502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:45 smithi016 ceph-mon[96085]: pgmap v15502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:46.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:46.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:47.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:47.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:47 smithi098 ceph-mon[112578]: pgmap v15503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:47 smithi016 ceph-mon[96085]: pgmap v15503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:48.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:48.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:49.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:49.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:49 smithi098 ceph-mon[112578]: pgmap v15504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:49.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:49 smithi016 ceph-mon[96085]: pgmap v15504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:50.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:50.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:51.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:51.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:51 smithi098 ceph-mon[112578]: pgmap v15505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:51.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:51 smithi016 ceph-mon[96085]: pgmap v15505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:52.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:52.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:53.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:53.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:53 smithi098 ceph-mon[112578]: pgmap v15506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:53 smithi016 ceph-mon[96085]: pgmap v15506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:54.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:54.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:55.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:55.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:55 smithi098 ceph-mon[112578]: pgmap v15507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:55 smithi016 ceph-mon[96085]: pgmap v15507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:56.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:56.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:57.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:57.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:57 smithi098 ceph-mon[112578]: pgmap v15508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:57 smithi016 ceph-mon[96085]: pgmap v15508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:58.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:58.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:17:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:17:59.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:17:59.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:17:59 smithi016 ceph-mon[96085]: pgmap v15509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:17:59 smithi098 ceph-mon[112578]: pgmap v15509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:00.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:00.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:01.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:01.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:01.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:01 smithi016 ceph-mon[96085]: pgmap v15510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:01 smithi098 ceph-mon[112578]: pgmap v15510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:02.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:02.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:03.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:03.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:03 smithi098 ceph-mon[112578]: pgmap v15511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:03 smithi016 ceph-mon[96085]: pgmap v15511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:04.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:04.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:05.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:05.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:05 smithi098 ceph-mon[112578]: pgmap v15512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:05 smithi016 ceph-mon[96085]: pgmap v15512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:06.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:06.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:07.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:07.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:07 smithi098 ceph-mon[112578]: pgmap v15513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:07 smithi016 ceph-mon[96085]: pgmap v15513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:08.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:08.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:09.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:09.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:09 smithi016 ceph-mon[96085]: pgmap v15514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:09 smithi098 ceph-mon[112578]: pgmap v15514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:10.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:10.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:11.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:11.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:11.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:11 smithi016 ceph-mon[96085]: pgmap v15515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:11 smithi098 ceph-mon[112578]: pgmap v15515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:12.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:12.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:13.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:13.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:13 smithi098 ceph-mon[112578]: pgmap v15516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:13 smithi016 ceph-mon[96085]: pgmap v15516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:14.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:14.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:18:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:18:15.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:15.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:15 smithi098 ceph-mon[112578]: pgmap v15517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:15 smithi016 ceph-mon[96085]: pgmap v15517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:16.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:16.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:18:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:18:17.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:17.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:17 smithi098 ceph-mon[112578]: pgmap v15518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:18:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:18:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:18:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:18:17.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:18:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:17 smithi016 ceph-mon[96085]: pgmap v15518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:18:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:18:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:18:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:18:17.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:18:18.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:18.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:19.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:19.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:19.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:19 smithi098 ceph-mon[112578]: pgmap v15519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:19 smithi016 ceph-mon[96085]: pgmap v15519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:20.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:20.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:21.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:21.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:21 smithi016 ceph-mon[96085]: pgmap v15520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:21 smithi098 ceph-mon[112578]: pgmap v15520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:22.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:22.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:23.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:23.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:23 smithi098 ceph-mon[112578]: pgmap v15521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:23 smithi016 ceph-mon[96085]: pgmap v15521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:24.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:24.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:25.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:25.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:25 smithi098 ceph-mon[112578]: pgmap v15522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:25 smithi016 ceph-mon[96085]: pgmap v15522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:26.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:26.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:27.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:27.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:27 smithi016 ceph-mon[96085]: pgmap v15523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:27 smithi098 ceph-mon[112578]: pgmap v15523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:28.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:28.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:18:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:18:29.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:29.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:29 smithi016 ceph-mon[96085]: pgmap v15524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:29 smithi098 ceph-mon[112578]: pgmap v15524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:30.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:30.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:31.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:31.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:31.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:31 smithi016 ceph-mon[96085]: pgmap v15525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:31 smithi098 ceph-mon[112578]: pgmap v15525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:32.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:32.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:33.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:33.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:33 smithi098 ceph-mon[112578]: pgmap v15526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:33 smithi016 ceph-mon[96085]: pgmap v15526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:34.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:34.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:35.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:35.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:35 smithi098 ceph-mon[112578]: pgmap v15527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:35 smithi016 ceph-mon[96085]: pgmap v15527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:36.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:36.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:37.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:37.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:37 smithi016 ceph-mon[96085]: pgmap v15528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:37 smithi098 ceph-mon[112578]: pgmap v15528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:38.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:38.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:39.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:39.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:39 smithi016 ceph-mon[96085]: pgmap v15529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:39 smithi098 ceph-mon[112578]: pgmap v15529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:40.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:40.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:41.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:41.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:41 smithi016 ceph-mon[96085]: pgmap v15530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:41 smithi098 ceph-mon[112578]: pgmap v15530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:42.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:42.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:43.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:43.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:43 smithi098 ceph-mon[112578]: pgmap v15531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:43 smithi016 ceph-mon[96085]: pgmap v15531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:44.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:44.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:18:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:18:45.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:45.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:45 smithi098 ceph-mon[112578]: pgmap v15532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:45 smithi016 ceph-mon[96085]: pgmap v15532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:46.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:46.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:47.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:47.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:47 smithi016 ceph-mon[96085]: pgmap v15533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:47 smithi098 ceph-mon[112578]: pgmap v15533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:48.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:48.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:49.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:49.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:49 smithi016 ceph-mon[96085]: pgmap v15534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:49 smithi098 ceph-mon[112578]: pgmap v15534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:50.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:50.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:51.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:51.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:51.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:51 smithi016 ceph-mon[96085]: pgmap v15535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:51 smithi098 ceph-mon[112578]: pgmap v15535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:52.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:52.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:53.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:53.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:53 smithi098 ceph-mon[112578]: pgmap v15536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:53 smithi016 ceph-mon[96085]: pgmap v15536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:54.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:54.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:55.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:55.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:55 smithi016 ceph-mon[96085]: pgmap v15537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:55 smithi098 ceph-mon[112578]: pgmap v15537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:56.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:56.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:57.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:57.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:57 smithi016 ceph-mon[96085]: pgmap v15538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:57 smithi098 ceph-mon[112578]: pgmap v15538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:58.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:58.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:18:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:18:59.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:18:59.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:18:59 smithi098 ceph-mon[112578]: pgmap v15539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:18:59 smithi016 ceph-mon[96085]: pgmap v15539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:00.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:00.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:01.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:01.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:01 smithi098 ceph-mon[112578]: pgmap v15540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:01 smithi016 ceph-mon[96085]: pgmap v15540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:02.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:02.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:03.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:03.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:03 smithi098 ceph-mon[112578]: pgmap v15541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:03 smithi016 ceph-mon[96085]: pgmap v15541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:04.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:04.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:05.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:05.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:05 smithi016 ceph-mon[96085]: pgmap v15542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:05.823 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:05 smithi098 ceph-mon[112578]: pgmap v15542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:06.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:06.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:07.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:07.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:07.929 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:07 smithi016 ceph-mon[96085]: pgmap v15543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:07 smithi098 ceph-mon[112578]: pgmap v15543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:08.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:08.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:09.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:09.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:09 smithi098 ceph-mon[112578]: pgmap v15544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:09 smithi016 ceph-mon[96085]: pgmap v15544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:10.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:10.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:11.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:11.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:11 smithi098 ceph-mon[112578]: pgmap v15545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:11 smithi016 ceph-mon[96085]: pgmap v15545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:12.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:12.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:13.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:13.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:13 smithi098 ceph-mon[112578]: pgmap v15546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:13 smithi016 ceph-mon[96085]: pgmap v15546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:14.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:14.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:19:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:19:15.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:15.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:15 smithi098 ceph-mon[112578]: pgmap v15547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:15 smithi016 ceph-mon[96085]: pgmap v15547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:16.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:16.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:17.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:17.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:17 smithi098 ceph-mon[112578]: pgmap v15548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:19:18.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:19:18.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:19:18.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:19:18.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:19:18.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:19:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:17 smithi016 ceph-mon[96085]: pgmap v15548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:19:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:19:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:19:18.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:19:18.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:19:18.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:19:18.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:18.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:19.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:19.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:19 smithi098 ceph-mon[112578]: pgmap v15549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:19 smithi016 ceph-mon[96085]: pgmap v15549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:20.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:20.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:21.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:21.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:21 smithi098 ceph-mon[112578]: pgmap v15550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:21 smithi016 ceph-mon[96085]: pgmap v15550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:22.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:22.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:23.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:23.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:23 smithi098 ceph-mon[112578]: pgmap v15551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:23 smithi016 ceph-mon[96085]: pgmap v15551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:24.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:24.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:25.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:25.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:25 smithi098 ceph-mon[112578]: pgmap v15552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:25 smithi016 ceph-mon[96085]: pgmap v15552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:26.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:26.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:27.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:27.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:27 smithi098 ceph-mon[112578]: pgmap v15553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:27 smithi016 ceph-mon[96085]: pgmap v15553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:28.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:28.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:19:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:19:29.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:29.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:29 smithi098 ceph-mon[112578]: pgmap v15554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:29 smithi016 ceph-mon[96085]: pgmap v15554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:30.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:30.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:31.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:31.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:31 smithi098 ceph-mon[112578]: pgmap v15555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:31 smithi016 ceph-mon[96085]: pgmap v15555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:32.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:32.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:33 smithi098 ceph-mon[112578]: pgmap v15556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:33.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:33.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:33 smithi016 ceph-mon[96085]: pgmap v15556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:34.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:34.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:35.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:35.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:35 smithi098 ceph-mon[112578]: pgmap v15557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:35 smithi016 ceph-mon[96085]: pgmap v15557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:36.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:36.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:37.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:37.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:37 smithi098 ceph-mon[112578]: pgmap v15558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:37 smithi016 ceph-mon[96085]: pgmap v15558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:38.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:38.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:39.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:39.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:39 smithi098 ceph-mon[112578]: pgmap v15559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:39 smithi016 ceph-mon[96085]: pgmap v15559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:40.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:40.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:41.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:41.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:41 smithi098 ceph-mon[112578]: pgmap v15560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:41 smithi016 ceph-mon[96085]: pgmap v15560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:42.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:42.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:43 smithi098 ceph-mon[112578]: pgmap v15561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:43 smithi016 ceph-mon[96085]: pgmap v15561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:43.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:43.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:19:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:19:44.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:44.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:45 smithi098 ceph-mon[112578]: pgmap v15562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:45 smithi016 ceph-mon[96085]: pgmap v15562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:45.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:45.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:46.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:46.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:47.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:47.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:47 smithi098 ceph-mon[112578]: pgmap v15563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:47 smithi016 ceph-mon[96085]: pgmap v15563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:48.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:48.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:49.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:49.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:50.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:49 smithi098 ceph-mon[112578]: pgmap v15564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:49 smithi016 ceph-mon[96085]: pgmap v15564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:50.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:50.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:51.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:51.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:51 smithi098 ceph-mon[112578]: pgmap v15565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:51 smithi016 ceph-mon[96085]: pgmap v15565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:52.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:52.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:53 smithi098 ceph-mon[112578]: pgmap v15566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:53 smithi016 ceph-mon[96085]: pgmap v15566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:53.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:53.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:54.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:54.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:55.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:55.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:55 smithi098 ceph-mon[112578]: pgmap v15567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:55 smithi016 ceph-mon[96085]: pgmap v15567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:56.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:56.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:57.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:57.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:57 smithi098 ceph-mon[112578]: pgmap v15568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:57 smithi016 ceph-mon[96085]: pgmap v15568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:58.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:58.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:19:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:19:59.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:19:59.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:19:59 smithi098 ceph-mon[112578]: pgmap v15569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:19:59 smithi016 ceph-mon[96085]: pgmap v15569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:00.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:00.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T05:20:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T05:20:01.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:01.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:01 smithi098 ceph-mon[112578]: pgmap v15570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:01 smithi016 ceph-mon[96085]: pgmap v15570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:02.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:02.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:03 smithi098 ceph-mon[112578]: pgmap v15571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:03 smithi016 ceph-mon[96085]: pgmap v15571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:03.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:03.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:04.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:04.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:05.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:05.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:05 smithi098 ceph-mon[112578]: pgmap v15572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:05 smithi016 ceph-mon[96085]: pgmap v15572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:06.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:06.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:07.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:07.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:07 smithi098 ceph-mon[112578]: pgmap v15573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:07 smithi016 ceph-mon[96085]: pgmap v15573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:08.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:08.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:09.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:09.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:09 smithi098 ceph-mon[112578]: pgmap v15574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:09 smithi016 ceph-mon[96085]: pgmap v15574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:10.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:10.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:11.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:11.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:11 smithi098 ceph-mon[112578]: pgmap v15575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:11 smithi016 ceph-mon[96085]: pgmap v15575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:12.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:12.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:13 smithi098 ceph-mon[112578]: pgmap v15576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:13 smithi016 ceph-mon[96085]: pgmap v15576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:13.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:13.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:20:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:20:14.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:14.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:15 smithi016 ceph-mon[96085]: pgmap v15577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:15.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:15.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:15 smithi098 ceph-mon[112578]: pgmap v15577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:16.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:16.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:17.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:17.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:17.807 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:17 smithi098 ceph-mon[112578]: pgmap v15578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:17 smithi016 ceph-mon[96085]: pgmap v15578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:18.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:18.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:20:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:20:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:20:19.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:20:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:20:19.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:20:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:20:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:20:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:20:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:20:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:20:19.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:20:19.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:19.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:19 smithi098 ceph-mon[112578]: pgmap v15579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:20.038 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:19 smithi016 ceph-mon[96085]: pgmap v15579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:20.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:20.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:21.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:21.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:21 smithi098 ceph-mon[112578]: pgmap v15580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:21 smithi016 ceph-mon[96085]: pgmap v15580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:22.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:22.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:23 smithi098 ceph-mon[112578]: pgmap v15581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:23 smithi016 ceph-mon[96085]: pgmap v15581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:23.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:23.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:24.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:24.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:25.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:25.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:25 smithi098 ceph-mon[112578]: pgmap v15582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:25 smithi016 ceph-mon[96085]: pgmap v15582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:26.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:26.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:27.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:27.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:27 smithi098 ceph-mon[112578]: pgmap v15583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:27 smithi016 ceph-mon[96085]: pgmap v15583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:28.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:28.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:28.851 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:20:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:20:29.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:29.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:29 smithi098 ceph-mon[112578]: pgmap v15584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:29 smithi016 ceph-mon[96085]: pgmap v15584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:30.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:30.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:31.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:31.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:31 smithi098 ceph-mon[112578]: pgmap v15585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:31 smithi016 ceph-mon[96085]: pgmap v15585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:32.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:32.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:33 smithi016 ceph-mon[96085]: pgmap v15586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:33.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:33.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:33 smithi098 ceph-mon[112578]: pgmap v15586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:34.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:34.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:35.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:35.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:35 smithi098 ceph-mon[112578]: pgmap v15587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:35 smithi016 ceph-mon[96085]: pgmap v15587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:36.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:36.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:37.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:37.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:37 smithi098 ceph-mon[112578]: pgmap v15588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:37 smithi016 ceph-mon[96085]: pgmap v15588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:38.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:38.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:39.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:39.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:39 smithi098 ceph-mon[112578]: pgmap v15589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:39 smithi016 ceph-mon[96085]: pgmap v15589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:40.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:40.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:41.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:41.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:41.827 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:41 smithi098 ceph-mon[112578]: pgmap v15590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:41 smithi016 ceph-mon[96085]: pgmap v15590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:42.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:42.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:43 smithi016 ceph-mon[96085]: pgmap v15591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:43.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:43.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:43 smithi098 ceph-mon[112578]: pgmap v15591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:20:44.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:44.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:20:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:45 smithi016 ceph-mon[96085]: pgmap v15592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:45.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:45.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:45 smithi098 ceph-mon[112578]: pgmap v15592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:46.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:46.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:47.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:47.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:47 smithi098 ceph-mon[112578]: pgmap v15593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:47 smithi016 ceph-mon[96085]: pgmap v15593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:48.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:48.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:49.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:49.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:49 smithi098 ceph-mon[112578]: pgmap v15594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:49 smithi016 ceph-mon[96085]: pgmap v15594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:50.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:50.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:51.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:51.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:51.931 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:51 smithi098 ceph-mon[112578]: pgmap v15595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:51 smithi016 ceph-mon[96085]: pgmap v15595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:52.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:52.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:53 smithi016 ceph-mon[96085]: pgmap v15596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:53.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:53.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:53 smithi098 ceph-mon[112578]: pgmap v15596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:54.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:54.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:55.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:55.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:55 smithi098 ceph-mon[112578]: pgmap v15597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:55 smithi016 ceph-mon[96085]: pgmap v15597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:56.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:56.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:57.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:57.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:57 smithi098 ceph-mon[112578]: pgmap v15598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:57 smithi016 ceph-mon[96085]: pgmap v15598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:58.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:58.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:20:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:20:59.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:20:59.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:20:59 smithi098 ceph-mon[112578]: pgmap v15599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:20:59 smithi016 ceph-mon[96085]: pgmap v15599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:00.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:00.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:01.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:01.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:01 smithi098 ceph-mon[112578]: pgmap v15600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:01 smithi016 ceph-mon[96085]: pgmap v15600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:02.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:02.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:03 smithi016 ceph-mon[96085]: pgmap v15601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:03.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:03.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:03 smithi098 ceph-mon[112578]: pgmap v15601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:04.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:04.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:05.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:05.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:05 smithi098 ceph-mon[112578]: pgmap v15602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:05 smithi016 ceph-mon[96085]: pgmap v15602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:06.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:06.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:07.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:07.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:07 smithi098 ceph-mon[112578]: pgmap v15603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:07 smithi016 ceph-mon[96085]: pgmap v15603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:08.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:08.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:09.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:09.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:09 smithi098 ceph-mon[112578]: pgmap v15604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:09 smithi016 ceph-mon[96085]: pgmap v15604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:10.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:10.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:11.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:11.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:11 smithi098 ceph-mon[112578]: pgmap v15605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:11 smithi016 ceph-mon[96085]: pgmap v15605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:12.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:12.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:13 smithi016 ceph-mon[96085]: pgmap v15606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:13.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:13.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:13 smithi098 ceph-mon[112578]: pgmap v15606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:21:14.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:14.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:21:15.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:15.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:15 smithi098 ceph-mon[112578]: pgmap v15607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:15 smithi016 ceph-mon[96085]: pgmap v15607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:16.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:16.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:17.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:17.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:17 smithi098 ceph-mon[112578]: pgmap v15608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:17 smithi016 ceph-mon[96085]: pgmap v15608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:18.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:18.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:21:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:21:19.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:19.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:19.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:19 smithi016 ceph-mon[96085]: pgmap v15609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:19 smithi098 ceph-mon[112578]: pgmap v15609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:20.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:20.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:21.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:21.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:21 smithi098 ceph-mon[112578]: pgmap v15610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:21:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:21:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:21 smithi016 ceph-mon[96085]: pgmap v15610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:21:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:21:22.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:22.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:21:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:21:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:21:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:21:23.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:21:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:21:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:21:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:21:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:21:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:21:23.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:23.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:23 smithi098 ceph-mon[112578]: pgmap v15611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:23 smithi016 ceph-mon[96085]: pgmap v15611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:24.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:24.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:25.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:25.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:25 smithi098 ceph-mon[112578]: pgmap v15612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:25 smithi016 ceph-mon[96085]: pgmap v15612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:26.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:26.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:27.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:27.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:27 smithi098 ceph-mon[112578]: pgmap v15613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:27 smithi016 ceph-mon[96085]: pgmap v15613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:28.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:28.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:21:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:21:29.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:29.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:29 smithi098 ceph-mon[112578]: pgmap v15614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:29 smithi016 ceph-mon[96085]: pgmap v15614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:30.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:30.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:31.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:31.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:31 smithi098 ceph-mon[112578]: pgmap v15615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:31 smithi016 ceph-mon[96085]: pgmap v15615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:32.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:32.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:33 smithi016 ceph-mon[96085]: pgmap v15616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:33.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:33.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:33 smithi098 ceph-mon[112578]: pgmap v15616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:34.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:34.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:35.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:35.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:35 smithi098 ceph-mon[112578]: pgmap v15617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:35 smithi016 ceph-mon[96085]: pgmap v15617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:36.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:36.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:37.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:37.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:37 smithi098 ceph-mon[112578]: pgmap v15618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:37 smithi016 ceph-mon[96085]: pgmap v15618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:38.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:38.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:39.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:39.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:39 smithi098 ceph-mon[112578]: pgmap v15619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:39 smithi016 ceph-mon[96085]: pgmap v15619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:40.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:40.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:41.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:41.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:41 smithi098 ceph-mon[112578]: pgmap v15620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:41 smithi016 ceph-mon[96085]: pgmap v15620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:42.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:42.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:43.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:43.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:43 smithi098 ceph-mon[112578]: pgmap v15621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:43 smithi016 ceph-mon[96085]: pgmap v15621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:44.715 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:21:44.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:44.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:21:45.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:45.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:45 smithi098 ceph-mon[112578]: pgmap v15622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:45 smithi016 ceph-mon[96085]: pgmap v15622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:46.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:46.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:47.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:47.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:47 smithi098 ceph-mon[112578]: pgmap v15623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:47 smithi016 ceph-mon[96085]: pgmap v15623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:48.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:48.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:49.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:49.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:49 smithi098 ceph-mon[112578]: pgmap v15624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:49 smithi016 ceph-mon[96085]: pgmap v15624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:50.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:50.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:51.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:51.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:51 smithi098 ceph-mon[112578]: pgmap v15625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:51 smithi016 ceph-mon[96085]: pgmap v15625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:52.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:52.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:53.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:53.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:53 smithi098 ceph-mon[112578]: pgmap v15626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:53 smithi016 ceph-mon[96085]: pgmap v15626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:54.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:54.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:55.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:55.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:55 smithi098 ceph-mon[112578]: pgmap v15627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:55 smithi016 ceph-mon[96085]: pgmap v15627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:56.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:56.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:57.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:57.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:57 smithi098 ceph-mon[112578]: pgmap v15628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:57 smithi016 ceph-mon[96085]: pgmap v15628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:58.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:58.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:21:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:21:59.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:21:59.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:59.889 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:21:59 smithi016 ceph-mon[96085]: pgmap v15629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:21:59 smithi098 ceph-mon[112578]: pgmap v15629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:00.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:00.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:01.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:01.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:01 smithi098 ceph-mon[112578]: pgmap v15630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:01 smithi016 ceph-mon[96085]: pgmap v15630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:02.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:02.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:03 smithi098 ceph-mon[112578]: pgmap v15631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:03.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:03.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:03 smithi016 ceph-mon[96085]: pgmap v15631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:04.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:04.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:05.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:05.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:05 smithi098 ceph-mon[112578]: pgmap v15632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:05 smithi016 ceph-mon[96085]: pgmap v15632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:06.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:06.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:07.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:07.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:07 smithi098 ceph-mon[112578]: pgmap v15633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:07 smithi016 ceph-mon[96085]: pgmap v15633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:08.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:08.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:09.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:09.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:10.003 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:09 smithi016 ceph-mon[96085]: pgmap v15634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:09 smithi098 ceph-mon[112578]: pgmap v15634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:10.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:10.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:11.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:11.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:11 smithi098 ceph-mon[112578]: pgmap v15635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:11 smithi016 ceph-mon[96085]: pgmap v15635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:12.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:12.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:13 smithi098 ceph-mon[112578]: pgmap v15636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:22:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:13 smithi016 ceph-mon[96085]: pgmap v15636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:22:13.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:13.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:14.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:14.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:15.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:15.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:15 smithi098 ceph-mon[112578]: pgmap v15637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:15 smithi016 ceph-mon[96085]: pgmap v15637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:16.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:16.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:17.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:17.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:17 smithi098 ceph-mon[112578]: pgmap v15638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:17 smithi016 ceph-mon[96085]: pgmap v15638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:18.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:18.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:19.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:19.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:19 smithi098 ceph-mon[112578]: pgmap v15639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:19 smithi016 ceph-mon[96085]: pgmap v15639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:20.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:20.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:21.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:21.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:21 smithi098 ceph-mon[112578]: pgmap v15640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:21 smithi016 ceph-mon[96085]: pgmap v15640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:22.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:22.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:22.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:22 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:22:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:22 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:22:23.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:23.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:23 smithi098 ceph-mon[112578]: pgmap v15641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:23 smithi016 ceph-mon[96085]: pgmap v15641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:24.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:24.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:25.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:25.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:25 smithi098 ceph-mon[112578]: pgmap v15642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:25 smithi016 ceph-mon[96085]: pgmap v15642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:26.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:26.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:22:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:22:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:27 smithi098 ceph-mon[112578]: pgmap v15643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:22:27.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:22:27.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:22:27.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:22:27.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:22:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:22:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:22:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:27 smithi016 ceph-mon[96085]: pgmap v15643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:22:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:22:27.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:22:27.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:22:27.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:22:27.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:27.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:22:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:22:28.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:28.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:29 smithi098 ceph-mon[112578]: pgmap v15644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:29 smithi016 ceph-mon[96085]: pgmap v15644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:29.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:29.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:30.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:30.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:31.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:31.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:31 smithi098 ceph-mon[112578]: pgmap v15645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:31 smithi016 ceph-mon[96085]: pgmap v15645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:32.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:32.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:33 smithi098 ceph-mon[112578]: pgmap v15646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:33 smithi016 ceph-mon[96085]: pgmap v15646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:33.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:33.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:34.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:34.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:35.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:35.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:35 smithi098 ceph-mon[112578]: pgmap v15647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:35 smithi016 ceph-mon[96085]: pgmap v15647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:36.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:36.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:37.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:37.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:37 smithi098 ceph-mon[112578]: pgmap v15648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:37 smithi016 ceph-mon[96085]: pgmap v15648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:38.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:38.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:39.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:39.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:39 smithi098 ceph-mon[112578]: pgmap v15649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:39 smithi016 ceph-mon[96085]: pgmap v15649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:40.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:40.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:41.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:41.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:41 smithi098 ceph-mon[112578]: pgmap v15650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:41 smithi016 ceph-mon[96085]: pgmap v15650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:42.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:42.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:43 smithi098 ceph-mon[112578]: pgmap v15651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:22:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:43 smithi016 ceph-mon[96085]: pgmap v15651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:22:43.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:43.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:44.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:44.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:45 smithi016 ceph-mon[96085]: pgmap v15652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:45.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:45.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:45 smithi098 ceph-mon[112578]: pgmap v15652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:46.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:46.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:47.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:47.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:47 smithi098 ceph-mon[112578]: pgmap v15653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:47 smithi016 ceph-mon[96085]: pgmap v15653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:48.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:48.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:49.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:49.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:49 smithi098 ceph-mon[112578]: pgmap v15654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:49 smithi016 ceph-mon[96085]: pgmap v15654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:50.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:50.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:51.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:51.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:51 smithi098 ceph-mon[112578]: pgmap v15655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:51 smithi016 ceph-mon[96085]: pgmap v15655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:52.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:52.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:53 smithi098 ceph-mon[112578]: pgmap v15656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:53.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:53 smithi016 ceph-mon[96085]: pgmap v15656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:53.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:53.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:54.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:54.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:55 smithi016 ceph-mon[96085]: pgmap v15657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:55.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:55.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:55 smithi098 ceph-mon[112578]: pgmap v15657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:56.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:56.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:57.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:57.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:57 smithi098 ceph-mon[112578]: pgmap v15658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:57 smithi016 ceph-mon[96085]: pgmap v15658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:58.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:58.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:22:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:22:59.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:22:59.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:22:59 smithi098 ceph-mon[112578]: pgmap v15659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:22:59 smithi016 ceph-mon[96085]: pgmap v15659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:00.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:00.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:01.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:01.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:01 smithi098 ceph-mon[112578]: pgmap v15660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:01 smithi016 ceph-mon[96085]: pgmap v15660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:02.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:02.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:03.676 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:03 smithi016 ceph-mon[96085]: pgmap v15661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:03 smithi098 ceph-mon[112578]: pgmap v15661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:03.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:03.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:04.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:04.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:05.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:05.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:05 smithi098 ceph-mon[112578]: pgmap v15662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:05 smithi016 ceph-mon[96085]: pgmap v15662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:06.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:06.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:07.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:07.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:07 smithi098 ceph-mon[112578]: pgmap v15663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:07 smithi016 ceph-mon[96085]: pgmap v15663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:08.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:08.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:09.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:09.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:09 smithi098 ceph-mon[112578]: pgmap v15664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:09 smithi016 ceph-mon[96085]: pgmap v15664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:10.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:10.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:11.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:11.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:11 smithi098 ceph-mon[112578]: pgmap v15665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:12.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:11 smithi016 ceph-mon[96085]: pgmap v15665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:12.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:12.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:13 smithi098 ceph-mon[112578]: pgmap v15666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:23:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:13 smithi016 ceph-mon[96085]: pgmap v15666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:23:13.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:13.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:14.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:14.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:15.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:15.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:15 smithi098 ceph-mon[112578]: pgmap v15667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:15 smithi016 ceph-mon[96085]: pgmap v15667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:16.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:16.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:17.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:17.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:17 smithi098 ceph-mon[112578]: pgmap v15668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:17 smithi016 ceph-mon[96085]: pgmap v15668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:18.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:18.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:19.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:19.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:20.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:19 smithi098 ceph-mon[112578]: pgmap v15669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:19 smithi016 ceph-mon[96085]: pgmap v15669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:20.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:20.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:21.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:21.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:21 smithi098 ceph-mon[112578]: pgmap v15670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:21 smithi016 ceph-mon[96085]: pgmap v15670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:22.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:22.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:23 smithi098 ceph-mon[112578]: pgmap v15671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:23 smithi016 ceph-mon[96085]: pgmap v15671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:23.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:23.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:24.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:24.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:25.871 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:25 smithi016 ceph-mon[96085]: pgmap v15672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:25.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:25.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:25 smithi098 ceph-mon[112578]: pgmap v15672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:26.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:26.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:27.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:27.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:27 smithi098 ceph-mon[112578]: pgmap v15673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:23:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:23:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:23:28.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:23:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:23:28.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:23:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:27 smithi016 ceph-mon[96085]: pgmap v15673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:23:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:23:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:23:28.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:23:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:23:28.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:23:28.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:28.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:23:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:23:29.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:29.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:29 smithi098 ceph-mon[112578]: pgmap v15674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:29 smithi016 ceph-mon[96085]: pgmap v15674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:30.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:30.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:31.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:31.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:31 smithi098 ceph-mon[112578]: pgmap v15675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:31 smithi016 ceph-mon[96085]: pgmap v15675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:32.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:32.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:33.612 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:33 smithi098 ceph-mon[112578]: pgmap v15676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:33 smithi016 ceph-mon[96085]: pgmap v15676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:33.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:33.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:34.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:34.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:35.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:35.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:35.988 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:35 smithi016 ceph-mon[96085]: pgmap v15677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:35 smithi098 ceph-mon[112578]: pgmap v15677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:36.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:36.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:37.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:37.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:37 smithi098 ceph-mon[112578]: pgmap v15678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:37 smithi016 ceph-mon[96085]: pgmap v15678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:38.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:38.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:39.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:39.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:39 smithi098 ceph-mon[112578]: pgmap v15679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:39 smithi016 ceph-mon[96085]: pgmap v15679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:40.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:40.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:41.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:41.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:41 smithi098 ceph-mon[112578]: pgmap v15680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:41 smithi016 ceph-mon[96085]: pgmap v15680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:42.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:42.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:43.717 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:43 smithi098 ceph-mon[112578]: pgmap v15681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:43.717 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:23:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:43 smithi016 ceph-mon[96085]: pgmap v15681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:23:43.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:43.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:44.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:44.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:45.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:45.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:45 smithi098 ceph-mon[112578]: pgmap v15682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:45 smithi016 ceph-mon[96085]: pgmap v15682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:46.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:46.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:47.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:47.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:47 smithi098 ceph-mon[112578]: pgmap v15683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:47 smithi016 ceph-mon[96085]: pgmap v15683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:48.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:48.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:49.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:49.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:49 smithi098 ceph-mon[112578]: pgmap v15684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:50.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:49 smithi016 ceph-mon[96085]: pgmap v15684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:50.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:50.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:51.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:51.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:51 smithi098 ceph-mon[112578]: pgmap v15685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:51 smithi016 ceph-mon[96085]: pgmap v15685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:52.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:52.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:53 smithi098 ceph-mon[112578]: pgmap v15686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:53 smithi016 ceph-mon[96085]: pgmap v15686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:53.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:53.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:54.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:54.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:55.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:55.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:55 smithi098 ceph-mon[112578]: pgmap v15687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:55 smithi016 ceph-mon[96085]: pgmap v15687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:56.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:56.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:57.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:57.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:57 smithi098 ceph-mon[112578]: pgmap v15688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:57 smithi016 ceph-mon[96085]: pgmap v15688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:58.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:58.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:23:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:23:59.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:23:59.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:23:59 smithi098 ceph-mon[112578]: pgmap v15689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:23:59 smithi016 ceph-mon[96085]: pgmap v15689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:00.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:00.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:01.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:01.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:01 smithi098 ceph-mon[112578]: pgmap v15690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:01 smithi016 ceph-mon[96085]: pgmap v15690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:02.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:02.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:03 smithi098 ceph-mon[112578]: pgmap v15691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:03 smithi016 ceph-mon[96085]: pgmap v15691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:03.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:03.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:04.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:04.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:05.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:05.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:05 smithi098 ceph-mon[112578]: pgmap v15692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:05 smithi016 ceph-mon[96085]: pgmap v15692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:06.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:06.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:07.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:07.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:07 smithi098 ceph-mon[112578]: pgmap v15693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:07 smithi016 ceph-mon[96085]: pgmap v15693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:08.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:08.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:09.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:09.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:09 smithi098 ceph-mon[112578]: pgmap v15694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:09 smithi016 ceph-mon[96085]: pgmap v15694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:10.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:10.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:11.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:11.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:11 smithi098 ceph-mon[112578]: pgmap v15695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:11 smithi016 ceph-mon[96085]: pgmap v15695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:12.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:12.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:13 smithi098 ceph-mon[112578]: pgmap v15696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:24:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:13 smithi016 ceph-mon[96085]: pgmap v15696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:24:13.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:13.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:14.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:14.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:15.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:15.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:15 smithi098 ceph-mon[112578]: pgmap v15697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:15 smithi016 ceph-mon[96085]: pgmap v15697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:16.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:16.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:17.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:17.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:17 smithi098 ceph-mon[112578]: pgmap v15698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:17 smithi016 ceph-mon[96085]: pgmap v15698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:19.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:19.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:20.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:20.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:19 smithi098 ceph-mon[112578]: pgmap v15699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:19 smithi016 ceph-mon[96085]: pgmap v15699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:21.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:21.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:21 smithi016 ceph-mon[96085]: pgmap v15700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:22.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:22.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:21 smithi098 ceph-mon[112578]: pgmap v15700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:23.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:23.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:23 smithi098 ceph-mon[112578]: pgmap v15701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:23 smithi016 ceph-mon[96085]: pgmap v15701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:24.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:24.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:25.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:25.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:26.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:26.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:25 smithi098 ceph-mon[112578]: pgmap v15702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:25 smithi016 ceph-mon[96085]: pgmap v15702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:27.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:27.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:27 smithi098 ceph-mon[112578]: pgmap v15703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:28.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:28.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:27 smithi016 ceph-mon[96085]: pgmap v15703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:24:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:24:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:24:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:24:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:24:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:24:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:24:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:24:29.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:24:29.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:29.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:24:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:24:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:24:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:24:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:24:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:24:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:24:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:24:29.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:24:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:29 smithi098 ceph-mon[112578]: pgmap v15704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:30.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:30.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:29 smithi016 ceph-mon[96085]: pgmap v15704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:31.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:31.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:31 smithi098 ceph-mon[112578]: pgmap v15705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:32.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:32.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:31 smithi016 ceph-mon[96085]: pgmap v15705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:33.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:33.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:33 smithi098 ceph-mon[112578]: pgmap v15706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:33 smithi016 ceph-mon[96085]: pgmap v15706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:34.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:34.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:35.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:35.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:35 smithi098 ceph-mon[112578]: pgmap v15707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:36.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:36.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:35 smithi016 ceph-mon[96085]: pgmap v15707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:37.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:37.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:37 smithi098 ceph-mon[112578]: pgmap v15708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:37 smithi016 ceph-mon[96085]: pgmap v15708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:38.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:38.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:39.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:39.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:39 smithi098 ceph-mon[112578]: pgmap v15709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:39 smithi016 ceph-mon[96085]: pgmap v15709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:40.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:40.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:41.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:41.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:41 smithi098 ceph-mon[112578]: pgmap v15710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:41 smithi016 ceph-mon[96085]: pgmap v15710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:42.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:42.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:43.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:43.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:43 smithi098 ceph-mon[112578]: pgmap v15711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:24:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:43 smithi016 ceph-mon[96085]: pgmap v15711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:24:44.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:44.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:45.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:45.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:45 smithi098 ceph-mon[112578]: pgmap v15712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:45 smithi016 ceph-mon[96085]: pgmap v15712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:46.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:46.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:47.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:47.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:47 smithi098 ceph-mon[112578]: pgmap v15713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:47 smithi016 ceph-mon[96085]: pgmap v15713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:48.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:48.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:49.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:49.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:49 smithi098 ceph-mon[112578]: pgmap v15714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:49 smithi016 ceph-mon[96085]: pgmap v15714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:50.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:50.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:51.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:51.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:51 smithi098 ceph-mon[112578]: pgmap v15715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:51 smithi016 ceph-mon[96085]: pgmap v15715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:52.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:52.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:53.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:53.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:53 smithi098 ceph-mon[112578]: pgmap v15716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:53 smithi016 ceph-mon[96085]: pgmap v15716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:54.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:54.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:55.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:55.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:55 smithi098 ceph-mon[112578]: pgmap v15717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:55 smithi016 ceph-mon[96085]: pgmap v15717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:56.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:56.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:57.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:57.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:57 smithi098 ceph-mon[112578]: pgmap v15718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:57 smithi016 ceph-mon[96085]: pgmap v15718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:58.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:58.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:24:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:24:59.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:24:59.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:24:59 smithi098 ceph-mon[112578]: pgmap v15719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:00.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:24:59 smithi016 ceph-mon[96085]: pgmap v15719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:00.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:00.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:01.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:01.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:01.970 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:01 smithi016 ceph-mon[96085]: pgmap v15720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:01 smithi098 ceph-mon[112578]: pgmap v15720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:02.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:02.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:03.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:03.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:03 smithi098 ceph-mon[112578]: pgmap v15721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:03 smithi016 ceph-mon[96085]: pgmap v15721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:04.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:04.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:05.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:05.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:05 smithi098 ceph-mon[112578]: pgmap v15722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:05 smithi016 ceph-mon[96085]: pgmap v15722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:06.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:06.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:07.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:07.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:07 smithi098 ceph-mon[112578]: pgmap v15723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:07 smithi016 ceph-mon[96085]: pgmap v15723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:08.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:08.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:09.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:09.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:09 smithi098 ceph-mon[112578]: pgmap v15724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:09 smithi016 ceph-mon[96085]: pgmap v15724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:10.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:10.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:11.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:11.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:11 smithi098 ceph-mon[112578]: pgmap v15725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:11 smithi016 ceph-mon[96085]: pgmap v15725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:12.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:12.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:13.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:13.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:13 smithi098 ceph-mon[112578]: pgmap v15726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:25:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:13 smithi016 ceph-mon[96085]: pgmap v15726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:25:14.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:14.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:15.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:15.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:15 smithi098 ceph-mon[112578]: pgmap v15727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:15 smithi016 ceph-mon[96085]: pgmap v15727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:16.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:16.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:17.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:17.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:17 smithi098 ceph-mon[112578]: pgmap v15728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:17 smithi016 ceph-mon[96085]: pgmap v15728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:18.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:18.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:19.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:19.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:19 smithi098 ceph-mon[112578]: pgmap v15729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:19 smithi016 ceph-mon[96085]: pgmap v15729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:20.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:20.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:21.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:21.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:21 smithi098 ceph-mon[112578]: pgmap v15730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:22.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:21 smithi016 ceph-mon[96085]: pgmap v15730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:22.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:22.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:23.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:23.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:23 smithi098 ceph-mon[112578]: pgmap v15731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:23 smithi016 ceph-mon[96085]: pgmap v15731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:24.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:24.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:25.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:25.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:25 smithi098 ceph-mon[112578]: pgmap v15732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:25 smithi016 ceph-mon[96085]: pgmap v15732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:26.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:26.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:27.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:27.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:27 smithi098 ceph-mon[112578]: pgmap v15733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:27 smithi016 ceph-mon[96085]: pgmap v15733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:28.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:28.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:25:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:25:29.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:29.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:29 smithi098 ceph-mon[112578]: pgmap v15734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:25:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:25:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:25:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:25:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:25:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:25:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:29 smithi016 ceph-mon[96085]: pgmap v15734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:25:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:25:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:25:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:25:30.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:25:30.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:25:30.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:30.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:31.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:31.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:31 smithi098 ceph-mon[112578]: pgmap v15735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:31 smithi016 ceph-mon[96085]: pgmap v15735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:32.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:32.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:33.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:33.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:33 smithi098 ceph-mon[112578]: pgmap v15736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:33 smithi016 ceph-mon[96085]: pgmap v15736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:34.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:34.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:35.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:35.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:35 smithi098 ceph-mon[112578]: pgmap v15737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:35 smithi016 ceph-mon[96085]: pgmap v15737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:36.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:36.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:37.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:37.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:37 smithi098 ceph-mon[112578]: pgmap v15738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:37 smithi016 ceph-mon[96085]: pgmap v15738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:38.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:38.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:39.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:39.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:39.920 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:39 smithi098 ceph-mon[112578]: pgmap v15739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:39 smithi016 ceph-mon[96085]: pgmap v15739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:40.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:40.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:41.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:41.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:41 smithi098 ceph-mon[112578]: pgmap v15740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:41 smithi016 ceph-mon[96085]: pgmap v15740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:42.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:42.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:43.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:43.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:43 smithi098 ceph-mon[112578]: pgmap v15741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:25:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:43 smithi016 ceph-mon[96085]: pgmap v15741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:25:44.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:44.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:45.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:45.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:45 smithi098 ceph-mon[112578]: pgmap v15742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:45 smithi016 ceph-mon[96085]: pgmap v15742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:46.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:46.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:47.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:47.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:47 smithi016 ceph-mon[96085]: pgmap v15743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:47 smithi098 ceph-mon[112578]: pgmap v15743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:48.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:48.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:49.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:49.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:49 smithi098 ceph-mon[112578]: pgmap v15744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:49 smithi016 ceph-mon[96085]: pgmap v15744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:50.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:50.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:51.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:51.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:51 smithi098 ceph-mon[112578]: pgmap v15745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:51 smithi016 ceph-mon[96085]: pgmap v15745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:52.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:52.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:53.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:53.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:53 smithi098 ceph-mon[112578]: pgmap v15746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:53 smithi016 ceph-mon[96085]: pgmap v15746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:54.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:54.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:55.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:55.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:55 smithi098 ceph-mon[112578]: pgmap v15747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:55 smithi016 ceph-mon[96085]: pgmap v15747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:56.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:56.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:57.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:57.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:57 smithi098 ceph-mon[112578]: pgmap v15748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:57 smithi016 ceph-mon[96085]: pgmap v15748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:58.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:58.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:25:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:25:59.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:25:59.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:25:59 smithi098 ceph-mon[112578]: pgmap v15749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:25:59 smithi016 ceph-mon[96085]: pgmap v15749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:00.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:00.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:01.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:01.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:01 smithi098 ceph-mon[112578]: pgmap v15750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:01 smithi016 ceph-mon[96085]: pgmap v15750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:02.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:02.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:03.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:03.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:03 smithi098 ceph-mon[112578]: pgmap v15751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:03 smithi016 ceph-mon[96085]: pgmap v15751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:04.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:04.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:05.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:05.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:05 smithi098 ceph-mon[112578]: pgmap v15752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:05 smithi016 ceph-mon[96085]: pgmap v15752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:06.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:06.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:07.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:07.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:07 smithi098 ceph-mon[112578]: pgmap v15753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:07 smithi016 ceph-mon[96085]: pgmap v15753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:08.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:08.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:09.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:09.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:09 smithi098 ceph-mon[112578]: pgmap v15754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:09 smithi016 ceph-mon[96085]: pgmap v15754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:10.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:10.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:11.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:11.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:11 smithi098 ceph-mon[112578]: pgmap v15755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:11 smithi016 ceph-mon[96085]: pgmap v15755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:12.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:12.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:13.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:13.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:13 smithi098 ceph-mon[112578]: pgmap v15756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:26:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:13 smithi016 ceph-mon[96085]: pgmap v15756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:26:14.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:14.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:15.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:15.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:15 smithi098 ceph-mon[112578]: pgmap v15757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:15 smithi016 ceph-mon[96085]: pgmap v15757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:16.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:16.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:17.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:17.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:17 smithi098 ceph-mon[112578]: pgmap v15758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:17 smithi016 ceph-mon[96085]: pgmap v15758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:18.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:18.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:19.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:19.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:19 smithi098 ceph-mon[112578]: pgmap v15759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:19 smithi016 ceph-mon[96085]: pgmap v15759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:20.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:20.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:21.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:21.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:21 smithi098 ceph-mon[112578]: pgmap v15760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:21 smithi016 ceph-mon[96085]: pgmap v15760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:22.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:22.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:23.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:23.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:23 smithi098 ceph-mon[112578]: pgmap v15761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:23 smithi016 ceph-mon[96085]: pgmap v15761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:24.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:24.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:25.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:25.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:25 smithi098 ceph-mon[112578]: pgmap v15762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:25 smithi016 ceph-mon[96085]: pgmap v15762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:26.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:26.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:27.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:27.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:27.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:27 smithi016 ceph-mon[96085]: pgmap v15763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:27 smithi098 ceph-mon[112578]: pgmap v15763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:28.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:28.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:26:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:26:29.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:29.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:29 smithi098 ceph-mon[112578]: pgmap v15764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:26:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:26:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:26:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:29 smithi016 ceph-mon[96085]: pgmap v15764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:26:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:26:30.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:26:30.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:30.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:26:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:26:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:26:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:26:30.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:26:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:26:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:26:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:26:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:26:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:26:31.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:31.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:31 smithi098 ceph-mon[112578]: pgmap v15765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:31 smithi016 ceph-mon[96085]: pgmap v15765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:32.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:32.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:33.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:33.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:33 smithi098 ceph-mon[112578]: pgmap v15766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:33 smithi016 ceph-mon[96085]: pgmap v15766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:34.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:34.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:35.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:35.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:35 smithi098 ceph-mon[112578]: pgmap v15767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:35 smithi016 ceph-mon[96085]: pgmap v15767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:36.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:36.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:37.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:37.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:37 smithi098 ceph-mon[112578]: pgmap v15768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:37 smithi016 ceph-mon[96085]: pgmap v15768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:38.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:38.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:39.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:39.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:39 smithi098 ceph-mon[112578]: pgmap v15769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:39 smithi016 ceph-mon[96085]: pgmap v15769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:40.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:40.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:41.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:41.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:41 smithi098 ceph-mon[112578]: pgmap v15770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:41 smithi016 ceph-mon[96085]: pgmap v15770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:42.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:42.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:43.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:43.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:43 smithi016 ceph-mon[96085]: pgmap v15771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:26:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:43 smithi098 ceph-mon[112578]: pgmap v15771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:26:44.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:44.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:45.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:45.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:45 smithi098 ceph-mon[112578]: pgmap v15772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:45 smithi016 ceph-mon[96085]: pgmap v15772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:46.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:46.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:47.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:47.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:47 smithi098 ceph-mon[112578]: pgmap v15773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:47 smithi016 ceph-mon[96085]: pgmap v15773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:48.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:48.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:49.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:49.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:49 smithi098 ceph-mon[112578]: pgmap v15774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:49 smithi016 ceph-mon[96085]: pgmap v15774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:50.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:50.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:51.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:51.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:51 smithi098 ceph-mon[112578]: pgmap v15775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:51 smithi016 ceph-mon[96085]: pgmap v15775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:52.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:52.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:53.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:53.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:53 smithi016 ceph-mon[96085]: pgmap v15776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:53 smithi098 ceph-mon[112578]: pgmap v15776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:54.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:54.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:55.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:55.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:55 smithi098 ceph-mon[112578]: pgmap v15777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:55 smithi016 ceph-mon[96085]: pgmap v15777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:56.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:56.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:57.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:57.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:57 smithi098 ceph-mon[112578]: pgmap v15778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:57 smithi016 ceph-mon[96085]: pgmap v15778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:58.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:58.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:26:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:26:59.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:26:59.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:26:59 smithi098 ceph-mon[112578]: pgmap v15779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:26:59 smithi016 ceph-mon[96085]: pgmap v15779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:00.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:00.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:01.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:01.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:01 smithi098 ceph-mon[112578]: pgmap v15780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:01 smithi016 ceph-mon[96085]: pgmap v15780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:02.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:02.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:03.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:03.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:03 smithi098 ceph-mon[112578]: pgmap v15781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:03 smithi016 ceph-mon[96085]: pgmap v15781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:04.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:04.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:05.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:05.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:05 smithi098 ceph-mon[112578]: pgmap v15782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:05 smithi016 ceph-mon[96085]: pgmap v15782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:06.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:06.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:07.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:07.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:07 smithi098 ceph-mon[112578]: pgmap v15783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:07 smithi016 ceph-mon[96085]: pgmap v15783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:08.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:08.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:09.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:09.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:09 smithi098 ceph-mon[112578]: pgmap v15784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:09 smithi016 ceph-mon[96085]: pgmap v15784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:10.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:10.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:11.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:11.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:11 smithi098 ceph-mon[112578]: pgmap v15785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:11 smithi016 ceph-mon[96085]: pgmap v15785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:12.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:12.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:13.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:13.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:13 smithi098 ceph-mon[112578]: pgmap v15786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:27:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:13 smithi016 ceph-mon[96085]: pgmap v15786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:27:14.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:14.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:15.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:15.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:15 smithi098 ceph-mon[112578]: pgmap v15787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:15 smithi016 ceph-mon[96085]: pgmap v15787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:16.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:16.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:17.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:17.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:17 smithi098 ceph-mon[112578]: pgmap v15788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:17 smithi016 ceph-mon[96085]: pgmap v15788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:18.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:18.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:19.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:19.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:19 smithi098 ceph-mon[112578]: pgmap v15789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:19 smithi016 ceph-mon[96085]: pgmap v15789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:20.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:20.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:21.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:21.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:21 smithi098 ceph-mon[112578]: pgmap v15790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:21 smithi016 ceph-mon[96085]: pgmap v15790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:22.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:22.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:23.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:23.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:23 smithi098 ceph-mon[112578]: pgmap v15791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:23 smithi016 ceph-mon[96085]: pgmap v15791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:24.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:24.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:25.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:25.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:25 smithi098 ceph-mon[112578]: pgmap v15792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:25 smithi016 ceph-mon[96085]: pgmap v15792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:26.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:26.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:27.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:27.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:27 smithi098 ceph-mon[112578]: pgmap v15793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:27 smithi016 ceph-mon[96085]: pgmap v15793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:28.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:28.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:27:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:27:29.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:29.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:29 smithi098 ceph-mon[112578]: pgmap v15794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:29 smithi016 ceph-mon[96085]: pgmap v15794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:30.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:30.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:27:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:27:31.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:31.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:31 smithi098 ceph-mon[112578]: pgmap v15795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:27:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:27:32.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:27:32.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:27:32.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:27:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:31 smithi016 ceph-mon[96085]: pgmap v15795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:27:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:27:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:27:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:27:32.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:27:32.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:32.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:33.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:33.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:33.702 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:33 smithi016 ceph-mon[96085]: pgmap v15796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:33 smithi098 ceph-mon[112578]: pgmap v15796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:34.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:34.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:35.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:35.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:35 smithi098 ceph-mon[112578]: pgmap v15797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:35 smithi016 ceph-mon[96085]: pgmap v15797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:36.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:36.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:37.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:37.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:37 smithi098 ceph-mon[112578]: pgmap v15798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:37 smithi016 ceph-mon[96085]: pgmap v15798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:38.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:38.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:39.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:39.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:39 smithi098 ceph-mon[112578]: pgmap v15799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:39 smithi016 ceph-mon[96085]: pgmap v15799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:40.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:40.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:41.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:41.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:41 smithi098 ceph-mon[112578]: pgmap v15800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:41 smithi016 ceph-mon[96085]: pgmap v15800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:42.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:42.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:43.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:43.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:43 smithi098 ceph-mon[112578]: pgmap v15801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:27:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:43 smithi016 ceph-mon[96085]: pgmap v15801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:27:44.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:44.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:45.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:45.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:45 smithi098 ceph-mon[112578]: pgmap v15802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:45 smithi016 ceph-mon[96085]: pgmap v15802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:46.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:46.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:47.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:47.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:47 smithi098 ceph-mon[112578]: pgmap v15803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:47 smithi016 ceph-mon[96085]: pgmap v15803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:48.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:48.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:49.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:49.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:49 smithi098 ceph-mon[112578]: pgmap v15804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:49 smithi016 ceph-mon[96085]: pgmap v15804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:50.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:50.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:51.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:51.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:51 smithi098 ceph-mon[112578]: pgmap v15805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:51 smithi016 ceph-mon[96085]: pgmap v15805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:52.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:52.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:53.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:53.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:53 smithi098 ceph-mon[112578]: pgmap v15806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:53 smithi016 ceph-mon[96085]: pgmap v15806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:54.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:54.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:55.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:55.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:55 smithi098 ceph-mon[112578]: pgmap v15807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:55 smithi016 ceph-mon[96085]: pgmap v15807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:56.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:56.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:57.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:57.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:57 smithi098 ceph-mon[112578]: pgmap v15808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:57 smithi016 ceph-mon[96085]: pgmap v15808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:58.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:58.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:58.990 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:27:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:27:59.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:27:59.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:27:59 smithi098 ceph-mon[112578]: pgmap v15809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:27:59 smithi016 ceph-mon[96085]: pgmap v15809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:00.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:00.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:01.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:01.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:01 smithi098 ceph-mon[112578]: pgmap v15810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:01 smithi016 ceph-mon[96085]: pgmap v15810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:02.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:02.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:03.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:03.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:03 smithi098 ceph-mon[112578]: pgmap v15811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:03 smithi016 ceph-mon[96085]: pgmap v15811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:04.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:04.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:05.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:05.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:05 smithi098 ceph-mon[112578]: pgmap v15812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:05 smithi016 ceph-mon[96085]: pgmap v15812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:06.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:06.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:07.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:07.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:07 smithi098 ceph-mon[112578]: pgmap v15813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:07 smithi016 ceph-mon[96085]: pgmap v15813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:08.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:08.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:09.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:09.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:10.020 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:09 smithi098 ceph-mon[112578]: pgmap v15814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:09 smithi016 ceph-mon[96085]: pgmap v15814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:10.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:10.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:11.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:11.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:11 smithi098 ceph-mon[112578]: pgmap v15815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:11 smithi016 ceph-mon[96085]: pgmap v15815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:12.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:12.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:13.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:13.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:13 smithi098 ceph-mon[112578]: pgmap v15816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:28:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:13 smithi016 ceph-mon[96085]: pgmap v15816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:28:14.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:14.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:15.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:15.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:15 smithi098 ceph-mon[112578]: pgmap v15817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:15 smithi016 ceph-mon[96085]: pgmap v15817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:16.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:16.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:17.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:17.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:17 smithi098 ceph-mon[112578]: pgmap v15818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:17 smithi016 ceph-mon[96085]: pgmap v15818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:18.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:18.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:19.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:19.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:19 smithi098 ceph-mon[112578]: pgmap v15819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:19 smithi016 ceph-mon[96085]: pgmap v15819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:20.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:20.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:21.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:21.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:22.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:21 smithi098 ceph-mon[112578]: pgmap v15820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:21 smithi016 ceph-mon[96085]: pgmap v15820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:22.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:22.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:23.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:23.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:23 smithi098 ceph-mon[112578]: pgmap v15821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:23 smithi016 ceph-mon[96085]: pgmap v15821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:24.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:24.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:25.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:25.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:25 smithi098 ceph-mon[112578]: pgmap v15822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:25 smithi016 ceph-mon[96085]: pgmap v15822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:26.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:26.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:27.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:27.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:27 smithi098 ceph-mon[112578]: pgmap v15823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:27 smithi016 ceph-mon[96085]: pgmap v15823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:28.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:28.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:28:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:28:29.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:29.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:29 smithi098 ceph-mon[112578]: pgmap v15824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:29 smithi016 ceph-mon[96085]: pgmap v15824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:30.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:30.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:31.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:31.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:31 smithi098 ceph-mon[112578]: pgmap v15825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:28:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:31 smithi016 ceph-mon[96085]: pgmap v15825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:32.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:28:32.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:32.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:32.880 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:32.880 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:32.880 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:32.881 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:33.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:33.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:33 smithi098 ceph-mon[112578]: pgmap v15826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:33 smithi016 ceph-mon[96085]: pgmap v15826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:34.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:34.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:35.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:35.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:35 smithi098 ceph-mon[112578]: pgmap v15827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:35 smithi016 ceph-mon[96085]: pgmap v15827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:36.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:36.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:28:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:28:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:28:37.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:28:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:28:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:28:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:28:37.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:37.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:37 smithi016 ceph-mon[96085]: pgmap v15828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:37 smithi098 ceph-mon[112578]: pgmap v15828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:38.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:38.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:39.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:39.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:39 smithi016 ceph-mon[96085]: pgmap v15829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:39 smithi098 ceph-mon[112578]: pgmap v15829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:40.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:40.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:41.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:41.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:41 smithi016 ceph-mon[96085]: pgmap v15830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:41 smithi098 ceph-mon[112578]: pgmap v15830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:42.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:42.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:43.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:43.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:43 smithi098 ceph-mon[112578]: pgmap v15831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:28:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:43 smithi016 ceph-mon[96085]: pgmap v15831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:28:44.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:44.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:45.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:45.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:45 smithi098 ceph-mon[112578]: pgmap v15832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:45 smithi016 ceph-mon[96085]: pgmap v15832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:46.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:46.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:47.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:47.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:47 smithi098 ceph-mon[112578]: pgmap v15833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:47 smithi016 ceph-mon[96085]: pgmap v15833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:48.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:48.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:49.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:49.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:49 smithi098 ceph-mon[112578]: pgmap v15834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:49 smithi016 ceph-mon[96085]: pgmap v15834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:50.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:50.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:51.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:51.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:51 smithi098 ceph-mon[112578]: pgmap v15835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:51 smithi016 ceph-mon[96085]: pgmap v15835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:52.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:52.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:53.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:53.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:53 smithi098 ceph-mon[112578]: pgmap v15836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:53 smithi016 ceph-mon[96085]: pgmap v15836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:54.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:54.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:55.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:55.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:55 smithi098 ceph-mon[112578]: pgmap v15837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:55 smithi016 ceph-mon[96085]: pgmap v15837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:56.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:56.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:57.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:57.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:57 smithi098 ceph-mon[112578]: pgmap v15838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:57 smithi016 ceph-mon[96085]: pgmap v15838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:58.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:58.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:28:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:28:59.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:28:59.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:28:59 smithi098 ceph-mon[112578]: pgmap v15839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:28:59 smithi016 ceph-mon[96085]: pgmap v15839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:00.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:00.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:01.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:01.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:02.011 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:01 smithi098 ceph-mon[112578]: pgmap v15840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:01 smithi016 ceph-mon[96085]: pgmap v15840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:02.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:02.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:03.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:03.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:03 smithi016 ceph-mon[96085]: pgmap v15841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:03 smithi098 ceph-mon[112578]: pgmap v15841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:04.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:04.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:05.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:05.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:05 smithi098 ceph-mon[112578]: pgmap v15842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:05 smithi016 ceph-mon[96085]: pgmap v15842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:06.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:06.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:07.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:07.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:07 smithi098 ceph-mon[112578]: pgmap v15843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:07 smithi016 ceph-mon[96085]: pgmap v15843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:08.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:08.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:09.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:09.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:09 smithi098 ceph-mon[112578]: pgmap v15844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:09 smithi016 ceph-mon[96085]: pgmap v15844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:10.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:10.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:11.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:11.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:11 smithi098 ceph-mon[112578]: pgmap v15845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:11 smithi016 ceph-mon[96085]: pgmap v15845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:12.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:12.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:13.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:13.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:13 smithi098 ceph-mon[112578]: pgmap v15846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:29:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:13 smithi016 ceph-mon[96085]: pgmap v15846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:29:14.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:14.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:15.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:15.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:15 smithi098 ceph-mon[112578]: pgmap v15847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:15 smithi016 ceph-mon[96085]: pgmap v15847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:16.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:16.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:17.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:17.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:17 smithi098 ceph-mon[112578]: pgmap v15848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:17 smithi016 ceph-mon[96085]: pgmap v15848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:18.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:18.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:19.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:19.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:19 smithi098 ceph-mon[112578]: pgmap v15849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:19 smithi016 ceph-mon[96085]: pgmap v15849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:20.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:20.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:21.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:21.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:21 smithi098 ceph-mon[112578]: pgmap v15850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:21 smithi016 ceph-mon[96085]: pgmap v15850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:22.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:22.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:23.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:23.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:23 smithi098 ceph-mon[112578]: pgmap v15851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:23 smithi016 ceph-mon[96085]: pgmap v15851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:24.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:24.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:25.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:25.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:25 smithi098 ceph-mon[112578]: pgmap v15852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:25 smithi016 ceph-mon[96085]: pgmap v15852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:26.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:26.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:27.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:27.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:27 smithi098 ceph-mon[112578]: pgmap v15853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:27 smithi016 ceph-mon[96085]: pgmap v15853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:28.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:28.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:29:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:29:29.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:29.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:29 smithi098 ceph-mon[112578]: pgmap v15854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:29 smithi016 ceph-mon[96085]: pgmap v15854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:30.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:30.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:31.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:31.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:31 smithi098 ceph-mon[112578]: pgmap v15855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:31 smithi016 ceph-mon[96085]: pgmap v15855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:32.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:32.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:33.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:33.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:33 smithi098 ceph-mon[112578]: pgmap v15856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:33.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:33 smithi016 ceph-mon[96085]: pgmap v15856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:34.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:34.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:35.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:35.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:35 smithi098 ceph-mon[112578]: pgmap v15857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:35 smithi016 ceph-mon[96085]: pgmap v15857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:36.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:36.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:29:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:29:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:29:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:29:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:29:37.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:29:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:29:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:29:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:29:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:29:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:29:37.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:29:37.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:37.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:37 smithi098 ceph-mon[112578]: pgmap v15858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:37 smithi016 ceph-mon[96085]: pgmap v15858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:38.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:38.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:39.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:39.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:39 smithi098 ceph-mon[112578]: pgmap v15859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:39 smithi016 ceph-mon[96085]: pgmap v15859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:40.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:40.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:41.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:41.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:41 smithi098 ceph-mon[112578]: pgmap v15860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:41 smithi016 ceph-mon[96085]: pgmap v15860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:42.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:42.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:43.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:43.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:43 smithi098 ceph-mon[112578]: pgmap v15861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:29:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:43 smithi016 ceph-mon[96085]: pgmap v15861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:29:44.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:44.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:45.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:45.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:45 smithi098 ceph-mon[112578]: pgmap v15862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:45 smithi016 ceph-mon[96085]: pgmap v15862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:46.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:46.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:47.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:47.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:47 smithi098 ceph-mon[112578]: pgmap v15863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:47 smithi016 ceph-mon[96085]: pgmap v15863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:48.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:48.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:49.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:49.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:49 smithi098 ceph-mon[112578]: pgmap v15864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:49 smithi016 ceph-mon[96085]: pgmap v15864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:50.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:50.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:51.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:51.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:51 smithi098 ceph-mon[112578]: pgmap v15865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:51 smithi016 ceph-mon[96085]: pgmap v15865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:52.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:52.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:53.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:53.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:53 smithi098 ceph-mon[112578]: pgmap v15866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:53 smithi016 ceph-mon[96085]: pgmap v15866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:54.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:54.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:55.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:55.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:55 smithi098 ceph-mon[112578]: pgmap v15867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:55 smithi016 ceph-mon[96085]: pgmap v15867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:56.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:56.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:57.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:57.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:57 smithi098 ceph-mon[112578]: pgmap v15868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:57 smithi016 ceph-mon[96085]: pgmap v15868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:58.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:58.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:29:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:29:59.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:29:59.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:29:59 smithi098 ceph-mon[112578]: pgmap v15869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:29:59 smithi016 ceph-mon[96085]: pgmap v15869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:00.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:00.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T05:30:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T05:30:01.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:01.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:01 smithi098 ceph-mon[112578]: pgmap v15870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:01 smithi016 ceph-mon[96085]: pgmap v15870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:02.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:02.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:03.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:03.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:03 smithi098 ceph-mon[112578]: pgmap v15871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:03 smithi016 ceph-mon[96085]: pgmap v15871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:04.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:04.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:05.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:05.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:05 smithi098 ceph-mon[112578]: pgmap v15872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:05 smithi016 ceph-mon[96085]: pgmap v15872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:06.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:06.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:07.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:07.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:07 smithi098 ceph-mon[112578]: pgmap v15873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:07 smithi016 ceph-mon[96085]: pgmap v15873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:08.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:08.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:09.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:09.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:09 smithi098 ceph-mon[112578]: pgmap v15874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:09 smithi016 ceph-mon[96085]: pgmap v15874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:10.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:10.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:11.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:11.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:11 smithi098 ceph-mon[112578]: pgmap v15875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:11 smithi016 ceph-mon[96085]: pgmap v15875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:12.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:12.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:13.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:13.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:13 smithi098 ceph-mon[112578]: pgmap v15876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:30:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:13 smithi016 ceph-mon[96085]: pgmap v15876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:30:14.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:14.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:15.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:15.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:15 smithi098 ceph-mon[112578]: pgmap v15877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:15 smithi016 ceph-mon[96085]: pgmap v15877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:16.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:16.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:17.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:17.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:17 smithi098 ceph-mon[112578]: pgmap v15878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:17 smithi016 ceph-mon[96085]: pgmap v15878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:18.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:18.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:19.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:19.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:19 smithi098 ceph-mon[112578]: pgmap v15879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:19 smithi016 ceph-mon[96085]: pgmap v15879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:20.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:20.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:21.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:21.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:21 smithi098 ceph-mon[112578]: pgmap v15880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:21 smithi016 ceph-mon[96085]: pgmap v15880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:22.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:22.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:23.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:23.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:23 smithi098 ceph-mon[112578]: pgmap v15881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:23 smithi016 ceph-mon[96085]: pgmap v15881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:24.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:24.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:25.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:25.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:25 smithi098 ceph-mon[112578]: pgmap v15882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:25 smithi016 ceph-mon[96085]: pgmap v15882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:26.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:26.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:27.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:27.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:27 smithi098 ceph-mon[112578]: pgmap v15883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:27 smithi016 ceph-mon[96085]: pgmap v15883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:28.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:28.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:30:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:30:29.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:29.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:29 smithi098 ceph-mon[112578]: pgmap v15884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:29 smithi016 ceph-mon[96085]: pgmap v15884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:30.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:30.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:31.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:31.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:31 smithi016 ceph-mon[96085]: pgmap v15885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:31 smithi098 ceph-mon[112578]: pgmap v15885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:32.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:32.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:33.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:33.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:33 smithi098 ceph-mon[112578]: pgmap v15886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:33 smithi016 ceph-mon[96085]: pgmap v15886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:34.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:34.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:35.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:35.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:35 smithi098 ceph-mon[112578]: pgmap v15887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:35 smithi016 ceph-mon[96085]: pgmap v15887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:36.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:36.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:37.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:37.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:38.008 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:37 smithi098 ceph-mon[112578]: pgmap v15888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:38.009 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:30:38.009 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:30:38.009 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:30:38.009 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:30:38.010 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:30:38.010 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:30:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:37 smithi016 ceph-mon[96085]: pgmap v15888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:30:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:30:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:30:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:30:38.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:30:38.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:30:38.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:38.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:39.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:39.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:39 smithi098 ceph-mon[112578]: pgmap v15889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:39 smithi016 ceph-mon[96085]: pgmap v15889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:40.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:40.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:41.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:41.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:41 smithi016 ceph-mon[96085]: pgmap v15890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:41 smithi098 ceph-mon[112578]: pgmap v15890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:42.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:42.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:43.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:43.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:43 smithi098 ceph-mon[112578]: pgmap v15891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:43.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:30:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:43 smithi016 ceph-mon[96085]: pgmap v15891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:30:44.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:44.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:45.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:45.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:45 smithi098 ceph-mon[112578]: pgmap v15892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:45 smithi016 ceph-mon[96085]: pgmap v15892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:46.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:46.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:47.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:47.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:47 smithi098 ceph-mon[112578]: pgmap v15893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:47 smithi016 ceph-mon[96085]: pgmap v15893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:48.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:48.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:49.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:49.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:49 smithi016 ceph-mon[96085]: pgmap v15894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:49 smithi098 ceph-mon[112578]: pgmap v15894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:50.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:50.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:51.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:51.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:51 smithi016 ceph-mon[96085]: pgmap v15895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:51 smithi098 ceph-mon[112578]: pgmap v15895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:52.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:52.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:53 smithi098 ceph-mon[112578]: pgmap v15896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:53.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:53.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:53 smithi016 ceph-mon[96085]: pgmap v15896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:54.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:54.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:55.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:55.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:55 smithi098 ceph-mon[112578]: pgmap v15897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:56.014 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:55 smithi016 ceph-mon[96085]: pgmap v15897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:56.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:56.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:57.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:57.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:57 smithi016 ceph-mon[96085]: pgmap v15898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:58.215 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:57 smithi098 ceph-mon[112578]: pgmap v15898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:58.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:58.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:30:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:30:59.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:30:59.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:30:59 smithi016 ceph-mon[96085]: pgmap v15899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:30:59 smithi098 ceph-mon[112578]: pgmap v15899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:00.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:00.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:01.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:01.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:01 smithi016 ceph-mon[96085]: pgmap v15900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:01 smithi098 ceph-mon[112578]: pgmap v15900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:02.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:02.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:03.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:03.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:03 smithi098 ceph-mon[112578]: pgmap v15901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:03 smithi016 ceph-mon[96085]: pgmap v15901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:04.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:04.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:05.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:05.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:05 smithi016 ceph-mon[96085]: pgmap v15902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:05 smithi098 ceph-mon[112578]: pgmap v15902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:06.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:06.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:07.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:07.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:07 smithi016 ceph-mon[96085]: pgmap v15903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:07 smithi098 ceph-mon[112578]: pgmap v15903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:08.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:08.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:09.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:09.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:09 smithi016 ceph-mon[96085]: pgmap v15904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:09 smithi098 ceph-mon[112578]: pgmap v15904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:10.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:10.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:11.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:11.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:11 smithi016 ceph-mon[96085]: pgmap v15905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:11 smithi098 ceph-mon[112578]: pgmap v15905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:12.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:12.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:13.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:13.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:13 smithi098 ceph-mon[112578]: pgmap v15906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:31:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:13 smithi016 ceph-mon[96085]: pgmap v15906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:31:14.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:14.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:15.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:15.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:15 smithi016 ceph-mon[96085]: pgmap v15907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:15 smithi098 ceph-mon[112578]: pgmap v15907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:16.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:16.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:17.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:17.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:17 smithi016 ceph-mon[96085]: pgmap v15908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:17 smithi098 ceph-mon[112578]: pgmap v15908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:18.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:18.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:19.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:19.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:19 smithi016 ceph-mon[96085]: pgmap v15909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:19 smithi098 ceph-mon[112578]: pgmap v15909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:20.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:20.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:21.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:21.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:21 smithi016 ceph-mon[96085]: pgmap v15910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:21 smithi098 ceph-mon[112578]: pgmap v15910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:22.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:22.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:23.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:23.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:23 smithi098 ceph-mon[112578]: pgmap v15911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:23 smithi016 ceph-mon[96085]: pgmap v15911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:24.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:24.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:25.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:25.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:25 smithi016 ceph-mon[96085]: pgmap v15912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:25 smithi098 ceph-mon[112578]: pgmap v15912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:26.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:26.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:27.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:27.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:27 smithi016 ceph-mon[96085]: pgmap v15913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:27 smithi098 ceph-mon[112578]: pgmap v15913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:28.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:28.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:31:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:31:29.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:29.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:29 smithi098 ceph-mon[112578]: pgmap v15914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:29 smithi016 ceph-mon[96085]: pgmap v15914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:30.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:30.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:31.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:31.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:31 smithi098 ceph-mon[112578]: pgmap v15915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:31 smithi016 ceph-mon[96085]: pgmap v15915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:32.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:32.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:33.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:33.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:33 smithi098 ceph-mon[112578]: pgmap v15916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:33 smithi016 ceph-mon[96085]: pgmap v15916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:34.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:34.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:35.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:35.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:35 smithi016 ceph-mon[96085]: pgmap v15917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:35 smithi098 ceph-mon[112578]: pgmap v15917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:36.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:36.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:37.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:37.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:37 smithi016 ceph-mon[96085]: pgmap v15918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:31:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:37 smithi098 ceph-mon[112578]: pgmap v15918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:31:38.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:38.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:39.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:39.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:39 smithi098 ceph-mon[112578]: pgmap v15919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:39 smithi016 ceph-mon[96085]: pgmap v15919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:40.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:40.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:41.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:41.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:31:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:31:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:41 smithi098 ceph-mon[112578]: pgmap v15920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:31:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:31:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:31:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:31:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:31:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:31:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:31:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:41 smithi016 ceph-mon[96085]: pgmap v15920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:31:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:31:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:31:41.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:31:41.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:31:42.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:42.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:43.685 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:43 smithi098 ceph-mon[112578]: pgmap v15921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:43.685 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:31:43.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:43.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:43 smithi016 ceph-mon[96085]: pgmap v15921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:31:44.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:44.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:45.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:45.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:45 smithi016 ceph-mon[96085]: pgmap v15922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:45 smithi098 ceph-mon[112578]: pgmap v15922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:46.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:46.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:47.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:47.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:47 smithi098 ceph-mon[112578]: pgmap v15923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:47 smithi016 ceph-mon[96085]: pgmap v15923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:48.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:48.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:49.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:49.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:49 smithi098 ceph-mon[112578]: pgmap v15924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:49 smithi016 ceph-mon[96085]: pgmap v15924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:50.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:50.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:51.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:51.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:51 smithi016 ceph-mon[96085]: pgmap v15925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:51 smithi098 ceph-mon[112578]: pgmap v15925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:52.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:52.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:53.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:53.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:53.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:53 smithi098 ceph-mon[112578]: pgmap v15926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:53 smithi016 ceph-mon[96085]: pgmap v15926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:54.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:54.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:55.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:55.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:55 smithi098 ceph-mon[112578]: pgmap v15927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:55 smithi016 ceph-mon[96085]: pgmap v15927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:56.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:56.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:57.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:57.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:57 smithi098 ceph-mon[112578]: pgmap v15928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:57 smithi016 ceph-mon[96085]: pgmap v15928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:58.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:58.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:31:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:31:59.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:31:59.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:31:59 smithi098 ceph-mon[112578]: pgmap v15929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:31:59 smithi016 ceph-mon[96085]: pgmap v15929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:00.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:00.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:01.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:01.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:01 smithi016 ceph-mon[96085]: pgmap v15930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:01 smithi098 ceph-mon[112578]: pgmap v15930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:02.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:02.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:03 smithi098 ceph-mon[112578]: pgmap v15931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:03 smithi016 ceph-mon[96085]: pgmap v15931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:03.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:03.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:04.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:04.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:05.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:05.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:05 smithi098 ceph-mon[112578]: pgmap v15932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:05 smithi016 ceph-mon[96085]: pgmap v15932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:06.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:06.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:07.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:07.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:07 smithi098 ceph-mon[112578]: pgmap v15933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:07 smithi016 ceph-mon[96085]: pgmap v15933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:08.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:08.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:09.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:09.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:09 smithi098 ceph-mon[112578]: pgmap v15934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:09 smithi016 ceph-mon[96085]: pgmap v15934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:10.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:10.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:11.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:11.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:11 smithi098 ceph-mon[112578]: pgmap v15935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:11 smithi016 ceph-mon[96085]: pgmap v15935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:12.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:12.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:13 smithi098 ceph-mon[112578]: pgmap v15936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:32:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:13 smithi016 ceph-mon[96085]: pgmap v15936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:32:13.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:13.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:14.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:14.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:15.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:15.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:15 smithi098 ceph-mon[112578]: pgmap v15937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:15 smithi016 ceph-mon[96085]: pgmap v15937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:16.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:16.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:17.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:17.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:17 smithi098 ceph-mon[112578]: pgmap v15938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:17 smithi016 ceph-mon[96085]: pgmap v15938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:18.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:18.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:19.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:19.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:19 smithi098 ceph-mon[112578]: pgmap v15939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:19 smithi016 ceph-mon[96085]: pgmap v15939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:20.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:20.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:21.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:21.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:21 smithi098 ceph-mon[112578]: pgmap v15940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:21 smithi016 ceph-mon[96085]: pgmap v15940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:22.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:22.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:23 smithi098 ceph-mon[112578]: pgmap v15941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:23 smithi016 ceph-mon[96085]: pgmap v15941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:23.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:23.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:24.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:24.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:25.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:25.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:25 smithi098 ceph-mon[112578]: pgmap v15942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:25 smithi016 ceph-mon[96085]: pgmap v15942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:26.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:26.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:27.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:27.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:27 smithi098 ceph-mon[112578]: pgmap v15943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:27 smithi016 ceph-mon[96085]: pgmap v15943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:28.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:28.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:29.160 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:32:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:32:29.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:29.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:29 smithi098 ceph-mon[112578]: pgmap v15944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:29 smithi016 ceph-mon[96085]: pgmap v15944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:30.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:30.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:31.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:31.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:32.106 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:31 smithi016 ceph-mon[96085]: pgmap v15945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:31 smithi098 ceph-mon[112578]: pgmap v15945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:32.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:32.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:33 smithi098 ceph-mon[112578]: pgmap v15946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:33 smithi016 ceph-mon[96085]: pgmap v15946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:33.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:33.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:34.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:34.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:35.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:35.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:35 smithi098 ceph-mon[112578]: pgmap v15947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:35 smithi016 ceph-mon[96085]: pgmap v15947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:36.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:36.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:37.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:37.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:37 smithi098 ceph-mon[112578]: pgmap v15948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:37 smithi016 ceph-mon[96085]: pgmap v15948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:38.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:38.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:39.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:39.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:39 smithi098 ceph-mon[112578]: pgmap v15949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:39 smithi016 ceph-mon[96085]: pgmap v15949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:40.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:40.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:41.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:41.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:42.222 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:41 smithi016 ceph-mon[96085]: pgmap v15950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:42.222 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:32:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:41 smithi098 ceph-mon[112578]: pgmap v15950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:32:42.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:42.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:43 smithi098 ceph-mon[112578]: pgmap v15951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:32:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:43 smithi016 ceph-mon[96085]: pgmap v15951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:32:43.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:43.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:44.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:44.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:45.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:45.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:45 smithi098 ceph-mon[112578]: pgmap v15952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:32:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:32:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:45 smithi016 ceph-mon[96085]: pgmap v15952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:32:46.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:32:46.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:46.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:32:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:32:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:32:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:32:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:32:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:32:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:32:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:32:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:32:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:32:47.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:47.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:47 smithi098 ceph-mon[112578]: pgmap v15953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:47 smithi016 ceph-mon[96085]: pgmap v15953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:48.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:48.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:49.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:49.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:49 smithi098 ceph-mon[112578]: pgmap v15954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:49 smithi016 ceph-mon[96085]: pgmap v15954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:50.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:50.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:51.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:51.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:51 smithi098 ceph-mon[112578]: pgmap v15955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:51 smithi016 ceph-mon[96085]: pgmap v15955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:52.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:52.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:53 smithi098 ceph-mon[112578]: pgmap v15956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:53 smithi016 ceph-mon[96085]: pgmap v15956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:53.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:53.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:54.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:54.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:55.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:55.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:55 smithi098 ceph-mon[112578]: pgmap v15957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:55 smithi016 ceph-mon[96085]: pgmap v15957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:56.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:56.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:57.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:57.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:57 smithi098 ceph-mon[112578]: pgmap v15958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:57 smithi016 ceph-mon[96085]: pgmap v15958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:58.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:58.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:32:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:32:59.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:32:59.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:32:59 smithi098 ceph-mon[112578]: pgmap v15959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:32:59 smithi016 ceph-mon[96085]: pgmap v15959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:00.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:00.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:01.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:01.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:01 smithi098 ceph-mon[112578]: pgmap v15960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:01 smithi016 ceph-mon[96085]: pgmap v15960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:02.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:02.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:03.730 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:03 smithi016 ceph-mon[96085]: pgmap v15961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:03 smithi098 ceph-mon[112578]: pgmap v15961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:03.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:03.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:04.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:04.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:05.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:05.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:05 smithi098 ceph-mon[112578]: pgmap v15962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:05 smithi016 ceph-mon[96085]: pgmap v15962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:06.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:06.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:07.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:07.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:07 smithi098 ceph-mon[112578]: pgmap v15963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:07 smithi016 ceph-mon[96085]: pgmap v15963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:08.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:08.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:09.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:09.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:09 smithi098 ceph-mon[112578]: pgmap v15964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:09 smithi016 ceph-mon[96085]: pgmap v15964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:10.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:10.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:11.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:11.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:11 smithi098 ceph-mon[112578]: pgmap v15965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:11 smithi016 ceph-mon[96085]: pgmap v15965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:12.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:12.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:13 smithi098 ceph-mon[112578]: pgmap v15966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:33:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:13 smithi016 ceph-mon[96085]: pgmap v15966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:33:13.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:13.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:14.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:14.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:15.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:15.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:15 smithi098 ceph-mon[112578]: pgmap v15967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:15 smithi016 ceph-mon[96085]: pgmap v15967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:16.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:16.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:17.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:17.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:17 smithi016 ceph-mon[96085]: pgmap v15968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:17 smithi098 ceph-mon[112578]: pgmap v15968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:18.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:18.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:19.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:19.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:19 smithi098 ceph-mon[112578]: pgmap v15969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:19 smithi016 ceph-mon[96085]: pgmap v15969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:20.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:20.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:21.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:21.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:21 smithi098 ceph-mon[112578]: pgmap v15970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:21 smithi016 ceph-mon[96085]: pgmap v15970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:22.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:22.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:23 smithi098 ceph-mon[112578]: pgmap v15971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:23 smithi016 ceph-mon[96085]: pgmap v15971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:23.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:23.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:24.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:24.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:25.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:25.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:25 smithi098 ceph-mon[112578]: pgmap v15972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:25 smithi016 ceph-mon[96085]: pgmap v15972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:26.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:26.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:27.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:27.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:27 smithi016 ceph-mon[96085]: pgmap v15973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:27 smithi098 ceph-mon[112578]: pgmap v15973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:28.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:28.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:33:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:33:29.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:29.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:29 smithi098 ceph-mon[112578]: pgmap v15974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:29 smithi016 ceph-mon[96085]: pgmap v15974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:30.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:30.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:31.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:31.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:31 smithi098 ceph-mon[112578]: pgmap v15975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:31 smithi016 ceph-mon[96085]: pgmap v15975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:32.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:32.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:33 smithi098 ceph-mon[112578]: pgmap v15976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:33 smithi016 ceph-mon[96085]: pgmap v15976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:33.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:33.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:34.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:34.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:35.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:35.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:35 smithi098 ceph-mon[112578]: pgmap v15977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:35 smithi016 ceph-mon[96085]: pgmap v15977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:36.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:36.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:37.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:37.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:37 smithi098 ceph-mon[112578]: pgmap v15978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:37 smithi016 ceph-mon[96085]: pgmap v15978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:38.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:38.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:39.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:39.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:39 smithi098 ceph-mon[112578]: pgmap v15979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:39 smithi016 ceph-mon[96085]: pgmap v15979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:40.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:40.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:41.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:41.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:41 smithi098 ceph-mon[112578]: pgmap v15980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:41 smithi016 ceph-mon[96085]: pgmap v15980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:42.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:42.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:43 smithi098 ceph-mon[112578]: pgmap v15981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:33:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:43 smithi016 ceph-mon[96085]: pgmap v15981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:33:43.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:43.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:44.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:44.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:45.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:45.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:45 smithi098 ceph-mon[112578]: pgmap v15982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:45 smithi016 ceph-mon[96085]: pgmap v15982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:46.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:46.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:33:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:33:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:33:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:33:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:33:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:33:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:33:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:33:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:33:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:33:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:33:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:33:47.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:47.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:47 smithi098 ceph-mon[112578]: pgmap v15983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:47 smithi016 ceph-mon[96085]: pgmap v15983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:48.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:48.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:49.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:49.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:49 smithi098 ceph-mon[112578]: pgmap v15984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:49 smithi016 ceph-mon[96085]: pgmap v15984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:50.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:50.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:51.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:51.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:51 smithi098 ceph-mon[112578]: pgmap v15985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:51 smithi016 ceph-mon[96085]: pgmap v15985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:52.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:52.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:53 smithi098 ceph-mon[112578]: pgmap v15986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:53 smithi016 ceph-mon[96085]: pgmap v15986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:53.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:53.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:54.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:54.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:55.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:55.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:55 smithi098 ceph-mon[112578]: pgmap v15987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:55 smithi016 ceph-mon[96085]: pgmap v15987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:56.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:56.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:57.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:57.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:58.092 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:57 smithi016 ceph-mon[96085]: pgmap v15988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:57 smithi098 ceph-mon[112578]: pgmap v15988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:58.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:33:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:33:59.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:33:59.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:00.108 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:33:59 smithi098 ceph-mon[112578]: pgmap v15989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:33:59 smithi016 ceph-mon[96085]: pgmap v15989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:00.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:00.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:01.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:01.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:01 smithi098 ceph-mon[112578]: pgmap v15990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:01 smithi016 ceph-mon[96085]: pgmap v15990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:02.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:02.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:03 smithi098 ceph-mon[112578]: pgmap v15991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:03 smithi016 ceph-mon[96085]: pgmap v15991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:03.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:03.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:04.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:04.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:05.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:05.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:05 smithi098 ceph-mon[112578]: pgmap v15992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:05 smithi016 ceph-mon[96085]: pgmap v15992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:06.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:06.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:07.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:07.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:08.207 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:07 smithi016 ceph-mon[96085]: pgmap v15993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:07 smithi098 ceph-mon[112578]: pgmap v15993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:08.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:08.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:09.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:09.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:10.213 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:09 smithi098 ceph-mon[112578]: pgmap v15994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:09 smithi016 ceph-mon[96085]: pgmap v15994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:10.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:10.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:11.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:11.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:11 smithi098 ceph-mon[112578]: pgmap v15995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:11 smithi016 ceph-mon[96085]: pgmap v15995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:12.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:12.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:13 smithi016 ceph-mon[96085]: pgmap v15996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:34:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:13 smithi098 ceph-mon[112578]: pgmap v15996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:34:14.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:14.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:15.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:15.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:16.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:16.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:15 smithi098 ceph-mon[112578]: pgmap v15997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:15 smithi016 ceph-mon[96085]: pgmap v15997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:17.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:17.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:18.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:18.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:17 smithi098 ceph-mon[112578]: pgmap v15998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:17 smithi016 ceph-mon[96085]: pgmap v15998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:19.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:19.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:20.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:20.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:19 smithi098 ceph-mon[112578]: pgmap v15999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:19 smithi016 ceph-mon[96085]: pgmap v15999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:21.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:21.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:22.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:22.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:21 smithi098 ceph-mon[112578]: pgmap v16000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:21 smithi016 ceph-mon[96085]: pgmap v16000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:23.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:23.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:23 smithi098 ceph-mon[112578]: pgmap v16001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:23 smithi016 ceph-mon[96085]: pgmap v16001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:24.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:24.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:25.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:25.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:26.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:26.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:25 smithi098 ceph-mon[112578]: pgmap v16002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:25 smithi016 ceph-mon[96085]: pgmap v16002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:27.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:27.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:28.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:28.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:27 smithi098 ceph-mon[112578]: pgmap v16003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:27 smithi016 ceph-mon[96085]: pgmap v16003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:29.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:29.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:34:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:34:30.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:30.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:29 smithi098 ceph-mon[112578]: pgmap v16004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:29 smithi016 ceph-mon[96085]: pgmap v16004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:31.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:31.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:32.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:32.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:31 smithi098 ceph-mon[112578]: pgmap v16005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:31 smithi016 ceph-mon[96085]: pgmap v16005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:33.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:33.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:33 smithi098 ceph-mon[112578]: pgmap v16006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:33 smithi016 ceph-mon[96085]: pgmap v16006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:34.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:34.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:35.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:35.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:36.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:36.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:35 smithi098 ceph-mon[112578]: pgmap v16007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:35 smithi016 ceph-mon[96085]: pgmap v16007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:37.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:37.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:38.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:38.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:37 smithi098 ceph-mon[112578]: pgmap v16008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:37 smithi016 ceph-mon[96085]: pgmap v16008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:39.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:39.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:40.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:40.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:39 smithi098 ceph-mon[112578]: pgmap v16009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:39 smithi016 ceph-mon[96085]: pgmap v16009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:41.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:41.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:42.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:42.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:41 smithi098 ceph-mon[112578]: pgmap v16010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:41 smithi016 ceph-mon[96085]: pgmap v16010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:43.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:43.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:43 smithi098 ceph-mon[112578]: pgmap v16011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:34:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:43 smithi016 ceph-mon[96085]: pgmap v16011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:34:44.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:44.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:45.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:45.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:46.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:46.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:45 smithi098 ceph-mon[112578]: pgmap v16012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:45 smithi016 ceph-mon[96085]: pgmap v16012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:47.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:47.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:48.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:48.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:47 smithi098 ceph-mon[112578]: pgmap v16013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:34:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:34:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:34:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:34:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:34:48.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:34:48.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:34:48.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:34:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:47 smithi016 ceph-mon[96085]: pgmap v16013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:48.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:34:48.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:34:48.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:34:48.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:34:48.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:34:48.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:34:48.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:34:48.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:34:49.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:49.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:50.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:50.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:49 smithi098 ceph-mon[112578]: pgmap v16014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:49 smithi016 ceph-mon[96085]: pgmap v16014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:51.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:51.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:52.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:52.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:51 smithi098 ceph-mon[112578]: pgmap v16015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:51 smithi016 ceph-mon[96085]: pgmap v16015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:53.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:53.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:53.732 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:53 smithi016 ceph-mon[96085]: pgmap v16016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:53 smithi098 ceph-mon[112578]: pgmap v16016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:54.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:54.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:55.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:55.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:55 smithi098 ceph-mon[112578]: pgmap v16017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:56.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:56.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:55 smithi016 ceph-mon[96085]: pgmap v16017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:57.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:57.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:58.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:58.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:57 smithi098 ceph-mon[112578]: pgmap v16018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:57 smithi016 ceph-mon[96085]: pgmap v16018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:59.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:34:59.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:34:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:35:00.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:00.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:34:59 smithi098 ceph-mon[112578]: pgmap v16019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:34:59 smithi016 ceph-mon[96085]: pgmap v16019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:01.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:01.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:02.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:02.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:01 smithi098 ceph-mon[112578]: pgmap v16020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:01 smithi016 ceph-mon[96085]: pgmap v16020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:03.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:03.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:03 smithi098 ceph-mon[112578]: pgmap v16021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:03 smithi016 ceph-mon[96085]: pgmap v16021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:04.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:04.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:05.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:05.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:06.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:06.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:05 smithi098 ceph-mon[112578]: pgmap v16022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:05 smithi016 ceph-mon[96085]: pgmap v16022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:07.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:07.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:08.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:08.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:07 smithi098 ceph-mon[112578]: pgmap v16023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:07 smithi016 ceph-mon[96085]: pgmap v16023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:09.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:09.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:10.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:10.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:09 smithi098 ceph-mon[112578]: pgmap v16024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:09 smithi016 ceph-mon[96085]: pgmap v16024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:11.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:11.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:12.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:12.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:11 smithi098 ceph-mon[112578]: pgmap v16025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:11 smithi016 ceph-mon[96085]: pgmap v16025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:13.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:13.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:13 smithi098 ceph-mon[112578]: pgmap v16026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:35:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:13 smithi016 ceph-mon[96085]: pgmap v16026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:35:14.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:14.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:15.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:15.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:16.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:16.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:15 smithi098 ceph-mon[112578]: pgmap v16027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:15 smithi016 ceph-mon[96085]: pgmap v16027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:17.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:17.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:18.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:18.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:17 smithi098 ceph-mon[112578]: pgmap v16028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:17 smithi016 ceph-mon[96085]: pgmap v16028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:19.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:19.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:20.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:20.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:19 smithi098 ceph-mon[112578]: pgmap v16029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:19 smithi016 ceph-mon[96085]: pgmap v16029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:21.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:21.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:22.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:22.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:21 smithi098 ceph-mon[112578]: pgmap v16030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:21 smithi016 ceph-mon[96085]: pgmap v16030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:23.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:23.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:23 smithi098 ceph-mon[112578]: pgmap v16031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:23 smithi016 ceph-mon[96085]: pgmap v16031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:24.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:24.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:25.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:25.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:26.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:26.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:25 smithi098 ceph-mon[112578]: pgmap v16032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:25 smithi016 ceph-mon[96085]: pgmap v16032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:27.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:27.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:28.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:28.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:27 smithi098 ceph-mon[112578]: pgmap v16033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:27 smithi016 ceph-mon[96085]: pgmap v16033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:29.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:29.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:29.134 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:35:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:35:30.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:30.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:29 smithi098 ceph-mon[112578]: pgmap v16034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:29 smithi016 ceph-mon[96085]: pgmap v16034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:31.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:31.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:32.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:32.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:31 smithi098 ceph-mon[112578]: pgmap v16035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:31 smithi016 ceph-mon[96085]: pgmap v16035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:33.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:33.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:33 smithi098 ceph-mon[112578]: pgmap v16036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:33 smithi016 ceph-mon[96085]: pgmap v16036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:34.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:34.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:35.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:35.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:36.103 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:35 smithi098 ceph-mon[112578]: pgmap v16037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:36.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:36.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:35 smithi016 ceph-mon[96085]: pgmap v16037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:37.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:37.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:38.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:38.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:37 smithi098 ceph-mon[112578]: pgmap v16038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:37 smithi016 ceph-mon[96085]: pgmap v16038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:39.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:39.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:40.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:40.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:39 smithi098 ceph-mon[112578]: pgmap v16039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:39 smithi016 ceph-mon[96085]: pgmap v16039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:41.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:41.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:42.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:42.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:41 smithi098 ceph-mon[112578]: pgmap v16040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:41 smithi016 ceph-mon[96085]: pgmap v16040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:43.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:43.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:43 smithi098 ceph-mon[112578]: pgmap v16041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:35:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:43 smithi016 ceph-mon[96085]: pgmap v16041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:35:44.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:44.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:45.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:45.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:46.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:46.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:46.209 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:45 smithi098 ceph-mon[112578]: pgmap v16042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:45 smithi016 ceph-mon[96085]: pgmap v16042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:47.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:47.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:48.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:48.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:47 smithi098 ceph-mon[112578]: pgmap v16043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:35:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:47 smithi016 ceph-mon[96085]: pgmap v16043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:35:49.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:49.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:35:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:35:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:35:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:35:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:35:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:35:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:35:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:35:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:35:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:35:50.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:50.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:49 smithi098 ceph-mon[112578]: pgmap v16044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:49 smithi016 ceph-mon[96085]: pgmap v16044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:51.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:51.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:52.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:52.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:51 smithi098 ceph-mon[112578]: pgmap v16045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:51 smithi016 ceph-mon[96085]: pgmap v16045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:53.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:53.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:53 smithi098 ceph-mon[112578]: pgmap v16046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:53 smithi016 ceph-mon[96085]: pgmap v16046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:54.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:54.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:55.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:55.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:56.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:56.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:55 smithi098 ceph-mon[112578]: pgmap v16047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:55 smithi016 ceph-mon[96085]: pgmap v16047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:57.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:57.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:58.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:58.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:57 smithi098 ceph-mon[112578]: pgmap v16048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:57 smithi016 ceph-mon[96085]: pgmap v16048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:59.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:35:59.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:35:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:36:00.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:00.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:35:59 smithi098 ceph-mon[112578]: pgmap v16049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:35:59 smithi016 ceph-mon[96085]: pgmap v16049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:01.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:01.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:02.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:02.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:01 smithi098 ceph-mon[112578]: pgmap v16050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:01 smithi016 ceph-mon[96085]: pgmap v16050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:03.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:03.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:03 smithi098 ceph-mon[112578]: pgmap v16051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:03 smithi016 ceph-mon[96085]: pgmap v16051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:04.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:04.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:05.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:05.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:06.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:06.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:05 smithi098 ceph-mon[112578]: pgmap v16052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:05 smithi016 ceph-mon[96085]: pgmap v16052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:07.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:07.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:08.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:08.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:07 smithi098 ceph-mon[112578]: pgmap v16053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:07 smithi016 ceph-mon[96085]: pgmap v16053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:09.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:09.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:10.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:10.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:09 smithi098 ceph-mon[112578]: pgmap v16054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:09 smithi016 ceph-mon[96085]: pgmap v16054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:11.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:11.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:12.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:12.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:11 smithi098 ceph-mon[112578]: pgmap v16055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:11 smithi016 ceph-mon[96085]: pgmap v16055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:13.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:13.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:13 smithi098 ceph-mon[112578]: pgmap v16056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:36:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:13 smithi016 ceph-mon[96085]: pgmap v16056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:36:14.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:14.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:15.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:15.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:16.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:16.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:15 smithi098 ceph-mon[112578]: pgmap v16057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:15 smithi016 ceph-mon[96085]: pgmap v16057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:17.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:17.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:18.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:18.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:17 smithi098 ceph-mon[112578]: pgmap v16058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:17 smithi016 ceph-mon[96085]: pgmap v16058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:19.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:19.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:19 smithi016 ceph-mon[96085]: pgmap v16059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:20.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:20.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:19 smithi098 ceph-mon[112578]: pgmap v16059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:21.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:21.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:22.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:22.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:21 smithi098 ceph-mon[112578]: pgmap v16060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:21 smithi016 ceph-mon[96085]: pgmap v16060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:23.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:23.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:23 smithi098 ceph-mon[112578]: pgmap v16061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:23 smithi016 ceph-mon[96085]: pgmap v16061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:24.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:24.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:25.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:25.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:26.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:26.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:25 smithi098 ceph-mon[112578]: pgmap v16062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:25 smithi016 ceph-mon[96085]: pgmap v16062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:27.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:27.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:28.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:28.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:27 smithi098 ceph-mon[112578]: pgmap v16063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:27 smithi016 ceph-mon[96085]: pgmap v16063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:29.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:29.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:36:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:36:30.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:30.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:29 smithi098 ceph-mon[112578]: pgmap v16064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:29 smithi016 ceph-mon[96085]: pgmap v16064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:31.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:31.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:31 smithi098 ceph-mon[112578]: pgmap v16065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:32.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:32.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:31 smithi016 ceph-mon[96085]: pgmap v16065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:33.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:33.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:33 smithi098 ceph-mon[112578]: pgmap v16066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:33 smithi016 ceph-mon[96085]: pgmap v16066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:34.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:34.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:35.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:35.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:36.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:36.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:35 smithi098 ceph-mon[112578]: pgmap v16067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:35 smithi016 ceph-mon[96085]: pgmap v16067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:37.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:37.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:38.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:38.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:37 smithi098 ceph-mon[112578]: pgmap v16068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:37 smithi016 ceph-mon[96085]: pgmap v16068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:39.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:39.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:40.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:40.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:39 smithi098 ceph-mon[112578]: pgmap v16069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:39 smithi016 ceph-mon[96085]: pgmap v16069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:41.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:41.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:42.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:42.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:41 smithi098 ceph-mon[112578]: pgmap v16070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:41 smithi016 ceph-mon[96085]: pgmap v16070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:43.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:43.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:43 smithi098 ceph-mon[112578]: pgmap v16071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:36:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:43 smithi016 ceph-mon[96085]: pgmap v16071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:36:44.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:44.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:45.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:45.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:46.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:46.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:45 smithi098 ceph-mon[112578]: pgmap v16072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:45 smithi016 ceph-mon[96085]: pgmap v16072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:47.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:47.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:48.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:48.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:47 smithi098 ceph-mon[112578]: pgmap v16073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:47 smithi016 ceph-mon[96085]: pgmap v16073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:49.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:49.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:36:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:36:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:36:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:36:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:36:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:36:50.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:50.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:49 smithi098 ceph-mon[112578]: pgmap v16074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:36:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:36:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:36:50.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:36:50.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:36:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:49 smithi016 ceph-mon[96085]: pgmap v16074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:36:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:36:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:36:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:36:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:36:51.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:51.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:52.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:52.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:51 smithi098 ceph-mon[112578]: pgmap v16075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:51 smithi016 ceph-mon[96085]: pgmap v16075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:53.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:53.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:53 smithi098 ceph-mon[112578]: pgmap v16076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:53 smithi016 ceph-mon[96085]: pgmap v16076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:54.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:54.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:55.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:55.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:55 smithi098 ceph-mon[112578]: pgmap v16077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:56.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:56.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:55 smithi016 ceph-mon[96085]: pgmap v16077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:57.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:57.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:57 smithi098 ceph-mon[112578]: pgmap v16078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:58.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:58.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:57 smithi016 ceph-mon[96085]: pgmap v16078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:36:59.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:36:59.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:37:00.173 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:36:59 smithi016 ceph-mon[96085]: pgmap v16079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:36:59 smithi098 ceph-mon[112578]: pgmap v16079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:00.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:00.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:01.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:01.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:01 smithi098 ceph-mon[112578]: pgmap v16080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:02.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:02.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:01 smithi016 ceph-mon[96085]: pgmap v16080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:03.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:03.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:03 smithi098 ceph-mon[112578]: pgmap v16081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:03 smithi016 ceph-mon[96085]: pgmap v16081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:04.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:04.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:05.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:05.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:05 smithi098 ceph-mon[112578]: pgmap v16082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:05 smithi016 ceph-mon[96085]: pgmap v16082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:06.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:06.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:07.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:07.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:07 smithi098 ceph-mon[112578]: pgmap v16083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:07 smithi016 ceph-mon[96085]: pgmap v16083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:08.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:08.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:09.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:09.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:09 smithi098 ceph-mon[112578]: pgmap v16084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:09 smithi016 ceph-mon[96085]: pgmap v16084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:10.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:10.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:11.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:11.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:11 smithi098 ceph-mon[112578]: pgmap v16085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:11 smithi016 ceph-mon[96085]: pgmap v16085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:12.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:12.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:13.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:13.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:13 smithi098 ceph-mon[112578]: pgmap v16086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:37:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:13 smithi016 ceph-mon[96085]: pgmap v16086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:37:14.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:14.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:15.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:15.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:15 smithi098 ceph-mon[112578]: pgmap v16087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:15 smithi016 ceph-mon[96085]: pgmap v16087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:16.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:16.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:17.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:17.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:17 smithi098 ceph-mon[112578]: pgmap v16088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:17 smithi016 ceph-mon[96085]: pgmap v16088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:18.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:18.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:19.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:19.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:19 smithi098 ceph-mon[112578]: pgmap v16089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:19 smithi016 ceph-mon[96085]: pgmap v16089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:20.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:20.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:21.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:21.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:22.197 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:21 smithi098 ceph-mon[112578]: pgmap v16090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:21 smithi016 ceph-mon[96085]: pgmap v16090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:22.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:22.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:23.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:23.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:23 smithi098 ceph-mon[112578]: pgmap v16091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:23 smithi016 ceph-mon[96085]: pgmap v16091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:24.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:24.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:25.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:25.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:25 smithi098 ceph-mon[112578]: pgmap v16092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:25 smithi016 ceph-mon[96085]: pgmap v16092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:26.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:26.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:27.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:27.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:27 smithi098 ceph-mon[112578]: pgmap v16093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:27 smithi016 ceph-mon[96085]: pgmap v16093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:28.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:28.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:37:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:37:29.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:29.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:29 smithi098 ceph-mon[112578]: pgmap v16094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:29 smithi016 ceph-mon[96085]: pgmap v16094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:30.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:30.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:31.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:31.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:31 smithi098 ceph-mon[112578]: pgmap v16095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:31 smithi016 ceph-mon[96085]: pgmap v16095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:32.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:32.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:33.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:33.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:33 smithi098 ceph-mon[112578]: pgmap v16096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:33 smithi016 ceph-mon[96085]: pgmap v16096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:34.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:34.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:35.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:35.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:35 smithi098 ceph-mon[112578]: pgmap v16097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:35 smithi016 ceph-mon[96085]: pgmap v16097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:36.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:36.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:37.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:37.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:37 smithi098 ceph-mon[112578]: pgmap v16098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:37 smithi016 ceph-mon[96085]: pgmap v16098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:38.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:38.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:39.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:39.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:39 smithi098 ceph-mon[112578]: pgmap v16099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:39 smithi016 ceph-mon[96085]: pgmap v16099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:40.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:40.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:41.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:41.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:41 smithi098 ceph-mon[112578]: pgmap v16100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:41 smithi016 ceph-mon[96085]: pgmap v16100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:42.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:42.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:43.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:43.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:43 smithi098 ceph-mon[112578]: pgmap v16101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:37:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:43 smithi016 ceph-mon[96085]: pgmap v16101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:37:44.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:44.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:45.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:45.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:45 smithi016 ceph-mon[96085]: pgmap v16102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:45 smithi098 ceph-mon[112578]: pgmap v16102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:46.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:46.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:47.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:47.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:47 smithi098 ceph-mon[112578]: pgmap v16103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:47 smithi016 ceph-mon[96085]: pgmap v16103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:48.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:48.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:49.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:49.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:49 smithi098 ceph-mon[112578]: pgmap v16104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:37:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:37:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:37:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:37:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:37:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:37:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:49 smithi016 ceph-mon[96085]: pgmap v16104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:37:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:37:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:37:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:37:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:37:50.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:37:50.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:50.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:51.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:51.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:51 smithi098 ceph-mon[112578]: pgmap v16105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:51 smithi016 ceph-mon[96085]: pgmap v16105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:52.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:52.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:53.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:53.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:53 smithi098 ceph-mon[112578]: pgmap v16106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:53 smithi016 ceph-mon[96085]: pgmap v16106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:54.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:54.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:55.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:55.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:55 smithi098 ceph-mon[112578]: pgmap v16107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:55 smithi016 ceph-mon[96085]: pgmap v16107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:56.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:56.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:57.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:57.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:57 smithi098 ceph-mon[112578]: pgmap v16108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:57 smithi016 ceph-mon[96085]: pgmap v16108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:58.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:58.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:37:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:37:59.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:37:59.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:37:59 smithi098 ceph-mon[112578]: pgmap v16109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:37:59 smithi016 ceph-mon[96085]: pgmap v16109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:00.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:00.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:01.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:01.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:01 smithi098 ceph-mon[112578]: pgmap v16110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:01 smithi016 ceph-mon[96085]: pgmap v16110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:02.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:02.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:03.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:03.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:03 smithi098 ceph-mon[112578]: pgmap v16111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:03 smithi016 ceph-mon[96085]: pgmap v16111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:04.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:04.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:05.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:05.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:05 smithi098 ceph-mon[112578]: pgmap v16112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:06.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:05 smithi016 ceph-mon[96085]: pgmap v16112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:06.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:06.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:07.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:07.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:07 smithi098 ceph-mon[112578]: pgmap v16113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:07 smithi016 ceph-mon[96085]: pgmap v16113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:08.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:08.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:09.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:09.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:09 smithi098 ceph-mon[112578]: pgmap v16114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:09 smithi016 ceph-mon[96085]: pgmap v16114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:10.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:10.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:11.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:11.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:11 smithi098 ceph-mon[112578]: pgmap v16115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:11 smithi016 ceph-mon[96085]: pgmap v16115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:12.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:12.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:13.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:13.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:13 smithi098 ceph-mon[112578]: pgmap v16116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:38:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:13 smithi016 ceph-mon[96085]: pgmap v16116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:38:14.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:14.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:15.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:15.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:15 smithi098 ceph-mon[112578]: pgmap v16117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:15 smithi016 ceph-mon[96085]: pgmap v16117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:16.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:16.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:17.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:17.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:17 smithi098 ceph-mon[112578]: pgmap v16118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:17 smithi016 ceph-mon[96085]: pgmap v16118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:18.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:18.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:19.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:19.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:19 smithi098 ceph-mon[112578]: pgmap v16119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:19 smithi016 ceph-mon[96085]: pgmap v16119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:20.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:20.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:21.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:21.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:21 smithi098 ceph-mon[112578]: pgmap v16120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:21 smithi016 ceph-mon[96085]: pgmap v16120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:22.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:22.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:23.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:23.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:23 smithi098 ceph-mon[112578]: pgmap v16121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:23 smithi016 ceph-mon[96085]: pgmap v16121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:24.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:24.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:25.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:25.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:25 smithi098 ceph-mon[112578]: pgmap v16122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:25 smithi016 ceph-mon[96085]: pgmap v16122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:26.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:26.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:27.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:27.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:27 smithi098 ceph-mon[112578]: pgmap v16123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:27 smithi016 ceph-mon[96085]: pgmap v16123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:28.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:28.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:38:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:38:29.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:29.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:29 smithi098 ceph-mon[112578]: pgmap v16124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:29 smithi016 ceph-mon[96085]: pgmap v16124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:30.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:30.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:31.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:31.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:31 smithi098 ceph-mon[112578]: pgmap v16125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:31 smithi016 ceph-mon[96085]: pgmap v16125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:32.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:32.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:33.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:33.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:33 smithi016 ceph-mon[96085]: pgmap v16126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:33 smithi098 ceph-mon[112578]: pgmap v16126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:34.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:34.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:35.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:35.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:35 smithi098 ceph-mon[112578]: pgmap v16127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:36.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:35 smithi016 ceph-mon[96085]: pgmap v16127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:36.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:36.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:37.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:37.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:37 smithi098 ceph-mon[112578]: pgmap v16128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:37 smithi016 ceph-mon[96085]: pgmap v16128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:38.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:38.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:39.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:39.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:39 smithi098 ceph-mon[112578]: pgmap v16129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:39 smithi016 ceph-mon[96085]: pgmap v16129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:40.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:40.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:41.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:41.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:41 smithi098 ceph-mon[112578]: pgmap v16130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:41 smithi016 ceph-mon[96085]: pgmap v16130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:42.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:42.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:43.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:43.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:43 smithi016 ceph-mon[96085]: pgmap v16131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:38:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:43 smithi098 ceph-mon[112578]: pgmap v16131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:38:44.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:44.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:45.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:45.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:45 smithi098 ceph-mon[112578]: pgmap v16132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:45 smithi016 ceph-mon[96085]: pgmap v16132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:46.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:46.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:47.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:47.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:47 smithi098 ceph-mon[112578]: pgmap v16133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:47 smithi016 ceph-mon[96085]: pgmap v16133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:48.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:48.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:49.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:49.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:49 smithi098 ceph-mon[112578]: pgmap v16134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:49 smithi016 ceph-mon[96085]: pgmap v16134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:50.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:50.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:38:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:38:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:38:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:38:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:38:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:38:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:38:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:38:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:38:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:38:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:38:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:38:51.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:51.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:51 smithi098 ceph-mon[112578]: pgmap v16135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:51 smithi016 ceph-mon[96085]: pgmap v16135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:52.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:52.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:53.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:53.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:53 smithi016 ceph-mon[96085]: pgmap v16136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:53 smithi098 ceph-mon[112578]: pgmap v16136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:54.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:54.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:55.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:55.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:55 smithi098 ceph-mon[112578]: pgmap v16137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:55 smithi016 ceph-mon[96085]: pgmap v16137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:56.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:56.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:57.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:57.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:58.198 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:57 smithi098 ceph-mon[112578]: pgmap v16138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:57 smithi016 ceph-mon[96085]: pgmap v16138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:58.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:58.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:38:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:38:59.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:38:59.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:38:59 smithi098 ceph-mon[112578]: pgmap v16139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:38:59 smithi016 ceph-mon[96085]: pgmap v16139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:00.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:00.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:01.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:01.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:01 smithi098 ceph-mon[112578]: pgmap v16140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:02.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:01 smithi016 ceph-mon[96085]: pgmap v16140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:02.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:02.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:03.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:03.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:03 smithi016 ceph-mon[96085]: pgmap v16141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:03 smithi098 ceph-mon[112578]: pgmap v16141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:04.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:04.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:05.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:05.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:05 smithi098 ceph-mon[112578]: pgmap v16142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:05 smithi016 ceph-mon[96085]: pgmap v16142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:06.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:06.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:07.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:07.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:07 smithi098 ceph-mon[112578]: pgmap v16143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:07 smithi016 ceph-mon[96085]: pgmap v16143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:08.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:08.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:09.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:09.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:09 smithi098 ceph-mon[112578]: pgmap v16144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:09 smithi016 ceph-mon[96085]: pgmap v16144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:10.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:10.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:11.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:11.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:11 smithi098 ceph-mon[112578]: pgmap v16145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:11 smithi016 ceph-mon[96085]: pgmap v16145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:12.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:12.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:13.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:13.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:13 smithi098 ceph-mon[112578]: pgmap v16146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:39:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:13 smithi016 ceph-mon[96085]: pgmap v16146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:39:14.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:14.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:15.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:15.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:15 smithi098 ceph-mon[112578]: pgmap v16147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:15 smithi016 ceph-mon[96085]: pgmap v16147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:16.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:16.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:17.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:17.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:17 smithi098 ceph-mon[112578]: pgmap v16148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:17 smithi016 ceph-mon[96085]: pgmap v16148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:18.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:18.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:19.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:19.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:19 smithi098 ceph-mon[112578]: pgmap v16149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:19 smithi016 ceph-mon[96085]: pgmap v16149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:20.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:20.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:21.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:21.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:21 smithi098 ceph-mon[112578]: pgmap v16150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:21 smithi016 ceph-mon[96085]: pgmap v16150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:22.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:22.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:23.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:23.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:23 smithi098 ceph-mon[112578]: pgmap v16151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:23 smithi016 ceph-mon[96085]: pgmap v16151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:24.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:24.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:25.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:25.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:25 smithi098 ceph-mon[112578]: pgmap v16152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:25 smithi016 ceph-mon[96085]: pgmap v16152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:26.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:26.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:27.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:27.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:27 smithi098 ceph-mon[112578]: pgmap v16153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:27 smithi016 ceph-mon[96085]: pgmap v16153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:28.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:28.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:39:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:39:29.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:29.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:29 smithi098 ceph-mon[112578]: pgmap v16154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:29 smithi016 ceph-mon[96085]: pgmap v16154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:30.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:30.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:31.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:31.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:31 smithi098 ceph-mon[112578]: pgmap v16155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:31 smithi016 ceph-mon[96085]: pgmap v16155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:32.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:32.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:33.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:33.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:33 smithi016 ceph-mon[96085]: pgmap v16156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:33 smithi098 ceph-mon[112578]: pgmap v16156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:34.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:34.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:35.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:35.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:36.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:35 smithi098 ceph-mon[112578]: pgmap v16157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:35 smithi016 ceph-mon[96085]: pgmap v16157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:36.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:36.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:37.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:37.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:37 smithi098 ceph-mon[112578]: pgmap v16158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:37 smithi016 ceph-mon[96085]: pgmap v16158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:38.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:38.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:39.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:39.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:39 smithi098 ceph-mon[112578]: pgmap v16159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:39 smithi016 ceph-mon[96085]: pgmap v16159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:40.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:40.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:41.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:41.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:41 smithi098 ceph-mon[112578]: pgmap v16160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:41 smithi016 ceph-mon[96085]: pgmap v16160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:42.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:42.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:43.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:43.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:43 smithi098 ceph-mon[112578]: pgmap v16161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:39:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:43 smithi016 ceph-mon[96085]: pgmap v16161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:39:44.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:44.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:45.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:45.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:45 smithi098 ceph-mon[112578]: pgmap v16162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:45 smithi016 ceph-mon[96085]: pgmap v16162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:46.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:46.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:47.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:47.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:47 smithi098 ceph-mon[112578]: pgmap v16163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:47 smithi016 ceph-mon[96085]: pgmap v16163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:48.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:48.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:49.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:49.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:49 smithi098 ceph-mon[112578]: pgmap v16164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:49 smithi016 ceph-mon[96085]: pgmap v16164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:50.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:50.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:39:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:39:51.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:51.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:51 smithi098 ceph-mon[112578]: pgmap v16165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:39:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:39:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:39:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:39:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:39:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:51 smithi016 ceph-mon[96085]: pgmap v16165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:39:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:39:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:39:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:39:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:39:52.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:52.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:53.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:53.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:53 smithi098 ceph-mon[112578]: pgmap v16166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:53 smithi016 ceph-mon[96085]: pgmap v16166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:54.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:54.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:55.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:55.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:55 smithi098 ceph-mon[112578]: pgmap v16167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:55 smithi016 ceph-mon[96085]: pgmap v16167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:56.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:56.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:57.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:57.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:57 smithi098 ceph-mon[112578]: pgmap v16168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:57 smithi016 ceph-mon[96085]: pgmap v16168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:58.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:58.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:39:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:39:59.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:39:59.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:39:59 smithi098 ceph-mon[112578]: pgmap v16169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:39:59 smithi016 ceph-mon[96085]: pgmap v16169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:00.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:00.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T05:40:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T05:40:01.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:01.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:02.253 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:01 smithi016 ceph-mon[96085]: pgmap v16170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:01 smithi098 ceph-mon[112578]: pgmap v16170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:02.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:02.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:03.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:03.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:03.882 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:03 smithi098 ceph-mon[112578]: pgmap v16171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:03 smithi016 ceph-mon[96085]: pgmap v16171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:04.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:04.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:05.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:05.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:05 smithi098 ceph-mon[112578]: pgmap v16172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:05 smithi016 ceph-mon[96085]: pgmap v16172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:06.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:06.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:07.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:07.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:07 smithi098 ceph-mon[112578]: pgmap v16173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:07 smithi016 ceph-mon[96085]: pgmap v16173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:08.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:08.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:09.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:09.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:09 smithi098 ceph-mon[112578]: pgmap v16174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:09 smithi016 ceph-mon[96085]: pgmap v16174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:10.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:10.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:11.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:11.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:11 smithi098 ceph-mon[112578]: pgmap v16175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:11 smithi016 ceph-mon[96085]: pgmap v16175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:12.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:12.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:13.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:13.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:13.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:13 smithi098 ceph-mon[112578]: pgmap v16176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:13.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:40:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:13 smithi016 ceph-mon[96085]: pgmap v16176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:40:14.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:14.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:15.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:15.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:15 smithi098 ceph-mon[112578]: pgmap v16177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:15 smithi016 ceph-mon[96085]: pgmap v16177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:16.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:16.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:17.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:17.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:17 smithi098 ceph-mon[112578]: pgmap v16178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:17 smithi016 ceph-mon[96085]: pgmap v16178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:18.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:18.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:19.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:19.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:19 smithi098 ceph-mon[112578]: pgmap v16179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:19 smithi016 ceph-mon[96085]: pgmap v16179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:20.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:20.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:21.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:21.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:21 smithi098 ceph-mon[112578]: pgmap v16180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:21 smithi016 ceph-mon[96085]: pgmap v16180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:22.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:22.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:23.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:23.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:23 smithi098 ceph-mon[112578]: pgmap v16181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:23 smithi016 ceph-mon[96085]: pgmap v16181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:24.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:24.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:25.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:25.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:25 smithi098 ceph-mon[112578]: pgmap v16182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:25 smithi016 ceph-mon[96085]: pgmap v16182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:26.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:26.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:27.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:27.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:27 smithi098 ceph-mon[112578]: pgmap v16183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:27 smithi016 ceph-mon[96085]: pgmap v16183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:28.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:28.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:40:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:40:29.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:29.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:29 smithi098 ceph-mon[112578]: pgmap v16184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:29 smithi016 ceph-mon[96085]: pgmap v16184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:30.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:30.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:31.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:31.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:31 smithi098 ceph-mon[112578]: pgmap v16185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:31 smithi016 ceph-mon[96085]: pgmap v16185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:32.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:32.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:33.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:33.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:33 smithi098 ceph-mon[112578]: pgmap v16186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:33 smithi016 ceph-mon[96085]: pgmap v16186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:34.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:34.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:35.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:35.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:35 smithi098 ceph-mon[112578]: pgmap v16187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:35 smithi016 ceph-mon[96085]: pgmap v16187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:36.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:36.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:37.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:37.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:37 smithi098 ceph-mon[112578]: pgmap v16188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:37 smithi016 ceph-mon[96085]: pgmap v16188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:38.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:38.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:39.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:39.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:39 smithi098 ceph-mon[112578]: pgmap v16189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:39 smithi016 ceph-mon[96085]: pgmap v16189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:40.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:40.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:41.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:41.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:41 smithi098 ceph-mon[112578]: pgmap v16190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:41 smithi016 ceph-mon[96085]: pgmap v16190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:42.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:42.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:43.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:43.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:43 smithi098 ceph-mon[112578]: pgmap v16191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:40:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:43 smithi016 ceph-mon[96085]: pgmap v16191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:40:44.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:44.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:45.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:45.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:45 smithi098 ceph-mon[112578]: pgmap v16192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:45 smithi016 ceph-mon[96085]: pgmap v16192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:46.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:46.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:47.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:47.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:47 smithi016 ceph-mon[96085]: pgmap v16193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:47 smithi098 ceph-mon[112578]: pgmap v16193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:48.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:48.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:49.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:49.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:49 smithi098 ceph-mon[112578]: pgmap v16194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:49 smithi016 ceph-mon[96085]: pgmap v16194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:50.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:50.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:51.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:51.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:51 smithi098 ceph-mon[112578]: pgmap v16195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:40:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:40:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:40:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:40:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:40:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:40:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:51 smithi016 ceph-mon[96085]: pgmap v16195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:40:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:40:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:40:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:40:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:40:52.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:40:52.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:52.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:53.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:53.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:53 smithi098 ceph-mon[112578]: pgmap v16196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:53 smithi016 ceph-mon[96085]: pgmap v16196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:54.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:54.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:55.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:55.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:55 smithi098 ceph-mon[112578]: pgmap v16197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:55 smithi016 ceph-mon[96085]: pgmap v16197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:56.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:56.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:57.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:57.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:57 smithi098 ceph-mon[112578]: pgmap v16198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:57 smithi016 ceph-mon[96085]: pgmap v16198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:58.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:58.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:40:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:40:59.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:40:59.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:40:59 smithi098 ceph-mon[112578]: pgmap v16199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:40:59 smithi016 ceph-mon[96085]: pgmap v16199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:00.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:00.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:01.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:01.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:01 smithi098 ceph-mon[112578]: pgmap v16200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:01 smithi016 ceph-mon[96085]: pgmap v16200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:02.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:02.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:03.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:03.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:03 smithi098 ceph-mon[112578]: pgmap v16201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:03 smithi016 ceph-mon[96085]: pgmap v16201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:04.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:04.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:05.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:05.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:05 smithi098 ceph-mon[112578]: pgmap v16202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:05 smithi016 ceph-mon[96085]: pgmap v16202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:06.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:06.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:07.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:07.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:07 smithi098 ceph-mon[112578]: pgmap v16203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:07 smithi016 ceph-mon[96085]: pgmap v16203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:08.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:08.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:09.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:09.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:09 smithi098 ceph-mon[112578]: pgmap v16204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:09 smithi016 ceph-mon[96085]: pgmap v16204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:10.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:10.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:11.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:11.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:11 smithi098 ceph-mon[112578]: pgmap v16205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:11 smithi016 ceph-mon[96085]: pgmap v16205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:12.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:12.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:13.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:13.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:13 smithi098 ceph-mon[112578]: pgmap v16206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:41:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:13 smithi016 ceph-mon[96085]: pgmap v16206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:41:14.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:14.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:15.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:15.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:15 smithi098 ceph-mon[112578]: pgmap v16207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:15 smithi016 ceph-mon[96085]: pgmap v16207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:16.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:16.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:17.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:17.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:17 smithi098 ceph-mon[112578]: pgmap v16208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:17 smithi016 ceph-mon[96085]: pgmap v16208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:18.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:18.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:19.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:19.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:19 smithi098 ceph-mon[112578]: pgmap v16209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:19 smithi016 ceph-mon[96085]: pgmap v16209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:20.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:20.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:21.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:21.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:21 smithi098 ceph-mon[112578]: pgmap v16210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:21 smithi016 ceph-mon[96085]: pgmap v16210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:22.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:22.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:23.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:23.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:23 smithi098 ceph-mon[112578]: pgmap v16211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:23 smithi016 ceph-mon[96085]: pgmap v16211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:24.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:24.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:25.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:25.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:25 smithi098 ceph-mon[112578]: pgmap v16212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:25 smithi016 ceph-mon[96085]: pgmap v16212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:26.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:26.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:27.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:27.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:28.236 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:27 smithi016 ceph-mon[96085]: pgmap v16213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:27 smithi098 ceph-mon[112578]: pgmap v16213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:28.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:28.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:41:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:41:29.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:29.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:29 smithi098 ceph-mon[112578]: pgmap v16214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:29 smithi016 ceph-mon[96085]: pgmap v16214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:30.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:30.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:30 smithi098 ceph-mon[112578]: pgmap v16215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:31.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:30 smithi016 ceph-mon[96085]: pgmap v16215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:31.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:31.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:32.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:32.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:33.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:33.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:33 smithi098 ceph-mon[112578]: pgmap v16216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:33 smithi016 ceph-mon[96085]: pgmap v16216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:34.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:34.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:35.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:35.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:35 smithi098 ceph-mon[112578]: pgmap v16217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:35 smithi016 ceph-mon[96085]: pgmap v16217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:36.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:36.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:37.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:37.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:37 smithi098 ceph-mon[112578]: pgmap v16218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:37 smithi016 ceph-mon[96085]: pgmap v16218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:38.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:38.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:39.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:39.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:39 smithi098 ceph-mon[112578]: pgmap v16219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:39 smithi016 ceph-mon[96085]: pgmap v16219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:40.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:40.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:41 smithi098 ceph-mon[112578]: pgmap v16220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:41 smithi016 ceph-mon[96085]: pgmap v16220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:41.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:41.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:42.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:42.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:43.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:43.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:43 smithi016 ceph-mon[96085]: pgmap v16221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:41:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:43 smithi098 ceph-mon[112578]: pgmap v16221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:41:44.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:44.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:45.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:45.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:45 smithi098 ceph-mon[112578]: pgmap v16222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:45 smithi016 ceph-mon[96085]: pgmap v16222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:46.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:46.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:47.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:47.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:47 smithi098 ceph-mon[112578]: pgmap v16223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:47 smithi016 ceph-mon[96085]: pgmap v16223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:48.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:48.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:49.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:49.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:49 smithi098 ceph-mon[112578]: pgmap v16224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:49 smithi016 ceph-mon[96085]: pgmap v16224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:50.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:50.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:51 smithi098 ceph-mon[112578]: pgmap v16225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:51 smithi016 ceph-mon[96085]: pgmap v16225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:51.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:51.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:41:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:41:52.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:52.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:53.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:53.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:53 smithi016 ceph-mon[96085]: pgmap v16226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:53 smithi098 ceph-mon[112578]: pgmap v16226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:54.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:54.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:55.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:55.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:56.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:55 smithi098 ceph-mon[112578]: pgmap v16227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:56.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:41:56.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:41:56.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:41:56.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:41:56.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:41:56.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:41:56.268 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:41:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:55 smithi016 ceph-mon[96085]: pgmap v16227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:41:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:41:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:41:56.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:41:56.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:41:56.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:41:56.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:41:56.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:56.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:57.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:57.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:57 smithi098 ceph-mon[112578]: pgmap v16228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:57 smithi016 ceph-mon[96085]: pgmap v16228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:58.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:58.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:41:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:41:59.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:41:59.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:41:59 smithi098 ceph-mon[112578]: pgmap v16229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:41:59 smithi016 ceph-mon[96085]: pgmap v16229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:00.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:00.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:01.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:01.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:01 smithi098 ceph-mon[112578]: pgmap v16230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:01 smithi016 ceph-mon[96085]: pgmap v16230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:02.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:02.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:03.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:03.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:03 smithi098 ceph-mon[112578]: pgmap v16231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:03 smithi016 ceph-mon[96085]: pgmap v16231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:04.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:04.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:05.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:05.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:05 smithi098 ceph-mon[112578]: pgmap v16232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:05 smithi016 ceph-mon[96085]: pgmap v16232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:06.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:06.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:07.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:07.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:07 smithi098 ceph-mon[112578]: pgmap v16233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:07 smithi016 ceph-mon[96085]: pgmap v16233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:08.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:08.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:08 smithi098 ceph-mon[112578]: pgmap v16234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:08 smithi016 ceph-mon[96085]: pgmap v16234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:09.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:09.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:10.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:10.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:11.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:11.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:11 smithi098 ceph-mon[112578]: pgmap v16235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:11 smithi016 ceph-mon[96085]: pgmap v16235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:12.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:12.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:13.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:13.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:13 smithi098 ceph-mon[112578]: pgmap v16236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:42:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:13 smithi016 ceph-mon[96085]: pgmap v16236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:42:14.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:14.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:15.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:15.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:15 smithi098 ceph-mon[112578]: pgmap v16237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:15 smithi016 ceph-mon[96085]: pgmap v16237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:16.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:16.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:17 smithi098 ceph-mon[112578]: pgmap v16238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:17 smithi016 ceph-mon[96085]: pgmap v16238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:17.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:17.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:18.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:18.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:19.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:19.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:19 smithi098 ceph-mon[112578]: pgmap v16239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:19 smithi016 ceph-mon[96085]: pgmap v16239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:20.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:20.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:20 smithi098 ceph-mon[112578]: pgmap v16240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:20 smithi016 ceph-mon[96085]: pgmap v16240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:21.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:21.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:22.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:22.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:23.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:23.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:23.876 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:23 smithi016 ceph-mon[96085]: pgmap v16241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:23 smithi098 ceph-mon[112578]: pgmap v16241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:24.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:24.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:25.359 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:25 smithi098 ceph-mon[112578]: pgmap v16242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:25 smithi016 ceph-mon[96085]: pgmap v16242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:25.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:25.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:26.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:26.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:27 smithi098 ceph-mon[112578]: pgmap v16243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:27 smithi016 ceph-mon[96085]: pgmap v16243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:27.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:27.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:28.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:28.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:28.933 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:42:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:42:29.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:29.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:29 smithi098 ceph-mon[112578]: pgmap v16244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:29 smithi016 ceph-mon[96085]: pgmap v16244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:30.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:30.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:31 smithi098 ceph-mon[112578]: pgmap v16245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:31 smithi016 ceph-mon[96085]: pgmap v16245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:31.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:31.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:32.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:32.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:33.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:33.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:33.991 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:33 smithi016 ceph-mon[96085]: pgmap v16246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:33 smithi098 ceph-mon[112578]: pgmap v16246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:34.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:34.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:35.464 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:35 smithi098 ceph-mon[112578]: pgmap v16247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:35 smithi016 ceph-mon[96085]: pgmap v16247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:35.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:35.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:36.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:36.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:37 smithi098 ceph-mon[112578]: pgmap v16248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:37 smithi016 ceph-mon[96085]: pgmap v16248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:37.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:37.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:38.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:38.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:39 smithi098 ceph-mon[112578]: pgmap v16249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:39 smithi016 ceph-mon[96085]: pgmap v16249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:39.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:39.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:40.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:40.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:41 smithi098 ceph-mon[112578]: pgmap v16250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:41 smithi016 ceph-mon[96085]: pgmap v16250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:41.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:41.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:42.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:42.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:43.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:43.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:43 smithi098 ceph-mon[112578]: pgmap v16251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:42:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:43 smithi016 ceph-mon[96085]: pgmap v16251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:42:44.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:44.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:45 smithi098 ceph-mon[112578]: pgmap v16252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:45 smithi016 ceph-mon[96085]: pgmap v16252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:45.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:45.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:46.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:46.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:47 smithi098 ceph-mon[112578]: pgmap v16253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:47 smithi016 ceph-mon[96085]: pgmap v16253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:47.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:47.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:48.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:48.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:49 smithi098 ceph-mon[112578]: pgmap v16254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:49 smithi016 ceph-mon[96085]: pgmap v16254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:49.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:49.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:50.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:50.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:51 smithi098 ceph-mon[112578]: pgmap v16255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:51 smithi016 ceph-mon[96085]: pgmap v16255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:51.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:51.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:52.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:52.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:53.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:53.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:53 smithi098 ceph-mon[112578]: pgmap v16256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:53 smithi016 ceph-mon[96085]: pgmap v16256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:54.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:54.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:55 smithi098 ceph-mon[112578]: pgmap v16257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:55 smithi016 ceph-mon[96085]: pgmap v16257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:55.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:55.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:42:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:42:56.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:56.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:57 smithi098 ceph-mon[112578]: pgmap v16258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:57 smithi016 ceph-mon[96085]: pgmap v16258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:57.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:57.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:58.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:58.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:42:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:42:59.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:42:59.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:42:59 smithi098 ceph-mon[112578]: pgmap v16259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:42:59 smithi016 ceph-mon[96085]: pgmap v16259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:00.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:00.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:43:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:43:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:43:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:43:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:43:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:43:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:43:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:01 smithi098 ceph-mon[112578]: pgmap v16260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:43:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:43:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:43:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:43:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:43:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:43:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:43:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:01 smithi016 ceph-mon[96085]: pgmap v16260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:01.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:01.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:02.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:02.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:03.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:03.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:03 smithi098 ceph-mon[112578]: pgmap v16261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:03 smithi016 ceph-mon[96085]: pgmap v16261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:04.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:04.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:05 smithi098 ceph-mon[112578]: pgmap v16262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:05 smithi016 ceph-mon[96085]: pgmap v16262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:05.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:05.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:06.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:06.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:07 smithi098 ceph-mon[112578]: pgmap v16263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:07 smithi016 ceph-mon[96085]: pgmap v16263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:07.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:07.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:08.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:08.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:09.390 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:09 smithi016 ceph-mon[96085]: pgmap v16264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:09 smithi098 ceph-mon[112578]: pgmap v16264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:09.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:09.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:10.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:10.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:11 smithi098 ceph-mon[112578]: pgmap v16265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:11 smithi016 ceph-mon[96085]: pgmap v16265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:11.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:11.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:12.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:12.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:13.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:13.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:13 smithi098 ceph-mon[112578]: pgmap v16266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:43:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:13 smithi016 ceph-mon[96085]: pgmap v16266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:43:14.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:14.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:15 smithi098 ceph-mon[112578]: pgmap v16267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:15 smithi016 ceph-mon[96085]: pgmap v16267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:15.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:15.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:16.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:16.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:17 smithi098 ceph-mon[112578]: pgmap v16268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:17 smithi016 ceph-mon[96085]: pgmap v16268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:17.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:17.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:18.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:18.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:19.506 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:19 smithi016 ceph-mon[96085]: pgmap v16269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:19 smithi098 ceph-mon[112578]: pgmap v16269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:19.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:19.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:20.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:20.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:21 smithi098 ceph-mon[112578]: pgmap v16270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:21 smithi016 ceph-mon[96085]: pgmap v16270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:21.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:21.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:22.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:22.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:23.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:23.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:23 smithi098 ceph-mon[112578]: pgmap v16271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:23 smithi016 ceph-mon[96085]: pgmap v16271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:24.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:24.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:25 smithi098 ceph-mon[112578]: pgmap v16272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:25 smithi016 ceph-mon[96085]: pgmap v16272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:25.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:25.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:26.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:26.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:27 smithi098 ceph-mon[112578]: pgmap v16273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:27 smithi016 ceph-mon[96085]: pgmap v16273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:27.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:27.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:28.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:28.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:43:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:43:29.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:29.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:29 smithi098 ceph-mon[112578]: pgmap v16274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:29 smithi016 ceph-mon[96085]: pgmap v16274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:30.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:30.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:31 smithi098 ceph-mon[112578]: pgmap v16275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:31 smithi016 ceph-mon[96085]: pgmap v16275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:31.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:31.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:32.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:32.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:33.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:33.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:33 smithi098 ceph-mon[112578]: pgmap v16276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:33 smithi016 ceph-mon[96085]: pgmap v16276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:34.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:34.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:35 smithi098 ceph-mon[112578]: pgmap v16277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:35 smithi016 ceph-mon[96085]: pgmap v16277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:35.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:35.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:36.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:36.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:37 smithi098 ceph-mon[112578]: pgmap v16278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:37 smithi016 ceph-mon[96085]: pgmap v16278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:37.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:37.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:38.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:38.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:39 smithi098 ceph-mon[112578]: pgmap v16279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:39 smithi016 ceph-mon[96085]: pgmap v16279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:39.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:39.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:40.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:40.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:41 smithi098 ceph-mon[112578]: pgmap v16280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:41 smithi016 ceph-mon[96085]: pgmap v16280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:41.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:41.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:42.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:42.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:43.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:43.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:43 smithi098 ceph-mon[112578]: pgmap v16281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:43:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:43 smithi016 ceph-mon[96085]: pgmap v16281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:43:44.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:44.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:45 smithi098 ceph-mon[112578]: pgmap v16282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:45 smithi016 ceph-mon[96085]: pgmap v16282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:45.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:45.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:46.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:46.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:47 smithi098 ceph-mon[112578]: pgmap v16283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:47 smithi016 ceph-mon[96085]: pgmap v16283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:47.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:47.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:48.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:48.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:49 smithi098 ceph-mon[112578]: pgmap v16284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:49 smithi016 ceph-mon[96085]: pgmap v16284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:49.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:49.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:50.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:50.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:51 smithi098 ceph-mon[112578]: pgmap v16285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:51 smithi016 ceph-mon[96085]: pgmap v16285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:51.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:51.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:52.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:52.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:53.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:53.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:53 smithi098 ceph-mon[112578]: pgmap v16286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:53 smithi016 ceph-mon[96085]: pgmap v16286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:54.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:54.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:55 smithi016 ceph-mon[96085]: pgmap v16287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:55 smithi098 ceph-mon[112578]: pgmap v16287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:55.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:55.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:56.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:56.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:57 smithi098 ceph-mon[112578]: pgmap v16288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:57 smithi016 ceph-mon[96085]: pgmap v16288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:57.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:57.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:58.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:58.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:43:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:43:59.969 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:43:59 smithi016 ceph-mon[96085]: pgmap v16289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:59.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:43:59.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:43:59 smithi098 ceph-mon[112578]: pgmap v16289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:00.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:00.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:01.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:44:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:44:01.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:01.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:01 smithi098 ceph-mon[112578]: pgmap v16290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:44:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:44:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:44:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:44:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:44:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:01 smithi016 ceph-mon[96085]: pgmap v16290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:44:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:44:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:44:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:44:02.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:44:02.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:02.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:03.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:03.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:03 smithi098 ceph-mon[112578]: pgmap v16291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:03 smithi016 ceph-mon[96085]: pgmap v16291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:04.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:04.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:05 smithi016 ceph-mon[96085]: pgmap v16292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:05 smithi098 ceph-mon[112578]: pgmap v16292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:05.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:05.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:06.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:06.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:07 smithi098 ceph-mon[112578]: pgmap v16293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:07 smithi016 ceph-mon[96085]: pgmap v16293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:07.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:07.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:08.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:08.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:09 smithi098 ceph-mon[112578]: pgmap v16294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:09 smithi016 ceph-mon[96085]: pgmap v16294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:09.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:09.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:10.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:10.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:11.462 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:11 smithi098 ceph-mon[112578]: pgmap v16295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:11 smithi016 ceph-mon[96085]: pgmap v16295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:12.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:12.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:13.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:13.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:14.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:14.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:13 smithi098 ceph-mon[112578]: pgmap v16296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:44:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:13 smithi016 ceph-mon[96085]: pgmap v16296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:44:15.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:15.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:15 smithi098 ceph-mon[112578]: pgmap v16297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:15 smithi016 ceph-mon[96085]: pgmap v16297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:16.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:16.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:17.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:17.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:17 smithi098 ceph-mon[112578]: pgmap v16298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:17 smithi016 ceph-mon[96085]: pgmap v16298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:18.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:18.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:19.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:19.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:19 smithi098 ceph-mon[112578]: pgmap v16299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:19 smithi016 ceph-mon[96085]: pgmap v16299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:20.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:20.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:21.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:21.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:21 smithi098 ceph-mon[112578]: pgmap v16300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:21 smithi016 ceph-mon[96085]: pgmap v16300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:22.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:22.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:23.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:23.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:23 smithi098 ceph-mon[112578]: pgmap v16301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:24.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:24.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:23 smithi016 ceph-mon[96085]: pgmap v16301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:25.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:25.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:25 smithi098 ceph-mon[112578]: pgmap v16302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:25 smithi016 ceph-mon[96085]: pgmap v16302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:26.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:26.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:27.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:27.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:27 smithi098 ceph-mon[112578]: pgmap v16303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:27 smithi016 ceph-mon[96085]: pgmap v16303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:28.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:28.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:44:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:44:29.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:29.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:29 smithi098 ceph-mon[112578]: pgmap v16304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:29 smithi016 ceph-mon[96085]: pgmap v16304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:30.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:30.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:31.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:31.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:31 smithi098 ceph-mon[112578]: pgmap v16305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:31 smithi016 ceph-mon[96085]: pgmap v16305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:32.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:32.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:33.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:33.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:33 smithi098 ceph-mon[112578]: pgmap v16306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:33 smithi016 ceph-mon[96085]: pgmap v16306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:34.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:34.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:35.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:35.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:35.375 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:35 smithi016 ceph-mon[96085]: pgmap v16307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:35 smithi098 ceph-mon[112578]: pgmap v16307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:36.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:36.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:37.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:37.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:37 smithi098 ceph-mon[112578]: pgmap v16308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:37 smithi016 ceph-mon[96085]: pgmap v16308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:38.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:38.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:39.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:39.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:39 smithi098 ceph-mon[112578]: pgmap v16309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:39 smithi016 ceph-mon[96085]: pgmap v16309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:40.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:40.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:41.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:41.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:41 smithi098 ceph-mon[112578]: pgmap v16310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:41 smithi016 ceph-mon[96085]: pgmap v16310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:42.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:42.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:43.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:43.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:43 smithi098 ceph-mon[112578]: pgmap v16311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:44:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:43 smithi016 ceph-mon[96085]: pgmap v16311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:44:44.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:44.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:45.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:45.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:45.490 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:45 smithi016 ceph-mon[96085]: pgmap v16312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:45 smithi098 ceph-mon[112578]: pgmap v16312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:46.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:46.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:47.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:47.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:47 smithi098 ceph-mon[112578]: pgmap v16313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:47 smithi016 ceph-mon[96085]: pgmap v16313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:48.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:48.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:49.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:49.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:49 smithi098 ceph-mon[112578]: pgmap v16314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:49 smithi016 ceph-mon[96085]: pgmap v16314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:50.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:50.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:51.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:51.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:51 smithi098 ceph-mon[112578]: pgmap v16315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:51 smithi016 ceph-mon[96085]: pgmap v16315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:52.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:52.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:53.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:53.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:53 smithi098 ceph-mon[112578]: pgmap v16316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:53 smithi016 ceph-mon[96085]: pgmap v16316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:54.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:54.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:55.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:55.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:55 smithi098 ceph-mon[112578]: pgmap v16317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:55 smithi016 ceph-mon[96085]: pgmap v16317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:56.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:56.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:57.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:57.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:57 smithi098 ceph-mon[112578]: pgmap v16318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:57 smithi016 ceph-mon[96085]: pgmap v16318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:58.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:58.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:44:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:44:59.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:44:59.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:44:59 smithi098 ceph-mon[112578]: pgmap v16319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:44:59 smithi016 ceph-mon[96085]: pgmap v16319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:00.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:00.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:01.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:01.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:01 smithi098 ceph-mon[112578]: pgmap v16320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:01 smithi016 ceph-mon[96085]: pgmap v16320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:02.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:02.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:45:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:45:02.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:45:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:45:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:45:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:45:03.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:03.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:45:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:45:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:45:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:45:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:45:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:03 smithi098 ceph-mon[112578]: pgmap v16321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:45:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:45:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:45:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:45:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:45:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:03 smithi016 ceph-mon[96085]: pgmap v16321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:04.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:04.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:05.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:05.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:05 smithi098 ceph-mon[112578]: pgmap v16322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:05 smithi016 ceph-mon[96085]: pgmap v16322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:06.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:06.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:07.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:07.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:07 smithi098 ceph-mon[112578]: pgmap v16323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:07 smithi016 ceph-mon[96085]: pgmap v16323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:08.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:08.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:09.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:09.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:09 smithi098 ceph-mon[112578]: pgmap v16324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:09 smithi016 ceph-mon[96085]: pgmap v16324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:10.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:10.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:11.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:11.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:11 smithi098 ceph-mon[112578]: pgmap v16325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:11 smithi016 ceph-mon[96085]: pgmap v16325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:12.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:12.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:13.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:13.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:13 smithi098 ceph-mon[112578]: pgmap v16326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:45:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:13 smithi016 ceph-mon[96085]: pgmap v16326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:45:14.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:14.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:15.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:15.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:15 smithi098 ceph-mon[112578]: pgmap v16327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:15 smithi016 ceph-mon[96085]: pgmap v16327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:16.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:16.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:17.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:17.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:17 smithi098 ceph-mon[112578]: pgmap v16328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:17 smithi016 ceph-mon[96085]: pgmap v16328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:18.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:18.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:19.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:19.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:19 smithi098 ceph-mon[112578]: pgmap v16329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:19 smithi016 ceph-mon[96085]: pgmap v16329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:20.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:20.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:21.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:21.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:21.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:21 smithi016 ceph-mon[96085]: pgmap v16330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:21.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:21 smithi098 ceph-mon[112578]: pgmap v16330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:22.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:22.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:23.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:23.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:23 smithi098 ceph-mon[112578]: pgmap v16331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:23 smithi016 ceph-mon[96085]: pgmap v16331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:24.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:24.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:25.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:25.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:25 smithi098 ceph-mon[112578]: pgmap v16332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:25 smithi016 ceph-mon[96085]: pgmap v16332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:26.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:26.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:27.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:27.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:27 smithi098 ceph-mon[112578]: pgmap v16333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:27 smithi016 ceph-mon[96085]: pgmap v16333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:28.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:28.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:45:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:45:29.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:29.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:29 smithi098 ceph-mon[112578]: pgmap v16334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:29 smithi016 ceph-mon[96085]: pgmap v16334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:30.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:30.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:31.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:31.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:31.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:31 smithi016 ceph-mon[96085]: pgmap v16335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:31 smithi098 ceph-mon[112578]: pgmap v16335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:32.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:32.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:33.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:33.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:33 smithi098 ceph-mon[112578]: pgmap v16336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:33 smithi016 ceph-mon[96085]: pgmap v16336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:34.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:34.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:35.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:35.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:35 smithi098 ceph-mon[112578]: pgmap v16337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:35 smithi016 ceph-mon[96085]: pgmap v16337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:36.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:36.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:37.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:37.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:37.352 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:37 smithi098 ceph-mon[112578]: pgmap v16338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:37 smithi016 ceph-mon[96085]: pgmap v16338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:38.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:38.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:39.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:39.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:39 smithi098 ceph-mon[112578]: pgmap v16339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:39 smithi016 ceph-mon[96085]: pgmap v16339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:40.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:40.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:41.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:41.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:41 smithi098 ceph-mon[112578]: pgmap v16340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:41 smithi016 ceph-mon[96085]: pgmap v16340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:42.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:42.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:43.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:43.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:43 smithi098 ceph-mon[112578]: pgmap v16341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:45:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:43 smithi016 ceph-mon[96085]: pgmap v16341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:45:44.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:44.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:45.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:45.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:45 smithi098 ceph-mon[112578]: pgmap v16342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:45 smithi016 ceph-mon[96085]: pgmap v16342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:46.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:46.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:47.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:47.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:47.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:47 smithi098 ceph-mon[112578]: pgmap v16343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:47 smithi016 ceph-mon[96085]: pgmap v16343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:48.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:48.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:49.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:49.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:49 smithi098 ceph-mon[112578]: pgmap v16344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:49 smithi016 ceph-mon[96085]: pgmap v16344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:50.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:50.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:51.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:51.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:51 smithi098 ceph-mon[112578]: pgmap v16345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:51 smithi016 ceph-mon[96085]: pgmap v16345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:52.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:52.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:53.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:53.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:53 smithi098 ceph-mon[112578]: pgmap v16346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:53 smithi016 ceph-mon[96085]: pgmap v16346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:54.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:54.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:55.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:55.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:55 smithi098 ceph-mon[112578]: pgmap v16347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:55 smithi016 ceph-mon[96085]: pgmap v16347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:56.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:56.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:57.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:57.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:57 smithi098 ceph-mon[112578]: pgmap v16348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:57 smithi016 ceph-mon[96085]: pgmap v16348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:58.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:58.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:45:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:45:59.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:45:59.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:45:59 smithi098 ceph-mon[112578]: pgmap v16349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:45:59 smithi016 ceph-mon[96085]: pgmap v16349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:00.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:00.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:01.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:01.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:01.354 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:01 smithi016 ceph-mon[96085]: pgmap v16350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:01 smithi098 ceph-mon[112578]: pgmap v16350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:02.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:02.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:46:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:46:03.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:03.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:46:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:46:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:03 smithi098 ceph-mon[112578]: pgmap v16351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:46:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:46:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:46:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:46:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:46:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:03 smithi016 ceph-mon[96085]: pgmap v16351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:46:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:46:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:46:04.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:04.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:05.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:05.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:05 smithi098 ceph-mon[112578]: pgmap v16352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:05 smithi016 ceph-mon[96085]: pgmap v16352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:06.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:06.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:07.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:07.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:07 smithi098 ceph-mon[112578]: pgmap v16353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:07 smithi016 ceph-mon[96085]: pgmap v16353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:08.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:08.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:09.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:09.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:09 smithi098 ceph-mon[112578]: pgmap v16354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:09 smithi016 ceph-mon[96085]: pgmap v16354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:10.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:10.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:11.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:11.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:11.469 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:11 smithi016 ceph-mon[96085]: pgmap v16355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:11 smithi098 ceph-mon[112578]: pgmap v16355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:12.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:12.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:13.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:13.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:13 smithi098 ceph-mon[112578]: pgmap v16356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:46:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:13 smithi016 ceph-mon[96085]: pgmap v16356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:46:14.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:14.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:15.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:15.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:15 smithi098 ceph-mon[112578]: pgmap v16357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:15 smithi016 ceph-mon[96085]: pgmap v16357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:16.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:16.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:17.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:17.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:17 smithi098 ceph-mon[112578]: pgmap v16358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:17 smithi016 ceph-mon[96085]: pgmap v16358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:18.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:18.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:19.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:19.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:19 smithi098 ceph-mon[112578]: pgmap v16359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:19 smithi016 ceph-mon[96085]: pgmap v16359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:20.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:20.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:21.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:21.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:21 smithi098 ceph-mon[112578]: pgmap v16360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:21 smithi016 ceph-mon[96085]: pgmap v16360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:22.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:22.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:23.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:23.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:23 smithi098 ceph-mon[112578]: pgmap v16361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:23 smithi016 ceph-mon[96085]: pgmap v16361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:24.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:24.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:25.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:25.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:25 smithi098 ceph-mon[112578]: pgmap v16362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:25 smithi016 ceph-mon[96085]: pgmap v16362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:26.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:26.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:27.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:27.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:27 smithi098 ceph-mon[112578]: pgmap v16363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:27 smithi016 ceph-mon[96085]: pgmap v16363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:28.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:28.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:46:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:46:29.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:29.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:29 smithi098 ceph-mon[112578]: pgmap v16364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:29 smithi016 ceph-mon[96085]: pgmap v16364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:30.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:30.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:31.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:31.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:31 smithi098 ceph-mon[112578]: pgmap v16365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:31 smithi016 ceph-mon[96085]: pgmap v16365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:32.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:32.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:33.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:33.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:33 smithi098 ceph-mon[112578]: pgmap v16366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:33 smithi016 ceph-mon[96085]: pgmap v16366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:34.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:34.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:35.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:35.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:35 smithi098 ceph-mon[112578]: pgmap v16367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:35 smithi016 ceph-mon[96085]: pgmap v16367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:36.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:36.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:37.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:37.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:37 smithi098 ceph-mon[112578]: pgmap v16368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:37 smithi016 ceph-mon[96085]: pgmap v16368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:38.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:38.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:39.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:39.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:39 smithi098 ceph-mon[112578]: pgmap v16369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:39 smithi016 ceph-mon[96085]: pgmap v16369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:40.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:40.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:41.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:41.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:41 smithi098 ceph-mon[112578]: pgmap v16370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:41 smithi016 ceph-mon[96085]: pgmap v16370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:42.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:42.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:43.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:43.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:43 smithi098 ceph-mon[112578]: pgmap v16371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:46:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:43 smithi016 ceph-mon[96085]: pgmap v16371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:46:44.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:44.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:45.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:45.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:45 smithi098 ceph-mon[112578]: pgmap v16372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:45 smithi016 ceph-mon[96085]: pgmap v16372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:46.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:46.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:47.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:47.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:47 smithi016 ceph-mon[96085]: pgmap v16373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:47 smithi098 ceph-mon[112578]: pgmap v16373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:48.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:48.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:49.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:49.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:49 smithi098 ceph-mon[112578]: pgmap v16374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:49 smithi016 ceph-mon[96085]: pgmap v16374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:50.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:50.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:51.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:51.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:51 smithi098 ceph-mon[112578]: pgmap v16375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:51 smithi016 ceph-mon[96085]: pgmap v16375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:52.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:52.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:53.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:53.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:53 smithi098 ceph-mon[112578]: pgmap v16376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:53 smithi016 ceph-mon[96085]: pgmap v16376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:54.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:54.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:55.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:55.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:55 smithi098 ceph-mon[112578]: pgmap v16377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:55 smithi016 ceph-mon[96085]: pgmap v16377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:56.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:56.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:57.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:57.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:57 smithi016 ceph-mon[96085]: pgmap v16378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:57 smithi098 ceph-mon[112578]: pgmap v16378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:58.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:58.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:46:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:46:59.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:46:59.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:46:59 smithi098 ceph-mon[112578]: pgmap v16379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:46:59 smithi016 ceph-mon[96085]: pgmap v16379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:00.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:00.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:01.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:01.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:01 smithi098 ceph-mon[112578]: pgmap v16380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:01 smithi016 ceph-mon[96085]: pgmap v16380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:02.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:02.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:03.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:03.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:04.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:03 smithi098 ceph-mon[112578]: pgmap v16381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:47:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:47:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:47:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:03 smithi016 ceph-mon[96085]: pgmap v16381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:47:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:47:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:47:04.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:04.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:47:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:47:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:47:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:47:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:47:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:47:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:47:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:47:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:47:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:47:05.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:05.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:05 smithi098 ceph-mon[112578]: pgmap v16382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:05 smithi016 ceph-mon[96085]: pgmap v16382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:06.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:06.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:07.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:07.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:07 smithi098 ceph-mon[112578]: pgmap v16383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:07 smithi016 ceph-mon[96085]: pgmap v16383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:08.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:08.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:09.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:09.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:09 smithi098 ceph-mon[112578]: pgmap v16384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:09 smithi016 ceph-mon[96085]: pgmap v16384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:10.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:10.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:11.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:11.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:11 smithi098 ceph-mon[112578]: pgmap v16385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:11 smithi016 ceph-mon[96085]: pgmap v16385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:12.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:12.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:13.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:13.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:13 smithi098 ceph-mon[112578]: pgmap v16386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:47:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:13 smithi016 ceph-mon[96085]: pgmap v16386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:47:14.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:14.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:15.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:15.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:15 smithi098 ceph-mon[112578]: pgmap v16387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:15 smithi016 ceph-mon[96085]: pgmap v16387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:16.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:16.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:17.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:17.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:17 smithi098 ceph-mon[112578]: pgmap v16388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:17 smithi016 ceph-mon[96085]: pgmap v16388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:18.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:18.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:19.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:19.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:19 smithi098 ceph-mon[112578]: pgmap v16389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:19 smithi016 ceph-mon[96085]: pgmap v16389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:20.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:20.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:21.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:21.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:21 smithi098 ceph-mon[112578]: pgmap v16390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:21 smithi016 ceph-mon[96085]: pgmap v16390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:22.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:22.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:23.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:23.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:23 smithi098 ceph-mon[112578]: pgmap v16391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:23 smithi016 ceph-mon[96085]: pgmap v16391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:24.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:24.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:25.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:25.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:25 smithi098 ceph-mon[112578]: pgmap v16392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:25 smithi016 ceph-mon[96085]: pgmap v16392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:26.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:26.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:27.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:27.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:27 smithi098 ceph-mon[112578]: pgmap v16393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:27 smithi016 ceph-mon[96085]: pgmap v16393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:28.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:28.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:47:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:47:29.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:29.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:29 smithi098 ceph-mon[112578]: pgmap v16394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:29 smithi016 ceph-mon[96085]: pgmap v16394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:30.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:30.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:31.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:31.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:31 smithi098 ceph-mon[112578]: pgmap v16395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:31 smithi016 ceph-mon[96085]: pgmap v16395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:32.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:32.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:33.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:33.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:33 smithi098 ceph-mon[112578]: pgmap v16396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:33 smithi016 ceph-mon[96085]: pgmap v16396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:34.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:34.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:35.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:35.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:35 smithi098 ceph-mon[112578]: pgmap v16397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:35 smithi016 ceph-mon[96085]: pgmap v16397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:36.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:36.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:37.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:37.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:37.449 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:37 smithi016 ceph-mon[96085]: pgmap v16398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:37 smithi098 ceph-mon[112578]: pgmap v16398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:38.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:38.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:39.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:39.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:39 smithi098 ceph-mon[112578]: pgmap v16399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:39 smithi016 ceph-mon[96085]: pgmap v16399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:40.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:40.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:41.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:41.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:41 smithi098 ceph-mon[112578]: pgmap v16400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:41 smithi016 ceph-mon[96085]: pgmap v16400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:42.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:42.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:43.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:43.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:43 smithi098 ceph-mon[112578]: pgmap v16401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:47:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:43 smithi016 ceph-mon[96085]: pgmap v16401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:47:44.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:44.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:45.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:45.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:46.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:46.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:46 smithi098 ceph-mon[112578]: pgmap v16402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:46 smithi016 ceph-mon[96085]: pgmap v16402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:47.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:47.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:48.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:48.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:48 smithi098 ceph-mon[112578]: pgmap v16403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:48 smithi016 ceph-mon[96085]: pgmap v16403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:50.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:50.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:50 smithi098 ceph-mon[112578]: pgmap v16404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:50 smithi016 ceph-mon[96085]: pgmap v16404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:51.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:51.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:52.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:52.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:52 smithi098 ceph-mon[112578]: pgmap v16405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:52 smithi016 ceph-mon[96085]: pgmap v16405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:53.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:53.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:54.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:54.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:54 smithi098 ceph-mon[112578]: pgmap v16406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:54 smithi016 ceph-mon[96085]: pgmap v16406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:55.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:55.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:56.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:56.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:56 smithi098 ceph-mon[112578]: pgmap v16407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:56 smithi016 ceph-mon[96085]: pgmap v16407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:57.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:57.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:58.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:58.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:58 smithi098 ceph-mon[112578]: pgmap v16408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:47:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:47:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:58 smithi016 ceph-mon[96085]: pgmap v16408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:47:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:47:59.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:47:59.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:00.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:00.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:00 smithi098 ceph-mon[112578]: pgmap v16409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:00 smithi016 ceph-mon[96085]: pgmap v16409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:01.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:01.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:02.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:02.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:02 smithi098 ceph-mon[112578]: pgmap v16410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:02 smithi016 ceph-mon[96085]: pgmap v16410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:03.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:03.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:04.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:04.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:04 smithi098 ceph-mon[112578]: pgmap v16411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:48:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:48:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:48:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:48:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:48:05.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:48:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:04 smithi016 ceph-mon[96085]: pgmap v16411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:48:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:48:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:48:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:48:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:48:05.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:48:05.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:05.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:06.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:06.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:07.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:06 smithi098 ceph-mon[112578]: pgmap v16412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:06 smithi016 ceph-mon[96085]: pgmap v16412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:07.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:07.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:08.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:08.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:08.924 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:08 smithi098 ceph-mon[112578]: pgmap v16413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:08 smithi016 ceph-mon[96085]: pgmap v16413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:09.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:09.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:10.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:10.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:10 smithi098 ceph-mon[112578]: pgmap v16414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:10 smithi016 ceph-mon[96085]: pgmap v16414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:11.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:11.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:12.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:12.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:12 smithi098 ceph-mon[112578]: pgmap v16415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:12 smithi016 ceph-mon[96085]: pgmap v16415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:13.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:13.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:13.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:48:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:48:14.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:14.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:14 smithi098 ceph-mon[112578]: pgmap v16416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:14 smithi016 ceph-mon[96085]: pgmap v16416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:15.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:15.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:16.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:16.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:16 smithi098 ceph-mon[112578]: pgmap v16417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:16 smithi016 ceph-mon[96085]: pgmap v16417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:17.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:17.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:18.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:18.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:18 smithi098 ceph-mon[112578]: pgmap v16418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:18 smithi016 ceph-mon[96085]: pgmap v16418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:19.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:19.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:20.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:20.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:20 smithi098 ceph-mon[112578]: pgmap v16419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:20 smithi016 ceph-mon[96085]: pgmap v16419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:21.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:21.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:22.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:22.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:22.968 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:22 smithi016 ceph-mon[96085]: pgmap v16420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:22 smithi098 ceph-mon[112578]: pgmap v16420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:23.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:23.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:24.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:24.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:24 smithi098 ceph-mon[112578]: pgmap v16421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:24 smithi016 ceph-mon[96085]: pgmap v16421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:25.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:25.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:26.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:26.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:26 smithi098 ceph-mon[112578]: pgmap v16422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:26 smithi016 ceph-mon[96085]: pgmap v16422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:27.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:27.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:28.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:28.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:28 smithi098 ceph-mon[112578]: pgmap v16423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:48:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:28 smithi016 ceph-mon[96085]: pgmap v16423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:48:29.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:29.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:30.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:30.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:30 smithi098 ceph-mon[112578]: pgmap v16424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:30 smithi016 ceph-mon[96085]: pgmap v16424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:31.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:31.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:32.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:32.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:32 smithi098 ceph-mon[112578]: pgmap v16425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:32 smithi016 ceph-mon[96085]: pgmap v16425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:33.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:33.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:34.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:34.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:34 smithi098 ceph-mon[112578]: pgmap v16426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:34 smithi016 ceph-mon[96085]: pgmap v16426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:35.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:35.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:36.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:36.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:36 smithi098 ceph-mon[112578]: pgmap v16427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:36 smithi016 ceph-mon[96085]: pgmap v16427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:37.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:37.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:38.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:38.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:38 smithi098 ceph-mon[112578]: pgmap v16428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:38 smithi016 ceph-mon[96085]: pgmap v16428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:39.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:39.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:40.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:40.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:40 smithi098 ceph-mon[112578]: pgmap v16429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:40 smithi016 ceph-mon[96085]: pgmap v16429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:41.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:41.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:42.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:42.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:42 smithi098 ceph-mon[112578]: pgmap v16430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:42 smithi016 ceph-mon[96085]: pgmap v16430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:43.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:43.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:48:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:48:44.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:44.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:44 smithi098 ceph-mon[112578]: pgmap v16431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:44 smithi016 ceph-mon[96085]: pgmap v16431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:45.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:45.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:46.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:46.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:46 smithi098 ceph-mon[112578]: pgmap v16432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:46 smithi016 ceph-mon[96085]: pgmap v16432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:47.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:47.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:48.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:48.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:48 smithi098 ceph-mon[112578]: pgmap v16433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:48 smithi016 ceph-mon[96085]: pgmap v16433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:49.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:49.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:50.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:50.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:50 smithi098 ceph-mon[112578]: pgmap v16434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:50 smithi016 ceph-mon[96085]: pgmap v16434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:51.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:51.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:52.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:52.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:52 smithi098 ceph-mon[112578]: pgmap v16435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:52 smithi016 ceph-mon[96085]: pgmap v16435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:53.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:53.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:54.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:54.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:54 smithi098 ceph-mon[112578]: pgmap v16436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:54 smithi016 ceph-mon[96085]: pgmap v16436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:55.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:55.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:56.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:56.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:56 smithi098 ceph-mon[112578]: pgmap v16437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:56 smithi016 ceph-mon[96085]: pgmap v16437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:57.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:57.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:58.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:58.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:58 smithi098 ceph-mon[112578]: pgmap v16438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:48:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:48:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:58 smithi016 ceph-mon[96085]: pgmap v16438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:48:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:48:59.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:48:59.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:00.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:00.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:00 smithi098 ceph-mon[112578]: pgmap v16439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:00 smithi016 ceph-mon[96085]: pgmap v16439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:01.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:01.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:02.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:02.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:03.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:02 smithi098 ceph-mon[112578]: pgmap v16440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:02 smithi016 ceph-mon[96085]: pgmap v16440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:03.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:03.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:04.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:04.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:05.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:04 smithi098 ceph-mon[112578]: pgmap v16441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:49:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:04 smithi016 ceph-mon[96085]: pgmap v16441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:49:05.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:05.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:49:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:49:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:49:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:49:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:49:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:49:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:49:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:49:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:49:06.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:49:06.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:06.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:06 smithi016 ceph-mon[96085]: pgmap v16442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:06 smithi098 ceph-mon[112578]: pgmap v16442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:07.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:07.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:08.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:08.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:08 smithi016 ceph-mon[96085]: pgmap v16443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:09.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:08 smithi098 ceph-mon[112578]: pgmap v16443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:09.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:09.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:10.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:10.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:10 smithi016 ceph-mon[96085]: pgmap v16444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:10 smithi098 ceph-mon[112578]: pgmap v16444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:11.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:11.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:12.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:12.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:12 smithi016 ceph-mon[96085]: pgmap v16445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:13.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:12 smithi098 ceph-mon[112578]: pgmap v16445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:13.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:13.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:49:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:49:14.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:14.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:14 smithi098 ceph-mon[112578]: pgmap v16446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:14 smithi016 ceph-mon[96085]: pgmap v16446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:15.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:15.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:16.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:16.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:16 smithi098 ceph-mon[112578]: pgmap v16447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:16 smithi016 ceph-mon[96085]: pgmap v16447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:17.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:17.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:18.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:18.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:18 smithi016 ceph-mon[96085]: pgmap v16448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:18 smithi098 ceph-mon[112578]: pgmap v16448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:19.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:19.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:20.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:20.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:21.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:20 smithi016 ceph-mon[96085]: pgmap v16449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:20 smithi098 ceph-mon[112578]: pgmap v16449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:21.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:21.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:22.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:22.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:22 smithi098 ceph-mon[112578]: pgmap v16450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:22 smithi016 ceph-mon[96085]: pgmap v16450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:23.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:23.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:24.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:24.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:24 smithi098 ceph-mon[112578]: pgmap v16451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:24 smithi016 ceph-mon[96085]: pgmap v16451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:25.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:25.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:26.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:26.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:27.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:26 smithi098 ceph-mon[112578]: pgmap v16452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:26 smithi016 ceph-mon[96085]: pgmap v16452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:27.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:27.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:28.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:28.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:28 smithi016 ceph-mon[96085]: pgmap v16453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:49:29.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:28 smithi098 ceph-mon[112578]: pgmap v16453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:49:29.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:29.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:30.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:30.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:31.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:30 smithi016 ceph-mon[96085]: pgmap v16454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:31.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:30 smithi098 ceph-mon[112578]: pgmap v16454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:31.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:31.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:32.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:32.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:32 smithi098 ceph-mon[112578]: pgmap v16455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:32 smithi016 ceph-mon[96085]: pgmap v16455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:33.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:33.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:34.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:34.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:34 smithi098 ceph-mon[112578]: pgmap v16456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:34 smithi016 ceph-mon[96085]: pgmap v16456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:35.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:35.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:36.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:36.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:36 smithi098 ceph-mon[112578]: pgmap v16457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:36 smithi016 ceph-mon[96085]: pgmap v16457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:37.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:37.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:38.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:38.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:38 smithi098 ceph-mon[112578]: pgmap v16458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:38 smithi016 ceph-mon[96085]: pgmap v16458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:39.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:39.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:40.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:40.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:41.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:40 smithi016 ceph-mon[96085]: pgmap v16459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:40 smithi098 ceph-mon[112578]: pgmap v16459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:41.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:41.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:42.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:42.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:42 smithi098 ceph-mon[112578]: pgmap v16460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:42 smithi016 ceph-mon[96085]: pgmap v16460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:43.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:43.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:44.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:49:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:49:44.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:44.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:45.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:44 smithi098 ceph-mon[112578]: pgmap v16461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:44 smithi016 ceph-mon[96085]: pgmap v16461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:45.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:45.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:46.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:46.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:47.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:46 smithi098 ceph-mon[112578]: pgmap v16462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:46 smithi016 ceph-mon[96085]: pgmap v16462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:47.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:47.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:48.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:48.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:49.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:48 smithi098 ceph-mon[112578]: pgmap v16463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:48 smithi016 ceph-mon[96085]: pgmap v16463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:49.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:49.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:50.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:50.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:51.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:50 smithi016 ceph-mon[96085]: pgmap v16464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:50 smithi098 ceph-mon[112578]: pgmap v16464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:51.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:51.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:52.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:52.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:52 smithi098 ceph-mon[112578]: pgmap v16465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:52 smithi016 ceph-mon[96085]: pgmap v16465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:53.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:53.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:54.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:54.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:54 smithi098 ceph-mon[112578]: pgmap v16466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:54 smithi016 ceph-mon[96085]: pgmap v16466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:55.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:55.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:56.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:56.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:56 smithi098 ceph-mon[112578]: pgmap v16467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:56 smithi016 ceph-mon[96085]: pgmap v16467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:57.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:57.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:58.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:58.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:58 smithi098 ceph-mon[112578]: pgmap v16468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:49:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:49:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:58 smithi016 ceph-mon[96085]: pgmap v16468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:49:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:49:59.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:49:59.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:00.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:00.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:00 smithi016 ceph-mon[96085]: pgmap v16469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T05:50:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:00 smithi098 ceph-mon[112578]: pgmap v16469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T05:50:01.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:01.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:02.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:02.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:02 smithi098 ceph-mon[112578]: pgmap v16470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:02 smithi016 ceph-mon[96085]: pgmap v16470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:03.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:03.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:04.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:04.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:05.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:04 smithi098 ceph-mon[112578]: pgmap v16471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:04 smithi016 ceph-mon[96085]: pgmap v16471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:05.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:05.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:06.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:50:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:50:06.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:06.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:06 smithi098 ceph-mon[112578]: pgmap v16472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:50:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:50:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:50:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:50:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:50:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:06 smithi016 ceph-mon[96085]: pgmap v16472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:50:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:50:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:50:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:50:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:50:07.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:07.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:08.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:08.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:09.183 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:08 smithi016 ceph-mon[96085]: pgmap v16473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:08 smithi098 ceph-mon[112578]: pgmap v16473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:09.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:09.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:10.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:10.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:11.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:10 smithi016 ceph-mon[96085]: pgmap v16474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:10 smithi098 ceph-mon[112578]: pgmap v16474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:11.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:11.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:12.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:12.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:12 smithi098 ceph-mon[112578]: pgmap v16475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:12 smithi016 ceph-mon[96085]: pgmap v16475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:13.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:13.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:14.241 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:50:14.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:50:14.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:14.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:15.230 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:14 smithi098 ceph-mon[112578]: pgmap v16476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:14 smithi016 ceph-mon[96085]: pgmap v16476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:15.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:15.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:16.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:16.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:16 smithi098 ceph-mon[112578]: pgmap v16477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:16 smithi016 ceph-mon[96085]: pgmap v16477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:17.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:17.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:18.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:18.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:18 smithi098 ceph-mon[112578]: pgmap v16478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:18 smithi016 ceph-mon[96085]: pgmap v16478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:19.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:19.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:20.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:20.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:21.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:20 smithi016 ceph-mon[96085]: pgmap v16479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:20 smithi098 ceph-mon[112578]: pgmap v16479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:21.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:21.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:22.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:22.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:22 smithi098 ceph-mon[112578]: pgmap v16480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:22 smithi016 ceph-mon[96085]: pgmap v16480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:23.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:23.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:24.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:24.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:24 smithi098 ceph-mon[112578]: pgmap v16481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:24 smithi016 ceph-mon[96085]: pgmap v16481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:25.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:25.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:26.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:26.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:26 smithi098 ceph-mon[112578]: pgmap v16482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:26 smithi016 ceph-mon[96085]: pgmap v16482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:27.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:27.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:28.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:28.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:28 smithi098 ceph-mon[112578]: pgmap v16483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:50:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:28 smithi016 ceph-mon[96085]: pgmap v16483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:50:29.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:29.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:30.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:30.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:30 smithi098 ceph-mon[112578]: pgmap v16484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:31.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:30 smithi016 ceph-mon[96085]: pgmap v16484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:31.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:31.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:32.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:32.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:32 smithi098 ceph-mon[112578]: pgmap v16485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:32 smithi016 ceph-mon[96085]: pgmap v16485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:33.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:33.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:34.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:34.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:34 smithi098 ceph-mon[112578]: pgmap v16486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:34 smithi016 ceph-mon[96085]: pgmap v16486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:35.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:35.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:36.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:36.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:36 smithi098 ceph-mon[112578]: pgmap v16487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:36 smithi016 ceph-mon[96085]: pgmap v16487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:37.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:37.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:38.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:38.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:39.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:38 smithi098 ceph-mon[112578]: pgmap v16488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:38 smithi016 ceph-mon[96085]: pgmap v16488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:39.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:39.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:40.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:40.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:40 smithi098 ceph-mon[112578]: pgmap v16489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:40 smithi016 ceph-mon[96085]: pgmap v16489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:41.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:41.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:42.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:42.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:43.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:42 smithi098 ceph-mon[112578]: pgmap v16490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:42 smithi016 ceph-mon[96085]: pgmap v16490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:43.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:43.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:44.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:50:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:50:44.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:44.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:45.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:44 smithi098 ceph-mon[112578]: pgmap v16491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:44 smithi016 ceph-mon[96085]: pgmap v16491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:45.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:45.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:46.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:46.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:46 smithi098 ceph-mon[112578]: pgmap v16492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:46 smithi016 ceph-mon[96085]: pgmap v16492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:47.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:47.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:48.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:48.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:48 smithi098 ceph-mon[112578]: pgmap v16493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:48 smithi016 ceph-mon[96085]: pgmap v16493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:49.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:49.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:50.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:50.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:50 smithi098 ceph-mon[112578]: pgmap v16494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:50 smithi016 ceph-mon[96085]: pgmap v16494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:51.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:51.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:52.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:52.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:52 smithi098 ceph-mon[112578]: pgmap v16495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:52 smithi016 ceph-mon[96085]: pgmap v16495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:53.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:53.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:54.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:54.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:54 smithi016 ceph-mon[96085]: pgmap v16496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:54 smithi098 ceph-mon[112578]: pgmap v16496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:55.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:55.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:56.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:56.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:57.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:56 smithi098 ceph-mon[112578]: pgmap v16497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:57.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:56 smithi016 ceph-mon[96085]: pgmap v16497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:57.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:57.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:58.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:58.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:58 smithi098 ceph-mon[112578]: pgmap v16498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:50:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:50:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:58 smithi016 ceph-mon[96085]: pgmap v16498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:50:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:50:59.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:50:59.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:00.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:00.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:00 smithi098 ceph-mon[112578]: pgmap v16499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:00 smithi016 ceph-mon[96085]: pgmap v16499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:01.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:01.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:02.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:02.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:02 smithi098 ceph-mon[112578]: pgmap v16500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:02 smithi016 ceph-mon[96085]: pgmap v16500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:03.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:03.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:04.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:04.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:05.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:04 smithi098 ceph-mon[112578]: pgmap v16501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:04 smithi016 ceph-mon[96085]: pgmap v16501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:05.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:05.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:06.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:06.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:06 smithi098 ceph-mon[112578]: pgmap v16502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:51:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:51:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:51:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:51:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:51:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:51:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:06 smithi016 ceph-mon[96085]: pgmap v16502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:51:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:51:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:51:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:51:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:51:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:51:07.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:07.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:08.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:08.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:08 smithi098 ceph-mon[112578]: pgmap v16503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:08 smithi016 ceph-mon[96085]: pgmap v16503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:09.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:09.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:10.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:10.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:10 smithi098 ceph-mon[112578]: pgmap v16504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:11.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:10 smithi016 ceph-mon[96085]: pgmap v16504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:11.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:11.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:12.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:12.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:12 smithi098 ceph-mon[112578]: pgmap v16505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:12 smithi016 ceph-mon[96085]: pgmap v16505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:13.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:13.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:14.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:51:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:51:14.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:14.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:14 smithi098 ceph-mon[112578]: pgmap v16506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:14 smithi016 ceph-mon[96085]: pgmap v16506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:15.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:15.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:16.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:16.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:17.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:16 smithi098 ceph-mon[112578]: pgmap v16507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:17.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:16 smithi016 ceph-mon[96085]: pgmap v16507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:17.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:17.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:18.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:18.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:18 smithi098 ceph-mon[112578]: pgmap v16508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:18 smithi016 ceph-mon[96085]: pgmap v16508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:19.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:19.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:20.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:20.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:20 smithi098 ceph-mon[112578]: pgmap v16509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:20 smithi016 ceph-mon[96085]: pgmap v16509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:21.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:21.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:22.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:22.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:22 smithi098 ceph-mon[112578]: pgmap v16510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:22 smithi016 ceph-mon[96085]: pgmap v16510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:23.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:23.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:24.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:24.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:24 smithi098 ceph-mon[112578]: pgmap v16511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:24 smithi016 ceph-mon[96085]: pgmap v16511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:25.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:25.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:26.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:26.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:27 smithi098 ceph-mon[112578]: pgmap v16512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:27.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:27 smithi016 ceph-mon[96085]: pgmap v16512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:27.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:27.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:28.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:28.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:29 smithi098 ceph-mon[112578]: pgmap v16513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:51:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:29 smithi016 ceph-mon[96085]: pgmap v16513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:51:29.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:29.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:30.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:30.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:31 smithi098 ceph-mon[112578]: pgmap v16514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:31.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:31 smithi016 ceph-mon[96085]: pgmap v16514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:31.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:31.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:32.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:32.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:33 smithi098 ceph-mon[112578]: pgmap v16515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:33 smithi016 ceph-mon[96085]: pgmap v16515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:33.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:33.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:34.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:34.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:35 smithi098 ceph-mon[112578]: pgmap v16516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:35 smithi016 ceph-mon[96085]: pgmap v16516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:35.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:35.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:36.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:36.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:37 smithi016 ceph-mon[96085]: pgmap v16517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:37 smithi098 ceph-mon[112578]: pgmap v16517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:37.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:37.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:38.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:38.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:39 smithi016 ceph-mon[96085]: pgmap v16518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:39 smithi098 ceph-mon[112578]: pgmap v16518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:39.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:39.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:40.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:40.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:41 smithi016 ceph-mon[96085]: pgmap v16519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:41 smithi098 ceph-mon[112578]: pgmap v16519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:41.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:41.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:42.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:42.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:43 smithi016 ceph-mon[96085]: pgmap v16520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:43 smithi098 ceph-mon[112578]: pgmap v16520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:43.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:43.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:51:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:51:44.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:44.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:45 smithi098 ceph-mon[112578]: pgmap v16521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:45 smithi016 ceph-mon[96085]: pgmap v16521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:45.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:45.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:46.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:46.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:47 smithi098 ceph-mon[112578]: pgmap v16522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:47 smithi016 ceph-mon[96085]: pgmap v16522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:47.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:47.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:48.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:48.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:49 smithi098 ceph-mon[112578]: pgmap v16523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:49 smithi016 ceph-mon[96085]: pgmap v16523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:49.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:49.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:50.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:50.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:51 smithi098 ceph-mon[112578]: pgmap v16524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:51.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:51 smithi016 ceph-mon[96085]: pgmap v16524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:51.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:51.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:52.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:52.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:53 smithi098 ceph-mon[112578]: pgmap v16525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:53 smithi016 ceph-mon[96085]: pgmap v16525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:53.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:53.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:54.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:54.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:55.395 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:55 smithi016 ceph-mon[96085]: pgmap v16526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:55 smithi098 ceph-mon[112578]: pgmap v16526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:55.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:55.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:56.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:56.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:57 smithi098 ceph-mon[112578]: pgmap v16527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:57 smithi016 ceph-mon[96085]: pgmap v16527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:57.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:57.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:58.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:58.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:59 smithi098 ceph-mon[112578]: pgmap v16528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:51:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:51:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:59 smithi016 ceph-mon[96085]: pgmap v16528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:51:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:51:59.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:51:59.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:00.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:00.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:01.328 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:01 smithi098 ceph-mon[112578]: pgmap v16529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:01 smithi016 ceph-mon[96085]: pgmap v16529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:01.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:01.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:02.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:02.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:03 smithi098 ceph-mon[112578]: pgmap v16530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:03 smithi016 ceph-mon[96085]: pgmap v16530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:03.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:03.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:04.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:04.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:05.511 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:05 smithi016 ceph-mon[96085]: pgmap v16531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:05 smithi098 ceph-mon[112578]: pgmap v16531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:05.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:05.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:06.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:06.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:07 smithi098 ceph-mon[112578]: pgmap v16532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:52:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:07 smithi016 ceph-mon[96085]: pgmap v16532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:52:07.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:07.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:08.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:08.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:09 smithi098 ceph-mon[112578]: pgmap v16533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:09 smithi016 ceph-mon[96085]: pgmap v16533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:09.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:09.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:10.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:10.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:10 smithi098 ceph-mon[112578]: pgmap v16534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:52:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:52:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:52:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:52:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:52:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:52:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:52:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:10 smithi016 ceph-mon[96085]: pgmap v16534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:52:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:52:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:52:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:52:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:52:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:52:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:52:11.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:11.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:12.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:12.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:13.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:12 smithi098 ceph-mon[112578]: pgmap v16535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:12 smithi016 ceph-mon[96085]: pgmap v16535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:13.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:13.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:52:14.028 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:52:14.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:14.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:14 smithi098 ceph-mon[112578]: pgmap v16536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:15.028 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:14 smithi016 ceph-mon[96085]: pgmap v16536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:15.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:15.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:16 smithi098 ceph-mon[112578]: pgmap v16537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:16.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:16.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:16 smithi016 ceph-mon[96085]: pgmap v16537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:17.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:17.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:18.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:18.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:18 smithi098 ceph-mon[112578]: pgmap v16538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:18 smithi016 ceph-mon[96085]: pgmap v16538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:19.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:19.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:20.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:20.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:20 smithi098 ceph-mon[112578]: pgmap v16539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:20 smithi016 ceph-mon[96085]: pgmap v16539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:21.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:21.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:22.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:22.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:22 smithi098 ceph-mon[112578]: pgmap v16540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:22 smithi016 ceph-mon[96085]: pgmap v16540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:23.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:23.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:24.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:24.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:24 smithi098 ceph-mon[112578]: pgmap v16541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:25.028 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:24 smithi016 ceph-mon[96085]: pgmap v16541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:25.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:25.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:26.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:26.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:27.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:26 smithi098 ceph-mon[112578]: pgmap v16542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:26 smithi016 ceph-mon[96085]: pgmap v16542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:27.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:27.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:28.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:28.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:28 smithi098 ceph-mon[112578]: pgmap v16543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:52:29.028 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:28 smithi016 ceph-mon[96085]: pgmap v16543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:52:29.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:29.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:30.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:30.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:30 smithi098 ceph-mon[112578]: pgmap v16544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:31.028 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:30 smithi016 ceph-mon[96085]: pgmap v16544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:31.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:31.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:32.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:32.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:32 smithi098 ceph-mon[112578]: pgmap v16545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:32 smithi016 ceph-mon[96085]: pgmap v16545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:33.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:33.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:34.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:34.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:35.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:34 smithi098 ceph-mon[112578]: pgmap v16546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:35.028 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:34 smithi016 ceph-mon[96085]: pgmap v16546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:35.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:35.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:36.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:36.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:37.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:36 smithi098 ceph-mon[112578]: pgmap v16547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:36 smithi016 ceph-mon[96085]: pgmap v16547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:37.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:37.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:38.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:38.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:39.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:38 smithi098 ceph-mon[112578]: pgmap v16548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:38 smithi016 ceph-mon[96085]: pgmap v16548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:39.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:39.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:40.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:40.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:40 smithi098 ceph-mon[112578]: pgmap v16549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:40 smithi016 ceph-mon[96085]: pgmap v16549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:41.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:41.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:42.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:42.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:42 smithi098 ceph-mon[112578]: pgmap v16550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:42 smithi016 ceph-mon[96085]: pgmap v16550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:43.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:43.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:44.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:52:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:52:44.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:44.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:44 smithi098 ceph-mon[112578]: pgmap v16551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:44 smithi016 ceph-mon[96085]: pgmap v16551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:45.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:45.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:46.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:46.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:46 smithi098 ceph-mon[112578]: pgmap v16552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:46 smithi016 ceph-mon[96085]: pgmap v16552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:47.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:47.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:48.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:48.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:48 smithi016 ceph-mon[96085]: pgmap v16553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:48 smithi098 ceph-mon[112578]: pgmap v16553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:49.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:49.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:50.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:50.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:50 smithi016 ceph-mon[96085]: pgmap v16554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:50 smithi098 ceph-mon[112578]: pgmap v16554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:51.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:51.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:52.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:52.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:52 smithi016 ceph-mon[96085]: pgmap v16555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:52 smithi098 ceph-mon[112578]: pgmap v16555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:53.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:53.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:54.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:54.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:54 smithi016 ceph-mon[96085]: pgmap v16556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:54 smithi098 ceph-mon[112578]: pgmap v16556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:55.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:55.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:56.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:56.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:56 smithi016 ceph-mon[96085]: pgmap v16557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:56 smithi098 ceph-mon[112578]: pgmap v16557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:57.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:57.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:58.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:58.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:58 smithi098 ceph-mon[112578]: pgmap v16558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:52:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:52:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:58 smithi016 ceph-mon[96085]: pgmap v16558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:52:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:52:59.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:52:59.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:00.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:00.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:01.146 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:00 smithi016 ceph-mon[96085]: pgmap v16559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:01.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:00 smithi098 ceph-mon[112578]: pgmap v16559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:01.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:01.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:02.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:02.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:02 smithi098 ceph-mon[112578]: pgmap v16560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:02 smithi016 ceph-mon[96085]: pgmap v16560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:03.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:03.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:04.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:04.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:04 smithi098 ceph-mon[112578]: pgmap v16561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:04 smithi016 ceph-mon[96085]: pgmap v16561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:05.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:05.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:06.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:06.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:07.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:06 smithi098 ceph-mon[112578]: pgmap v16562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:06 smithi016 ceph-mon[96085]: pgmap v16562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:07.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:07.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:08.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:08.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:09.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:08 smithi098 ceph-mon[112578]: pgmap v16563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:08 smithi016 ceph-mon[96085]: pgmap v16563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:09.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:09.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:10.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:10.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:11.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:10 smithi016 ceph-mon[96085]: pgmap v16564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:11.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:53:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:10 smithi098 ceph-mon[112578]: pgmap v16564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:53:11.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:11.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:12.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:12.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:13.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:12 smithi098 ceph-mon[112578]: pgmap v16565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:13.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:12 smithi016 ceph-mon[96085]: pgmap v16565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:13.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:13.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:14.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:53:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:53:14.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:14.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:15.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:14 smithi098 ceph-mon[112578]: pgmap v16566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:53:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:53:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:14 smithi016 ceph-mon[96085]: pgmap v16566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:53:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:53:15.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:15.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:53:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:53:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:53:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:53:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:53:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:53:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:53:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:53:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:53:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:53:16.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:16.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:17.117 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:16 smithi098 ceph-mon[112578]: pgmap v16567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:16 smithi016 ceph-mon[96085]: pgmap v16567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:17.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:17.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:18.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:18.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:18 smithi098 ceph-mon[112578]: pgmap v16568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:18 smithi016 ceph-mon[96085]: pgmap v16568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:19.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:19.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:20.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:20.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:21.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:20 smithi016 ceph-mon[96085]: pgmap v16569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:20 smithi098 ceph-mon[112578]: pgmap v16569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:21.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:21.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:22.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:22.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:22 smithi098 ceph-mon[112578]: pgmap v16570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:22 smithi016 ceph-mon[96085]: pgmap v16570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:23.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:23.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:24.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:24.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:25.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:24 smithi098 ceph-mon[112578]: pgmap v16571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:24 smithi016 ceph-mon[96085]: pgmap v16571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:25.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:25.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:26.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:26.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:27.223 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:26 smithi098 ceph-mon[112578]: pgmap v16572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:26 smithi016 ceph-mon[96085]: pgmap v16572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:27.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:27.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:28.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:28.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:28 smithi098 ceph-mon[112578]: pgmap v16573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:53:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:28 smithi016 ceph-mon[96085]: pgmap v16573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:53:29.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:29.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:30.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:30.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:31.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:30 smithi016 ceph-mon[96085]: pgmap v16574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:31.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:30 smithi098 ceph-mon[112578]: pgmap v16574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:31.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:31.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:32.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:32.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:32 smithi098 ceph-mon[112578]: pgmap v16575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:32 smithi016 ceph-mon[96085]: pgmap v16575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:33.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:33.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:34.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:34.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:34 smithi098 ceph-mon[112578]: pgmap v16576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:34 smithi016 ceph-mon[96085]: pgmap v16576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:35.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:35.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:36.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:36.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:37.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:36 smithi098 ceph-mon[112578]: pgmap v16577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:36 smithi016 ceph-mon[96085]: pgmap v16577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:37.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:37.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:38.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:38.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:38 smithi098 ceph-mon[112578]: pgmap v16578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:38 smithi016 ceph-mon[96085]: pgmap v16578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:39.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:39.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:40.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:40.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:41.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:40 smithi016 ceph-mon[96085]: pgmap v16579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:40 smithi098 ceph-mon[112578]: pgmap v16579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:41.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:41.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:42.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:42.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:43.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:42 smithi098 ceph-mon[112578]: pgmap v16580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:42 smithi016 ceph-mon[96085]: pgmap v16580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:43.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:43.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:44.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:53:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:53:44.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:44.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:44 smithi098 ceph-mon[112578]: pgmap v16581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:44 smithi016 ceph-mon[96085]: pgmap v16581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:45.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:45.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:46.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:46.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:46 smithi016 ceph-mon[96085]: pgmap v16582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:46 smithi098 ceph-mon[112578]: pgmap v16582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:47.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:47.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:48.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:48.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:48 smithi098 ceph-mon[112578]: pgmap v16583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:48 smithi016 ceph-mon[96085]: pgmap v16583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:49.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:49.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:50.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:50.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:50 smithi016 ceph-mon[96085]: pgmap v16584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:51.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:50 smithi098 ceph-mon[112578]: pgmap v16584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:51.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:51.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:52.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:52.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:52 smithi098 ceph-mon[112578]: pgmap v16585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:52 smithi016 ceph-mon[96085]: pgmap v16585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:53.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:53.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:54.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:54.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:54 smithi098 ceph-mon[112578]: pgmap v16586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:54 smithi016 ceph-mon[96085]: pgmap v16586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:55.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:55.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:56.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:56.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:56 smithi098 ceph-mon[112578]: pgmap v16587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:56 smithi016 ceph-mon[96085]: pgmap v16587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:57.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:57.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:58.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:58.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:59.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:58 smithi098 ceph-mon[112578]: pgmap v16588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:53:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:53:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:58 smithi016 ceph-mon[96085]: pgmap v16588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:53:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:53:59.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:53:59.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:00.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:00.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:00 smithi016 ceph-mon[96085]: pgmap v16589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:01.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:00 smithi098 ceph-mon[112578]: pgmap v16589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:01.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:01.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:02.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:02.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:03.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:02 smithi098 ceph-mon[112578]: pgmap v16590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:02 smithi016 ceph-mon[96085]: pgmap v16590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:03.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:03.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:04.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:04.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:04 smithi098 ceph-mon[112578]: pgmap v16591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:04 smithi016 ceph-mon[96085]: pgmap v16591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:05.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:05.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:06.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:06.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:06 smithi098 ceph-mon[112578]: pgmap v16592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:06 smithi016 ceph-mon[96085]: pgmap v16592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:07.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:07.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:09.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:09.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:09.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:08 smithi098 ceph-mon[112578]: pgmap v16593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:08 smithi016 ceph-mon[96085]: pgmap v16593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:10.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:10.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:11.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:11.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:11.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:10 smithi016 ceph-mon[96085]: pgmap v16594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:10 smithi098 ceph-mon[112578]: pgmap v16594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:12.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:12.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:13.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:13.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:13.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:12 smithi098 ceph-mon[112578]: pgmap v16595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:12 smithi016 ceph-mon[96085]: pgmap v16595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:14.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:14.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:54:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:54:15.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:15.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:15.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:14 smithi098 ceph-mon[112578]: pgmap v16596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:14 smithi016 ceph-mon[96085]: pgmap v16596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:16.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:16.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:54:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:54:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:54:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:54:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:54:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:54:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:54:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:54:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:54:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:54:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:54:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:54:17.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:17.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:16 smithi098 ceph-mon[112578]: pgmap v16597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:16 smithi016 ceph-mon[96085]: pgmap v16597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:18.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:18.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:19.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:19.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:18 smithi098 ceph-mon[112578]: pgmap v16598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:18 smithi016 ceph-mon[96085]: pgmap v16598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:20.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:20.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:21.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:21.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:20 smithi098 ceph-mon[112578]: pgmap v16599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:20 smithi016 ceph-mon[96085]: pgmap v16599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:22.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:22.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:23.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:23.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:22 smithi098 ceph-mon[112578]: pgmap v16600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:22 smithi016 ceph-mon[96085]: pgmap v16600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:24.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:24.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:25.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:25.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:25.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:24 smithi098 ceph-mon[112578]: pgmap v16601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:24 smithi016 ceph-mon[96085]: pgmap v16601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:26.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:26.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:27.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:27.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:27.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:26 smithi098 ceph-mon[112578]: pgmap v16602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:26 smithi016 ceph-mon[96085]: pgmap v16602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:28.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:28.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:29.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:29.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:28 smithi098 ceph-mon[112578]: pgmap v16603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:54:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:28 smithi016 ceph-mon[96085]: pgmap v16603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:54:30.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:30.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:31.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:31.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:30 smithi098 ceph-mon[112578]: pgmap v16604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:31.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:30 smithi016 ceph-mon[96085]: pgmap v16604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:32.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:32.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:33.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:33.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:32 smithi098 ceph-mon[112578]: pgmap v16605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:33.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:32 smithi016 ceph-mon[96085]: pgmap v16605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:34.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:34.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:35.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:35.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:34 smithi098 ceph-mon[112578]: pgmap v16606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:34 smithi016 ceph-mon[96085]: pgmap v16606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:36.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:36.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:37.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:37.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:37.253 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:36 smithi016 ceph-mon[96085]: pgmap v16607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:37.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:36 smithi098 ceph-mon[112578]: pgmap v16607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:38.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:38.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:39.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:39.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:38 smithi098 ceph-mon[112578]: pgmap v16608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:38 smithi016 ceph-mon[96085]: pgmap v16608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:40.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:40.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:41.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:41.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:40 smithi098 ceph-mon[112578]: pgmap v16609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:40 smithi016 ceph-mon[96085]: pgmap v16609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:42.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:42.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:43.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:43.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:42 smithi098 ceph-mon[112578]: pgmap v16610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:42 smithi016 ceph-mon[96085]: pgmap v16610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:44.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:44.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:44.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:54:44.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:54:45.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:45.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:45.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:44 smithi098 ceph-mon[112578]: pgmap v16611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:44 smithi016 ceph-mon[96085]: pgmap v16611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:46.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:46.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:47.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:47.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:47.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:46 smithi098 ceph-mon[112578]: pgmap v16612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:46 smithi016 ceph-mon[96085]: pgmap v16612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:48.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:48.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:49.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:49.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:48 smithi098 ceph-mon[112578]: pgmap v16613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:48 smithi016 ceph-mon[96085]: pgmap v16613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:50.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:50.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:51.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:51.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:50 smithi098 ceph-mon[112578]: pgmap v16614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:51.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:50 smithi016 ceph-mon[96085]: pgmap v16614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:52.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:52.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:53.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:53.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:53.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:52 smithi098 ceph-mon[112578]: pgmap v16615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:52 smithi016 ceph-mon[96085]: pgmap v16615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:54.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:54.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:55.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:55.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:54 smithi098 ceph-mon[112578]: pgmap v16616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:55.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:54 smithi016 ceph-mon[96085]: pgmap v16616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:56.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:56.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:57.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:57.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:57.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:56 smithi098 ceph-mon[112578]: pgmap v16617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:56 smithi016 ceph-mon[96085]: pgmap v16617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:58.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:58.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:59.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:54:59.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:59.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:58 smithi098 ceph-mon[112578]: pgmap v16618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:54:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:54:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:58 smithi016 ceph-mon[96085]: pgmap v16618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:54:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:55:00.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:00.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:01.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:01.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:01.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:00 smithi098 ceph-mon[112578]: pgmap v16619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:00 smithi016 ceph-mon[96085]: pgmap v16619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:02.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:02.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:03.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:03.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:03.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:02 smithi098 ceph-mon[112578]: pgmap v16620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:02 smithi016 ceph-mon[96085]: pgmap v16620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:04.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:04.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:05.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:05.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:05.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:04 smithi098 ceph-mon[112578]: pgmap v16621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:04 smithi016 ceph-mon[96085]: pgmap v16621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:06.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:06.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:07.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:07.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:07.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:06 smithi098 ceph-mon[112578]: pgmap v16622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:07.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:06 smithi016 ceph-mon[96085]: pgmap v16622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:08.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:08.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:09.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:09.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:09.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:08 smithi098 ceph-mon[112578]: pgmap v16623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:08 smithi016 ceph-mon[96085]: pgmap v16623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:10.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:10.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:11.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:11.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:10 smithi098 ceph-mon[112578]: pgmap v16624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:11.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:10 smithi016 ceph-mon[96085]: pgmap v16624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:12.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:12.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:13.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:13.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:13.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:12 smithi098 ceph-mon[112578]: pgmap v16625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:12 smithi016 ceph-mon[96085]: pgmap v16625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:14.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:14.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:55:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:55:15.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:15.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:15.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:15 smithi098 ceph-mon[112578]: pgmap v16626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:15 smithi016 ceph-mon[96085]: pgmap v16626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:16.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:16.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:16.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:55:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:55:17.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:17.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:17.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:17 smithi098 ceph-mon[112578]: pgmap v16627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:55:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:55:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:55:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:55:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:55:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:55:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:55:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:17 smithi016 ceph-mon[96085]: pgmap v16627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:55:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:55:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:55:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:55:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:55:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:55:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:55:18.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:18.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:19.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:19.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:19 smithi016 ceph-mon[96085]: pgmap v16628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:19 smithi098 ceph-mon[112578]: pgmap v16628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:20.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:20.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:21.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:21.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:21 smithi016 ceph-mon[96085]: pgmap v16629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:21 smithi098 ceph-mon[112578]: pgmap v16629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:22.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:22.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:23 smithi016 ceph-mon[96085]: pgmap v16630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:23.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:23.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:23.434 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:23 smithi098 ceph-mon[112578]: pgmap v16630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:24.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:24.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:25.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:25.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:25 smithi016 ceph-mon[96085]: pgmap v16631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:25 smithi098 ceph-mon[112578]: pgmap v16631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:26.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:26.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:27.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:27.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:27 smithi016 ceph-mon[96085]: pgmap v16632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:27 smithi098 ceph-mon[112578]: pgmap v16632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:28.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:28.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:29.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:29.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:29 smithi098 ceph-mon[112578]: pgmap v16633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:55:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:29 smithi016 ceph-mon[96085]: pgmap v16633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:55:30.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:30.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:31.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:31.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:31 smithi098 ceph-mon[112578]: pgmap v16634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:31 smithi016 ceph-mon[96085]: pgmap v16634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:32.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:32.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:33.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:33.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:33 smithi016 ceph-mon[96085]: pgmap v16635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:33 smithi098 ceph-mon[112578]: pgmap v16635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:34.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:34.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:35.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:35.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:35 smithi098 ceph-mon[112578]: pgmap v16636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:35 smithi016 ceph-mon[96085]: pgmap v16636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:36.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:36.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:37.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:37.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:37 smithi098 ceph-mon[112578]: pgmap v16637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:37 smithi016 ceph-mon[96085]: pgmap v16637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:38.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:38.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:39.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:39.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:39 smithi098 ceph-mon[112578]: pgmap v16638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:39 smithi016 ceph-mon[96085]: pgmap v16638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:40.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:40.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:41.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:41.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:41 smithi098 ceph-mon[112578]: pgmap v16639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:41 smithi016 ceph-mon[96085]: pgmap v16639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:42.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:42.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:43.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:43.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:43 smithi016 ceph-mon[96085]: pgmap v16640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:43 smithi098 ceph-mon[112578]: pgmap v16640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:44.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:44.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:55:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:55:45.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:45.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:45 smithi098 ceph-mon[112578]: pgmap v16641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:45 smithi016 ceph-mon[96085]: pgmap v16641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:46.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:46.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:47.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:47.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:47 smithi098 ceph-mon[112578]: pgmap v16642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:47 smithi016 ceph-mon[96085]: pgmap v16642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:48.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:48.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:49.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:49.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:49 smithi098 ceph-mon[112578]: pgmap v16643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:49 smithi016 ceph-mon[96085]: pgmap v16643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:50.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:50.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:51.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:51.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:51 smithi098 ceph-mon[112578]: pgmap v16644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:51 smithi016 ceph-mon[96085]: pgmap v16644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:52.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:52.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:53.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:53.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:53 smithi098 ceph-mon[112578]: pgmap v16645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:53 smithi016 ceph-mon[96085]: pgmap v16645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:54.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:54.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:55.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:55.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:55 smithi098 ceph-mon[112578]: pgmap v16646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:55 smithi016 ceph-mon[96085]: pgmap v16646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:56.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:56.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:57.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:57.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:57 smithi098 ceph-mon[112578]: pgmap v16647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:57 smithi016 ceph-mon[96085]: pgmap v16647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:58.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:58.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:59.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:55:59.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:59 smithi098 ceph-mon[112578]: pgmap v16648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:55:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:55:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:59 smithi016 ceph-mon[96085]: pgmap v16648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:55:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:56:00.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:00.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:01.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:01.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:01 smithi098 ceph-mon[112578]: pgmap v16649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:01 smithi016 ceph-mon[96085]: pgmap v16649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:02.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:02.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:03.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:03.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:03 smithi098 ceph-mon[112578]: pgmap v16650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:03 smithi016 ceph-mon[96085]: pgmap v16650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:04.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:04.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:05.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:05.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:05 smithi098 ceph-mon[112578]: pgmap v16651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:05 smithi016 ceph-mon[96085]: pgmap v16651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:06.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:06.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:07.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:07.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:07 smithi098 ceph-mon[112578]: pgmap v16652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:07.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:07 smithi016 ceph-mon[96085]: pgmap v16652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:08.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:08.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:09.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:09.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:09.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:09 smithi098 ceph-mon[112578]: pgmap v16653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:09 smithi016 ceph-mon[96085]: pgmap v16653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:10.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:10.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:11.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:11.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:11 smithi098 ceph-mon[112578]: pgmap v16654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:11.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:11 smithi016 ceph-mon[96085]: pgmap v16654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:12.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:12.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:13.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:13.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:13.351 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:13 smithi016 ceph-mon[96085]: pgmap v16655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:13 smithi098 ceph-mon[112578]: pgmap v16655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:14.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:14.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:56:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:56:15.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:15.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:15 smithi098 ceph-mon[112578]: pgmap v16656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:15 smithi016 ceph-mon[96085]: pgmap v16656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:16.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:16.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:17.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:17.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:17 smithi098 ceph-mon[112578]: pgmap v16657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:56:17.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:17 smithi016 ceph-mon[96085]: pgmap v16657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:56:18.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:18.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:18.408 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:56:18.408 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:56:18.408 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:56:18.408 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:56:18.409 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:56:18.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:56:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:56:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:56:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:56:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:56:19.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:19.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:19 smithi098 ceph-mon[112578]: pgmap v16658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:19 smithi016 ceph-mon[96085]: pgmap v16658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:20.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:20.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:21.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:21.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:21 smithi098 ceph-mon[112578]: pgmap v16659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:21 smithi016 ceph-mon[96085]: pgmap v16659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:22.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:22.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:23.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:23.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:23.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:23 smithi016 ceph-mon[96085]: pgmap v16660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:23 smithi098 ceph-mon[112578]: pgmap v16660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:24.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:24.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:25.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:25.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:25 smithi098 ceph-mon[112578]: pgmap v16661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:25 smithi016 ceph-mon[96085]: pgmap v16661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:26.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:26.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:27.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:27.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:27 smithi098 ceph-mon[112578]: pgmap v16662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:27 smithi016 ceph-mon[96085]: pgmap v16662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:28.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:28.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:29.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:29.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:29 smithi098 ceph-mon[112578]: pgmap v16663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:56:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:29 smithi016 ceph-mon[96085]: pgmap v16663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:56:30.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:30.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:31.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:31.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:31 smithi098 ceph-mon[112578]: pgmap v16664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:31 smithi016 ceph-mon[96085]: pgmap v16664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:32.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:32.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:32 smithi098 ceph-mon[112578]: pgmap v16665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:32 smithi016 ceph-mon[96085]: pgmap v16665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:33.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:33.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:34.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:34.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:35.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:34 smithi098 ceph-mon[112578]: pgmap v16666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:34 smithi016 ceph-mon[96085]: pgmap v16666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:35.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:35.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:36.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:36.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:36 smithi016 ceph-mon[96085]: pgmap v16667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:37.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:37.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:37.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:36 smithi098 ceph-mon[112578]: pgmap v16667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:38.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:38.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:38 smithi016 ceph-mon[96085]: pgmap v16668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:39.224 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:38 smithi098 ceph-mon[112578]: pgmap v16668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:39.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:39.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:40.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:40.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:40 smithi016 ceph-mon[96085]: pgmap v16669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:41.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:41.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:41.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:40 smithi098 ceph-mon[112578]: pgmap v16669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:42.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:42.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:42 smithi016 ceph-mon[96085]: pgmap v16670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:43.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:43.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:43.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:42 smithi098 ceph-mon[112578]: pgmap v16670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:56:44.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:44.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:44.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:56:45.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:45.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:45.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:44 smithi098 ceph-mon[112578]: pgmap v16671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:45.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:44 smithi016 ceph-mon[96085]: pgmap v16671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:46.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:46.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:47.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:46 smithi098 ceph-mon[112578]: pgmap v16672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:47.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:47.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:46 smithi016 ceph-mon[96085]: pgmap v16672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:48.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:48.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:48 smithi016 ceph-mon[96085]: pgmap v16673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:48 smithi098 ceph-mon[112578]: pgmap v16673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:49.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:49.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:50.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:50.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:50 smithi016 ceph-mon[96085]: pgmap v16674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:51.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:50 smithi098 ceph-mon[112578]: pgmap v16674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:51.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:51.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:52.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:52.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:53.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:52 smithi098 ceph-mon[112578]: pgmap v16675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:53.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:53.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:53.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:52 smithi016 ceph-mon[96085]: pgmap v16675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:54.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:54.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:54 smithi098 ceph-mon[112578]: pgmap v16676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:55.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:55.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:55.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:54 smithi016 ceph-mon[96085]: pgmap v16676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:56.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:56.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:57.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:56 smithi098 ceph-mon[112578]: pgmap v16677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:56 smithi016 ceph-mon[96085]: pgmap v16677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:57.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:57.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:58.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:58.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:58 smithi098 ceph-mon[112578]: pgmap v16678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:56:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:56:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:58 smithi016 ceph-mon[96085]: pgmap v16678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:56:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:56:59.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:56:59.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:00.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:00.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:00 smithi016 ceph-mon[96085]: pgmap v16679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:01.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:00 smithi098 ceph-mon[112578]: pgmap v16679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:01.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:01.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:02.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:02.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:03.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:02 smithi098 ceph-mon[112578]: pgmap v16680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:02 smithi016 ceph-mon[96085]: pgmap v16680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:03.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:03.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:04.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:04.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:05.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:04 smithi098 ceph-mon[112578]: pgmap v16681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:05.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:04 smithi016 ceph-mon[96085]: pgmap v16681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:05.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:05.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:06.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:06.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:07.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:06 smithi098 ceph-mon[112578]: pgmap v16682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:06 smithi016 ceph-mon[96085]: pgmap v16682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:07.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:07.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:08.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:08.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:09.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:08 smithi098 ceph-mon[112578]: pgmap v16683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:08 smithi016 ceph-mon[96085]: pgmap v16683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:09.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:09.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:10.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:10.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:11.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:10 smithi016 ceph-mon[96085]: pgmap v16684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:10 smithi098 ceph-mon[112578]: pgmap v16684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:11.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:11.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:12.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:12.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:13.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:12 smithi098 ceph-mon[112578]: pgmap v16685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:12 smithi016 ceph-mon[96085]: pgmap v16685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:13.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:13.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:14.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:57:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:57:14.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:14.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:15.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:14 smithi098 ceph-mon[112578]: pgmap v16686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:14 smithi016 ceph-mon[96085]: pgmap v16686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:15.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:15.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:16.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:16.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:17.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:16 smithi098 ceph-mon[112578]: pgmap v16687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:16 smithi016 ceph-mon[96085]: pgmap v16687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:17.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:17.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:18.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:57:18.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:57:18.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:18.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:18 smithi098 ceph-mon[112578]: pgmap v16688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:57:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:57:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:57:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:57:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:57:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:57:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:57:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:18 smithi016 ceph-mon[96085]: pgmap v16688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:57:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:57:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:57:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:57:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:57:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:57:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:57:19.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:19.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:20.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:20.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:20 smithi098 ceph-mon[112578]: pgmap v16689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:21.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:20 smithi016 ceph-mon[96085]: pgmap v16689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:21.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:21.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:22.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:22.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:22 smithi098 ceph-mon[112578]: pgmap v16690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:23.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:22 smithi016 ceph-mon[96085]: pgmap v16690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:23.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:23.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:24.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:24.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:25.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:24 smithi098 ceph-mon[112578]: pgmap v16691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:24 smithi016 ceph-mon[96085]: pgmap v16691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:26.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:26.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:26 smithi098 ceph-mon[112578]: pgmap v16692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:26 smithi016 ceph-mon[96085]: pgmap v16692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:27.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:27.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:28.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:28.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:29.216 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:28 smithi016 ceph-mon[96085]: pgmap v16693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:29.216 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:57:29.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:28 smithi098 ceph-mon[112578]: pgmap v16693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:57:29.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:29.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:30.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:30.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:31.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:30 smithi098 ceph-mon[112578]: pgmap v16694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:31.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:30 smithi016 ceph-mon[96085]: pgmap v16694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:31.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:31.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:32.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:32.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:32 smithi098 ceph-mon[112578]: pgmap v16695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:32 smithi016 ceph-mon[96085]: pgmap v16695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:33.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:33.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:34.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:34.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:35.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:34 smithi098 ceph-mon[112578]: pgmap v16696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:34 smithi016 ceph-mon[96085]: pgmap v16696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:35.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:35.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:36.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:36.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:36 smithi098 ceph-mon[112578]: pgmap v16697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:36 smithi016 ceph-mon[96085]: pgmap v16697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:37.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:37.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:38.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:38.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:39.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:38 smithi098 ceph-mon[112578]: pgmap v16698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:38 smithi016 ceph-mon[96085]: pgmap v16698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:39.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:39.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:40.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:40.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:40 smithi098 ceph-mon[112578]: pgmap v16699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:40 smithi016 ceph-mon[96085]: pgmap v16699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:41.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:41.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:42.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:42.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:43.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:42 smithi098 ceph-mon[112578]: pgmap v16700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:42 smithi016 ceph-mon[96085]: pgmap v16700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:43.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:43.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:57:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:57:44.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:44.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:44 smithi098 ceph-mon[112578]: pgmap v16701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:44 smithi016 ceph-mon[96085]: pgmap v16701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:45.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:45.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:46.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:46.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:47.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:46 smithi098 ceph-mon[112578]: pgmap v16702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:46 smithi016 ceph-mon[96085]: pgmap v16702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:47.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:47.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:48.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:48.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:48 smithi098 ceph-mon[112578]: pgmap v16703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:48 smithi016 ceph-mon[96085]: pgmap v16703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:49.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:49.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:50.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:50.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:50 smithi098 ceph-mon[112578]: pgmap v16704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:50 smithi016 ceph-mon[96085]: pgmap v16704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:51.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:51.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:52.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:52.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:52 smithi098 ceph-mon[112578]: pgmap v16705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:52 smithi016 ceph-mon[96085]: pgmap v16705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:53.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:53.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:54.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:54.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:54 smithi098 ceph-mon[112578]: pgmap v16706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:54 smithi016 ceph-mon[96085]: pgmap v16706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:55.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:55.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:56.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:56.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:57.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:56 smithi098 ceph-mon[112578]: pgmap v16707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:56 smithi016 ceph-mon[96085]: pgmap v16707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:57.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:57.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:58.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:58.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:58 smithi098 ceph-mon[112578]: pgmap v16708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:57:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:57:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:58 smithi016 ceph-mon[96085]: pgmap v16708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:57:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:57:59.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:57:59.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:00.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:00.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:01.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:00 smithi098 ceph-mon[112578]: pgmap v16709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:00 smithi016 ceph-mon[96085]: pgmap v16709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:01.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:01.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:02.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:02.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:03.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:02 smithi098 ceph-mon[112578]: pgmap v16710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:02 smithi016 ceph-mon[96085]: pgmap v16710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:03.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:03.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:04.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:04.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:05.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:04 smithi098 ceph-mon[112578]: pgmap v16711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:04 smithi016 ceph-mon[96085]: pgmap v16711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:05.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:05.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:06.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:06.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:07.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:06 smithi098 ceph-mon[112578]: pgmap v16712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:06 smithi016 ceph-mon[96085]: pgmap v16712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:07.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:07.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:08.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:08.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:09.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:08 smithi098 ceph-mon[112578]: pgmap v16713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:08 smithi016 ceph-mon[96085]: pgmap v16713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:09.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:09.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:10.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:10.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:10 smithi098 ceph-mon[112578]: pgmap v16714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:11.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:10 smithi016 ceph-mon[96085]: pgmap v16714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:11.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:11.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:12.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:12.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:13.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:12 smithi098 ceph-mon[112578]: pgmap v16715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:12 smithi016 ceph-mon[96085]: pgmap v16715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:13.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:13.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:14.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:58:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:58:14.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:14.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:15.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:14 smithi098 ceph-mon[112578]: pgmap v16716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:14 smithi016 ceph-mon[96085]: pgmap v16716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:15.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:15.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:16.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:16.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:17.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:16 smithi098 ceph-mon[112578]: pgmap v16717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:16 smithi016 ceph-mon[96085]: pgmap v16717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:17.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:17.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:18.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:18.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:19.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:19 smithi098 ceph-mon[112578]: pgmap v16718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:58:19.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:19 smithi016 ceph-mon[96085]: pgmap v16718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:58:19.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:19.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:20.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:58:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:58:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:58:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:58:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:58:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:58:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:58:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:58:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:58:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:58:20.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:20.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:21.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:21.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:21 smithi098 ceph-mon[112578]: pgmap v16719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:21 smithi016 ceph-mon[96085]: pgmap v16719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:22.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:22.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:23.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:23.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:23 smithi098 ceph-mon[112578]: pgmap v16720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:23.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:23 smithi016 ceph-mon[96085]: pgmap v16720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:24.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:24.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:25 smithi016 ceph-mon[96085]: pgmap v16721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:25.329 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:25 smithi098 ceph-mon[112578]: pgmap v16721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:25.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:25.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:26.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:26.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:27.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:27.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:27 smithi098 ceph-mon[112578]: pgmap v16722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:27 smithi016 ceph-mon[96085]: pgmap v16722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:28.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:28.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:29.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:29.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:29 smithi098 ceph-mon[112578]: pgmap v16723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:58:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:29 smithi016 ceph-mon[96085]: pgmap v16723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:58:30.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:30.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:31.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:31.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:31 smithi098 ceph-mon[112578]: pgmap v16724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:31 smithi016 ceph-mon[96085]: pgmap v16724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:32.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:32.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:33.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:33.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:33 smithi098 ceph-mon[112578]: pgmap v16725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:33 smithi016 ceph-mon[96085]: pgmap v16725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:34.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:34.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:35 smithi016 ceph-mon[96085]: pgmap v16726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:35.434 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:35 smithi098 ceph-mon[112578]: pgmap v16726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:35.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:35.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:36.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:36.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:37.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:37.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:37 smithi098 ceph-mon[112578]: pgmap v16727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:37 smithi016 ceph-mon[96085]: pgmap v16727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:38.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:38.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:39.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:39.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:39 smithi098 ceph-mon[112578]: pgmap v16728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:39 smithi016 ceph-mon[96085]: pgmap v16728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:40.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:40.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:41.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:41.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:41 smithi098 ceph-mon[112578]: pgmap v16729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:41 smithi016 ceph-mon[96085]: pgmap v16729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:42.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:42.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:43.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:43.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:43 smithi098 ceph-mon[112578]: pgmap v16730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:43 smithi016 ceph-mon[96085]: pgmap v16730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:44.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:44.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:58:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:58:45.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:45.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:45 smithi098 ceph-mon[112578]: pgmap v16731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:45 smithi016 ceph-mon[96085]: pgmap v16731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:46.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:46.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:47.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:47.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:47 smithi098 ceph-mon[112578]: pgmap v16732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:47 smithi016 ceph-mon[96085]: pgmap v16732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:48.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:48.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:49.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:49.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:49 smithi098 ceph-mon[112578]: pgmap v16733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:49 smithi016 ceph-mon[96085]: pgmap v16733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:50.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:50.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:51.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:51.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:51 smithi098 ceph-mon[112578]: pgmap v16734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:51 smithi016 ceph-mon[96085]: pgmap v16734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:52.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:52.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:53.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:53.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:53 smithi098 ceph-mon[112578]: pgmap v16735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:53.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:53 smithi016 ceph-mon[96085]: pgmap v16735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:54.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:54.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:55.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:55.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:55 smithi098 ceph-mon[112578]: pgmap v16736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:55 smithi016 ceph-mon[96085]: pgmap v16736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:56.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:56.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:57.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:57.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:57 smithi098 ceph-mon[112578]: pgmap v16737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:57 smithi016 ceph-mon[96085]: pgmap v16737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:58.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:58.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:59.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:58:59.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:59.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:59 smithi098 ceph-mon[112578]: pgmap v16738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:58:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:58:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:59 smithi016 ceph-mon[96085]: pgmap v16738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:58:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:59:00.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:00.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:01.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:01.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:01 smithi098 ceph-mon[112578]: pgmap v16739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:01 smithi016 ceph-mon[96085]: pgmap v16739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:02.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:02.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:03.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:03.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:03 smithi098 ceph-mon[112578]: pgmap v16740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:03 smithi016 ceph-mon[96085]: pgmap v16740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:04.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:04.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:05.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:05.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:05 smithi098 ceph-mon[112578]: pgmap v16741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:05 smithi016 ceph-mon[96085]: pgmap v16741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:06.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:06.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:07.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:07.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:07 smithi098 ceph-mon[112578]: pgmap v16742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:07 smithi016 ceph-mon[96085]: pgmap v16742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:08.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:08.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:09.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:09.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:09 smithi098 ceph-mon[112578]: pgmap v16743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:09 smithi016 ceph-mon[96085]: pgmap v16743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:10.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:10.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:11.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:11.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:11 smithi098 ceph-mon[112578]: pgmap v16744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:11.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:11 smithi016 ceph-mon[96085]: pgmap v16744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:12.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:12.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:13.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:13.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:13 smithi098 ceph-mon[112578]: pgmap v16745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:13 smithi016 ceph-mon[96085]: pgmap v16745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:14.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:14.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:14.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:59:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:59:15.430 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:15 smithi016 ceph-mon[96085]: pgmap v16746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:15.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:15.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:15 smithi098 ceph-mon[112578]: pgmap v16746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:16.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:16.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:17 smithi098 ceph-mon[112578]: pgmap v16747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:17.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:17.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:17.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:17 smithi016 ceph-mon[96085]: pgmap v16747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:18.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:18.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:19 smithi098 ceph-mon[112578]: pgmap v16748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:19.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:19.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:19.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:19 smithi016 ceph-mon[96085]: pgmap v16748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:20.442 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:59:20.442 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:20.443 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:20.443 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:20.443 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:20.487 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:59:20.488 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:20.488 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:20.488 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:20.489 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:20.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:20.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:21.485 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:21 smithi098 ceph-mon[112578]: pgmap v16749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:21.496 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:21 smithi016 ceph-mon[96085]: pgmap v16749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:21.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:21.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:22.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:22.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:23.512 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:23 smithi016 ceph-mon[96085]: pgmap v16750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:23 smithi098 ceph-mon[112578]: pgmap v16750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:23.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:23.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:24.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:24.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:24 smithi016 ceph-mon[96085]: pgmap v16751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:59:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:59:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:25.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:59:25.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:25.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:24 smithi098 ceph-mon[112578]: pgmap v16751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:59:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:59:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:59:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T05:59:25.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:25.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:26.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:26.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:26 smithi016 ceph-mon[96085]: pgmap v16752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:27.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:26 smithi098 ceph-mon[112578]: pgmap v16752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:27.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:27.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:28.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:28.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:29.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:28 smithi098 ceph-mon[112578]: pgmap v16753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:59:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:28 smithi016 ceph-mon[96085]: pgmap v16753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:59:29.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:29.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:30.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:30.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:30 smithi016 ceph-mon[96085]: pgmap v16754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:31.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:30 smithi098 ceph-mon[112578]: pgmap v16754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:31.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:31.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:32.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:32.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:32 smithi098 ceph-mon[112578]: pgmap v16755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:33.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:32 smithi016 ceph-mon[96085]: pgmap v16755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:33.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:33.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:34.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:34.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:35.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:34 smithi098 ceph-mon[112578]: pgmap v16756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:34 smithi016 ceph-mon[96085]: pgmap v16756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:35.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:35.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:36.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:36.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:36 smithi098 ceph-mon[112578]: pgmap v16757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:37.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:36 smithi016 ceph-mon[96085]: pgmap v16757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:37.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:37.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:38.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:38.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:39.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:38 smithi098 ceph-mon[112578]: pgmap v16758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:38 smithi016 ceph-mon[96085]: pgmap v16758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:39.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:39.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:40.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:40.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:40 smithi016 ceph-mon[96085]: pgmap v16759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:41.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:40 smithi098 ceph-mon[112578]: pgmap v16759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:41.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:41.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:42.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:42.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:43.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:42 smithi098 ceph-mon[112578]: pgmap v16760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:42 smithi016 ceph-mon[96085]: pgmap v16760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:43.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:43.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:44.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:59:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:59:44.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:44.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:44 smithi098 ceph-mon[112578]: pgmap v16761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:45.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:44 smithi016 ceph-mon[96085]: pgmap v16761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:45.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:45.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:46.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:46.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:47.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:46 smithi098 ceph-mon[112578]: pgmap v16762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:46 smithi016 ceph-mon[96085]: pgmap v16762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:47.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:47.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:48.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:48.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:48 smithi098 ceph-mon[112578]: pgmap v16763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:48 smithi016 ceph-mon[96085]: pgmap v16763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:49.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:49.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:50.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:50.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:50 smithi016 ceph-mon[96085]: pgmap v16764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:51.229 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:50 smithi098 ceph-mon[112578]: pgmap v16764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:51.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:51.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:52.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:52.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:53.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:52 smithi098 ceph-mon[112578]: pgmap v16765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:52 smithi016 ceph-mon[96085]: pgmap v16765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:53.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:53.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:54.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:54.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:54 smithi098 ceph-mon[112578]: pgmap v16766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:54 smithi016 ceph-mon[96085]: pgmap v16766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:55.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:55.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:56.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:56.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:57.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:56 smithi098 ceph-mon[112578]: pgmap v16767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:57.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:56 smithi016 ceph-mon[96085]: pgmap v16767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:57.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:57.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:58.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:58.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:58 smithi098 ceph-mon[112578]: pgmap v16768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 05:59:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:59:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:58 smithi016 ceph-mon[96085]: pgmap v16768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 05:59:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:59:59.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T05:59:59.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:00.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:00.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:01.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:00 smithi016 ceph-mon[96085]: pgmap v16769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:01.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T06:00:01.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:00 smithi098 ceph-mon[112578]: pgmap v16769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T06:00:01.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:01.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:02.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:02.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:02 smithi098 ceph-mon[112578]: pgmap v16770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:03.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:02 smithi016 ceph-mon[96085]: pgmap v16770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:03.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:03.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:04.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:04.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:05.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:04 smithi098 ceph-mon[112578]: pgmap v16771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:04 smithi016 ceph-mon[96085]: pgmap v16771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:05.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:05.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:06.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:06.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:07.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:06 smithi098 ceph-mon[112578]: pgmap v16772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:06 smithi016 ceph-mon[96085]: pgmap v16772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:07.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:07.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:08.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:08.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:08 smithi098 ceph-mon[112578]: pgmap v16773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:08 smithi016 ceph-mon[96085]: pgmap v16773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:09.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:09.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:10.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:10.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:11.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:10 smithi016 ceph-mon[96085]: pgmap v16774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:10 smithi098 ceph-mon[112578]: pgmap v16774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:11.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:11.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:12.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:12.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:13.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:12 smithi098 ceph-mon[112578]: pgmap v16775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:12 smithi016 ceph-mon[96085]: pgmap v16775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:13.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:13.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:14.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:00:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:00:14.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:14.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:15.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:14 smithi098 ceph-mon[112578]: pgmap v16776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:15.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:14 smithi016 ceph-mon[96085]: pgmap v16776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:15.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:15.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:16.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:16.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:16 smithi098 ceph-mon[112578]: pgmap v16777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:16 smithi016 ceph-mon[96085]: pgmap v16777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:17.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:17.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:18.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:18.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:19.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:18 smithi098 ceph-mon[112578]: pgmap v16778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:18 smithi016 ceph-mon[96085]: pgmap v16778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:19.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:19.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:20.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:20.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:21.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:20 smithi016 ceph-mon[96085]: pgmap v16779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:20 smithi098 ceph-mon[112578]: pgmap v16779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:21.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:21.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:22.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:22.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:22 smithi098 ceph-mon[112578]: pgmap v16780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:22 smithi016 ceph-mon[96085]: pgmap v16780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:23.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:23.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:24.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:24.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:25.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:24 smithi098 ceph-mon[112578]: pgmap v16781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:00:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:00:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:00:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:00:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:00:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:00:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:24 smithi016 ceph-mon[96085]: pgmap v16781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:00:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:00:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:00:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:00:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:00:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:00:25.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:25.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:26.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:26.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:27.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:26 smithi098 ceph-mon[112578]: pgmap v16782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:26 smithi016 ceph-mon[96085]: pgmap v16782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:27.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:27.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:28.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:28.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:29.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:28 smithi098 ceph-mon[112578]: pgmap v16783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:00:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:28 smithi016 ceph-mon[96085]: pgmap v16783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:00:29.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:29.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:30.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:30.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:30 smithi016 ceph-mon[96085]: pgmap v16784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:31.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:30 smithi098 ceph-mon[112578]: pgmap v16784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:31.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:31.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:32.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:32.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:32 smithi098 ceph-mon[112578]: pgmap v16785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:33.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:32 smithi016 ceph-mon[96085]: pgmap v16785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:33.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:33.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:34.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:34.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:35.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:34 smithi098 ceph-mon[112578]: pgmap v16786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:34 smithi016 ceph-mon[96085]: pgmap v16786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:35.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:35.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:36.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:36.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:37.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:36 smithi098 ceph-mon[112578]: pgmap v16787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:36 smithi016 ceph-mon[96085]: pgmap v16787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:37.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:37.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:38.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:38.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:38 smithi098 ceph-mon[112578]: pgmap v16788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:38 smithi016 ceph-mon[96085]: pgmap v16788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:39.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:39.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:40.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:40.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:41.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:40 smithi098 ceph-mon[112578]: pgmap v16789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:40 smithi016 ceph-mon[96085]: pgmap v16789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:41.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:41.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:42.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:42.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:43.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:42 smithi098 ceph-mon[112578]: pgmap v16790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:42 smithi016 ceph-mon[96085]: pgmap v16790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:43.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:43.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:44.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:00:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:00:44.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:44.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:45.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:44 smithi098 ceph-mon[112578]: pgmap v16791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:44 smithi016 ceph-mon[96085]: pgmap v16791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:45.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:45.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:46.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:46.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:46 smithi098 ceph-mon[112578]: pgmap v16792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:46 smithi016 ceph-mon[96085]: pgmap v16792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:47.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:47.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:48.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:48.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:48 smithi098 ceph-mon[112578]: pgmap v16793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:48 smithi016 ceph-mon[96085]: pgmap v16793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:49.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:49.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:50.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:50.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:51.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:50 smithi098 ceph-mon[112578]: pgmap v16794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:50 smithi016 ceph-mon[96085]: pgmap v16794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:51.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:51.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:52.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:52.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:53.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:52 smithi098 ceph-mon[112578]: pgmap v16795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:52 smithi016 ceph-mon[96085]: pgmap v16795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:53.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:53.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:54.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:54.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:54 smithi098 ceph-mon[112578]: pgmap v16796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:54 smithi016 ceph-mon[96085]: pgmap v16796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:55.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:55.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:56.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:56.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:57.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:56 smithi098 ceph-mon[112578]: pgmap v16797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:56 smithi016 ceph-mon[96085]: pgmap v16797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:57.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:57.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:58.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:58.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:59.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:58 smithi098 ceph-mon[112578]: pgmap v16798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:00:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:00:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:58 smithi016 ceph-mon[96085]: pgmap v16798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:00:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:00:59.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:00:59.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:00.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:00.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:01.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:00 smithi098 ceph-mon[112578]: pgmap v16799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:00 smithi016 ceph-mon[96085]: pgmap v16799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:01.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:01.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:02.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:02.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:02 smithi098 ceph-mon[112578]: pgmap v16800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:02 smithi016 ceph-mon[96085]: pgmap v16800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:03.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:03.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:04.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:04.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:05.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:04 smithi098 ceph-mon[112578]: pgmap v16801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:04 smithi016 ceph-mon[96085]: pgmap v16801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:05.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:05.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:06.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:06.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:07.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:06 smithi098 ceph-mon[112578]: pgmap v16802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:06 smithi016 ceph-mon[96085]: pgmap v16802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:07.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:07.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:08.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:08.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:09.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:08 smithi098 ceph-mon[112578]: pgmap v16803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:08 smithi016 ceph-mon[96085]: pgmap v16803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:09.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:09.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:10.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:10.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:10 smithi098 ceph-mon[112578]: pgmap v16804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:11.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:10 smithi016 ceph-mon[96085]: pgmap v16804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:11.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:11.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:12.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:12.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:13.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:12 smithi098 ceph-mon[112578]: pgmap v16805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:12 smithi016 ceph-mon[96085]: pgmap v16805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:13.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:13.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:01:14.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:01:14.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:14.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:15.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:14 smithi098 ceph-mon[112578]: pgmap v16806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:14 smithi016 ceph-mon[96085]: pgmap v16806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:15.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:15.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:16.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:16.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:17.234 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:16 smithi016 ceph-mon[96085]: pgmap v16807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:17.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:16 smithi098 ceph-mon[112578]: pgmap v16807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:17.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:17.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:18.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:18.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:19.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:18 smithi098 ceph-mon[112578]: pgmap v16808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:18 smithi016 ceph-mon[96085]: pgmap v16808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:19.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:19.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:20.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:20.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:20 smithi098 ceph-mon[112578]: pgmap v16809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:21.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:20 smithi016 ceph-mon[96085]: pgmap v16809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:21.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:21.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:22.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:22.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:22 smithi098 ceph-mon[112578]: pgmap v16810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:22 smithi016 ceph-mon[96085]: pgmap v16810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:23.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:23.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:24.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:24.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:25.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:24 smithi098 ceph-mon[112578]: pgmap v16811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:01:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:24 smithi016 ceph-mon[96085]: pgmap v16811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:01:25.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:25.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:01:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:01:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:01:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:01:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:01:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:01:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:01:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:01:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:01:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:01:26.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:26.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:27.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:26 smithi098 ceph-mon[112578]: pgmap v16812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:26 smithi016 ceph-mon[96085]: pgmap v16812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:27.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:27.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:28.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:28.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:29.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:28 smithi098 ceph-mon[112578]: pgmap v16813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:01:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:28 smithi016 ceph-mon[96085]: pgmap v16813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:01:29.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:29.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:30.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:30.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:31.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:30 smithi098 ceph-mon[112578]: pgmap v16814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:31.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:30 smithi016 ceph-mon[96085]: pgmap v16814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:31.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:31.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:32.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:32.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:33 smithi098 ceph-mon[112578]: pgmap v16815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:33 smithi016 ceph-mon[96085]: pgmap v16815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:33.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:33.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:34.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:34.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:35.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:35 smithi098 ceph-mon[112578]: pgmap v16816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:35 smithi016 ceph-mon[96085]: pgmap v16816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:35.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:35.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:36.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:36.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:37.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:37 smithi098 ceph-mon[112578]: pgmap v16817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:37 smithi016 ceph-mon[96085]: pgmap v16817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:37.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:37.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:38.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:38.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:39 smithi016 ceph-mon[96085]: pgmap v16818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:39 smithi098 ceph-mon[112578]: pgmap v16818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:39.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:39.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:40.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:40.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:41 smithi016 ceph-mon[96085]: pgmap v16819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:41 smithi098 ceph-mon[112578]: pgmap v16819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:41.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:41.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:42.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:42.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:43 smithi016 ceph-mon[96085]: pgmap v16820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:43 smithi098 ceph-mon[112578]: pgmap v16820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:43.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:43.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:01:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:01:44.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:44.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:45 smithi016 ceph-mon[96085]: pgmap v16821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:45 smithi098 ceph-mon[112578]: pgmap v16821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:45.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:45.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:46.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:46.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:47.440 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:47 smithi098 ceph-mon[112578]: pgmap v16822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:47 smithi016 ceph-mon[96085]: pgmap v16822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:47.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:47.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:48.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:48.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:49 smithi098 ceph-mon[112578]: pgmap v16823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:49 smithi016 ceph-mon[96085]: pgmap v16823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:49.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:49.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:50.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:50.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:51 smithi098 ceph-mon[112578]: pgmap v16824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:51 smithi016 ceph-mon[96085]: pgmap v16824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:51.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:51.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:52.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:52.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:53 smithi098 ceph-mon[112578]: pgmap v16825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:53 smithi016 ceph-mon[96085]: pgmap v16825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:53.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:53.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:54.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:54.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:55 smithi098 ceph-mon[112578]: pgmap v16826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:55 smithi016 ceph-mon[96085]: pgmap v16826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:55.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:55.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:56.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:56.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:57 smithi098 ceph-mon[112578]: pgmap v16827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:57.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:57 smithi016 ceph-mon[96085]: pgmap v16827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:57.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:57.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:58.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:58.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:59.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:59 smithi098 ceph-mon[112578]: pgmap v16828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:01:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:01:59.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:59 smithi016 ceph-mon[96085]: pgmap v16828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:01:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:01:59.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:01:59.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:00.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:00.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:01 smithi098 ceph-mon[112578]: pgmap v16829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:01 smithi016 ceph-mon[96085]: pgmap v16829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:01.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:01.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:02.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:02.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:03 smithi098 ceph-mon[112578]: pgmap v16830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:03 smithi016 ceph-mon[96085]: pgmap v16830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:03.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:03.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:04.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:04.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:05 smithi098 ceph-mon[112578]: pgmap v16831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:05 smithi016 ceph-mon[96085]: pgmap v16831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:05.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:05.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:06.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:06.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:07.395 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:07 smithi016 ceph-mon[96085]: pgmap v16832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:07 smithi098 ceph-mon[112578]: pgmap v16832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:07.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:07.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:08.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:08.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:09 smithi098 ceph-mon[112578]: pgmap v16833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:09 smithi016 ceph-mon[96085]: pgmap v16833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:09.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:09.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:10.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:10.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:11 smithi098 ceph-mon[112578]: pgmap v16834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:11 smithi016 ceph-mon[96085]: pgmap v16834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:11.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:11.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:12.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:12.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:13 smithi098 ceph-mon[112578]: pgmap v16835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:13 smithi016 ceph-mon[96085]: pgmap v16835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:13.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:13.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:14.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:02:14.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:02:14.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:14.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:15 smithi098 ceph-mon[112578]: pgmap v16836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:15 smithi016 ceph-mon[96085]: pgmap v16836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:15.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:15.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:16.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:16.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:17.511 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:17 smithi016 ceph-mon[96085]: pgmap v16837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:17 smithi098 ceph-mon[112578]: pgmap v16837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:17.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:17.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:18.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:18.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:19 smithi098 ceph-mon[112578]: pgmap v16838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:19 smithi016 ceph-mon[96085]: pgmap v16838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:19.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:19.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:20.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:20.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:21 smithi098 ceph-mon[112578]: pgmap v16839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:21.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:21 smithi016 ceph-mon[96085]: pgmap v16839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:21.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:21.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:22.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:22.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:23 smithi098 ceph-mon[112578]: pgmap v16840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:23 smithi016 ceph-mon[96085]: pgmap v16840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:23.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:23.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:24.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:24.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:25 smithi098 ceph-mon[112578]: pgmap v16841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:25.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:25 smithi016 ceph-mon[96085]: pgmap v16841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:25.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:25.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:02:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:02:26.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:26.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:27 smithi098 ceph-mon[112578]: pgmap v16842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:27.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:27 smithi016 ceph-mon[96085]: pgmap v16842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:27.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:27.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:28.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:28.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:29 smithi098 ceph-mon[112578]: pgmap v16843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:02:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:02:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:02:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:02:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:02:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:02:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:02:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:02:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:29 smithi016 ceph-mon[96085]: pgmap v16843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:02:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:02:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:02:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:02:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:02:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:02:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:02:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:02:29.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:29.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:30.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:30.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:31 smithi098 ceph-mon[112578]: pgmap v16844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:31 smithi016 ceph-mon[96085]: pgmap v16844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:31.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:31.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:32.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:32.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:33 smithi098 ceph-mon[112578]: pgmap v16845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:33 smithi016 ceph-mon[96085]: pgmap v16845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:33.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:33.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:34.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:34.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:35 smithi098 ceph-mon[112578]: pgmap v16846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:35.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:35 smithi016 ceph-mon[96085]: pgmap v16846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:35.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:35.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:36.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:36.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:37 smithi098 ceph-mon[112578]: pgmap v16847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:37.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:37 smithi016 ceph-mon[96085]: pgmap v16847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:37.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:37.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:38.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:38.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:39 smithi098 ceph-mon[112578]: pgmap v16848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:39.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:39 smithi016 ceph-mon[96085]: pgmap v16848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:39.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:39.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:40.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:40.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:41 smithi098 ceph-mon[112578]: pgmap v16849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:41 smithi016 ceph-mon[96085]: pgmap v16849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:41.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:41.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:42.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:42.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:43 smithi098 ceph-mon[112578]: pgmap v16850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:43 smithi016 ceph-mon[96085]: pgmap v16850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:43.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:43.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:44.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:02:44.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:02:44.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:44.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:45 smithi098 ceph-mon[112578]: pgmap v16851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:45 smithi016 ceph-mon[96085]: pgmap v16851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:45.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:45.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:46.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:46.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:47 smithi098 ceph-mon[112578]: pgmap v16852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:47 smithi016 ceph-mon[96085]: pgmap v16852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:47.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:47.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:48.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:48.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:49 smithi098 ceph-mon[112578]: pgmap v16853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:49 smithi016 ceph-mon[96085]: pgmap v16853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:49.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:49.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:50.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:50.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:51 smithi098 ceph-mon[112578]: pgmap v16854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:51 smithi016 ceph-mon[96085]: pgmap v16854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:51.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:51.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:52.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:52.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:53 smithi016 ceph-mon[96085]: pgmap v16855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:53 smithi098 ceph-mon[112578]: pgmap v16855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:53.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:53.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:54.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:54.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:55 smithi098 ceph-mon[112578]: pgmap v16856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:55 smithi016 ceph-mon[96085]: pgmap v16856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:55.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:55.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:56.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:56.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:57 smithi098 ceph-mon[112578]: pgmap v16857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:57 smithi016 ceph-mon[96085]: pgmap v16857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:57.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:57.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:58.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:58.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:59.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:59 smithi098 ceph-mon[112578]: pgmap v16858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:02:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:02:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:59 smithi016 ceph-mon[96085]: pgmap v16858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:02:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:02:59.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:02:59.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:00.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:00.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:01 smithi098 ceph-mon[112578]: pgmap v16859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:01 smithi016 ceph-mon[96085]: pgmap v16859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:01.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:01.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:02.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:02.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:03 smithi098 ceph-mon[112578]: pgmap v16860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:03 smithi016 ceph-mon[96085]: pgmap v16860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:03.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:03.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:04.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:04.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:05 smithi098 ceph-mon[112578]: pgmap v16861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:05 smithi016 ceph-mon[96085]: pgmap v16861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:05.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:05.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:06.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:06.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:07 smithi098 ceph-mon[112578]: pgmap v16862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:07 smithi016 ceph-mon[96085]: pgmap v16862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:07.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:07.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:08.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:08.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:09 smithi098 ceph-mon[112578]: pgmap v16863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:09 smithi016 ceph-mon[96085]: pgmap v16863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:09.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:09.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:10.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:10.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:11 smithi098 ceph-mon[112578]: pgmap v16864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:11 smithi016 ceph-mon[96085]: pgmap v16864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:11.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:11.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:12.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:12.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:13 smithi098 ceph-mon[112578]: pgmap v16865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:13.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:13 smithi016 ceph-mon[96085]: pgmap v16865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:13.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:13.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:14.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:03:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:03:14.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:14.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:15 smithi098 ceph-mon[112578]: pgmap v16866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:15.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:15 smithi016 ceph-mon[96085]: pgmap v16866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:15.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:15.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:16.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:16.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:17 smithi098 ceph-mon[112578]: pgmap v16867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:17 smithi016 ceph-mon[96085]: pgmap v16867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:17.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:17.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:18.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:18.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:19 smithi098 ceph-mon[112578]: pgmap v16868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:19.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:19 smithi016 ceph-mon[96085]: pgmap v16868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:19.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:19.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:20.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:20.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:21 smithi098 ceph-mon[112578]: pgmap v16869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:21.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:21 smithi016 ceph-mon[96085]: pgmap v16869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:21.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:21.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:22.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:22.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:23 smithi098 ceph-mon[112578]: pgmap v16870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:23 smithi016 ceph-mon[96085]: pgmap v16870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:23.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:23.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:24.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:24.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:25 smithi098 ceph-mon[112578]: pgmap v16871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:25.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:25 smithi016 ceph-mon[96085]: pgmap v16871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:25.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:25.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:26.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:26.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:27 smithi098 ceph-mon[112578]: pgmap v16872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:27 smithi016 ceph-mon[96085]: pgmap v16872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:27.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:27.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:28.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:28.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:29 smithi098 ceph-mon[112578]: pgmap v16873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:03:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:03:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:29 smithi016 ceph-mon[96085]: pgmap v16873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:03:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:03:29.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:29.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:30.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:30.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:31 smithi098 ceph-mon[112578]: pgmap v16874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:31 smithi016 ceph-mon[96085]: pgmap v16874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:31.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:31.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:32.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:32.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:33 smithi098 ceph-mon[112578]: pgmap v16875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:33 smithi016 ceph-mon[96085]: pgmap v16875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:33.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:33.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:34.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:34.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:35.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:34 smithi098 ceph-mon[112578]: pgmap v16876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:03:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:03:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:03:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:03:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:03:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:03:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:03:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:34 smithi016 ceph-mon[96085]: pgmap v16876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:03:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:03:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:03:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:03:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:03:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:03:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:03:35.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:35.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:36.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:36.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:37.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:36 smithi098 ceph-mon[112578]: pgmap v16877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:37.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:36 smithi016 ceph-mon[96085]: pgmap v16877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:37.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:37.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:38.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:38.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:39.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:38 smithi098 ceph-mon[112578]: pgmap v16878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:38 smithi016 ceph-mon[96085]: pgmap v16878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:39.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:39.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:40.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:40.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:41.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:40 smithi098 ceph-mon[112578]: pgmap v16879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:40 smithi016 ceph-mon[96085]: pgmap v16879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:41.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:41.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:42.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:42.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:43.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:42 smithi098 ceph-mon[112578]: pgmap v16880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:43.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:42 smithi016 ceph-mon[96085]: pgmap v16880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:43.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:43.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:44.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:03:44.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:03:44.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:44.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:45.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:44 smithi098 ceph-mon[112578]: pgmap v16881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:45.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:44 smithi016 ceph-mon[96085]: pgmap v16881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:45.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:45.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:46.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:46.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:47.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:46 smithi098 ceph-mon[112578]: pgmap v16882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:46 smithi016 ceph-mon[96085]: pgmap v16882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:47.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:47.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:48.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:48.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:49.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:48 smithi098 ceph-mon[112578]: pgmap v16883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:49.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:48 smithi016 ceph-mon[96085]: pgmap v16883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:49.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:49.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:50.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:50.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:51.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:50 smithi098 ceph-mon[112578]: pgmap v16884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:50 smithi016 ceph-mon[96085]: pgmap v16884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:51.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:51.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:52.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:52.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:53.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:52 smithi098 ceph-mon[112578]: pgmap v16885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:53.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:52 smithi016 ceph-mon[96085]: pgmap v16885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:53.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:53.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:54.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:54.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:54 smithi098 ceph-mon[112578]: pgmap v16886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:54 smithi016 ceph-mon[96085]: pgmap v16886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:55.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:55.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:56.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:56.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:57.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:56 smithi098 ceph-mon[112578]: pgmap v16887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:57.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:56 smithi016 ceph-mon[96085]: pgmap v16887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:57.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:57.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:58.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:58.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:58 smithi098 ceph-mon[112578]: pgmap v16888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:03:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:03:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:58 smithi016 ceph-mon[96085]: pgmap v16888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:03:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:03:59.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:03:59.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:00.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:00.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:01.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:00 smithi098 ceph-mon[112578]: pgmap v16889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:00 smithi016 ceph-mon[96085]: pgmap v16889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:01.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:01.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:02.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:02.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:03.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:02 smithi098 ceph-mon[112578]: pgmap v16890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:02 smithi016 ceph-mon[96085]: pgmap v16890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:03.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:03.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:04.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:04.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:05.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:04 smithi098 ceph-mon[112578]: pgmap v16891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:05.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:04 smithi016 ceph-mon[96085]: pgmap v16891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:06.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:06.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:07.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:07.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:07.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:06 smithi098 ceph-mon[112578]: pgmap v16892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:06 smithi016 ceph-mon[96085]: pgmap v16892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:08.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:08.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:09.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:09.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:09.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:08 smithi098 ceph-mon[112578]: pgmap v16893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:09.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:08 smithi016 ceph-mon[96085]: pgmap v16893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:10.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:10.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:11.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:11.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:10 smithi098 ceph-mon[112578]: pgmap v16894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:11.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:10 smithi016 ceph-mon[96085]: pgmap v16894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:12.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:12.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:13.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:13.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:13.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:12 smithi098 ceph-mon[112578]: pgmap v16895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:12 smithi016 ceph-mon[96085]: pgmap v16895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:14.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:14.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:14.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:04:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:04:15.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:15.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:15.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:14 smithi098 ceph-mon[112578]: pgmap v16896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:15.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:14 smithi016 ceph-mon[96085]: pgmap v16896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:16.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:16.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:17.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:17.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:17.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:16 smithi098 ceph-mon[112578]: pgmap v16897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:17.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:16 smithi016 ceph-mon[96085]: pgmap v16897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:18.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:18.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:19.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:19.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:19.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:18 smithi098 ceph-mon[112578]: pgmap v16898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:18 smithi016 ceph-mon[96085]: pgmap v16898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:20.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:20.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:21.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:21.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:20 smithi098 ceph-mon[112578]: pgmap v16899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:21.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:20 smithi016 ceph-mon[96085]: pgmap v16899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:22.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:22.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:23.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:23.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:22 smithi098 ceph-mon[112578]: pgmap v16900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:22 smithi016 ceph-mon[96085]: pgmap v16900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:24.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:24.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:25.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:25.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:25.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:24 smithi098 ceph-mon[112578]: pgmap v16901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:25.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:24 smithi016 ceph-mon[96085]: pgmap v16901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:26.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:26.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:27.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:27.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:27.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:27 smithi098 ceph-mon[112578]: pgmap v16902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:27.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:27 smithi016 ceph-mon[96085]: pgmap v16902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:28.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:28.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:29.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:29.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:29.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:29 smithi098 ceph-mon[112578]: pgmap v16903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:04:29.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:29 smithi016 ceph-mon[96085]: pgmap v16903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:04:30.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:30.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:31.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:31.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:31.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:31 smithi098 ceph-mon[112578]: pgmap v16904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:31.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:31 smithi016 ceph-mon[96085]: pgmap v16904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:32.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:32.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:33.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:33.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:33 smithi098 ceph-mon[112578]: pgmap v16905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:33.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:33 smithi016 ceph-mon[96085]: pgmap v16905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:34.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:34.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:35.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:35.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:35.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:35 smithi098 ceph-mon[112578]: pgmap v16906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:35 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:04:35.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:35 smithi016 ceph-mon[96085]: pgmap v16906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:35 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:04:36.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:36.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:04:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:04:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:04:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:04:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:04:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:04:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:04:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:04:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:04:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:04:37.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:37.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:37 smithi098 ceph-mon[112578]: pgmap v16907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:37.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:37 smithi016 ceph-mon[96085]: pgmap v16907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:38.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:38.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:39.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:39.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:39 smithi098 ceph-mon[112578]: pgmap v16908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:39 smithi016 ceph-mon[96085]: pgmap v16908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:40.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:40.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:41.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:41.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:41 smithi098 ceph-mon[112578]: pgmap v16909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:41.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:41 smithi016 ceph-mon[96085]: pgmap v16909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:42.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:42.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:43.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:43.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:43 smithi098 ceph-mon[112578]: pgmap v16910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:43.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:43 smithi016 ceph-mon[96085]: pgmap v16910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:44.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:44.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:44.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:04:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:04:45.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:45.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:45 smithi098 ceph-mon[112578]: pgmap v16911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:45 smithi016 ceph-mon[96085]: pgmap v16911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:46.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:46.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:47.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:47.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:47 smithi098 ceph-mon[112578]: pgmap v16912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:47 smithi016 ceph-mon[96085]: pgmap v16912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:48.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:48.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:49.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:49.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:49.339 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:49 smithi098 ceph-mon[112578]: pgmap v16913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:49 smithi016 ceph-mon[96085]: pgmap v16913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:50.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:50.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:51.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:51.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:51 smithi098 ceph-mon[112578]: pgmap v16914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:51.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:51 smithi016 ceph-mon[96085]: pgmap v16914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:52.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:52.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:53.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:53.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:53 smithi098 ceph-mon[112578]: pgmap v16915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:53 smithi016 ceph-mon[96085]: pgmap v16915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:54.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:54.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:55.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:55.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:55 smithi098 ceph-mon[112578]: pgmap v16916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:55 smithi016 ceph-mon[96085]: pgmap v16916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:56.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:56.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:57.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:57.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:57 smithi098 ceph-mon[112578]: pgmap v16917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:57.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:57 smithi016 ceph-mon[96085]: pgmap v16917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:58.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:58.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:59.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:04:59.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:59.366 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:59 smithi016 ceph-mon[96085]: pgmap v16918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:59.367 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:04:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:04:59.443 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:59 smithi098 ceph-mon[112578]: pgmap v16918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:59.443 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:04:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:05:00.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:00.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:01.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:01.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:01 smithi098 ceph-mon[112578]: pgmap v16919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:01.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:01 smithi016 ceph-mon[96085]: pgmap v16919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:02.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:02.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:03.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:03.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:03 smithi098 ceph-mon[112578]: pgmap v16920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:03 smithi016 ceph-mon[96085]: pgmap v16920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:04.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:04.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:05.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:05.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:05 smithi098 ceph-mon[112578]: pgmap v16921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:05.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:05 smithi016 ceph-mon[96085]: pgmap v16921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:06.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:06.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:07.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:07.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:07 smithi098 ceph-mon[112578]: pgmap v16922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:07 smithi016 ceph-mon[96085]: pgmap v16922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:08.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:08.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:09.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:09.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:09.482 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:09 smithi016 ceph-mon[96085]: pgmap v16923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:09 smithi098 ceph-mon[112578]: pgmap v16923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:10.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:10.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:11.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:11.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:11 smithi098 ceph-mon[112578]: pgmap v16924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:11 smithi016 ceph-mon[96085]: pgmap v16924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:12.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:12.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:13.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:13.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:13 smithi098 ceph-mon[112578]: pgmap v16925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:13 smithi016 ceph-mon[96085]: pgmap v16925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:14.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:14.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:14.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:05:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:05:15.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:15.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:15 smithi098 ceph-mon[112578]: pgmap v16926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:15 smithi016 ceph-mon[96085]: pgmap v16926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:16.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:16.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:17.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:17.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:17 smithi098 ceph-mon[112578]: pgmap v16927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:17.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:17 smithi016 ceph-mon[96085]: pgmap v16927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:18.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:18.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:19.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:19.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:19 smithi098 ceph-mon[112578]: pgmap v16928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:19 smithi016 ceph-mon[96085]: pgmap v16928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:20.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:20.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:21.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:21.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:21 smithi098 ceph-mon[112578]: pgmap v16929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:21.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:21 smithi016 ceph-mon[96085]: pgmap v16929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:22.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:22.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:23.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:23.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:23 smithi098 ceph-mon[112578]: pgmap v16930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:23 smithi016 ceph-mon[96085]: pgmap v16930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:24.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:24.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:25.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:25.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:25 smithi098 ceph-mon[112578]: pgmap v16931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:25 smithi016 ceph-mon[96085]: pgmap v16931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:26.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:26.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:27.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:27.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:27 smithi098 ceph-mon[112578]: pgmap v16932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:27.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:27 smithi016 ceph-mon[96085]: pgmap v16932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:28.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:28.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:29.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:29.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:29 smithi098 ceph-mon[112578]: pgmap v16933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:05:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:29 smithi016 ceph-mon[96085]: pgmap v16933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:05:30.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:30.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:31.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:31.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:31 smithi098 ceph-mon[112578]: pgmap v16934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:31.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:31 smithi016 ceph-mon[96085]: pgmap v16934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:32.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:32.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:33.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:33.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:33 smithi098 ceph-mon[112578]: pgmap v16935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:33 smithi016 ceph-mon[96085]: pgmap v16935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:34.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:34.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:35.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:35.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:35 smithi098 ceph-mon[112578]: pgmap v16936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:35.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:35 smithi016 ceph-mon[96085]: pgmap v16936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:36.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:36.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:36.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:05:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:05:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:05:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:05:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:05:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:05:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:05:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:05:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:05:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:05:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:05:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:05:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:05:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:05:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:05:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:05:37.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:37.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:37 smithi098 ceph-mon[112578]: pgmap v16937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:37.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:37 smithi016 ceph-mon[96085]: pgmap v16937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:38.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:38.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:39.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:39.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:39 smithi098 ceph-mon[112578]: pgmap v16938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:39 smithi016 ceph-mon[96085]: pgmap v16938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:40.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:40.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:41.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:41.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:41 smithi098 ceph-mon[112578]: pgmap v16939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:41 smithi016 ceph-mon[96085]: pgmap v16939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:42.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:42.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:43.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:43.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:43 smithi098 ceph-mon[112578]: pgmap v16940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:43.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:43 smithi016 ceph-mon[96085]: pgmap v16940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:44.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:44.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:44.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:05:44.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:05:45.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:45.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:45 smithi098 ceph-mon[112578]: pgmap v16941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:45 smithi016 ceph-mon[96085]: pgmap v16941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:46.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:46.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:47.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:47.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:47 smithi098 ceph-mon[112578]: pgmap v16942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:47.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:47 smithi016 ceph-mon[96085]: pgmap v16942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:48.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:48.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:49.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:49.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:49 smithi098 ceph-mon[112578]: pgmap v16943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:49 smithi016 ceph-mon[96085]: pgmap v16943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:50.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:50.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:51.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:51.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:51 smithi098 ceph-mon[112578]: pgmap v16944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:51.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:51 smithi016 ceph-mon[96085]: pgmap v16944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:52.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:52.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:53.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:53.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:53 smithi098 ceph-mon[112578]: pgmap v16945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:53.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:53 smithi016 ceph-mon[96085]: pgmap v16945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:54.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:54.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:55.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:55.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:55 smithi016 ceph-mon[96085]: pgmap v16946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:55 smithi098 ceph-mon[112578]: pgmap v16946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:56.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:56.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:57.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:57.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:57 smithi098 ceph-mon[112578]: pgmap v16947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:57.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:57 smithi016 ceph-mon[96085]: pgmap v16947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:58.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:58.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:59.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:05:59.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:59.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:59 smithi098 ceph-mon[112578]: pgmap v16948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:05:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:05:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:59 smithi016 ceph-mon[96085]: pgmap v16948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:05:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:06:00.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:00.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:01.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:01.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:01 smithi098 ceph-mon[112578]: pgmap v16949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:01 smithi016 ceph-mon[96085]: pgmap v16949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:02.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:02.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:03.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:03.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:03 smithi098 ceph-mon[112578]: pgmap v16950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:03 smithi016 ceph-mon[96085]: pgmap v16950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:04.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:04.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:05.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:05.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:05 smithi098 ceph-mon[112578]: pgmap v16951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:05 smithi016 ceph-mon[96085]: pgmap v16951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:06.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:06.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:07.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:07.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:07 smithi098 ceph-mon[112578]: pgmap v16952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:07.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:07 smithi016 ceph-mon[96085]: pgmap v16952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:08.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:08.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:09.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:09.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:09 smithi098 ceph-mon[112578]: pgmap v16953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:09.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:09 smithi016 ceph-mon[96085]: pgmap v16953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:10.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:10.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:11.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:11.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:11 smithi098 ceph-mon[112578]: pgmap v16954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:11.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:11 smithi016 ceph-mon[96085]: pgmap v16954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:12.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:12.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:13.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:13.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:13 smithi098 ceph-mon[112578]: pgmap v16955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:13.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:13 smithi016 ceph-mon[96085]: pgmap v16955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:14.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:14.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:14.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:06:14.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:06:15.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:15.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:15 smithi098 ceph-mon[112578]: pgmap v16956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:15.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:15 smithi016 ceph-mon[96085]: pgmap v16956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:16.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:16.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:17.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:17.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:17 smithi098 ceph-mon[112578]: pgmap v16957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:17.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:17 smithi016 ceph-mon[96085]: pgmap v16957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:18.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:18.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:19.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:19.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:19 smithi098 ceph-mon[112578]: pgmap v16958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:19 smithi016 ceph-mon[96085]: pgmap v16958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:20.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:20.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:21.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:21.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:21 smithi098 ceph-mon[112578]: pgmap v16959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:21.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:21 smithi016 ceph-mon[96085]: pgmap v16959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:22.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:22.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:23.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:23.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:23 smithi098 ceph-mon[112578]: pgmap v16960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:23 smithi016 ceph-mon[96085]: pgmap v16960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:24.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:24.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:25.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:25.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:25 smithi098 ceph-mon[112578]: pgmap v16961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:25 smithi016 ceph-mon[96085]: pgmap v16961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:26.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:26.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:27.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:27.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:27 smithi098 ceph-mon[112578]: pgmap v16962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:27.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:27 smithi016 ceph-mon[96085]: pgmap v16962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:28.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:28.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:29.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:29.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:29 smithi098 ceph-mon[112578]: pgmap v16963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:06:29.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:29 smithi016 ceph-mon[96085]: pgmap v16963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:06:30.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:30.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:31.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:31.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:31 smithi098 ceph-mon[112578]: pgmap v16964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:31.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:31 smithi016 ceph-mon[96085]: pgmap v16964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:32.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:32.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:33.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:33.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:33 smithi098 ceph-mon[112578]: pgmap v16965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:33.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:33 smithi016 ceph-mon[96085]: pgmap v16965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:34.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:34.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:35.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:35.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:35 smithi098 ceph-mon[112578]: pgmap v16966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:35 smithi016 ceph-mon[96085]: pgmap v16966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:36.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:36.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:36.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:36 smithi098 ceph-mon[112578]: pgmap v16967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:06:36.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:36 smithi016 ceph-mon[96085]: pgmap v16967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:06:37.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:37.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:06:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:06:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:06:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:06:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:06:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:06:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:06:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:06:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:06:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:06:38.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:38.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:39.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:39.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:39.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:38 smithi098 ceph-mon[112578]: pgmap v16968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:39.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:38 smithi016 ceph-mon[96085]: pgmap v16968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:40.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:40.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:41.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:40 smithi016 ceph-mon[96085]: pgmap v16969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:41.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:41.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:41.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:40 smithi098 ceph-mon[112578]: pgmap v16969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:42.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:42.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:43.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:43.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:43.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:42 smithi098 ceph-mon[112578]: pgmap v16970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:43.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:42 smithi016 ceph-mon[96085]: pgmap v16970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:44.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:44.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:06:44.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:06:45.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:44 smithi098 ceph-mon[112578]: pgmap v16971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:45.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:45.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:45.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:44 smithi016 ceph-mon[96085]: pgmap v16971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:46.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:46.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:47.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:46 smithi098 ceph-mon[112578]: pgmap v16972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:47.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:47.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:47.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:46 smithi016 ceph-mon[96085]: pgmap v16972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:48.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:48.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:48 smithi098 ceph-mon[112578]: pgmap v16973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:49.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:49.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:49.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:48 smithi016 ceph-mon[96085]: pgmap v16973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:50.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:50.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:51.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:50 smithi098 ceph-mon[112578]: pgmap v16974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:51.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:51.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:51.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:50 smithi016 ceph-mon[96085]: pgmap v16974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:52.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:52.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:53.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:52 smithi098 ceph-mon[112578]: pgmap v16975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:53.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:53.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:53.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:52 smithi016 ceph-mon[96085]: pgmap v16975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:54.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:54.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:54 smithi098 ceph-mon[112578]: pgmap v16976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:55.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:54 smithi016 ceph-mon[96085]: pgmap v16976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:55.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:55.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:56.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:56.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:57.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:56 smithi098 ceph-mon[112578]: pgmap v16977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:57.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:56 smithi016 ceph-mon[96085]: pgmap v16977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:57.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:57.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:58.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:58.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:59.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:58 smithi098 ceph-mon[112578]: pgmap v16978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:06:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:06:59.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:58 smithi016 ceph-mon[96085]: pgmap v16978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:06:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:06:59.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:06:59.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:00.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:00.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:01.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:00 smithi098 ceph-mon[112578]: pgmap v16979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:01.028 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:00 smithi016 ceph-mon[96085]: pgmap v16979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:01.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:01.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:02.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:02.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:03.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:02 smithi098 ceph-mon[112578]: pgmap v16980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:03.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:02 smithi016 ceph-mon[96085]: pgmap v16980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:03.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:03.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:04.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:04.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:05.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:04 smithi098 ceph-mon[112578]: pgmap v16981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:04 smithi016 ceph-mon[96085]: pgmap v16981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:05.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:05.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:06.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:06.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:07.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:06 smithi098 ceph-mon[112578]: pgmap v16982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:07.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:06 smithi016 ceph-mon[96085]: pgmap v16982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:07.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:07.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:08.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:08.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:09.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:08 smithi098 ceph-mon[112578]: pgmap v16983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:09.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:08 smithi016 ceph-mon[96085]: pgmap v16983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:09.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:09.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:10.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:10.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:11.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:10 smithi016 ceph-mon[96085]: pgmap v16984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:10 smithi098 ceph-mon[112578]: pgmap v16984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:11.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:11.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:12.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:12.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:13.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:12 smithi098 ceph-mon[112578]: pgmap v16985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:12 smithi016 ceph-mon[96085]: pgmap v16985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:13.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:13.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:14.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:07:14.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:07:14.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:14.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:15.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:14 smithi098 ceph-mon[112578]: pgmap v16986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:15.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:14 smithi016 ceph-mon[96085]: pgmap v16986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:15.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:15.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:16.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:16.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:17.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:16 smithi098 ceph-mon[112578]: pgmap v16987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:16 smithi016 ceph-mon[96085]: pgmap v16987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:17.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:17.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:18.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:18.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:19.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:18 smithi098 ceph-mon[112578]: pgmap v16988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:18 smithi016 ceph-mon[96085]: pgmap v16988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:19.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:19.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:20.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:20.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:20 smithi098 ceph-mon[112578]: pgmap v16989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:21.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:20 smithi016 ceph-mon[96085]: pgmap v16989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:21.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:21.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:22.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:22.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:22 smithi098 ceph-mon[112578]: pgmap v16990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:22 smithi016 ceph-mon[96085]: pgmap v16990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:23.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:23.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:24.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:24.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:25.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:24 smithi098 ceph-mon[112578]: pgmap v16991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:25.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:24 smithi016 ceph-mon[96085]: pgmap v16991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:26.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:26.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:27.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:26 smithi098 ceph-mon[112578]: pgmap v16992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:27.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:26 smithi016 ceph-mon[96085]: pgmap v16992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:27.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:27.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:28.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:28.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:29.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:28 smithi098 ceph-mon[112578]: pgmap v16993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:07:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:28 smithi016 ceph-mon[96085]: pgmap v16993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:07:29.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:29.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:30.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:30.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:31.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:30 smithi098 ceph-mon[112578]: pgmap v16994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:31.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:30 smithi016 ceph-mon[96085]: pgmap v16994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:31.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:31.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:32.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:32.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:32 smithi098 ceph-mon[112578]: pgmap v16995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:32 smithi016 ceph-mon[96085]: pgmap v16995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:33.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:33.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:34.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:34.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:35.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:34 smithi098 ceph-mon[112578]: pgmap v16996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:35.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:34 smithi016 ceph-mon[96085]: pgmap v16996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:35.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:35.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:36.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:36.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:37.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:36 smithi098 ceph-mon[112578]: pgmap v16997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:07:37.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:36 smithi016 ceph-mon[96085]: pgmap v16997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:07:37.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:37.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:38.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:38.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:38.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:07:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:07:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:07:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:07:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:07:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:07:38.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:07:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:07:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:07:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:07:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:07:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:07:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:07:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:07:39.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:39.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:39 smithi098 ceph-mon[112578]: pgmap v16998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:39.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:39 smithi016 ceph-mon[96085]: pgmap v16998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:40.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:40.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:41.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:41.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:41 smithi098 ceph-mon[112578]: pgmap v16999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:41.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:41 smithi016 ceph-mon[96085]: pgmap v16999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:42.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:42.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:43.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:43.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:43 smithi098 ceph-mon[112578]: pgmap v17000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:43.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:43 smithi016 ceph-mon[96085]: pgmap v17000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:44.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:44.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:44.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:07:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:07:45.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:45.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:45 smithi098 ceph-mon[112578]: pgmap v17001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:45 smithi016 ceph-mon[96085]: pgmap v17001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:46.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:46.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:47.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:47.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:47 smithi098 ceph-mon[112578]: pgmap v17002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:47 smithi016 ceph-mon[96085]: pgmap v17002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:48.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:48.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:49.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:49.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:49 smithi098 ceph-mon[112578]: pgmap v17003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:49.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:49 smithi016 ceph-mon[96085]: pgmap v17003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:50.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:50.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:51.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:51.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:51 smithi098 ceph-mon[112578]: pgmap v17004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:51 smithi016 ceph-mon[96085]: pgmap v17004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:52.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:52.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:53.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:53.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:53 smithi098 ceph-mon[112578]: pgmap v17005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:53.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:53 smithi016 ceph-mon[96085]: pgmap v17005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:54.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:54.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:55.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:55.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:55 smithi098 ceph-mon[112578]: pgmap v17006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:55.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:55 smithi016 ceph-mon[96085]: pgmap v17006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:56.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:56.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:57.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:57.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:57 smithi098 ceph-mon[112578]: pgmap v17007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:57.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:57 smithi016 ceph-mon[96085]: pgmap v17007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:58.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:58.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:59.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:07:59.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:59.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:59 smithi098 ceph-mon[112578]: pgmap v17008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:07:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:07:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:59 smithi016 ceph-mon[96085]: pgmap v17008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:07:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:08:00.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:00.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:01.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:01.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:01.451 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:01 smithi016 ceph-mon[96085]: pgmap v17009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:01 smithi098 ceph-mon[112578]: pgmap v17009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:02.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:02.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:03.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:03.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:03 smithi098 ceph-mon[112578]: pgmap v17010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:03.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:03 smithi016 ceph-mon[96085]: pgmap v17010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:04.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:04.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:05.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:05.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:05 smithi098 ceph-mon[112578]: pgmap v17011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:05.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:05 smithi016 ceph-mon[96085]: pgmap v17011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:06.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:06.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:07.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:07.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:07 smithi098 ceph-mon[112578]: pgmap v17012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:07.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:07 smithi016 ceph-mon[96085]: pgmap v17012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:08.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:08.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:09.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:09.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:09 smithi098 ceph-mon[112578]: pgmap v17013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:09.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:09 smithi016 ceph-mon[96085]: pgmap v17013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:10.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:10.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:11.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:11.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:11.440 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:11 smithi098 ceph-mon[112578]: pgmap v17014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:11.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:11 smithi016 ceph-mon[96085]: pgmap v17014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:12.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:12.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:13.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:13.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:13 smithi098 ceph-mon[112578]: pgmap v17015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:13.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:13 smithi016 ceph-mon[96085]: pgmap v17015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:14.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:14.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:14.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:08:14.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:08:15.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:15.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:15 smithi098 ceph-mon[112578]: pgmap v17016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:15.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:15 smithi016 ceph-mon[96085]: pgmap v17016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:16.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:16.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:17.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:17.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:17 smithi098 ceph-mon[112578]: pgmap v17017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:17.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:17 smithi016 ceph-mon[96085]: pgmap v17017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:18.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:18.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:19.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:19.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:19 smithi098 ceph-mon[112578]: pgmap v17018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:19.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:19 smithi016 ceph-mon[96085]: pgmap v17018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:20.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:20.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:21.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:21.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:21 smithi098 ceph-mon[112578]: pgmap v17019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:21.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:21 smithi016 ceph-mon[96085]: pgmap v17019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:22.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:22.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:23.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:23.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:23 smithi098 ceph-mon[112578]: pgmap v17020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:23.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:23 smithi016 ceph-mon[96085]: pgmap v17020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:24.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:24.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:25.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:25.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:25 smithi098 ceph-mon[112578]: pgmap v17021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:25.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:25 smithi016 ceph-mon[96085]: pgmap v17021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:26.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:26.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:27.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:27.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:27 smithi098 ceph-mon[112578]: pgmap v17022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:27 smithi016 ceph-mon[96085]: pgmap v17022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:28.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:28.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:29.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:29.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:29 smithi098 ceph-mon[112578]: pgmap v17023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:08:29.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:29 smithi016 ceph-mon[96085]: pgmap v17023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:08:30.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:30.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:31.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:31.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:31 smithi098 ceph-mon[112578]: pgmap v17024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:31.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:31 smithi016 ceph-mon[96085]: pgmap v17024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:32.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:32.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:33.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:33.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:33 smithi098 ceph-mon[112578]: pgmap v17025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:33.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:33 smithi016 ceph-mon[96085]: pgmap v17025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:34.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:34.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:35.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:35.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:35 smithi098 ceph-mon[112578]: pgmap v17026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:35 smithi016 ceph-mon[96085]: pgmap v17026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:36.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:36.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:37.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:37.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:37 smithi098 ceph-mon[112578]: pgmap v17027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:37.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:37 smithi016 ceph-mon[96085]: pgmap v17027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:38.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:38.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:38.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:08:38.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:08:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:08:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:08:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:08:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:08:38.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:08:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:08:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:08:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:08:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:08:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:08:39.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:39.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:39 smithi098 ceph-mon[112578]: pgmap v17028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:39.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:39 smithi016 ceph-mon[96085]: pgmap v17028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:40.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:40.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:41.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:41.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:41 smithi098 ceph-mon[112578]: pgmap v17029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:41.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:41 smithi016 ceph-mon[96085]: pgmap v17029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:42.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:42.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:43.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:43.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:43 smithi098 ceph-mon[112578]: pgmap v17030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:43.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:43 smithi016 ceph-mon[96085]: pgmap v17030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:44.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:44.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:44.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:08:44.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:08:45.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:45.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:45 smithi098 ceph-mon[112578]: pgmap v17031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:45 smithi016 ceph-mon[96085]: pgmap v17031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:46.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:46.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:47 smithi016 ceph-mon[96085]: pgmap v17032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:47.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:47.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:47 smithi098 ceph-mon[112578]: pgmap v17032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:48.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:48.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:49.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:49.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:49 smithi098 ceph-mon[112578]: pgmap v17033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:49.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:49 smithi016 ceph-mon[96085]: pgmap v17033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:50.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:50.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:51.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:51.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:51 smithi098 ceph-mon[112578]: pgmap v17034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:51.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:51 smithi016 ceph-mon[96085]: pgmap v17034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:52.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:52.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:53.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:53.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:53 smithi098 ceph-mon[112578]: pgmap v17035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:53.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:53 smithi016 ceph-mon[96085]: pgmap v17035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:54.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:54.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:55.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:55.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:55 smithi098 ceph-mon[112578]: pgmap v17036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:55.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:55 smithi016 ceph-mon[96085]: pgmap v17036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:56.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:56.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:57.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:57.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:57 smithi098 ceph-mon[112578]: pgmap v17037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:57.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:57 smithi016 ceph-mon[96085]: pgmap v17037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:58.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:58.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:59.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:08:59.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:59.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:59 smithi098 ceph-mon[112578]: pgmap v17038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:08:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:08:59.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:59 smithi016 ceph-mon[96085]: pgmap v17038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:08:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:09:00.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:00.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:01.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:01.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:01 smithi098 ceph-mon[112578]: pgmap v17039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:01 smithi016 ceph-mon[96085]: pgmap v17039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:02.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:02.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:03.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:03.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:03 smithi098 ceph-mon[112578]: pgmap v17040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:03 smithi016 ceph-mon[96085]: pgmap v17040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:04.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:04.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:05.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:05.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:05 smithi098 ceph-mon[112578]: pgmap v17041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:05.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:05 smithi016 ceph-mon[96085]: pgmap v17041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:06.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:06.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:07.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:07.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:07 smithi098 ceph-mon[112578]: pgmap v17042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:07.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:07 smithi016 ceph-mon[96085]: pgmap v17042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:08.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:08.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:09.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:09.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:09 smithi098 ceph-mon[112578]: pgmap v17043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:09.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:09 smithi016 ceph-mon[96085]: pgmap v17043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:10.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:10.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:11.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:11.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:11 smithi098 ceph-mon[112578]: pgmap v17044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:11.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:11 smithi016 ceph-mon[96085]: pgmap v17044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:12.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:12.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:13 smithi098 ceph-mon[112578]: pgmap v17045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:13.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:13.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:13.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:13 smithi016 ceph-mon[96085]: pgmap v17045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:14.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:09:14.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:14.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:14.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:09:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:15 smithi098 ceph-mon[112578]: pgmap v17046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:15.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:15.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:15.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:15 smithi016 ceph-mon[96085]: pgmap v17046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:16.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:16.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:17 smithi098 ceph-mon[112578]: pgmap v17047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:17.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:17.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:17.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:17 smithi016 ceph-mon[96085]: pgmap v17047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:18.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:18.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:19 smithi098 ceph-mon[112578]: pgmap v17048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:19.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:19.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:19.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:19 smithi016 ceph-mon[96085]: pgmap v17048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:20.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:20.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:21 smithi098 ceph-mon[112578]: pgmap v17049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:21.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:21.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:21.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:21 smithi016 ceph-mon[96085]: pgmap v17049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:22.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:22.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:23 smithi098 ceph-mon[112578]: pgmap v17050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:23.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:23 smithi016 ceph-mon[96085]: pgmap v17050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:23.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:23.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:24.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:24.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:25 smithi098 ceph-mon[112578]: pgmap v17051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:25.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:25 smithi016 ceph-mon[96085]: pgmap v17051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:25.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:25.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:26.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:26.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:27 smithi098 ceph-mon[112578]: pgmap v17052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:27.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:27 smithi016 ceph-mon[96085]: pgmap v17052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:27.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:27.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:28.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:28.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:29 smithi016 ceph-mon[96085]: pgmap v17053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:09:29.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:29.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:29.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:29 smithi098 ceph-mon[112578]: pgmap v17053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:09:30.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:30.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:31.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:31 smithi016 ceph-mon[96085]: pgmap v17054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:31.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:31.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:31.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:31 smithi098 ceph-mon[112578]: pgmap v17054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:32.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:32.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:33.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:33 smithi016 ceph-mon[96085]: pgmap v17055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:33.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:33.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:33.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:33 smithi098 ceph-mon[112578]: pgmap v17055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:34.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:34.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:35.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:35 smithi016 ceph-mon[96085]: pgmap v17056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:35.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:35.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:35 smithi098 ceph-mon[112578]: pgmap v17056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:36.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:36.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:37 smithi016 ceph-mon[96085]: pgmap v17057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:37.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:37.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:37.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:37 smithi098 ceph-mon[112578]: pgmap v17057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:38.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:38.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:39.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:39.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:39.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:39 smithi098 ceph-mon[112578]: pgmap v17058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:09:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:09:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:09:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:09:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:09:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:09:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:39 smithi016 ceph-mon[96085]: pgmap v17058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:09:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:09:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:09:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:09:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:09:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:09:40.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:40.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:40.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:40 smithi098 ceph-mon[112578]: pgmap v17059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:40 smithi016 ceph-mon[96085]: pgmap v17059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:41.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:41.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:42.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:42.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:42.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:42 smithi098 ceph-mon[112578]: pgmap v17060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:42.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:42 smithi016 ceph-mon[96085]: pgmap v17060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:43.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:43.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:44.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:09:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:09:44.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:44.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:45.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:44 smithi098 ceph-mon[112578]: pgmap v17061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:45.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:44 smithi016 ceph-mon[96085]: pgmap v17061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:45.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:45.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:46.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:46.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:47.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:46 smithi098 ceph-mon[112578]: pgmap v17062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:47.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:46 smithi016 ceph-mon[96085]: pgmap v17062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:47.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:47.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:48.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:48.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:49.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:48 smithi098 ceph-mon[112578]: pgmap v17063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:49.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:48 smithi016 ceph-mon[96085]: pgmap v17063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:49.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:49.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:50.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:50.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:51.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:50 smithi098 ceph-mon[112578]: pgmap v17064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:51.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:50 smithi016 ceph-mon[96085]: pgmap v17064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:51.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:51.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:52.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:52.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:53.028 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:52 smithi016 ceph-mon[96085]: pgmap v17065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:53.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:52 smithi098 ceph-mon[112578]: pgmap v17065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:53.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:53.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:54.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:54.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:54 smithi098 ceph-mon[112578]: pgmap v17066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:55.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:54 smithi016 ceph-mon[96085]: pgmap v17066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:55.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:55.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:56.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:56.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:57.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:56 smithi098 ceph-mon[112578]: pgmap v17067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:57.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:56 smithi016 ceph-mon[96085]: pgmap v17067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:57.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:57.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:58.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:58.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:59.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:58 smithi098 ceph-mon[112578]: pgmap v17068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:09:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:09:59.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:58 smithi016 ceph-mon[96085]: pgmap v17068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:09:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:09:59.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:09:59.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:00.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:00.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:01.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:00 smithi098 ceph-mon[112578]: pgmap v17069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T06:10:01.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:00 smithi016 ceph-mon[96085]: pgmap v17069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T06:10:01.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:01.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:02.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:02.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:03.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:02 smithi098 ceph-mon[112578]: pgmap v17070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:02 smithi016 ceph-mon[96085]: pgmap v17070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:03.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:03.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:04.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:04.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:05.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:04 smithi098 ceph-mon[112578]: pgmap v17071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:05.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:04 smithi016 ceph-mon[96085]: pgmap v17071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:05.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:05.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:06.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:06.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:07.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:06 smithi098 ceph-mon[112578]: pgmap v17072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:06 smithi016 ceph-mon[96085]: pgmap v17072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:07.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:07.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:08.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:08.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:09.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:08 smithi098 ceph-mon[112578]: pgmap v17073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:09.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:08 smithi016 ceph-mon[96085]: pgmap v17073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:09.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:09.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:10.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:10.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:11.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:10 smithi098 ceph-mon[112578]: pgmap v17074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:11.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:10 smithi016 ceph-mon[96085]: pgmap v17074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:11.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:11.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:12.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:12.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:13.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:12 smithi098 ceph-mon[112578]: pgmap v17075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:13.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:12 smithi016 ceph-mon[96085]: pgmap v17075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:13.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:13.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:14.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:10:14.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:10:14.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:14.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:15.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:15 smithi098 ceph-mon[112578]: pgmap v17076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:15.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:14 smithi016 ceph-mon[96085]: pgmap v17076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:15.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:15.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:16.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:16.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:17.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:17 smithi098 ceph-mon[112578]: pgmap v17077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:17.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:17 smithi016 ceph-mon[96085]: pgmap v17077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:17.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:17.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:18.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:18.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:19.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:19 smithi098 ceph-mon[112578]: pgmap v17078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:19 smithi016 ceph-mon[96085]: pgmap v17078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:19.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:19.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:20.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:20.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:21.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:21 smithi098 ceph-mon[112578]: pgmap v17079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:21.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:21 smithi016 ceph-mon[96085]: pgmap v17079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:21.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:21.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:22.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:22.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:23.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:23 smithi098 ceph-mon[112578]: pgmap v17080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:23.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:23 smithi016 ceph-mon[96085]: pgmap v17080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:23.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:23.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:24.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:24.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:25.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:25 smithi016 ceph-mon[96085]: pgmap v17081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:25 smithi098 ceph-mon[112578]: pgmap v17081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:25.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:25.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:26.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:26.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:27.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:27 smithi016 ceph-mon[96085]: pgmap v17082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:27 smithi098 ceph-mon[112578]: pgmap v17082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:27.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:27.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:28.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:28.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:29 smithi016 ceph-mon[96085]: pgmap v17083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:10:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:29 smithi098 ceph-mon[112578]: pgmap v17083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:10:29.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:29.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:30.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:30.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:31.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:31 smithi016 ceph-mon[96085]: pgmap v17084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:31 smithi098 ceph-mon[112578]: pgmap v17084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:31.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:31.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:32.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:32.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:33 smithi098 ceph-mon[112578]: pgmap v17085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:33.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:33 smithi016 ceph-mon[96085]: pgmap v17085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:33.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:33.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:34.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:34.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:35.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:35 smithi016 ceph-mon[96085]: pgmap v17086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:35 smithi098 ceph-mon[112578]: pgmap v17086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:35.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:35.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:36.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:36.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:37 smithi098 ceph-mon[112578]: pgmap v17087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:37.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:37 smithi016 ceph-mon[96085]: pgmap v17087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:37.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:37.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:38.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:38.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:39 smithi098 ceph-mon[112578]: pgmap v17088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:10:39.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:39 smithi016 ceph-mon[96085]: pgmap v17088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:39.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:10:39.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:39.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:40.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:10:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:10:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:10:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:10:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:10:40.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:10:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:10:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:10:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:10:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:10:40.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:40.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:41 smithi098 ceph-mon[112578]: pgmap v17089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:41.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:41 smithi016 ceph-mon[96085]: pgmap v17089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:41.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:41.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:42.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:42.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:43.297 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:43 smithi016 ceph-mon[96085]: pgmap v17090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:43 smithi098 ceph-mon[112578]: pgmap v17090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:43.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:43.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:44.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:10:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:10:44.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:44.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:45 smithi098 ceph-mon[112578]: pgmap v17091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:45 smithi016 ceph-mon[96085]: pgmap v17091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:45.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:45.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:46.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:46.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:47 smithi098 ceph-mon[112578]: pgmap v17092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:47.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:47 smithi016 ceph-mon[96085]: pgmap v17092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:47.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:47.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:48.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:48.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:49 smithi098 ceph-mon[112578]: pgmap v17093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:49.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:49 smithi016 ceph-mon[96085]: pgmap v17093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:49.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:49.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:50.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:50.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:51 smithi098 ceph-mon[112578]: pgmap v17094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:51 smithi016 ceph-mon[96085]: pgmap v17094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:51.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:51.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:52.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:52.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:53.416 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:53 smithi016 ceph-mon[96085]: pgmap v17095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:53 smithi098 ceph-mon[112578]: pgmap v17095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:53.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:53.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:54.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:54.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:55 smithi098 ceph-mon[112578]: pgmap v17096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:55.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:55 smithi016 ceph-mon[96085]: pgmap v17096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:55.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:55.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:56.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:56.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:57 smithi098 ceph-mon[112578]: pgmap v17097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:57.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:57 smithi016 ceph-mon[96085]: pgmap v17097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:57.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:57.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:58.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:58.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:59 smithi098 ceph-mon[112578]: pgmap v17098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:10:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:10:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:59 smithi016 ceph-mon[96085]: pgmap v17098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:10:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:10:59.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:10:59.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:00.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:00.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:01 smithi098 ceph-mon[112578]: pgmap v17099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:01 smithi016 ceph-mon[96085]: pgmap v17099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:01.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:01.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:02.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:02.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:03 smithi098 ceph-mon[112578]: pgmap v17100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:03.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:03 smithi016 ceph-mon[96085]: pgmap v17100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:03.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:03.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:04.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:04.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:05 smithi098 ceph-mon[112578]: pgmap v17101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:05.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:05 smithi016 ceph-mon[96085]: pgmap v17101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:05.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:05.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:06.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:06.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:07 smithi098 ceph-mon[112578]: pgmap v17102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:07.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:07 smithi016 ceph-mon[96085]: pgmap v17102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:07.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:07.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:08.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:08.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:09 smithi098 ceph-mon[112578]: pgmap v17103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:09.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:09 smithi016 ceph-mon[96085]: pgmap v17103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:09.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:09.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:10.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:10.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:11 smithi098 ceph-mon[112578]: pgmap v17104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:11.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:11 smithi016 ceph-mon[96085]: pgmap v17104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:11.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:11.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:12.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:12.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:13 smithi098 ceph-mon[112578]: pgmap v17105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:13 smithi016 ceph-mon[96085]: pgmap v17105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:13.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:13.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:14.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:11:14.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:11:14.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:14.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:15 smithi098 ceph-mon[112578]: pgmap v17106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:15 smithi016 ceph-mon[96085]: pgmap v17106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:15.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:15.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:16.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:16.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:17 smithi098 ceph-mon[112578]: pgmap v17107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:17.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:17 smithi016 ceph-mon[96085]: pgmap v17107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:17.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:17.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:18.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:18.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:19 smithi098 ceph-mon[112578]: pgmap v17108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:19.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:19 smithi016 ceph-mon[96085]: pgmap v17108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:19.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:19.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:20.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:20.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:21 smithi098 ceph-mon[112578]: pgmap v17109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:21.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:21 smithi016 ceph-mon[96085]: pgmap v17109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:21.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:21.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:22.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:22.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:23.438 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:23 smithi098 ceph-mon[112578]: pgmap v17110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:23 smithi016 ceph-mon[96085]: pgmap v17110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:23.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:23.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:24.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:24.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:25 smithi098 ceph-mon[112578]: pgmap v17111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:25.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:25 smithi016 ceph-mon[96085]: pgmap v17111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:25.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:25.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:26.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:26.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:27 smithi098 ceph-mon[112578]: pgmap v17112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:27.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:27 smithi016 ceph-mon[96085]: pgmap v17112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:27.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:27.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:28.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:28.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:29 smithi098 ceph-mon[112578]: pgmap v17113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:11:29.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:29 smithi016 ceph-mon[96085]: pgmap v17113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:11:29.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:29.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:30.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:30.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:31 smithi098 ceph-mon[112578]: pgmap v17114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:31.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:31 smithi016 ceph-mon[96085]: pgmap v17114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:31.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:31.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:32.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:32.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:33 smithi098 ceph-mon[112578]: pgmap v17115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:33.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:33 smithi016 ceph-mon[96085]: pgmap v17115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:33.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:33.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:34.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:34.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:35 smithi098 ceph-mon[112578]: pgmap v17116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:35.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:35 smithi016 ceph-mon[96085]: pgmap v17116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:35.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:35.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:36.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:36.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:37 smithi098 ceph-mon[112578]: pgmap v17117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:37.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:37 smithi016 ceph-mon[96085]: pgmap v17117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:37.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:37.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:38.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:38.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:39.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:39 smithi016 ceph-mon[96085]: pgmap v17118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:39 smithi098 ceph-mon[112578]: pgmap v17118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:39.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:39.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:40.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:11:40.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:11:40.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:40.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:41 smithi098 ceph-mon[112578]: pgmap v17119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:11:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:11:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:11:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:11:41.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:11:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:41 smithi016 ceph-mon[96085]: pgmap v17119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:11:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:11:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:11:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:11:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:11:41.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:41.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:42.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:42.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:43 smithi098 ceph-mon[112578]: pgmap v17120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:43 smithi016 ceph-mon[96085]: pgmap v17120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:43.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:43.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:44.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:11:44.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:11:44.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:44.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:45 smithi098 ceph-mon[112578]: pgmap v17121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:45.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:45 smithi016 ceph-mon[96085]: pgmap v17121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:45.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:45.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:46.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:46.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:47 smithi098 ceph-mon[112578]: pgmap v17122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:47.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:47 smithi016 ceph-mon[96085]: pgmap v17122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:47.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:47.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:48.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:48.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:49 smithi098 ceph-mon[112578]: pgmap v17123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:49 smithi016 ceph-mon[96085]: pgmap v17123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:49.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:49.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:50.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:50.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:51 smithi098 ceph-mon[112578]: pgmap v17124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:51 smithi016 ceph-mon[96085]: pgmap v17124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:51.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:51.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:52.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:52.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:53 smithi098 ceph-mon[112578]: pgmap v17125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:53.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:53 smithi016 ceph-mon[96085]: pgmap v17125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:53.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:53.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:54.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:54.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:55 smithi098 ceph-mon[112578]: pgmap v17126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:55.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:55 smithi016 ceph-mon[96085]: pgmap v17126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:55.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:55.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:56.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:56.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:57 smithi098 ceph-mon[112578]: pgmap v17127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:57 smithi016 ceph-mon[96085]: pgmap v17127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:57.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:57.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:58.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:58.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:59.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:59 smithi098 ceph-mon[112578]: pgmap v17128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:11:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:11:59.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:59 smithi016 ceph-mon[96085]: pgmap v17128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:11:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:11:59.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:11:59.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:00.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:00.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:01 smithi098 ceph-mon[112578]: pgmap v17129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:01.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:01 smithi016 ceph-mon[96085]: pgmap v17129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:01.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:01.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:02.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:02.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:03 smithi098 ceph-mon[112578]: pgmap v17130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:03.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:03 smithi016 ceph-mon[96085]: pgmap v17130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:03.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:03.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:04.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:04.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:05 smithi098 ceph-mon[112578]: pgmap v17131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:05.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:05 smithi016 ceph-mon[96085]: pgmap v17131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:05.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:05.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:06.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:06.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:07 smithi098 ceph-mon[112578]: pgmap v17132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:07 smithi016 ceph-mon[96085]: pgmap v17132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:07.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:07.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:08.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:08.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:09 smithi098 ceph-mon[112578]: pgmap v17133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:09.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:09 smithi016 ceph-mon[96085]: pgmap v17133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:09.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:09.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:10.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:10.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:11 smithi098 ceph-mon[112578]: pgmap v17134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:11.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:11 smithi016 ceph-mon[96085]: pgmap v17134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:11.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:11.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:12.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:12.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:13 smithi098 ceph-mon[112578]: pgmap v17135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:13.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:13 smithi016 ceph-mon[96085]: pgmap v17135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:13.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:13.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:14.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:12:14.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:12:14.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:14.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:15 smithi098 ceph-mon[112578]: pgmap v17136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:15.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:15 smithi016 ceph-mon[96085]: pgmap v17136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:15.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:15.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:16.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:16.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:17 smithi098 ceph-mon[112578]: pgmap v17137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:17.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:17 smithi016 ceph-mon[96085]: pgmap v17137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:17.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:17.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:18.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:18.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:19 smithi098 ceph-mon[112578]: pgmap v17138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:19.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:19 smithi016 ceph-mon[96085]: pgmap v17138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:19.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:19.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:20.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:20.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:21 smithi098 ceph-mon[112578]: pgmap v17139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:21 smithi016 ceph-mon[96085]: pgmap v17139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:21.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:21.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:22.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:22.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:23 smithi098 ceph-mon[112578]: pgmap v17140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:23.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:23 smithi016 ceph-mon[96085]: pgmap v17140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:23.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:23.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:24.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:24.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:25 smithi098 ceph-mon[112578]: pgmap v17141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:25.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:25 smithi016 ceph-mon[96085]: pgmap v17141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:25.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:25.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:26.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:26.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:27 smithi098 ceph-mon[112578]: pgmap v17142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:27.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:27 smithi016 ceph-mon[96085]: pgmap v17142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:27.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:27.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:28.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:28.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:29.509 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:29 smithi016 ceph-mon[96085]: pgmap v17143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:29.510 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:12:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:29 smithi098 ceph-mon[112578]: pgmap v17143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:12:29.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:29.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:30.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:30.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:31 smithi098 ceph-mon[112578]: pgmap v17144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:31.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:31 smithi016 ceph-mon[96085]: pgmap v17144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:31.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:31.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:32.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:32.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:33 smithi098 ceph-mon[112578]: pgmap v17145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:33.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:33 smithi016 ceph-mon[96085]: pgmap v17145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:33.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:33.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:34.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:34.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:35 smithi098 ceph-mon[112578]: pgmap v17146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:35.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:35 smithi016 ceph-mon[96085]: pgmap v17146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:35.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:35.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:36.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:36.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:37 smithi098 ceph-mon[112578]: pgmap v17147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:37.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:37 smithi016 ceph-mon[96085]: pgmap v17147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:37.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:37.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:38.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:38.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:39 smithi098 ceph-mon[112578]: pgmap v17148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:39.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:39 smithi016 ceph-mon[96085]: pgmap v17148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:39.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:39.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:40.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:40.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:41 smithi098 ceph-mon[112578]: pgmap v17149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:12:41.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:41 smithi016 ceph-mon[96085]: pgmap v17149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:12:41.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:41.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:42.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:42.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:43 smithi098 ceph-mon[112578]: pgmap v17150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:12:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:43 smithi016 ceph-mon[96085]: pgmap v17150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:12:43.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:43.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:44.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:12:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:12:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:12:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:12:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:12:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:12:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:12:44.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:12:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:12:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:12:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:12:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:12:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:12:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:12:44.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:44.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:45 smithi098 ceph-mon[112578]: pgmap v17151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:45.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:45 smithi016 ceph-mon[96085]: pgmap v17151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:45.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:45.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:46.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:46.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:47 smithi098 ceph-mon[112578]: pgmap v17152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:47.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:47 smithi016 ceph-mon[96085]: pgmap v17152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:47.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:47.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:48.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:48.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:49 smithi098 ceph-mon[112578]: pgmap v17153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:49.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:49 smithi016 ceph-mon[96085]: pgmap v17153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:49.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:49.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:50.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:50.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:51.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:51 smithi016 ceph-mon[96085]: pgmap v17154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:51.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:51 smithi098 ceph-mon[112578]: pgmap v17154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:51.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:51.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:52.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:52.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:53 smithi016 ceph-mon[96085]: pgmap v17155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:53.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:53 smithi098 ceph-mon[112578]: pgmap v17155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:53.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:53.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:54.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:54.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:55.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:55 smithi016 ceph-mon[96085]: pgmap v17156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:55 smithi098 ceph-mon[112578]: pgmap v17156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:55.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:55.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:56.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:56.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:57.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:57 smithi016 ceph-mon[96085]: pgmap v17157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:57.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:57 smithi098 ceph-mon[112578]: pgmap v17157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:57.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:57.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:58.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:58.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:59 smithi016 ceph-mon[96085]: pgmap v17158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:12:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:12:59.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:59 smithi098 ceph-mon[112578]: pgmap v17158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:12:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:12:59.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:12:59.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:00.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:00.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:01 smithi016 ceph-mon[96085]: pgmap v17159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:01.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:01 smithi098 ceph-mon[112578]: pgmap v17159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:01.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:01.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:02.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:02.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:03.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:03 smithi016 ceph-mon[96085]: pgmap v17160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:03.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:03 smithi098 ceph-mon[112578]: pgmap v17160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:03.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:03.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:04.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:04.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:05.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:05 smithi098 ceph-mon[112578]: pgmap v17161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:05.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:05 smithi016 ceph-mon[96085]: pgmap v17161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:05.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:05.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:06.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:06.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:07.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:07 smithi098 ceph-mon[112578]: pgmap v17162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:07.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:07 smithi016 ceph-mon[96085]: pgmap v17162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:07.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:07.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:08.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:08.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:09.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:09 smithi098 ceph-mon[112578]: pgmap v17163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:09.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:09 smithi016 ceph-mon[96085]: pgmap v17163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:09.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:09.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:10.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:10.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:11 smithi016 ceph-mon[96085]: pgmap v17164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:11.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:11 smithi098 ceph-mon[112578]: pgmap v17164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:11.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:11.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:12.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:12.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:13.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:13 smithi098 ceph-mon[112578]: pgmap v17165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:13.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:13 smithi016 ceph-mon[96085]: pgmap v17165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:13.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:13.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:14.592 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:13:14.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:13:14.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:14.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:15.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:15 smithi098 ceph-mon[112578]: pgmap v17166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:15.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:15 smithi016 ceph-mon[96085]: pgmap v17166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:15.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:15.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:16.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:16.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:17.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:17 smithi098 ceph-mon[112578]: pgmap v17167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:17.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:17 smithi016 ceph-mon[96085]: pgmap v17167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:17.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:17.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:18.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:18.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:19.644 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:19 smithi098 ceph-mon[112578]: pgmap v17168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:19.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:19 smithi016 ceph-mon[96085]: pgmap v17168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:19.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:19.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:20.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:20.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:21 smithi016 ceph-mon[96085]: pgmap v17169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:21.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:21 smithi098 ceph-mon[112578]: pgmap v17169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:21.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:21.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:22.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:22.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:23.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:23 smithi098 ceph-mon[112578]: pgmap v17170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:23.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:23 smithi016 ceph-mon[96085]: pgmap v17170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:23.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:23.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:24.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:24.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:25.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:25 smithi016 ceph-mon[96085]: pgmap v17171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:25.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:25 smithi098 ceph-mon[112578]: pgmap v17171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:25.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:25.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:26.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:26.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:27.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:27 smithi098 ceph-mon[112578]: pgmap v17172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:27.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:27 smithi016 ceph-mon[96085]: pgmap v17172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:27.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:27.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:28.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:28.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:29.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:28 smithi098 ceph-mon[112578]: pgmap v17173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:13:29.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:28 smithi016 ceph-mon[96085]: pgmap v17173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:13:29.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:29.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:30.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:30.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:31.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:31 smithi098 ceph-mon[112578]: pgmap v17174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:31.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:31 smithi016 ceph-mon[96085]: pgmap v17174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:31.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:31.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:32.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:32.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:33.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:33 smithi098 ceph-mon[112578]: pgmap v17175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:33.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:33 smithi016 ceph-mon[96085]: pgmap v17175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:33.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:33.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:34.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:34.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:35.262 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:35 smithi016 ceph-mon[96085]: pgmap v17176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:35 smithi098 ceph-mon[112578]: pgmap v17176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:35.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:35.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:36.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:36.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:37.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:37 smithi098 ceph-mon[112578]: pgmap v17177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:37.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:37 smithi016 ceph-mon[96085]: pgmap v17177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:37.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:37.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:38.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:38.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:39 smithi016 ceph-mon[96085]: pgmap v17178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:39 smithi098 ceph-mon[112578]: pgmap v17178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:39.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:39.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:40.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:40.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:41 smithi016 ceph-mon[96085]: pgmap v17179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:41 smithi098 ceph-mon[112578]: pgmap v17179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:41.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:41.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:42.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:42.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:43.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:43 smithi016 ceph-mon[96085]: pgmap v17180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:43 smithi098 ceph-mon[112578]: pgmap v17180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:43.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:43.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:13:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:13:44.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:13:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:13:44.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:44.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:45.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:45 smithi098 ceph-mon[112578]: pgmap v17181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:45.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:45 smithi016 ceph-mon[96085]: pgmap v17181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:45.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:45.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:46.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:46.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:47.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:47 smithi016 ceph-mon[96085]: pgmap v17182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:47 smithi098 ceph-mon[112578]: pgmap v17182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:47.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:47.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:48.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:48.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:49 smithi098 ceph-mon[112578]: pgmap v17183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:13:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:13:49.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:49 smithi016 ceph-mon[96085]: pgmap v17183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:13:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:13:49.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:49.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:50.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:13:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:13:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:13:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:13:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:13:50.433 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:13:50.433 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:13:50.434 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:13:50.434 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:13:50.434 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:13:50.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:50.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:51 smithi098 ceph-mon[112578]: pgmap v17184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:51.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:51 smithi016 ceph-mon[96085]: pgmap v17184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:51.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:51.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:52.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:52.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:53 smithi098 ceph-mon[112578]: pgmap v17185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:53 smithi016 ceph-mon[96085]: pgmap v17185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:53.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:53.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:54.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:54.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:55.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:55 smithi098 ceph-mon[112578]: pgmap v17186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:55.490 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:55 smithi016 ceph-mon[96085]: pgmap v17186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:55.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:55.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:56.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:56.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:57 smithi098 ceph-mon[112578]: pgmap v17187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:57.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:57 smithi016 ceph-mon[96085]: pgmap v17187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:57.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:57.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:58.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:58.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:59.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:59 smithi098 ceph-mon[112578]: pgmap v17188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:13:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:13:59.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:59 smithi016 ceph-mon[96085]: pgmap v17188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:13:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:13:59.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:13:59.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:00.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:00.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:01 smithi098 ceph-mon[112578]: pgmap v17189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:01 smithi016 ceph-mon[96085]: pgmap v17189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:01.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:01.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:02.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:02.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:03 smithi098 ceph-mon[112578]: pgmap v17190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:03.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:03 smithi016 ceph-mon[96085]: pgmap v17190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:03.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:04.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:05.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:05.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:05 smithi098 ceph-mon[112578]: pgmap v17191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:05.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:05 smithi016 ceph-mon[96085]: pgmap v17191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:06.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:06.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:07.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:07.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:07 smithi098 ceph-mon[112578]: pgmap v17192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:07.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:07 smithi016 ceph-mon[96085]: pgmap v17192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:08.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:08.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:09.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:09.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:09 smithi098 ceph-mon[112578]: pgmap v17193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:09.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:09 smithi016 ceph-mon[96085]: pgmap v17193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:10.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:10.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:11.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:11.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:11 smithi098 ceph-mon[112578]: pgmap v17194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:11 smithi016 ceph-mon[96085]: pgmap v17194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:12.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:12.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:13.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:13.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:13 smithi098 ceph-mon[112578]: pgmap v17195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:13.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:13 smithi016 ceph-mon[96085]: pgmap v17195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:14.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:14.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:14.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:14:14.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:14:15.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:15.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:15 smithi098 ceph-mon[112578]: pgmap v17196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:15 smithi016 ceph-mon[96085]: pgmap v17196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:16.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:16.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:17.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:17.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:17 smithi098 ceph-mon[112578]: pgmap v17197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:17.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:17 smithi016 ceph-mon[96085]: pgmap v17197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:18.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:18.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:19.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:19.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:19 smithi098 ceph-mon[112578]: pgmap v17198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:19.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:19 smithi016 ceph-mon[96085]: pgmap v17198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:20.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:20.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:21.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:21.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:21 smithi098 ceph-mon[112578]: pgmap v17199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:21.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:21 smithi016 ceph-mon[96085]: pgmap v17199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:22.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:22.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:23.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:23.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:23 smithi098 ceph-mon[112578]: pgmap v17200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:23.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:23 smithi016 ceph-mon[96085]: pgmap v17200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:24.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:24.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:25.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:25.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:25 smithi098 ceph-mon[112578]: pgmap v17201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:25.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:25 smithi016 ceph-mon[96085]: pgmap v17201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:26.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:26.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:27.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:27.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:27 smithi098 ceph-mon[112578]: pgmap v17202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:27 smithi016 ceph-mon[96085]: pgmap v17202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:28.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:28.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:29.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:29.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:29 smithi098 ceph-mon[112578]: pgmap v17203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:14:29.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:29 smithi016 ceph-mon[96085]: pgmap v17203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:14:30.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:30.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:31.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:31.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:31 smithi098 ceph-mon[112578]: pgmap v17204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:31.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:31 smithi016 ceph-mon[96085]: pgmap v17204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:32.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:32.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:33.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:33.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:33 smithi098 ceph-mon[112578]: pgmap v17205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:33.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:33 smithi016 ceph-mon[96085]: pgmap v17205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:34.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:34.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:35.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:35.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:35.434 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:35 smithi098 ceph-mon[112578]: pgmap v17206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:35 smithi016 ceph-mon[96085]: pgmap v17206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:36.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:36.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:37.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:37.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:37 smithi098 ceph-mon[112578]: pgmap v17207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:37.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:37 smithi016 ceph-mon[96085]: pgmap v17207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:38.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:38.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:39.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:39.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:39 smithi098 ceph-mon[112578]: pgmap v17208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:39.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:39 smithi016 ceph-mon[96085]: pgmap v17208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:40.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:40.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:41.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:41.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:41.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:41 smithi016 ceph-mon[96085]: pgmap v17209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:41 smithi098 ceph-mon[112578]: pgmap v17209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:42.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:42.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:43.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:43.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:43 smithi098 ceph-mon[112578]: pgmap v17210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:43.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:43 smithi016 ceph-mon[96085]: pgmap v17210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:44.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:44.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:44.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:14:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:14:45.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:45.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:45 smithi098 ceph-mon[112578]: pgmap v17211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:45.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:45 smithi016 ceph-mon[96085]: pgmap v17211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:46.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:46.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:47.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:47.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:47 smithi098 ceph-mon[112578]: pgmap v17212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:47.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:47 smithi016 ceph-mon[96085]: pgmap v17212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:48.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:48.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:49.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:49.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:49 smithi098 ceph-mon[112578]: pgmap v17213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:49.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:49 smithi016 ceph-mon[96085]: pgmap v17213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:50.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:50.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:50.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:14:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:14:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:14:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:14:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:14:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:14:50.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:14:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:14:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:14:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:14:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:14:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:14:51.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:51.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:51 smithi098 ceph-mon[112578]: pgmap v17214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:51 smithi016 ceph-mon[96085]: pgmap v17214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:52.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:52.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:53.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:53.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:53 smithi098 ceph-mon[112578]: pgmap v17215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:53.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:53 smithi016 ceph-mon[96085]: pgmap v17215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:54.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:54.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:55.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:55.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:55 smithi098 ceph-mon[112578]: pgmap v17216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:55.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:55 smithi016 ceph-mon[96085]: pgmap v17216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:56.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:56.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:57.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:57.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:57 smithi098 ceph-mon[112578]: pgmap v17217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:57.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:57 smithi016 ceph-mon[96085]: pgmap v17217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:58.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:58.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:59.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:14:59.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:59.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:59 smithi098 ceph-mon[112578]: pgmap v17218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:14:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:14:59.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:59 smithi016 ceph-mon[96085]: pgmap v17218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:14:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:15:00.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:00.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:01.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:01.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:01 smithi098 ceph-mon[112578]: pgmap v17219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:01.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:01 smithi016 ceph-mon[96085]: pgmap v17219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:02.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:02.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:03.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:03.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:03 smithi098 ceph-mon[112578]: pgmap v17220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:03.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:03 smithi016 ceph-mon[96085]: pgmap v17220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:04.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:04.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:05.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:05.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:05 smithi098 ceph-mon[112578]: pgmap v17221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:05.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:05 smithi016 ceph-mon[96085]: pgmap v17221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:06.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:06.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:07.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:07.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:07 smithi098 ceph-mon[112578]: pgmap v17222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:07.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:07 smithi016 ceph-mon[96085]: pgmap v17222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:08.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:08.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:09.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:09.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:09 smithi098 ceph-mon[112578]: pgmap v17223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:09.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:09 smithi016 ceph-mon[96085]: pgmap v17223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:10.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:10.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:11.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:11.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:11 smithi098 ceph-mon[112578]: pgmap v17224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:11.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:11 smithi016 ceph-mon[96085]: pgmap v17224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:12.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:12.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:13.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:13.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:13 smithi098 ceph-mon[112578]: pgmap v17225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:13 smithi016 ceph-mon[96085]: pgmap v17225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:14.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:14.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:14.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:15:14.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:15:15.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:15.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:15 smithi098 ceph-mon[112578]: pgmap v17226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:15.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:15 smithi016 ceph-mon[96085]: pgmap v17226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:16.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:16.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:17.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:17.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:17 smithi098 ceph-mon[112578]: pgmap v17227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:17.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:17 smithi016 ceph-mon[96085]: pgmap v17227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:18.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:18.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:19.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:19.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:19 smithi098 ceph-mon[112578]: pgmap v17228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:19.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:19 smithi016 ceph-mon[96085]: pgmap v17228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:20.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:20.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:21.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:21.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:21.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:21 smithi016 ceph-mon[96085]: pgmap v17229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:21 smithi098 ceph-mon[112578]: pgmap v17229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:22.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:22.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:23.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:23.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:23.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:23 smithi016 ceph-mon[96085]: pgmap v17230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:23.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:23 smithi098 ceph-mon[112578]: pgmap v17230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:24.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:24.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:25.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:25.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:25.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:25 smithi016 ceph-mon[96085]: pgmap v17231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:25.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:25 smithi098 ceph-mon[112578]: pgmap v17231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:26.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:26.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:27.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:27.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:27.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:27 smithi016 ceph-mon[96085]: pgmap v17232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:27.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:27 smithi098 ceph-mon[112578]: pgmap v17232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:28.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:28.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:29.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:29.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:29 smithi016 ceph-mon[96085]: pgmap v17233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:15:29.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:29 smithi098 ceph-mon[112578]: pgmap v17233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:15:30.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:30.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:31.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:31.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:31.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:31 smithi016 ceph-mon[96085]: pgmap v17234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:31.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:31 smithi098 ceph-mon[112578]: pgmap v17234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:32.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:32.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:33.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:33.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:33.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:33 smithi016 ceph-mon[96085]: pgmap v17235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:33.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:33 smithi098 ceph-mon[112578]: pgmap v17235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:34.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:34.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:35.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:35.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:35.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:35 smithi098 ceph-mon[112578]: pgmap v17236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:35.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:35 smithi016 ceph-mon[96085]: pgmap v17236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:36.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:36.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:37.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:37.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:37.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:37 smithi098 ceph-mon[112578]: pgmap v17237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:37.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:37 smithi016 ceph-mon[96085]: pgmap v17237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:38.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:38.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:39.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:39.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:39 smithi098 ceph-mon[112578]: pgmap v17238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:39.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:39 smithi016 ceph-mon[96085]: pgmap v17238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:40.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:40.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:41.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:41.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:41 smithi098 ceph-mon[112578]: pgmap v17239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:41.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:41 smithi016 ceph-mon[96085]: pgmap v17239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:42.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:42.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:43.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:43.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:43.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:43 smithi098 ceph-mon[112578]: pgmap v17240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:43.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:43 smithi016 ceph-mon[96085]: pgmap v17240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:44.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:44.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:44.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:15:44.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:15:45.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:45.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:45.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:45 smithi098 ceph-mon[112578]: pgmap v17241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:45.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:45 smithi016 ceph-mon[96085]: pgmap v17241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:46.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:46.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:47.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:47.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:47.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:47 smithi098 ceph-mon[112578]: pgmap v17242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:47.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:47 smithi016 ceph-mon[96085]: pgmap v17242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:48.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:48.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:49.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:49.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:49.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:49 smithi098 ceph-mon[112578]: pgmap v17243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:49.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:49 smithi016 ceph-mon[96085]: pgmap v17243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:50.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:50.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:50.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:15:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:15:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:15:50.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:15:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:15:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:15:51.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:51.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:51 smithi098 ceph-mon[112578]: pgmap v17244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:15:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:15:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:15:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:15:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:15:51.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:51 smithi016 ceph-mon[96085]: pgmap v17244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:51.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:15:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:15:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:15:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:15:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:15:52.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:52.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:53.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:53.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:53.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:53 smithi098 ceph-mon[112578]: pgmap v17245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:53.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:53 smithi016 ceph-mon[96085]: pgmap v17245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:54.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:54.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:55.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:55.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:55.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:55 smithi098 ceph-mon[112578]: pgmap v17246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:55.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:55 smithi016 ceph-mon[96085]: pgmap v17246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:56.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:56.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:57.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:57.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:57.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:57 smithi098 ceph-mon[112578]: pgmap v17247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:57.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:57 smithi016 ceph-mon[96085]: pgmap v17247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:58.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:58.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:59.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:15:59.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:59.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:59 smithi098 ceph-mon[112578]: pgmap v17248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:15:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:15:59.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:59 smithi016 ceph-mon[96085]: pgmap v17248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:15:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:16:00.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:00.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:01.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:01.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:01.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:01 smithi016 ceph-mon[96085]: pgmap v17249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:01.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:01 smithi098 ceph-mon[112578]: pgmap v17249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:02.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:02.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:03.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:03.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:03.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:03 smithi098 ceph-mon[112578]: pgmap v17250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:03.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:03 smithi016 ceph-mon[96085]: pgmap v17250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:04.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:04.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:05.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:05.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:05.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:05 smithi098 ceph-mon[112578]: pgmap v17251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:05.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:05 smithi016 ceph-mon[96085]: pgmap v17251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:06.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:06.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:07.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:07.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:07.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:07 smithi098 ceph-mon[112578]: pgmap v17252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:07.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:07 smithi016 ceph-mon[96085]: pgmap v17252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:08.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:08.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:09.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:09.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:09.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:09 smithi098 ceph-mon[112578]: pgmap v17253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:09.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:09 smithi016 ceph-mon[96085]: pgmap v17253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:10.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:10.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:11.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:11.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:11 smithi016 ceph-mon[96085]: pgmap v17254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:11.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:11 smithi098 ceph-mon[112578]: pgmap v17254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:12.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:12.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:13.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:13.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:13.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:13 smithi098 ceph-mon[112578]: pgmap v17255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:13.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:13 smithi016 ceph-mon[96085]: pgmap v17255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:14.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:14.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:14.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:16:14.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:16:15.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:15.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:15.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:15 smithi098 ceph-mon[112578]: pgmap v17256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:15.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:15 smithi016 ceph-mon[96085]: pgmap v17256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:16.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:16.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:16.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:16 smithi098 ceph-mon[112578]: pgmap v17257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:16.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:16 smithi016 ceph-mon[96085]: pgmap v17257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:17.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:17.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:18.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:18.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:19.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:19.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:19 smithi098 ceph-mon[112578]: pgmap v17258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:19 smithi016 ceph-mon[96085]: pgmap v17258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:20.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:20.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:21.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:21.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:21 smithi098 ceph-mon[112578]: pgmap v17259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:21.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:21 smithi016 ceph-mon[96085]: pgmap v17259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:22.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:22.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:23.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:23.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:23 smithi098 ceph-mon[112578]: pgmap v17260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:23.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:23 smithi016 ceph-mon[96085]: pgmap v17260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:24.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:24.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:25.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:25.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:25 smithi098 ceph-mon[112578]: pgmap v17261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:25.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:25 smithi016 ceph-mon[96085]: pgmap v17261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:26.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:26.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:27.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:27.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:27 smithi098 ceph-mon[112578]: pgmap v17262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:27.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:27 smithi016 ceph-mon[96085]: pgmap v17262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:28.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:28.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:29.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:29.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:29 smithi098 ceph-mon[112578]: pgmap v17263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:16:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:29 smithi016 ceph-mon[96085]: pgmap v17263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:16:30.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:30.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:31.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:31.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:31 smithi098 ceph-mon[112578]: pgmap v17264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:31.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:31 smithi016 ceph-mon[96085]: pgmap v17264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:32.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:32.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:33.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:33.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:33 smithi098 ceph-mon[112578]: pgmap v17265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:33.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:33 smithi016 ceph-mon[96085]: pgmap v17265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:34.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:34.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:35.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:35.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:35 smithi098 ceph-mon[112578]: pgmap v17266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:35.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:35 smithi016 ceph-mon[96085]: pgmap v17266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:36.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:36.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:37.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:37.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:37.332 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:37 smithi016 ceph-mon[96085]: pgmap v17267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:37 smithi098 ceph-mon[112578]: pgmap v17267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:38.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:38.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:39.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:39.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:39 smithi098 ceph-mon[112578]: pgmap v17268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:39.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:39 smithi016 ceph-mon[96085]: pgmap v17268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:40.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:40.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:41.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:41.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:41 smithi098 ceph-mon[112578]: pgmap v17269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:41.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:41 smithi016 ceph-mon[96085]: pgmap v17269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:42.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:42.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:43.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:43.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:43 smithi098 ceph-mon[112578]: pgmap v17270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:43.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:43 smithi016 ceph-mon[96085]: pgmap v17270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:44.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:44.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:44.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:16:44.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:16:45.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:45.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:45 smithi098 ceph-mon[112578]: pgmap v17271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:45 smithi016 ceph-mon[96085]: pgmap v17271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:46.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:46.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:47.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:47.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:47.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:47 smithi016 ceph-mon[96085]: pgmap v17272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:47 smithi098 ceph-mon[112578]: pgmap v17272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:48.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:48.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:49.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:49.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:49 smithi098 ceph-mon[112578]: pgmap v17273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:49 smithi016 ceph-mon[96085]: pgmap v17273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:50.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:50.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:51.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:51.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:51 smithi098 ceph-mon[112578]: pgmap v17274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:16:51.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:51 smithi016 ceph-mon[96085]: pgmap v17274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:16:52.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:16:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:16:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:16:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:16:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:16:52.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:52.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:52.505 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:16:52.505 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:16:52.506 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:16:52.506 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:16:52.506 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:16:53.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:53.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:53.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:53 smithi098 ceph-mon[112578]: pgmap v17275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:53.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:53 smithi016 ceph-mon[96085]: pgmap v17275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:54.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:54.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:55.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:55.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:55.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:55 smithi098 ceph-mon[112578]: pgmap v17276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:55.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:55 smithi016 ceph-mon[96085]: pgmap v17276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:56.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:56.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:57.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:57.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:57.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:57 smithi098 ceph-mon[112578]: pgmap v17277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:57.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:57 smithi016 ceph-mon[96085]: pgmap v17277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:58.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:58.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:59.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:16:59.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:59.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:59 smithi098 ceph-mon[112578]: pgmap v17278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:16:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:16:59.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:59 smithi016 ceph-mon[96085]: pgmap v17278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:16:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:17:00.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:00.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:01.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:01.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:01 smithi016 ceph-mon[96085]: pgmap v17279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:01.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:01 smithi098 ceph-mon[112578]: pgmap v17279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:02.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:02.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:03.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:03.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:03.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:03 smithi098 ceph-mon[112578]: pgmap v17280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:03.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:03 smithi016 ceph-mon[96085]: pgmap v17280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:04.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:04.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:05.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:05.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:05.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:05 smithi098 ceph-mon[112578]: pgmap v17281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:05.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:05 smithi016 ceph-mon[96085]: pgmap v17281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:06.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:06.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:07.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:07.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:07.678 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:07 smithi016 ceph-mon[96085]: pgmap v17282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:07.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:07 smithi098 ceph-mon[112578]: pgmap v17282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:08.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:08.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:09.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:09.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:09.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:09 smithi098 ceph-mon[112578]: pgmap v17283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:09.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:09 smithi016 ceph-mon[96085]: pgmap v17283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:10.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:10.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:11.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:11.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:11.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:11 smithi016 ceph-mon[96085]: pgmap v17284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:11.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:11 smithi098 ceph-mon[112578]: pgmap v17284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:12.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:12.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:13.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:13.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:13.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:13 smithi098 ceph-mon[112578]: pgmap v17285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:17:13.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:13 smithi016 ceph-mon[96085]: pgmap v17285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:17:14.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:14.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:14.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:14 smithi098 ceph-mon[112578]: pgmap v17286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:14.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:14 smithi016 ceph-mon[96085]: pgmap v17286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:15.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:15.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:16.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:16.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:17.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:16 smithi098 ceph-mon[112578]: pgmap v17287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:17.028 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:16 smithi016 ceph-mon[96085]: pgmap v17287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:17.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:17.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:18.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:18.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:19.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:19.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:19 smithi098 ceph-mon[112578]: pgmap v17288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:19.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:19 smithi016 ceph-mon[96085]: pgmap v17288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:20.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:20.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:21.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:21.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:21 smithi098 ceph-mon[112578]: pgmap v17289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:21.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:21 smithi016 ceph-mon[96085]: pgmap v17289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:22.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:22.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:23 smithi016 ceph-mon[96085]: pgmap v17290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:23.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:23.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:23 smithi098 ceph-mon[112578]: pgmap v17290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:24.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:24.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:25.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:25.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:25 smithi098 ceph-mon[112578]: pgmap v17291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:25.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:25 smithi016 ceph-mon[96085]: pgmap v17291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:26.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:26.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:27.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:27.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:27 smithi098 ceph-mon[112578]: pgmap v17292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:27.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:27 smithi016 ceph-mon[96085]: pgmap v17292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:28.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:28.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:29.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:29.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:29 smithi098 ceph-mon[112578]: pgmap v17293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:17:29.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:29 smithi016 ceph-mon[96085]: pgmap v17293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:17:30.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:30.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:31.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:31.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:31 smithi098 ceph-mon[112578]: pgmap v17294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:31.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:31 smithi016 ceph-mon[96085]: pgmap v17294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:32.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:32.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:33.278 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:33 smithi016 ceph-mon[96085]: pgmap v17295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:33.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:33.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:33.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:33 smithi098 ceph-mon[112578]: pgmap v17295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:34.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:34.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:35.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:35.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:35 smithi098 ceph-mon[112578]: pgmap v17296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:35.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:35 smithi016 ceph-mon[96085]: pgmap v17296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:36.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:36.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:37.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:37.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:37 smithi098 ceph-mon[112578]: pgmap v17297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:37.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:37 smithi016 ceph-mon[96085]: pgmap v17297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:38.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:38.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:39.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:39.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:39 smithi098 ceph-mon[112578]: pgmap v17298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:39.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:39 smithi016 ceph-mon[96085]: pgmap v17298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:40.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:40.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:41.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:41.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:41 smithi098 ceph-mon[112578]: pgmap v17299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:41.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:41 smithi016 ceph-mon[96085]: pgmap v17299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:42.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:42.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:43.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:43.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:43 smithi098 ceph-mon[112578]: pgmap v17300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:43 smithi016 ceph-mon[96085]: pgmap v17300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:44.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:44.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:44.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:17:44.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:17:45.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:45.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:45 smithi098 ceph-mon[112578]: pgmap v17301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:45.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:45 smithi016 ceph-mon[96085]: pgmap v17301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:46.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:46.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:47.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:47.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:47.427 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:47 smithi098 ceph-mon[112578]: pgmap v17302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:47 smithi016 ceph-mon[96085]: pgmap v17302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:48.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:48.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:49.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:49.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:49 smithi098 ceph-mon[112578]: pgmap v17303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:49.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:49 smithi016 ceph-mon[96085]: pgmap v17303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:50.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:50.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:51.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:51.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:51 smithi098 ceph-mon[112578]: pgmap v17304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:51.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:51 smithi016 ceph-mon[96085]: pgmap v17304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:52.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:52.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:52.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:17:52.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:17:52.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:17:52.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:17:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:17:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:17:53.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:53.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:53 smithi098 ceph-mon[112578]: pgmap v17305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:17:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:17:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:17:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:17:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:17:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:53 smithi016 ceph-mon[96085]: pgmap v17305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:17:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:17:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:17:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:17:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:17:54.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:54.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:55.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:55.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:55 smithi098 ceph-mon[112578]: pgmap v17306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:55.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:55 smithi016 ceph-mon[96085]: pgmap v17306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:56.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:56.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:57.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:57.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:57 smithi098 ceph-mon[112578]: pgmap v17307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:57.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:57 smithi016 ceph-mon[96085]: pgmap v17307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:58.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:58.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:59.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:17:59.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:59 smithi098 ceph-mon[112578]: pgmap v17308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:17:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:17:59.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:59 smithi016 ceph-mon[96085]: pgmap v17308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:17:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:18:00.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:00.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:01.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:01.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:01 smithi098 ceph-mon[112578]: pgmap v17309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:01.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:01 smithi016 ceph-mon[96085]: pgmap v17309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:02.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:02.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:03.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:03.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:03 smithi098 ceph-mon[112578]: pgmap v17310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:03.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:03 smithi016 ceph-mon[96085]: pgmap v17310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:04.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:04.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:05.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:05.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:05 smithi098 ceph-mon[112578]: pgmap v17311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:05.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:05 smithi016 ceph-mon[96085]: pgmap v17311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:06.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:06.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:07.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:07.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:07 smithi098 ceph-mon[112578]: pgmap v17312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:07.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:07 smithi016 ceph-mon[96085]: pgmap v17312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:08.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:08.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:09.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:09.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:09 smithi098 ceph-mon[112578]: pgmap v17313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:09.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:09 smithi016 ceph-mon[96085]: pgmap v17313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:10.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:10.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:11.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:11.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:11 smithi098 ceph-mon[112578]: pgmap v17314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:11.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:11 smithi016 ceph-mon[96085]: pgmap v17314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:12.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:12.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:13.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:13.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:13.431 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:13 smithi016 ceph-mon[96085]: pgmap v17315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:13 smithi098 ceph-mon[112578]: pgmap v17315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:14.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:14.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:14.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:18:14.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:18:15.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:15.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:15 smithi098 ceph-mon[112578]: pgmap v17316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:15.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:15 smithi016 ceph-mon[96085]: pgmap v17316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:16.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:16.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:17.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:17.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:17 smithi098 ceph-mon[112578]: pgmap v17317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:17.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:17 smithi016 ceph-mon[96085]: pgmap v17317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:18.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:18.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:19.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:19.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:19 smithi098 ceph-mon[112578]: pgmap v17318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:19.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:19 smithi016 ceph-mon[96085]: pgmap v17318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:20.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:20.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:21.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:21.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:21 smithi098 ceph-mon[112578]: pgmap v17319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:21.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:21 smithi016 ceph-mon[96085]: pgmap v17319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:22.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:22.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:23.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:23.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:23.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:23 smithi098 ceph-mon[112578]: pgmap v17320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:23 smithi016 ceph-mon[96085]: pgmap v17320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:24.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:24.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:25.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:25.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:25 smithi098 ceph-mon[112578]: pgmap v17321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:25.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:25 smithi016 ceph-mon[96085]: pgmap v17321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:26.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:26.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:27.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:27.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:27.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:27 smithi098 ceph-mon[112578]: pgmap v17322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:27.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:27 smithi016 ceph-mon[96085]: pgmap v17322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:28.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:28.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:29.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:29.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:29 smithi098 ceph-mon[112578]: pgmap v17323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:18:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:29 smithi016 ceph-mon[96085]: pgmap v17323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:18:30.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:30.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:31.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:31.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:31 smithi098 ceph-mon[112578]: pgmap v17324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:31 smithi016 ceph-mon[96085]: pgmap v17324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:32.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:32.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:33.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:33.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:33 smithi098 ceph-mon[112578]: pgmap v17325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:33.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:33 smithi016 ceph-mon[96085]: pgmap v17325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:34.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:34.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:35.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:35.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:35 smithi098 ceph-mon[112578]: pgmap v17326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:35.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:35 smithi016 ceph-mon[96085]: pgmap v17326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:36.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:36.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:37.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:37.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:37 smithi098 ceph-mon[112578]: pgmap v17327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:37.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:37 smithi016 ceph-mon[96085]: pgmap v17327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:38.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:38.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:39.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:39.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:39 smithi098 ceph-mon[112578]: pgmap v17328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:39.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:39 smithi016 ceph-mon[96085]: pgmap v17328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:40.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:40.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:41.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:41.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:41 smithi098 ceph-mon[112578]: pgmap v17329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:41.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:41 smithi016 ceph-mon[96085]: pgmap v17329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:42.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:42.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:43.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:43 smithi098 ceph-mon[112578]: pgmap v17330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:43.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:43.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:43 smithi016 ceph-mon[96085]: pgmap v17330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:44.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:44.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:44.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:18:44.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:18:45.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:45.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:45 smithi098 ceph-mon[112578]: pgmap v17331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:45.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:45 smithi016 ceph-mon[96085]: pgmap v17331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:46.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:46.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:47.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:47.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:47 smithi098 ceph-mon[112578]: pgmap v17332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:47.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:47 smithi016 ceph-mon[96085]: pgmap v17332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:48.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:48.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:49.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:49.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:49 smithi098 ceph-mon[112578]: pgmap v17333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:49.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:49 smithi016 ceph-mon[96085]: pgmap v17333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:50.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:50.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:51.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:51.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:51 smithi098 ceph-mon[112578]: pgmap v17334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:51.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:51 smithi016 ceph-mon[96085]: pgmap v17334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:52.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:52.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:53.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:53.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:53 smithi098 ceph-mon[112578]: pgmap v17335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:18:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:18:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:18:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:18:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:18:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:18:53.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:53 smithi016 ceph-mon[96085]: pgmap v17335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:18:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:18:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:18:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:18:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:18:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:18:54.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:54.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:55.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:55.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:55 smithi098 ceph-mon[112578]: pgmap v17336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:55.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:55 smithi016 ceph-mon[96085]: pgmap v17336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:56.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:56.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:57.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:57.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:57 smithi098 ceph-mon[112578]: pgmap v17337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:57.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:57 smithi016 ceph-mon[96085]: pgmap v17337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:58.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:58.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:59.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:18:59.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:59.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:59 smithi098 ceph-mon[112578]: pgmap v17338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:18:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:18:59.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:59 smithi016 ceph-mon[96085]: pgmap v17338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:18:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:19:00.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:00.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:01.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:01.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:01 smithi098 ceph-mon[112578]: pgmap v17339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:01.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:01 smithi016 ceph-mon[96085]: pgmap v17339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:02.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:02.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:03.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:03.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:03 smithi098 ceph-mon[112578]: pgmap v17340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:03.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:03 smithi016 ceph-mon[96085]: pgmap v17340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:04.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:04.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:05.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:05.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:05 smithi098 ceph-mon[112578]: pgmap v17341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:05.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:05 smithi016 ceph-mon[96085]: pgmap v17341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:06.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:06.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:07.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:07.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:07 smithi098 ceph-mon[112578]: pgmap v17342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:07.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:07 smithi016 ceph-mon[96085]: pgmap v17342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:08.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:08.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:09 smithi098 ceph-mon[112578]: pgmap v17343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:09.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:09.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:09.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:09 smithi016 ceph-mon[96085]: pgmap v17343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:10.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:10.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:11 smithi098 ceph-mon[112578]: pgmap v17344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:11.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:11.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:11.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:11 smithi016 ceph-mon[96085]: pgmap v17344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:12.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:12.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:13 smithi098 ceph-mon[112578]: pgmap v17345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:13.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:13.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:13.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:13 smithi016 ceph-mon[96085]: pgmap v17345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:14.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:19:14.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:14.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:14.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:19:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:15 smithi098 ceph-mon[112578]: pgmap v17346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:15.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:15.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:15.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:15 smithi016 ceph-mon[96085]: pgmap v17346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:16.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:16.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:17 smithi098 ceph-mon[112578]: pgmap v17347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:17.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:17.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:17.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:17 smithi016 ceph-mon[96085]: pgmap v17347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:18.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:18.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:19 smithi098 ceph-mon[112578]: pgmap v17348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:19.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:19 smithi016 ceph-mon[96085]: pgmap v17348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:19.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:19.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:20.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:20.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:21 smithi098 ceph-mon[112578]: pgmap v17349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:21 smithi016 ceph-mon[96085]: pgmap v17349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:21.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:21.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:22.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:22.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:23.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:23 smithi016 ceph-mon[96085]: pgmap v17350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:23.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:23.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:23.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:23 smithi098 ceph-mon[112578]: pgmap v17350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:24.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:24.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:25 smithi016 ceph-mon[96085]: pgmap v17351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:25.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:25.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:25.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:25 smithi098 ceph-mon[112578]: pgmap v17351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:26.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:26.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:27.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:27 smithi016 ceph-mon[96085]: pgmap v17352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:27.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:27.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:27.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:27 smithi098 ceph-mon[112578]: pgmap v17352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:28.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:28.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:29 smithi016 ceph-mon[96085]: pgmap v17353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:19:29.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:29.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:29 smithi098 ceph-mon[112578]: pgmap v17353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:19:30.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:30.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:31 smithi016 ceph-mon[96085]: pgmap v17354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:31.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:31.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:31.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:31 smithi098 ceph-mon[112578]: pgmap v17354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:32.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:32.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:33.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:33 smithi016 ceph-mon[96085]: pgmap v17355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:33.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:33.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:33.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:33 smithi098 ceph-mon[112578]: pgmap v17355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:34.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:34.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:35.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:35.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:35.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:35 smithi098 ceph-mon[112578]: pgmap v17356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:35.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:35 smithi016 ceph-mon[96085]: pgmap v17356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:36.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:36.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:37.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:37.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:37.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:37 smithi098 ceph-mon[112578]: pgmap v17357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:37.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:37 smithi016 ceph-mon[96085]: pgmap v17357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:38.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:38.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:39.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:39.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:39.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:39 smithi098 ceph-mon[112578]: pgmap v17358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:39.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:39 smithi016 ceph-mon[96085]: pgmap v17358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:40.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:40.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:41.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:41 smithi016 ceph-mon[96085]: pgmap v17359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:41.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:41.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:41.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:41 smithi098 ceph-mon[112578]: pgmap v17359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:42.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:42.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:43.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:43.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:43.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:43 smithi098 ceph-mon[112578]: pgmap v17360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:43 smithi016 ceph-mon[96085]: pgmap v17360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:44.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:44.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:44.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:19:44.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:19:45.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:45.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:45.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:45 smithi098 ceph-mon[112578]: pgmap v17361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:45.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:45 smithi016 ceph-mon[96085]: pgmap v17361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:46.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:46.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:47.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:47.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:47.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:47 smithi098 ceph-mon[112578]: pgmap v17362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:47.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:47 smithi016 ceph-mon[96085]: pgmap v17362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:48.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:48.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:49.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:49.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:49.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:49 smithi098 ceph-mon[112578]: pgmap v17363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:49.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:49 smithi016 ceph-mon[96085]: pgmap v17363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:50.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:50.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:51 smithi016 ceph-mon[96085]: pgmap v17364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:51.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:51.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:51.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:51 smithi098 ceph-mon[112578]: pgmap v17364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:52.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:52.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:53.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:53.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:53.736 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:53 smithi098 ceph-mon[112578]: pgmap v17365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:53.736 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:19:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:53 smithi016 ceph-mon[96085]: pgmap v17365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:19:54.585 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:19:54.585 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:19:54.586 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:19:54.586 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:19:54.586 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:19:54.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:54.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:54.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:19:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:19:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:19:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:19:54.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:19:55.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:55.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:55.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:55 smithi098 ceph-mon[112578]: pgmap v17366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:55.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:55 smithi016 ceph-mon[96085]: pgmap v17366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:56.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:56.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:57.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:57.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:57.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:57 smithi098 ceph-mon[112578]: pgmap v17367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:57.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:57 smithi016 ceph-mon[96085]: pgmap v17367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:58.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:58.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:59.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:19:59.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:59.643 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:59 smithi016 ceph-mon[96085]: pgmap v17368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:59.643 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:19:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:19:59.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:59 smithi098 ceph-mon[112578]: pgmap v17368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:19:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:20:00.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:00.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:00.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T06:20:00.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T06:20:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:01 smithi016 ceph-mon[96085]: pgmap v17369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:01.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:01.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:01.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:01 smithi098 ceph-mon[112578]: pgmap v17369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:02.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:02.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:03.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:03.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:03.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:03 smithi098 ceph-mon[112578]: pgmap v17370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:03 smithi016 ceph-mon[96085]: pgmap v17370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:04.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:04.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:05.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:05.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:05.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:05 smithi098 ceph-mon[112578]: pgmap v17371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:05.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:05 smithi016 ceph-mon[96085]: pgmap v17371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:06.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:06.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:07.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:07.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:07.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:07 smithi098 ceph-mon[112578]: pgmap v17372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:07.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:07 smithi016 ceph-mon[96085]: pgmap v17372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:08.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:08.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:09.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:09.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:09.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:09 smithi016 ceph-mon[96085]: pgmap v17373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:09.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:09 smithi098 ceph-mon[112578]: pgmap v17373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:10.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:10.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:11 smithi016 ceph-mon[96085]: pgmap v17374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:11.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:11.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:11.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:11 smithi098 ceph-mon[112578]: pgmap v17374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:12.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:12.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:13.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:13.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:13.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:13 smithi098 ceph-mon[112578]: pgmap v17375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:13.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:13 smithi016 ceph-mon[96085]: pgmap v17375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:14.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:14.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:14.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:20:14.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:20:15.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:15.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:15.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:15 smithi098 ceph-mon[112578]: pgmap v17376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:15.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:15 smithi016 ceph-mon[96085]: pgmap v17376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:16.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:16.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:17.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:17.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:17.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:17 smithi098 ceph-mon[112578]: pgmap v17377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:17 smithi016 ceph-mon[96085]: pgmap v17377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:18.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:18.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:19.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:19.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:19 smithi098 ceph-mon[112578]: pgmap v17378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:19.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:19 smithi016 ceph-mon[96085]: pgmap v17378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:20.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:20.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:21 smithi016 ceph-mon[96085]: pgmap v17379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:21.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:21.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:21.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:21 smithi098 ceph-mon[112578]: pgmap v17379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:22.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:22.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:23.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:23.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:23.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:23 smithi098 ceph-mon[112578]: pgmap v17380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:23.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:23 smithi016 ceph-mon[96085]: pgmap v17380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:24.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:24.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:25.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:25.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:25.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:25 smithi098 ceph-mon[112578]: pgmap v17381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:25.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:25 smithi016 ceph-mon[96085]: pgmap v17381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:26.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:26.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:27.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:27.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:27.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:27 smithi098 ceph-mon[112578]: pgmap v17382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:27.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:27 smithi016 ceph-mon[96085]: pgmap v17382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:28.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:28.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:29 smithi098 ceph-mon[112578]: pgmap v17383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:20:29.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:29 smithi016 ceph-mon[96085]: pgmap v17383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:20:29.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:29.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:30.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:30.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:31 smithi098 ceph-mon[112578]: pgmap v17384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:31.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:31 smithi016 ceph-mon[96085]: pgmap v17384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:31.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:31.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:32.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:32.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:33 smithi098 ceph-mon[112578]: pgmap v17385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:33.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:33 smithi016 ceph-mon[96085]: pgmap v17385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:33.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:33.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:34.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:34.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:35 smithi098 ceph-mon[112578]: pgmap v17386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:35.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:35 smithi016 ceph-mon[96085]: pgmap v17386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:35.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:35.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:36.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:36.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:37 smithi098 ceph-mon[112578]: pgmap v17387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:37.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:37 smithi016 ceph-mon[96085]: pgmap v17387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:37.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:37.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:38.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:38.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:39 smithi098 ceph-mon[112578]: pgmap v17388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:39.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:39 smithi016 ceph-mon[96085]: pgmap v17388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:39.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:39.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:40.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:40.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:41 smithi098 ceph-mon[112578]: pgmap v17389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:41 smithi016 ceph-mon[96085]: pgmap v17389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:41.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:41.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:42.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:42.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:43 smithi098 ceph-mon[112578]: pgmap v17390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:43 smithi016 ceph-mon[96085]: pgmap v17390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:43.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:43.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:44.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:20:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:20:44.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:44.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:45 smithi098 ceph-mon[112578]: pgmap v17391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:45 smithi016 ceph-mon[96085]: pgmap v17391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:45.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:45.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:46.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:46.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:47 smithi098 ceph-mon[112578]: pgmap v17392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:47 smithi016 ceph-mon[96085]: pgmap v17392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:47.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:47.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:48.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:48.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:49 smithi098 ceph-mon[112578]: pgmap v17393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:49.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:49 smithi016 ceph-mon[96085]: pgmap v17393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:49.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:49.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:50.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:50.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:51 smithi098 ceph-mon[112578]: pgmap v17394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:51.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:51 smithi016 ceph-mon[96085]: pgmap v17394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:51.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:51.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:52.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:52.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:53.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:53 smithi098 ceph-mon[112578]: pgmap v17395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:53.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:53 smithi016 ceph-mon[96085]: pgmap v17395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:53.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:53.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:20:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:20:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:20:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:20:54.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:20:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:20:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:20:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:20:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:20:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:20:54.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:54.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:55 smithi098 ceph-mon[112578]: pgmap v17396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:20:55.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:55 smithi016 ceph-mon[96085]: pgmap v17396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:20:55.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:55.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:56.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:56.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:57 smithi098 ceph-mon[112578]: pgmap v17397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:57 smithi016 ceph-mon[96085]: pgmap v17397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:57.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:57.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:58.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:58.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:59.419 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:59 smithi098 ceph-mon[112578]: pgmap v17398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:59.419 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:20:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:20:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:59 smithi016 ceph-mon[96085]: pgmap v17398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:20:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:20:59.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:20:59.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:00.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:00.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:01 smithi098 ceph-mon[112578]: pgmap v17399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:01 smithi016 ceph-mon[96085]: pgmap v17399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:01.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:01.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:02.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:02.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:03 smithi098 ceph-mon[112578]: pgmap v17400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:03.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:03 smithi016 ceph-mon[96085]: pgmap v17400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:03.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:03.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:04.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:04.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:05 smithi098 ceph-mon[112578]: pgmap v17401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:05 smithi016 ceph-mon[96085]: pgmap v17401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:05.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:05.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:06.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:06.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:07.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:07 smithi098 ceph-mon[112578]: pgmap v17402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:07.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:07 smithi016 ceph-mon[96085]: pgmap v17402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:07.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:07.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:08.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:08.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:09.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:09 smithi098 ceph-mon[112578]: pgmap v17403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:09.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:09 smithi016 ceph-mon[96085]: pgmap v17403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:09.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:09.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:10.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:10.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:11.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:11 smithi098 ceph-mon[112578]: pgmap v17404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:11 smithi016 ceph-mon[96085]: pgmap v17404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:11.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:11.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:12.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:12.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:13 smithi098 ceph-mon[112578]: pgmap v17405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:13 smithi016 ceph-mon[96085]: pgmap v17405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:13.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:13.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:14.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:21:14.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:21:14.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:14.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:15 smithi098 ceph-mon[112578]: pgmap v17406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:15.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:15 smithi016 ceph-mon[96085]: pgmap v17406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:15.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:15.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:16.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:16.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:17.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:17 smithi098 ceph-mon[112578]: pgmap v17407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:17 smithi016 ceph-mon[96085]: pgmap v17407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:17.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:17.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:18.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:18.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:19.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:19 smithi098 ceph-mon[112578]: pgmap v17408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:19 smithi016 ceph-mon[96085]: pgmap v17408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:19.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:19.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:20.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:20.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:21 smithi098 ceph-mon[112578]: pgmap v17409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:21.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:21 smithi016 ceph-mon[96085]: pgmap v17409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:21.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:21.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:22.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:22.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:23 smithi098 ceph-mon[112578]: pgmap v17410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:23.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:23 smithi016 ceph-mon[96085]: pgmap v17410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:23.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:23.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:24.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:24.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:25.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:25 smithi098 ceph-mon[112578]: pgmap v17411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:25 smithi016 ceph-mon[96085]: pgmap v17411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:25.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:25.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:26.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:26.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:27 smithi098 ceph-mon[112578]: pgmap v17412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:27 smithi016 ceph-mon[96085]: pgmap v17412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:27.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:27.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:28.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:28.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:29 smithi098 ceph-mon[112578]: pgmap v17413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:21:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:29 smithi016 ceph-mon[96085]: pgmap v17413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:21:29.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:29.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:30.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:30.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:31 smithi098 ceph-mon[112578]: pgmap v17414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:31 smithi016 ceph-mon[96085]: pgmap v17414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:31.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:31.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:32.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:32.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:33 smithi098 ceph-mon[112578]: pgmap v17415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:33 smithi016 ceph-mon[96085]: pgmap v17415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:33.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:33.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:34.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:34.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:35 smithi098 ceph-mon[112578]: pgmap v17416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:35 smithi016 ceph-mon[96085]: pgmap v17416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:35.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:35.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:36.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:36.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:37 smithi098 ceph-mon[112578]: pgmap v17417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:37 smithi016 ceph-mon[96085]: pgmap v17417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:37.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:37.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:38.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:38.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:39.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:39 smithi098 ceph-mon[112578]: pgmap v17418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:39 smithi016 ceph-mon[96085]: pgmap v17418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:39.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:39.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:40.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:40.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:41 smithi098 ceph-mon[112578]: pgmap v17419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:41 smithi016 ceph-mon[96085]: pgmap v17419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:41.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:41.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:42.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:42.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:43 smithi098 ceph-mon[112578]: pgmap v17420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:43 smithi016 ceph-mon[96085]: pgmap v17420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:43.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:43.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:44.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:21:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:21:44.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:44.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:45 smithi098 ceph-mon[112578]: pgmap v17421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:45 smithi016 ceph-mon[96085]: pgmap v17421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:45.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:45.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:46.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:46.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:47.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:47 smithi098 ceph-mon[112578]: pgmap v17422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:47 smithi016 ceph-mon[96085]: pgmap v17422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:47.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:47.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:48.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:48.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:49.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:49 smithi098 ceph-mon[112578]: pgmap v17423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:49 smithi016 ceph-mon[96085]: pgmap v17423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:49.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:49.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:50.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:50.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:51.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:51 smithi098 ceph-mon[112578]: pgmap v17424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:51.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:51 smithi016 ceph-mon[96085]: pgmap v17424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:51.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:51.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:52.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:52.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:53 smithi098 ceph-mon[112578]: pgmap v17425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:53 smithi016 ceph-mon[96085]: pgmap v17425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:53.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:53.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:54.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:54.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:55 smithi098 ceph-mon[112578]: pgmap v17426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:21:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:21:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:21:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:21:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:21:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:21:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:55 smithi016 ceph-mon[96085]: pgmap v17426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:21:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:21:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:21:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:21:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:21:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:21:55.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:55.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:56.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:56.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:57 smithi098 ceph-mon[112578]: pgmap v17427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:57 smithi016 ceph-mon[96085]: pgmap v17427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:57.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:57.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:58.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:58.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:59 smithi098 ceph-mon[112578]: pgmap v17428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:21:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:21:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:59 smithi016 ceph-mon[96085]: pgmap v17428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:21:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:21:59.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:21:59.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:00.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:00.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:01.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:01 smithi098 ceph-mon[112578]: pgmap v17429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:01 smithi016 ceph-mon[96085]: pgmap v17429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:01.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:01.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:02.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:02.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:03.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:03 smithi098 ceph-mon[112578]: pgmap v17430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:03 smithi016 ceph-mon[96085]: pgmap v17430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:03.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:03.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:04.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:04.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:05 smithi098 ceph-mon[112578]: pgmap v17431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:05 smithi016 ceph-mon[96085]: pgmap v17431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:05.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:05.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:06.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:06.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:07 smithi016 ceph-mon[96085]: pgmap v17432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:07.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:07 smithi098 ceph-mon[112578]: pgmap v17432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:07.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:07.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:08.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:08.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:09 smithi016 ceph-mon[96085]: pgmap v17433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:09.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:09 smithi098 ceph-mon[112578]: pgmap v17433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:09.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:09.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:10.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:10.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:11 smithi016 ceph-mon[96085]: pgmap v17434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:11.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:11 smithi098 ceph-mon[112578]: pgmap v17434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:11.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:11.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:12.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:12.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:13 smithi016 ceph-mon[96085]: pgmap v17435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:13.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:13 smithi098 ceph-mon[112578]: pgmap v17435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:13.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:13.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:22:14.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:22:14.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:14.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:15 smithi098 ceph-mon[112578]: pgmap v17436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:15 smithi016 ceph-mon[96085]: pgmap v17436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:15.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:15.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:16.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:16.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:17.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:17 smithi098 ceph-mon[112578]: pgmap v17437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:17 smithi016 ceph-mon[96085]: pgmap v17437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:17.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:17.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:18.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:18.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:19 smithi098 ceph-mon[112578]: pgmap v17438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:19.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:19 smithi016 ceph-mon[96085]: pgmap v17438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:19.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:19.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:20.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:20.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:21 smithi016 ceph-mon[96085]: pgmap v17439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:21.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:21 smithi098 ceph-mon[112578]: pgmap v17439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:21.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:21.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:22.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:22.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:23.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:23 smithi098 ceph-mon[112578]: pgmap v17440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:23.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:23 smithi016 ceph-mon[96085]: pgmap v17440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:23.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:23.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:24.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:24.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:25.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:25 smithi098 ceph-mon[112578]: pgmap v17441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:25.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:25 smithi016 ceph-mon[96085]: pgmap v17441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:25.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:25.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:26.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:26.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:27.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:27 smithi098 ceph-mon[112578]: pgmap v17442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:27.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:27 smithi016 ceph-mon[96085]: pgmap v17442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:27.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:27.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:28.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:28.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:29.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:29 smithi098 ceph-mon[112578]: pgmap v17443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:22:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:29 smithi016 ceph-mon[96085]: pgmap v17443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:22:29.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:29.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:30.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:30.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:31 smithi016 ceph-mon[96085]: pgmap v17444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:31 smithi098 ceph-mon[112578]: pgmap v17444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:31.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:31.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:32.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:32.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:33.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:33 smithi098 ceph-mon[112578]: pgmap v17445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:33 smithi016 ceph-mon[96085]: pgmap v17445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:33.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:33.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:34.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:34.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:35 smithi098 ceph-mon[112578]: pgmap v17446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:35.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:35 smithi016 ceph-mon[96085]: pgmap v17446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:35.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:35.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:36.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:36.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:37 smithi098 ceph-mon[112578]: pgmap v17447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:37 smithi016 ceph-mon[96085]: pgmap v17447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:37.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:37.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:38.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:38.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:39.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:39 smithi098 ceph-mon[112578]: pgmap v17448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:39 smithi016 ceph-mon[96085]: pgmap v17448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:39.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:39.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:40.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:40.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:41.495 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:41 smithi016 ceph-mon[96085]: pgmap v17449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:41 smithi098 ceph-mon[112578]: pgmap v17449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:41.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:41.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:42.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:42.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:43 smithi098 ceph-mon[112578]: pgmap v17450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:43 smithi016 ceph-mon[96085]: pgmap v17450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:43.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:43.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:22:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:22:44.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:44.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:45 smithi098 ceph-mon[112578]: pgmap v17451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:45 smithi016 ceph-mon[96085]: pgmap v17451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:45.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:45.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:46.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:46.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:47.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:47 smithi098 ceph-mon[112578]: pgmap v17452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:47.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:47 smithi016 ceph-mon[96085]: pgmap v17452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:47.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:47.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:48.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:48.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:49.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:49 smithi098 ceph-mon[112578]: pgmap v17453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:49.778 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:49 smithi016 ceph-mon[96085]: pgmap v17453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:49.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:49.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:50.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:50.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:51 smithi016 ceph-mon[96085]: pgmap v17454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:51 smithi098 ceph-mon[112578]: pgmap v17454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:51.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:51.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:52.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:52.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:53 smithi098 ceph-mon[112578]: pgmap v17455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:53 smithi016 ceph-mon[96085]: pgmap v17455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:53.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:53.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:54.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:54.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:55.633 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:55 smithi098 ceph-mon[112578]: pgmap v17456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:55.634 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:22:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:55 smithi016 ceph-mon[96085]: pgmap v17456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:22:55.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:55.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:56.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:56.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:57 smithi098 ceph-mon[112578]: pgmap v17457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:57 smithi016 ceph-mon[96085]: pgmap v17457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:57.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:57.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:58.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:58.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:59.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:58 smithi098 ceph-mon[112578]: pgmap v17458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:22:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:22:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:22:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:22:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:22:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:22:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:22:59.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:22:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:22:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:58 smithi016 ceph-mon[96085]: pgmap v17458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:22:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:22:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:22:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:22:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:22:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:22:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:22:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:22:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:22:59.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:22:59.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:00.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:00.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:01.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:00 smithi098 ceph-mon[112578]: pgmap v17459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:00 smithi016 ceph-mon[96085]: pgmap v17459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:01.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:01.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:02.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:02.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:02 smithi098 ceph-mon[112578]: pgmap v17460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:02 smithi016 ceph-mon[96085]: pgmap v17460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:03.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:03.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:04.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:04.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:05.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:05 smithi098 ceph-mon[112578]: pgmap v17461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:05 smithi016 ceph-mon[96085]: pgmap v17461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:05.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:05.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:06.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:06.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:07 smithi098 ceph-mon[112578]: pgmap v17462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:07 smithi016 ceph-mon[96085]: pgmap v17462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:07.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:07.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:08.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:08.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:09 smithi098 ceph-mon[112578]: pgmap v17463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:09 smithi016 ceph-mon[96085]: pgmap v17463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:09.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:09.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:10.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:10.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:11 smithi098 ceph-mon[112578]: pgmap v17464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:11 smithi016 ceph-mon[96085]: pgmap v17464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:11.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:11.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:12.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:12.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:13.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:13 smithi098 ceph-mon[112578]: pgmap v17465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:13 smithi016 ceph-mon[96085]: pgmap v17465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:13.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:13.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:23:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:23:14.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:14.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:15.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:15 smithi098 ceph-mon[112578]: pgmap v17466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:15 smithi016 ceph-mon[96085]: pgmap v17466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:15.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:15.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:16.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:16.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:17 smithi098 ceph-mon[112578]: pgmap v17467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:17 smithi016 ceph-mon[96085]: pgmap v17467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:17.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:17.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:18.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:18.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:19 smithi098 ceph-mon[112578]: pgmap v17468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:19 smithi016 ceph-mon[96085]: pgmap v17468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:19.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:19.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:20.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:20.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:21.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:21 smithi098 ceph-mon[112578]: pgmap v17469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:21 smithi016 ceph-mon[96085]: pgmap v17469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:21.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:21.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:22.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:22.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:23 smithi098 ceph-mon[112578]: pgmap v17470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:23 smithi016 ceph-mon[96085]: pgmap v17470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:23.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:23.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:24.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:24.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:25 smithi098 ceph-mon[112578]: pgmap v17471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:25 smithi016 ceph-mon[96085]: pgmap v17471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:25.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:25.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:26.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:26.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:27 smithi016 ceph-mon[96085]: pgmap v17472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:27 smithi098 ceph-mon[112578]: pgmap v17472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:27.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:27.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:28.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:28.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:29.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:29 smithi098 ceph-mon[112578]: pgmap v17473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:23:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:29 smithi016 ceph-mon[96085]: pgmap v17473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:23:29.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:29.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:30.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:30.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:31.262 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:31 smithi098 ceph-mon[112578]: pgmap v17474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:31 smithi016 ceph-mon[96085]: pgmap v17474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:31.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:31.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:32.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:32.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:33 smithi098 ceph-mon[112578]: pgmap v17475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:33 smithi016 ceph-mon[96085]: pgmap v17475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:33.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:33.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:34.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:34.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:35 smithi098 ceph-mon[112578]: pgmap v17476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:35 smithi016 ceph-mon[96085]: pgmap v17476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:35.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:35.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:36.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:36.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:37.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:37 smithi098 ceph-mon[112578]: pgmap v17477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:37 smithi016 ceph-mon[96085]: pgmap v17477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:37.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:37.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:38.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:38.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:39 smithi098 ceph-mon[112578]: pgmap v17478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:39 smithi016 ceph-mon[96085]: pgmap v17478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:39.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:39.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:40.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:40.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:41.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:41 smithi098 ceph-mon[112578]: pgmap v17479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:41 smithi016 ceph-mon[96085]: pgmap v17479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:41.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:41.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:42.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:42.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:43 smithi098 ceph-mon[112578]: pgmap v17480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:43 smithi016 ceph-mon[96085]: pgmap v17480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:43.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:43.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:23:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:23:44.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:44.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:45 smithi098 ceph-mon[112578]: pgmap v17481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:45 smithi016 ceph-mon[96085]: pgmap v17481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:45.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:45.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:46.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:46.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:47 smithi098 ceph-mon[112578]: pgmap v17482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:47 smithi016 ceph-mon[96085]: pgmap v17482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:47.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:47.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:48.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:48.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:49 smithi098 ceph-mon[112578]: pgmap v17483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:49 smithi016 ceph-mon[96085]: pgmap v17483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:49.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:49.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:50.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:50.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:51 smithi098 ceph-mon[112578]: pgmap v17484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:51.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:51 smithi016 ceph-mon[96085]: pgmap v17484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:51.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:51.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:52.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:52.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:53 smithi098 ceph-mon[112578]: pgmap v17485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:53 smithi016 ceph-mon[96085]: pgmap v17485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:54.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:54.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:55.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:55.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:55.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:55 smithi098 ceph-mon[112578]: pgmap v17486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:55 smithi016 ceph-mon[96085]: pgmap v17486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:56.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:56.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:57.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:57.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:57.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:57 smithi098 ceph-mon[112578]: pgmap v17487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:57 smithi016 ceph-mon[96085]: pgmap v17487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:58.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:58.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:59.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:23:59.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:59 smithi098 ceph-mon[112578]: pgmap v17488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:23:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:23:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:23:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:59 smithi016 ceph-mon[96085]: pgmap v17488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:23:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:23:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:24:00.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:00.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:01.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:01.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:01 smithi098 ceph-mon[112578]: pgmap v17489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:01 smithi016 ceph-mon[96085]: pgmap v17489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:02.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:02.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:03.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:03.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:03 smithi098 ceph-mon[112578]: pgmap v17490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:03 smithi016 ceph-mon[96085]: pgmap v17490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:04.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:04.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:24:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:24:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:24:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:24:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:24:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:24:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:24:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:24:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:24:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:24:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:24:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:24:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:24:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:24:05.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:05.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:05.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:05 smithi098 ceph-mon[112578]: pgmap v17491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:05 smithi016 ceph-mon[96085]: pgmap v17491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:06.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:06.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:07.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:07.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:07.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:07 smithi098 ceph-mon[112578]: pgmap v17492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:07 smithi016 ceph-mon[96085]: pgmap v17492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:08.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:08.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:09.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:09.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:09.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:09 smithi098 ceph-mon[112578]: pgmap v17493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:09 smithi016 ceph-mon[96085]: pgmap v17493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:10.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:10.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:11.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:11.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:11 smithi016 ceph-mon[96085]: pgmap v17494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:11 smithi098 ceph-mon[112578]: pgmap v17494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:12.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:12.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:13.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:13.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:13 smithi098 ceph-mon[112578]: pgmap v17495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:24:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:13 smithi016 ceph-mon[96085]: pgmap v17495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:24:14.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:14.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:15.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:15.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:15.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:15 smithi098 ceph-mon[112578]: pgmap v17496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:15 smithi016 ceph-mon[96085]: pgmap v17496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:16.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:16.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:17.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:17.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:17 smithi098 ceph-mon[112578]: pgmap v17497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:17 smithi016 ceph-mon[96085]: pgmap v17497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:18.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:18.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:19.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:19.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:19 smithi098 ceph-mon[112578]: pgmap v17498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:19 smithi016 ceph-mon[96085]: pgmap v17498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:20.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:20.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:21.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:21.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:21 smithi098 ceph-mon[112578]: pgmap v17499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:21 smithi016 ceph-mon[96085]: pgmap v17499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:22.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:22.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:23.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:23.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:23.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:23 smithi098 ceph-mon[112578]: pgmap v17500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:23 smithi016 ceph-mon[96085]: pgmap v17500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:24.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:24.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:25.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:25.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:25 smithi098 ceph-mon[112578]: pgmap v17501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:25 smithi016 ceph-mon[96085]: pgmap v17501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:26.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:26.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:27.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:27.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:27.710 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:27 smithi016 ceph-mon[96085]: pgmap v17502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:27.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:27 smithi098 ceph-mon[112578]: pgmap v17502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:28.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:28.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:29.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:29.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:29 smithi098 ceph-mon[112578]: pgmap v17503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:24:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:29 smithi016 ceph-mon[96085]: pgmap v17503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:24:30.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:30.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:31.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:31.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:31 smithi098 ceph-mon[112578]: pgmap v17504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:31 smithi016 ceph-mon[96085]: pgmap v17504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:32.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:32.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:33.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:33.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:33 smithi098 ceph-mon[112578]: pgmap v17505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:33 smithi016 ceph-mon[96085]: pgmap v17505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:34.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:34.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:35.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:35.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:35 smithi098 ceph-mon[112578]: pgmap v17506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:35 smithi016 ceph-mon[96085]: pgmap v17506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:36.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:36.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:37.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:37.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:37 smithi098 ceph-mon[112578]: pgmap v17507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:37 smithi016 ceph-mon[96085]: pgmap v17507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:38.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:38.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:39.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:39.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:39 smithi098 ceph-mon[112578]: pgmap v17508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:39 smithi016 ceph-mon[96085]: pgmap v17508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:40.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:40.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:41.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:41.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:41 smithi098 ceph-mon[112578]: pgmap v17509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:41 smithi016 ceph-mon[96085]: pgmap v17509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:42.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:42.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:43.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:43.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:43 smithi098 ceph-mon[112578]: pgmap v17510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:43 smithi016 ceph-mon[96085]: pgmap v17510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:44.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:44.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:44.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:24:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:24:45.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:45.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:45.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:45 smithi098 ceph-mon[112578]: pgmap v17511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:45 smithi016 ceph-mon[96085]: pgmap v17511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:46.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:46.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:47.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:47.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:47 smithi098 ceph-mon[112578]: pgmap v17512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:47 smithi016 ceph-mon[96085]: pgmap v17512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:48.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:48.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:49.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:49.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:49 smithi098 ceph-mon[112578]: pgmap v17513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:49 smithi016 ceph-mon[96085]: pgmap v17513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:50.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:50.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:51.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:51.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:51 smithi098 ceph-mon[112578]: pgmap v17514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:51 smithi016 ceph-mon[96085]: pgmap v17514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:52.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:52.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:53.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:53.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:53 smithi016 ceph-mon[96085]: pgmap v17515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:53 smithi098 ceph-mon[112578]: pgmap v17515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:54.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:54.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:55.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:55.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:55 smithi098 ceph-mon[112578]: pgmap v17516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:55 smithi016 ceph-mon[96085]: pgmap v17516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:56.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:56.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:57.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:57.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:57 smithi098 ceph-mon[112578]: pgmap v17517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:57 smithi016 ceph-mon[96085]: pgmap v17517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:58.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:58.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:59.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:24:59.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:59 smithi098 ceph-mon[112578]: pgmap v17518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:24:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:24:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:59 smithi016 ceph-mon[96085]: pgmap v17518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:24:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:25:00.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:00.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:01.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:01.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:01 smithi098 ceph-mon[112578]: pgmap v17519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:01 smithi016 ceph-mon[96085]: pgmap v17519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:02.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:02.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:03.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:03.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:03 smithi098 ceph-mon[112578]: pgmap v17520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:03 smithi016 ceph-mon[96085]: pgmap v17520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:04.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:04.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:25:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:25:05.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:05.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:05 smithi098 ceph-mon[112578]: pgmap v17521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:25:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:25:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:25:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:25:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:25:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:05 smithi016 ceph-mon[96085]: pgmap v17521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:25:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:25:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:25:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:25:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:25:06.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:06.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:07.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:07.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:07 smithi098 ceph-mon[112578]: pgmap v17522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:07 smithi016 ceph-mon[96085]: pgmap v17522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:08.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:08.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:09.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:09.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:09 smithi098 ceph-mon[112578]: pgmap v17523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:09 smithi016 ceph-mon[96085]: pgmap v17523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:10.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:10.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:11.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:11.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:11 smithi098 ceph-mon[112578]: pgmap v17524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:11 smithi016 ceph-mon[96085]: pgmap v17524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:12.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:12.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:13.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:13.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:13 smithi098 ceph-mon[112578]: pgmap v17525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:13 smithi016 ceph-mon[96085]: pgmap v17525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:14.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:14.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:25:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:25:15.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:15.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:15 smithi098 ceph-mon[112578]: pgmap v17526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:15 smithi016 ceph-mon[96085]: pgmap v17526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:16.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:16.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:17.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:17.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:17 smithi098 ceph-mon[112578]: pgmap v17527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:17 smithi016 ceph-mon[96085]: pgmap v17527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:18.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:18.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:19.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:19.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:19 smithi098 ceph-mon[112578]: pgmap v17528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:19 smithi016 ceph-mon[96085]: pgmap v17528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:20.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:20.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:21.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:21.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:21.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:21 smithi098 ceph-mon[112578]: pgmap v17529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:21 smithi016 ceph-mon[96085]: pgmap v17529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:22.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:22.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:23.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:23.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:23 smithi098 ceph-mon[112578]: pgmap v17530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:23 smithi016 ceph-mon[96085]: pgmap v17530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:24.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:24.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:25.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:25.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:25 smithi098 ceph-mon[112578]: pgmap v17531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:25 smithi016 ceph-mon[96085]: pgmap v17531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:26.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:26.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:27.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:27.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:27 smithi098 ceph-mon[112578]: pgmap v17532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:27 smithi016 ceph-mon[96085]: pgmap v17532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:28.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:28.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:29.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:29.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:29 smithi098 ceph-mon[112578]: pgmap v17533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:25:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:29 smithi016 ceph-mon[96085]: pgmap v17533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:25:30.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:30.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:31.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:31.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:31.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:31 smithi098 ceph-mon[112578]: pgmap v17534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:31 smithi016 ceph-mon[96085]: pgmap v17534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:32.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:32.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:33.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:33.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:33.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:33 smithi098 ceph-mon[112578]: pgmap v17535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:33 smithi016 ceph-mon[96085]: pgmap v17535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:34.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:34.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:35.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:35.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:35.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:35 smithi098 ceph-mon[112578]: pgmap v17536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:35 smithi016 ceph-mon[96085]: pgmap v17536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:36.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:36.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:37.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:37.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:37 smithi016 ceph-mon[96085]: pgmap v17537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:37 smithi098 ceph-mon[112578]: pgmap v17537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:38.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:38.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:39.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:39.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:39 smithi016 ceph-mon[96085]: pgmap v17538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:39 smithi098 ceph-mon[112578]: pgmap v17538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:40.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:40.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:41.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:41.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:41 smithi016 ceph-mon[96085]: pgmap v17539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:41 smithi098 ceph-mon[112578]: pgmap v17539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:42.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:42.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:43.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:43.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:43 smithi016 ceph-mon[96085]: pgmap v17540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:43 smithi098 ceph-mon[112578]: pgmap v17540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:44.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:44.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:25:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:25:45.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:45.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:45 smithi098 ceph-mon[112578]: pgmap v17541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:45 smithi016 ceph-mon[96085]: pgmap v17541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:46.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:46.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:47.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:47.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:47 smithi098 ceph-mon[112578]: pgmap v17542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:47 smithi016 ceph-mon[96085]: pgmap v17542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:48.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:48.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:49.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:49.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:49 smithi098 ceph-mon[112578]: pgmap v17543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:49 smithi016 ceph-mon[96085]: pgmap v17543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:50.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:50.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:51.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:51.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:51 smithi016 ceph-mon[96085]: pgmap v17544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:51 smithi098 ceph-mon[112578]: pgmap v17544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:52.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:52.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:53.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:53.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:53.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:53 smithi016 ceph-mon[96085]: pgmap v17545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:53 smithi098 ceph-mon[112578]: pgmap v17545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:54.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:54.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:55.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:55.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:55 smithi098 ceph-mon[112578]: pgmap v17546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:55 smithi016 ceph-mon[96085]: pgmap v17546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:56.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:56.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:57.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:57.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:57 smithi098 ceph-mon[112578]: pgmap v17547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:57 smithi016 ceph-mon[96085]: pgmap v17547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:58.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:58.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:59.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:25:59.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:59 smithi098 ceph-mon[112578]: pgmap v17548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:25:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:25:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:59 smithi016 ceph-mon[96085]: pgmap v17548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:25:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:26:00.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:00.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:01.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:01.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:01 smithi016 ceph-mon[96085]: pgmap v17549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:01.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:01 smithi098 ceph-mon[112578]: pgmap v17549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:02.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:02.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:03.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:03.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:03 smithi098 ceph-mon[112578]: pgmap v17550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:03 smithi016 ceph-mon[96085]: pgmap v17550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:04.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:04.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:05.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:05.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:05 smithi098 ceph-mon[112578]: pgmap v17551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:26:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:26:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:26:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:05 smithi016 ceph-mon[96085]: pgmap v17551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:26:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:26:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:26:06.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:06.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:26:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:26:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:26:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:26:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:26:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:26:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:26:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:26:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:26:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:26:07.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:07.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:07 smithi098 ceph-mon[112578]: pgmap v17552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:07 smithi016 ceph-mon[96085]: pgmap v17552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:08.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:08.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:09.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:09.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:09 smithi098 ceph-mon[112578]: pgmap v17553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:09 smithi016 ceph-mon[96085]: pgmap v17553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:10.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:10.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:11.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:11.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:11 smithi098 ceph-mon[112578]: pgmap v17554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:11 smithi016 ceph-mon[96085]: pgmap v17554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:12.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:12.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:13.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:13.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:13 smithi098 ceph-mon[112578]: pgmap v17555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:26:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:13 smithi016 ceph-mon[96085]: pgmap v17555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:26:14.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:14.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:15.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:15.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:15 smithi098 ceph-mon[112578]: pgmap v17556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:15 smithi016 ceph-mon[96085]: pgmap v17556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:16.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:16.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:17.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:17.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:17.730 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:17 smithi098 ceph-mon[112578]: pgmap v17557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:17 smithi016 ceph-mon[96085]: pgmap v17557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:18.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:18.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:19.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:19.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:19 smithi098 ceph-mon[112578]: pgmap v17558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:19 smithi016 ceph-mon[96085]: pgmap v17558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:20.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:20.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:21.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:21.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:21.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:21 smithi098 ceph-mon[112578]: pgmap v17559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:21 smithi016 ceph-mon[96085]: pgmap v17559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:22.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:22.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:23.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:23.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:23 smithi098 ceph-mon[112578]: pgmap v17560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:23 smithi016 ceph-mon[96085]: pgmap v17560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:24.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:24.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:25.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:25.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:25 smithi098 ceph-mon[112578]: pgmap v17561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:25 smithi016 ceph-mon[96085]: pgmap v17561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:26.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:26.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:27.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:27.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:27 smithi098 ceph-mon[112578]: pgmap v17562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:27 smithi016 ceph-mon[96085]: pgmap v17562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:28.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:28.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:29.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:29.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:29 smithi098 ceph-mon[112578]: pgmap v17563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:26:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:29 smithi016 ceph-mon[96085]: pgmap v17563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:26:30.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:30.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:31.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:31.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:31 smithi098 ceph-mon[112578]: pgmap v17564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:31 smithi016 ceph-mon[96085]: pgmap v17564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:32.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:32.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:33.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:33.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:33 smithi098 ceph-mon[112578]: pgmap v17565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:33 smithi016 ceph-mon[96085]: pgmap v17565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:34.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:34.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:35.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:35.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:35 smithi098 ceph-mon[112578]: pgmap v17566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:35 smithi016 ceph-mon[96085]: pgmap v17566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:36.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:36.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:37.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:37.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:37 smithi098 ceph-mon[112578]: pgmap v17567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:37 smithi016 ceph-mon[96085]: pgmap v17567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:38.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:38.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:39.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:39.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:39 smithi098 ceph-mon[112578]: pgmap v17568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:39 smithi016 ceph-mon[96085]: pgmap v17568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:40.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:40.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:41.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:41.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:41 smithi098 ceph-mon[112578]: pgmap v17569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:41 smithi016 ceph-mon[96085]: pgmap v17569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:42.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:42.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:43 smithi098 ceph-mon[112578]: pgmap v17570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:43.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:43.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:43 smithi016 ceph-mon[96085]: pgmap v17570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:44.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:44.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:26:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:26:45.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:45.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:45 smithi098 ceph-mon[112578]: pgmap v17571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:45 smithi016 ceph-mon[96085]: pgmap v17571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:46.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:46.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:47.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:47.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:47 smithi098 ceph-mon[112578]: pgmap v17572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:47 smithi016 ceph-mon[96085]: pgmap v17572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:48.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:48.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:49.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:49.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:49 smithi098 ceph-mon[112578]: pgmap v17573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:49 smithi016 ceph-mon[96085]: pgmap v17573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:50.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:50.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:51.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:51.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:51 smithi098 ceph-mon[112578]: pgmap v17574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:51 smithi016 ceph-mon[96085]: pgmap v17574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:52.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:52.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:53.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:53.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:53 smithi098 ceph-mon[112578]: pgmap v17575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:53 smithi016 ceph-mon[96085]: pgmap v17575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:54.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:54.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:55.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:55.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:55 smithi098 ceph-mon[112578]: pgmap v17576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:55 smithi016 ceph-mon[96085]: pgmap v17576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:56.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:56.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:57.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:57.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:57 smithi098 ceph-mon[112578]: pgmap v17577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:57 smithi016 ceph-mon[96085]: pgmap v17577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:58.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:58.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:59.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:26:59.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:59 smithi098 ceph-mon[112578]: pgmap v17578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:26:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:26:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:59 smithi016 ceph-mon[96085]: pgmap v17578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:26:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:27:00.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:00.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:01.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:01.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:01 smithi098 ceph-mon[112578]: pgmap v17579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:01 smithi016 ceph-mon[96085]: pgmap v17579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:02.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:02.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:03.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:03.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:03 smithi098 ceph-mon[112578]: pgmap v17580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:03 smithi016 ceph-mon[96085]: pgmap v17580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:04.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:04.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:05.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:05.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:05 smithi098 ceph-mon[112578]: pgmap v17581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:05 smithi016 ceph-mon[96085]: pgmap v17581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:06.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:06.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:27:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:27:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:27:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:27:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:27:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:27:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:27:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:27:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:27:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:27:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:27:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:27:07.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:07.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:07 smithi098 ceph-mon[112578]: pgmap v17582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:07 smithi016 ceph-mon[96085]: pgmap v17582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:08.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:08.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:09.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:09.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:09 smithi098 ceph-mon[112578]: pgmap v17583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:09 smithi016 ceph-mon[96085]: pgmap v17583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:10.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:10.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:11.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:11.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:11.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:11 smithi098 ceph-mon[112578]: pgmap v17584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:11 smithi016 ceph-mon[96085]: pgmap v17584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:12.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:12.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:13.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:13.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:13 smithi098 ceph-mon[112578]: pgmap v17585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:13.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:13 smithi016 ceph-mon[96085]: pgmap v17585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:14.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:14.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:27:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:27:15.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:15.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:15 smithi016 ceph-mon[96085]: pgmap v17586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:15 smithi098 ceph-mon[112578]: pgmap v17586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:16.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:16.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:17.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:17.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:17 smithi016 ceph-mon[96085]: pgmap v17587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:17 smithi098 ceph-mon[112578]: pgmap v17587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:18.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:18.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:19.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:19.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:19 smithi016 ceph-mon[96085]: pgmap v17588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:19 smithi098 ceph-mon[112578]: pgmap v17588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:20.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:20.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:21.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:21.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:21 smithi016 ceph-mon[96085]: pgmap v17589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:21.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:21 smithi098 ceph-mon[112578]: pgmap v17589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:22.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:22.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:23.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:23.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:23 smithi098 ceph-mon[112578]: pgmap v17590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:23 smithi016 ceph-mon[96085]: pgmap v17590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:24.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:24.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:25.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:25.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:25 smithi098 ceph-mon[112578]: pgmap v17591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:25 smithi016 ceph-mon[96085]: pgmap v17591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:26.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:26.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:27.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:27.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:27 smithi098 ceph-mon[112578]: pgmap v17592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:27 smithi016 ceph-mon[96085]: pgmap v17592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:28.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:28.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:29.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:29.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:29 smithi098 ceph-mon[112578]: pgmap v17593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:27:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:29 smithi016 ceph-mon[96085]: pgmap v17593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:27:30.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:30.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:31.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:31.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:31 smithi016 ceph-mon[96085]: pgmap v17594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:31 smithi098 ceph-mon[112578]: pgmap v17594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:32.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:32.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:33.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:33.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:33 smithi098 ceph-mon[112578]: pgmap v17595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:33 smithi016 ceph-mon[96085]: pgmap v17595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:34.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:34.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:35.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:35.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:35 smithi098 ceph-mon[112578]: pgmap v17596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:35 smithi016 ceph-mon[96085]: pgmap v17596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:36.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:36.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:37.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:37.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:37 smithi098 ceph-mon[112578]: pgmap v17597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:37 smithi016 ceph-mon[96085]: pgmap v17597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:38.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:38.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:39.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:39.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:39 smithi098 ceph-mon[112578]: pgmap v17598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:39 smithi016 ceph-mon[96085]: pgmap v17598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:40.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:40.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:41.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:41.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:41 smithi016 ceph-mon[96085]: pgmap v17599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:41 smithi098 ceph-mon[112578]: pgmap v17599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:42.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:42.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:43.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:43.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:43.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:43 smithi098 ceph-mon[112578]: pgmap v17600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:43 smithi016 ceph-mon[96085]: pgmap v17600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:44.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:44.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:27:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:27:45.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:45.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:45 smithi098 ceph-mon[112578]: pgmap v17601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:45 smithi016 ceph-mon[96085]: pgmap v17601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:46.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:46.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:47.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:47.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:47 smithi098 ceph-mon[112578]: pgmap v17602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:47 smithi016 ceph-mon[96085]: pgmap v17602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:48.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:48.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:49.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:49.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:49 smithi098 ceph-mon[112578]: pgmap v17603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:49 smithi016 ceph-mon[96085]: pgmap v17603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:50.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:50.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:51.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:51.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:51 smithi016 ceph-mon[96085]: pgmap v17604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:51 smithi098 ceph-mon[112578]: pgmap v17604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:52.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:52.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:53.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:53.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:53.728 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:53 smithi098 ceph-mon[112578]: pgmap v17605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:53 smithi016 ceph-mon[96085]: pgmap v17605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:54.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:54.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:55.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:55.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:55 smithi016 ceph-mon[96085]: pgmap v17606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:55 smithi098 ceph-mon[112578]: pgmap v17606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:56.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:56.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:57.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:57.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:57 smithi098 ceph-mon[112578]: pgmap v17607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:57 smithi016 ceph-mon[96085]: pgmap v17607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:58.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:58.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:59.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:27:59.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:59 smithi098 ceph-mon[112578]: pgmap v17608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:27:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:27:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:59 smithi016 ceph-mon[96085]: pgmap v17608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:27:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:28:00.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:00.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:01.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:01.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:01 smithi016 ceph-mon[96085]: pgmap v17609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:01 smithi098 ceph-mon[112578]: pgmap v17609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:02.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:02.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:03.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:03.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:03 smithi098 ceph-mon[112578]: pgmap v17610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:03 smithi016 ceph-mon[96085]: pgmap v17610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:04.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:04.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:05.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:05.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:05 smithi016 ceph-mon[96085]: pgmap v17611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:05 smithi098 ceph-mon[112578]: pgmap v17611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:06.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:06.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:28:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:28:07.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:07.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:07 smithi098 ceph-mon[112578]: pgmap v17612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:28:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:28:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:28:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:28:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:28:07.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:28:07.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:28:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:07 smithi016 ceph-mon[96085]: pgmap v17612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:28:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:28:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:28:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:28:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:28:07.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:28:07.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:28:08.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:08.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:09.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:09.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:09 smithi098 ceph-mon[112578]: pgmap v17613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:09 smithi016 ceph-mon[96085]: pgmap v17613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:10.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:10.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:11.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:11.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:11 smithi016 ceph-mon[96085]: pgmap v17614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:11 smithi098 ceph-mon[112578]: pgmap v17614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:12.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:12.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:13.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:13.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:13 smithi098 ceph-mon[112578]: pgmap v17615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:13 smithi016 ceph-mon[96085]: pgmap v17615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:14.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:14.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:28:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:28:15.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:15.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:15 smithi098 ceph-mon[112578]: pgmap v17616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:15 smithi016 ceph-mon[96085]: pgmap v17616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:16.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:16.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:17.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:17.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:17 smithi098 ceph-mon[112578]: pgmap v17617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:17 smithi016 ceph-mon[96085]: pgmap v17617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:18.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:18.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:19.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:19.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:19 smithi098 ceph-mon[112578]: pgmap v17618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:19 smithi016 ceph-mon[96085]: pgmap v17618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:20.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:20.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:21.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:21.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:21 smithi016 ceph-mon[96085]: pgmap v17619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:21 smithi098 ceph-mon[112578]: pgmap v17619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:22.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:22.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:23.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:23.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:23 smithi098 ceph-mon[112578]: pgmap v17620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:23 smithi016 ceph-mon[96085]: pgmap v17620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:24.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:24.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:25.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:25.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:25.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:25 smithi098 ceph-mon[112578]: pgmap v17621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:25 smithi016 ceph-mon[96085]: pgmap v17621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:26.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:26.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:27.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:27.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:27 smithi098 ceph-mon[112578]: pgmap v17622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:27 smithi016 ceph-mon[96085]: pgmap v17622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:28.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:28.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:29.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:29.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:29 smithi098 ceph-mon[112578]: pgmap v17623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:28:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:29 smithi016 ceph-mon[96085]: pgmap v17623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:28:30.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:30.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:31.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:31.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:31 smithi098 ceph-mon[112578]: pgmap v17624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:31 smithi016 ceph-mon[96085]: pgmap v17624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:32.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:32.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:33.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:33.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:33 smithi098 ceph-mon[112578]: pgmap v17625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:33 smithi016 ceph-mon[96085]: pgmap v17625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:34.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:34.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:35.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:35.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:35 smithi098 ceph-mon[112578]: pgmap v17626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:35 smithi016 ceph-mon[96085]: pgmap v17626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:36.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:36.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:37.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:37.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:37 smithi098 ceph-mon[112578]: pgmap v17627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:37 smithi016 ceph-mon[96085]: pgmap v17627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:38.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:38.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:39.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:39.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:39 smithi098 ceph-mon[112578]: pgmap v17628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:39 smithi016 ceph-mon[96085]: pgmap v17628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:40.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:40.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:41.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:41.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:41 smithi098 ceph-mon[112578]: pgmap v17629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:41 smithi016 ceph-mon[96085]: pgmap v17629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:42.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:42.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:43.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:43.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:43.512 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:43 smithi098 ceph-mon[112578]: pgmap v17630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:43 smithi016 ceph-mon[96085]: pgmap v17630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:44.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:44.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:28:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:28:45.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:45.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:45 smithi098 ceph-mon[112578]: pgmap v17631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:45 smithi016 ceph-mon[96085]: pgmap v17631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:46.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:46.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:47.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:47.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:47 smithi098 ceph-mon[112578]: pgmap v17632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:47 smithi016 ceph-mon[96085]: pgmap v17632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:48.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:48.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:49.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:49.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:49 smithi098 ceph-mon[112578]: pgmap v17633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:49 smithi016 ceph-mon[96085]: pgmap v17633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:50.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:50.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:51.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:51.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:51 smithi098 ceph-mon[112578]: pgmap v17634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:51 smithi016 ceph-mon[96085]: pgmap v17634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:52.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:52.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:53.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:53.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:53 smithi098 ceph-mon[112578]: pgmap v17635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:53 smithi016 ceph-mon[96085]: pgmap v17635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:54.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:54.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:55.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:55.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:55 smithi098 ceph-mon[112578]: pgmap v17636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:55 smithi016 ceph-mon[96085]: pgmap v17636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:56.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:56.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:57 smithi098 ceph-mon[112578]: pgmap v17637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:57.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:57.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:57 smithi016 ceph-mon[96085]: pgmap v17637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:58.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:58.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:59 smithi098 ceph-mon[112578]: pgmap v17638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:28:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:28:59.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:28:59.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:59 smithi016 ceph-mon[96085]: pgmap v17638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:28:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:29:00.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:00.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:01.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:01.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:01 smithi016 ceph-mon[96085]: pgmap v17639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:01 smithi098 ceph-mon[112578]: pgmap v17639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:02.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:02.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:03.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:03.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:03 smithi016 ceph-mon[96085]: pgmap v17640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:03 smithi098 ceph-mon[112578]: pgmap v17640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:04.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:04.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:05 smithi016 ceph-mon[96085]: pgmap v17641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:05.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:05.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:05 smithi098 ceph-mon[112578]: pgmap v17641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:06.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:06.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:07 smithi016 ceph-mon[96085]: pgmap v17642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:29:07.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:07.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:07.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:07 smithi098 ceph-mon[112578]: pgmap v17642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:07.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:29:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:29:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:29:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:29:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:29:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:29:08.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:08.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:29:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:29:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:29:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:29:08.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:29:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:09 smithi016 ceph-mon[96085]: pgmap v17643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:09.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:09.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:09 smithi098 ceph-mon[112578]: pgmap v17643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:10.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:10.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:11 smithi016 ceph-mon[96085]: pgmap v17644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:11.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:11.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:11 smithi098 ceph-mon[112578]: pgmap v17644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:12.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:12.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:13.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:13.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:13 smithi098 ceph-mon[112578]: pgmap v17645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:13 smithi016 ceph-mon[96085]: pgmap v17645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:14.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:14.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:14.563 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:29:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:29:15.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:15.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:15 smithi098 ceph-mon[112578]: pgmap v17646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:15 smithi016 ceph-mon[96085]: pgmap v17646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:16.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:16.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:17.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:17.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:17 smithi098 ceph-mon[112578]: pgmap v17647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:17 smithi016 ceph-mon[96085]: pgmap v17647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:18.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:18.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:19.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:19.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:19.614 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:19 smithi098 ceph-mon[112578]: pgmap v17648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:19 smithi016 ceph-mon[96085]: pgmap v17648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:20.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:20.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:21 smithi016 ceph-mon[96085]: pgmap v17649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:21.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:21.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:21 smithi098 ceph-mon[112578]: pgmap v17649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:22.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:22.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:23.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:23.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:23 smithi098 ceph-mon[112578]: pgmap v17650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:23 smithi016 ceph-mon[96085]: pgmap v17650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:24.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:24.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:25.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:25.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:25 smithi098 ceph-mon[112578]: pgmap v17651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:25 smithi016 ceph-mon[96085]: pgmap v17651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:26.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:26.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:27.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:27.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:27 smithi098 ceph-mon[112578]: pgmap v17652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:27 smithi016 ceph-mon[96085]: pgmap v17652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:28.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:28.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:29.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:29.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:29.719 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:29 smithi098 ceph-mon[112578]: pgmap v17653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:29.719 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:29:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:29 smithi016 ceph-mon[96085]: pgmap v17653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:29:30.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:30.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:31 smithi016 ceph-mon[96085]: pgmap v17654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:31.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:31.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:31 smithi098 ceph-mon[112578]: pgmap v17654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:32.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:32.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:33.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:33.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:33 smithi098 ceph-mon[112578]: pgmap v17655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:33 smithi016 ceph-mon[96085]: pgmap v17655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:34.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:34.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:35.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:35.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:35 smithi098 ceph-mon[112578]: pgmap v17656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:35 smithi016 ceph-mon[96085]: pgmap v17656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:36.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:36.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:37.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:37.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:37 smithi098 ceph-mon[112578]: pgmap v17657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:37 smithi016 ceph-mon[96085]: pgmap v17657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:38.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:38.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:39.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:39.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:39 smithi098 ceph-mon[112578]: pgmap v17658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:39 smithi016 ceph-mon[96085]: pgmap v17658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:40.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:40.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:41 smithi016 ceph-mon[96085]: pgmap v17659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:41.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:41.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:41 smithi098 ceph-mon[112578]: pgmap v17659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:42.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:42.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:43.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:43.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:43 smithi098 ceph-mon[112578]: pgmap v17660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:43 smithi016 ceph-mon[96085]: pgmap v17660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:44.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:44.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:29:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:29:45.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:45.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:45 smithi098 ceph-mon[112578]: pgmap v17661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:45 smithi016 ceph-mon[96085]: pgmap v17661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:46.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:46.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:47.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:47.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:47 smithi098 ceph-mon[112578]: pgmap v17662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:47 smithi016 ceph-mon[96085]: pgmap v17662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:48.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:48.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:49.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:49.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:49 smithi098 ceph-mon[112578]: pgmap v17663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:49 smithi016 ceph-mon[96085]: pgmap v17663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:50.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:50.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:51.408 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:51 smithi016 ceph-mon[96085]: pgmap v17664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:51.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:51.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:51 smithi098 ceph-mon[112578]: pgmap v17664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:52.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:52.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:53.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:53.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:53 smithi098 ceph-mon[112578]: pgmap v17665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:53 smithi016 ceph-mon[96085]: pgmap v17665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:54.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:54.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:55.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:55.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:55 smithi098 ceph-mon[112578]: pgmap v17666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:55 smithi016 ceph-mon[96085]: pgmap v17666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:56.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:56.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:57.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:57.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:57 smithi098 ceph-mon[112578]: pgmap v17667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:57 smithi016 ceph-mon[96085]: pgmap v17667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:58.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:58.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:59.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:29:59.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:59 smithi098 ceph-mon[112578]: pgmap v17668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:29:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:29:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:59 smithi016 ceph-mon[96085]: pgmap v17668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:29:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:30:00.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:00.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T06:30:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T06:30:01.524 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:01 smithi016 ceph-mon[96085]: pgmap v17669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:01.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:01.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:01 smithi098 ceph-mon[112578]: pgmap v17669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:02.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:02.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:03.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:03.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:03 smithi098 ceph-mon[112578]: pgmap v17670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:03 smithi016 ceph-mon[96085]: pgmap v17670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:04.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:04.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:05.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:05.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:05 smithi098 ceph-mon[112578]: pgmap v17671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:05 smithi016 ceph-mon[96085]: pgmap v17671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:06.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:06.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:07.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:07.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:07 smithi098 ceph-mon[112578]: pgmap v17672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:07 smithi016 ceph-mon[96085]: pgmap v17672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:08.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:08.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:30:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:30:09.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:09 smithi098 ceph-mon[112578]: pgmap v17673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:09.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:09.619 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:09 smithi016 ceph-mon[96085]: pgmap v17673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:09.620 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:09.620 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:09.620 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:09.620 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:09.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:09.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:10.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:10.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:11 smithi016 ceph-mon[96085]: pgmap v17674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:11.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:11.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:11.740 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:11 smithi098 ceph-mon[112578]: pgmap v17674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:12.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:12.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:13.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:13.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:13 smithi098 ceph-mon[112578]: pgmap v17675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:30:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:30:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:13.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:30:13.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:13.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:30:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:13 smithi016 ceph-mon[96085]: pgmap v17675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:30:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:30:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:30:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:30:13.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:30:14.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:14.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:15 smithi098 ceph-mon[112578]: pgmap v17676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:15.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:15.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:15 smithi016 ceph-mon[96085]: pgmap v17676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:16.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:16.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:17.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:17.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:17 smithi098 ceph-mon[112578]: pgmap v17677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:17 smithi016 ceph-mon[96085]: pgmap v17677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:18.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:18.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:19.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:19.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:19 smithi098 ceph-mon[112578]: pgmap v17678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:19 smithi016 ceph-mon[96085]: pgmap v17678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:20.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:20.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:21.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:21.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:21.753 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:21 smithi016 ceph-mon[96085]: pgmap v17679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:21 smithi098 ceph-mon[112578]: pgmap v17679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:22.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:22.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:23.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:23.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:23 smithi098 ceph-mon[112578]: pgmap v17680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:23 smithi016 ceph-mon[96085]: pgmap v17680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:24.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:24.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:25.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:25.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:25 smithi098 ceph-mon[112578]: pgmap v17681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:25 smithi016 ceph-mon[96085]: pgmap v17681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:26.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:26.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:27.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:27.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:27 smithi098 ceph-mon[112578]: pgmap v17682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:27 smithi016 ceph-mon[96085]: pgmap v17682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:28.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:28.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:29 smithi098 ceph-mon[112578]: pgmap v17683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:30:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:29 smithi016 ceph-mon[96085]: pgmap v17683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:30:29.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:29.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:30.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:30.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:31 smithi098 ceph-mon[112578]: pgmap v17684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:31 smithi016 ceph-mon[96085]: pgmap v17684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:31.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:31.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:32.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:32.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:33 smithi098 ceph-mon[112578]: pgmap v17685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:33 smithi016 ceph-mon[96085]: pgmap v17685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:33.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:33.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:34.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:34.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:35 smithi098 ceph-mon[112578]: pgmap v17686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:35 smithi016 ceph-mon[96085]: pgmap v17686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:35.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:35.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:36.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:36.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:37 smithi098 ceph-mon[112578]: pgmap v17687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:37 smithi016 ceph-mon[96085]: pgmap v17687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:37.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:37.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:38.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:38.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:39 smithi098 ceph-mon[112578]: pgmap v17688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:39 smithi016 ceph-mon[96085]: pgmap v17688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:39.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:39.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:40.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:40.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:41 smithi098 ceph-mon[112578]: pgmap v17689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:41 smithi016 ceph-mon[96085]: pgmap v17689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:41.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:41.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:42.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:42.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:43 smithi098 ceph-mon[112578]: pgmap v17690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:43 smithi016 ceph-mon[96085]: pgmap v17690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:43.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:43.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:30:44.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:44.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:30:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:45 smithi016 ceph-mon[96085]: pgmap v17691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:45.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:45.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:45 smithi098 ceph-mon[112578]: pgmap v17691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:46.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:46.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:47 smithi016 ceph-mon[96085]: pgmap v17692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:47.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:47.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:47 smithi098 ceph-mon[112578]: pgmap v17692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:48.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:48.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:49 smithi016 ceph-mon[96085]: pgmap v17693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:49.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:49.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:49 smithi098 ceph-mon[112578]: pgmap v17693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:50.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:50.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:51 smithi016 ceph-mon[96085]: pgmap v17694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:51.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:51.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:51 smithi098 ceph-mon[112578]: pgmap v17694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:52.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:52.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:53.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:53.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:53 smithi098 ceph-mon[112578]: pgmap v17695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:53 smithi016 ceph-mon[96085]: pgmap v17695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:54.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:54.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:55.607 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:55 smithi098 ceph-mon[112578]: pgmap v17696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:55.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:55.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:55 smithi016 ceph-mon[96085]: pgmap v17696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:56.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:56.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:57 smithi016 ceph-mon[96085]: pgmap v17697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:57.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:57.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:57 smithi098 ceph-mon[112578]: pgmap v17697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:58.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:58.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:59.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:30:59.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:59 smithi098 ceph-mon[112578]: pgmap v17698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:30:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:30:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:59 smithi016 ceph-mon[96085]: pgmap v17698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:30:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:31:00.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:00.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:01 smithi016 ceph-mon[96085]: pgmap v17699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:01.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:01.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:01 smithi098 ceph-mon[112578]: pgmap v17699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:02.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:02.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:03.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:03.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:03.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:03 smithi098 ceph-mon[112578]: pgmap v17700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:03 smithi016 ceph-mon[96085]: pgmap v17700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:04.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:04.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:05.712 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:05 smithi098 ceph-mon[112578]: pgmap v17701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:05.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:05.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:05 smithi016 ceph-mon[96085]: pgmap v17701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:06.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:06.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:07 smithi016 ceph-mon[96085]: pgmap v17702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:07.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:07.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:07 smithi098 ceph-mon[112578]: pgmap v17702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:08.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:08.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:09.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:09.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:09 smithi098 ceph-mon[112578]: pgmap v17703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:09 smithi016 ceph-mon[96085]: pgmap v17703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:10.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:10.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:11 smithi016 ceph-mon[96085]: pgmap v17704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:11.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:11.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:11 smithi098 ceph-mon[112578]: pgmap v17704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:12.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:12.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:13.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:13.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:13 smithi098 ceph-mon[112578]: pgmap v17705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:31:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:13 smithi016 ceph-mon[96085]: pgmap v17705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:31:14.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:14.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:31:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:31:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:31:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:31:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:31:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:31:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:31:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:31:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:31:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:31:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:31:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:31:15.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:15.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:15 smithi098 ceph-mon[112578]: pgmap v17706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:15 smithi016 ceph-mon[96085]: pgmap v17706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:16.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:16.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:17.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:17.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:17 smithi098 ceph-mon[112578]: pgmap v17707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:17 smithi016 ceph-mon[96085]: pgmap v17707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:18.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:18.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:19.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:19.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:19.762 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:19 smithi098 ceph-mon[112578]: pgmap v17708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:19 smithi016 ceph-mon[96085]: pgmap v17708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:20.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:20.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:21 smithi016 ceph-mon[96085]: pgmap v17709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:21.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:21.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:21 smithi098 ceph-mon[112578]: pgmap v17709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:22.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:22.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:23 smithi098 ceph-mon[112578]: pgmap v17710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:23.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:23.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:23 smithi016 ceph-mon[96085]: pgmap v17710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:24.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:24.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:25 smithi098 ceph-mon[112578]: pgmap v17711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:25.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:25.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:25 smithi016 ceph-mon[96085]: pgmap v17711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:26.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:26.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:27 smithi098 ceph-mon[112578]: pgmap v17712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:27.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:27.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:27 smithi016 ceph-mon[96085]: pgmap v17712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:28.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:28.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:29 smithi098 ceph-mon[112578]: pgmap v17713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:31:29.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:29.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:29 smithi016 ceph-mon[96085]: pgmap v17713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:31:30.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:30.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:31 smithi016 ceph-mon[96085]: pgmap v17714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:31 smithi098 ceph-mon[112578]: pgmap v17714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:31.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:31.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:32.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:32.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:33 smithi098 ceph-mon[112578]: pgmap v17715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:33 smithi016 ceph-mon[96085]: pgmap v17715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:33.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:33.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:34.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:34.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:35 smithi098 ceph-mon[112578]: pgmap v17716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:35 smithi016 ceph-mon[96085]: pgmap v17716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:35.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:35.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:36.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:36.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:37.618 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:37 smithi016 ceph-mon[96085]: pgmap v17717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:37 smithi098 ceph-mon[112578]: pgmap v17717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:37.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:37.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:38.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:38.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:39 smithi098 ceph-mon[112578]: pgmap v17718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:39 smithi016 ceph-mon[96085]: pgmap v17718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:39.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:39.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:40.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:40.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:41 smithi016 ceph-mon[96085]: pgmap v17719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:41 smithi098 ceph-mon[112578]: pgmap v17719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:41.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:41.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:42.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:42.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:43 smithi098 ceph-mon[112578]: pgmap v17720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:43 smithi016 ceph-mon[96085]: pgmap v17720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:43.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:43.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:31:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:31:44.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:44.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:45 smithi098 ceph-mon[112578]: pgmap v17721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:45 smithi016 ceph-mon[96085]: pgmap v17721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:45.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:45.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:46.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:46.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:47.734 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:47 smithi016 ceph-mon[96085]: pgmap v17722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:47 smithi098 ceph-mon[112578]: pgmap v17722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:47.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:47.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:48.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:48.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:49 smithi098 ceph-mon[112578]: pgmap v17723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:49 smithi016 ceph-mon[96085]: pgmap v17723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:49.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:49.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:50.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:50.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:51 smithi098 ceph-mon[112578]: pgmap v17724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:51 smithi016 ceph-mon[96085]: pgmap v17724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:51.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:51.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:52.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:52.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:53 smithi098 ceph-mon[112578]: pgmap v17725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:53 smithi016 ceph-mon[96085]: pgmap v17725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:53.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:53.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:54.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:54.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:55 smithi098 ceph-mon[112578]: pgmap v17726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:55 smithi016 ceph-mon[96085]: pgmap v17726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:55.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:55.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:56.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:56.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:57 smithi098 ceph-mon[112578]: pgmap v17727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:57 smithi016 ceph-mon[96085]: pgmap v17727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:57.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:57.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:58.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:58.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:59 smithi098 ceph-mon[112578]: pgmap v17728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:31:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:31:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:59 smithi016 ceph-mon[96085]: pgmap v17728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:31:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:31:59.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:31:59.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:00.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:00.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:01 smithi098 ceph-mon[112578]: pgmap v17729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:01 smithi016 ceph-mon[96085]: pgmap v17729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:01.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:01.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:02.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:02.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:03 smithi016 ceph-mon[96085]: pgmap v17730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:03 smithi098 ceph-mon[112578]: pgmap v17730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:03.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:03.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:04.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:04.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:05 smithi016 ceph-mon[96085]: pgmap v17731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:05 smithi098 ceph-mon[112578]: pgmap v17731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:05.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:05.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:06.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:06.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:07 smithi016 ceph-mon[96085]: pgmap v17732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:07 smithi098 ceph-mon[112578]: pgmap v17732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:07.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:07.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:08.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:08.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:09.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:09 smithi016 ceph-mon[96085]: pgmap v17733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:09 smithi098 ceph-mon[112578]: pgmap v17733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:09.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:09.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:10.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:10.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:11 smithi016 ceph-mon[96085]: pgmap v17734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:11 smithi098 ceph-mon[112578]: pgmap v17734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:11.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:11.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:12.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:12.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:13 smithi098 ceph-mon[112578]: pgmap v17735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:13 smithi016 ceph-mon[96085]: pgmap v17735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:13.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:13.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:32:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:32:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:32:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:32:14.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:14.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:15 smithi098 ceph-mon[112578]: pgmap v17736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:32:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:32:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:32:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:32:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:32:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:15 smithi016 ceph-mon[96085]: pgmap v17736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:32:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:32:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:32:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:32:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:32:15.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:15.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:16.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:16.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:17 smithi098 ceph-mon[112578]: pgmap v17737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:17 smithi016 ceph-mon[96085]: pgmap v17737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:17.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:17.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:18.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:18.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:19 smithi098 ceph-mon[112578]: pgmap v17738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:19 smithi016 ceph-mon[96085]: pgmap v17738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:19.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:19.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:20.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:20.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:21 smithi016 ceph-mon[96085]: pgmap v17739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:21 smithi098 ceph-mon[112578]: pgmap v17739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:21.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:21.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:22.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:22.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:23 smithi016 ceph-mon[96085]: pgmap v17740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:23 smithi098 ceph-mon[112578]: pgmap v17740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:23.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:23.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:24.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:24.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:25 smithi098 ceph-mon[112578]: pgmap v17741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:25 smithi016 ceph-mon[96085]: pgmap v17741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:25.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:25.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:26.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:26.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:27 smithi098 ceph-mon[112578]: pgmap v17742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:27 smithi016 ceph-mon[96085]: pgmap v17742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:27.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:27.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:28.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:28.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:29 smithi098 ceph-mon[112578]: pgmap v17743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:32:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:29 smithi016 ceph-mon[96085]: pgmap v17743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:32:29.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:29.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:30.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:30.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:31 smithi016 ceph-mon[96085]: pgmap v17744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:31.597 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:31 smithi098 ceph-mon[112578]: pgmap v17744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:31.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:31.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:32.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:32.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:33 smithi016 ceph-mon[96085]: pgmap v17745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:33 smithi098 ceph-mon[112578]: pgmap v17745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:33.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:33.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:34.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:34.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:35 smithi098 ceph-mon[112578]: pgmap v17746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:35 smithi016 ceph-mon[96085]: pgmap v17746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:35.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:35.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:36.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:36.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:37 smithi098 ceph-mon[112578]: pgmap v17747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:37 smithi016 ceph-mon[96085]: pgmap v17747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:37.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:37.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:38.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:38.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:39 smithi098 ceph-mon[112578]: pgmap v17748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:39 smithi016 ceph-mon[96085]: pgmap v17748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:39.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:39.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:40.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:40.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:41 smithi016 ceph-mon[96085]: pgmap v17749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:41.703 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:41 smithi098 ceph-mon[112578]: pgmap v17749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:41.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:41.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:42.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:42.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:43 smithi098 ceph-mon[112578]: pgmap v17750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:43 smithi016 ceph-mon[96085]: pgmap v17750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:43.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:43.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:32:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:32:44.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:44.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:45 smithi098 ceph-mon[112578]: pgmap v17751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:45 smithi016 ceph-mon[96085]: pgmap v17751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:45.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:45.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:46.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:46.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:47 smithi098 ceph-mon[112578]: pgmap v17752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:47 smithi016 ceph-mon[96085]: pgmap v17752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:47.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:47.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:48.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:48.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:49 smithi098 ceph-mon[112578]: pgmap v17753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:49 smithi016 ceph-mon[96085]: pgmap v17753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:49.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:49.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:50.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:50.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:51 smithi016 ceph-mon[96085]: pgmap v17754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:51 smithi098 ceph-mon[112578]: pgmap v17754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:51.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:51.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:52.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:52.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:53 smithi098 ceph-mon[112578]: pgmap v17755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:53 smithi016 ceph-mon[96085]: pgmap v17755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:53.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:53.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:54.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:54.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:55 smithi098 ceph-mon[112578]: pgmap v17756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:55 smithi016 ceph-mon[96085]: pgmap v17756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:55.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:55.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:56.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:56.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:57 smithi098 ceph-mon[112578]: pgmap v17757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:57 smithi016 ceph-mon[96085]: pgmap v17757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:57.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:57.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:58.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:58.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:59 smithi098 ceph-mon[112578]: pgmap v17758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:32:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:32:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:59 smithi016 ceph-mon[96085]: pgmap v17758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:32:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:32:59.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:32:59.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:00.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:00.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:01 smithi016 ceph-mon[96085]: pgmap v17759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:01 smithi098 ceph-mon[112578]: pgmap v17759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:01.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:01.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:02.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:02.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:03.728 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:03 smithi016 ceph-mon[96085]: pgmap v17760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:03 smithi098 ceph-mon[112578]: pgmap v17760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:03.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:03.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:04.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:04.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:05 smithi098 ceph-mon[112578]: pgmap v17761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:05 smithi016 ceph-mon[96085]: pgmap v17761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:05.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:05.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:06.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:06.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:07 smithi098 ceph-mon[112578]: pgmap v17762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:07 smithi016 ceph-mon[96085]: pgmap v17762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:07.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:07.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:08.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:08.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:09 smithi098 ceph-mon[112578]: pgmap v17763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:09 smithi016 ceph-mon[96085]: pgmap v17763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:09.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:09.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:10.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:10.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:11 smithi016 ceph-mon[96085]: pgmap v17764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:11 smithi098 ceph-mon[112578]: pgmap v17764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:11.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:11.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:12.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:12.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:13.715 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:13 smithi016 ceph-mon[96085]: pgmap v17765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:13 smithi098 ceph-mon[112578]: pgmap v17765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:13.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:13.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:33:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:33:14.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:14.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:15 smithi098 ceph-mon[112578]: pgmap v17766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:33:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:15 smithi016 ceph-mon[96085]: pgmap v17766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:33:15.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:15.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:16.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:16.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:17 smithi098 ceph-mon[112578]: pgmap v17767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:33:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:33:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:17 smithi016 ceph-mon[96085]: pgmap v17767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:33:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:33:17.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:17.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:33:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:33:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:33:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:33:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:33:18.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:33:18.774 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:33:18.774 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:33:18.774 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:33:18.774 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:33:18.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:18.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:19 smithi098 ceph-mon[112578]: pgmap v17768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:19 smithi016 ceph-mon[96085]: pgmap v17768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:19.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:19.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:20.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:20.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:21 smithi016 ceph-mon[96085]: pgmap v17769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:21 smithi098 ceph-mon[112578]: pgmap v17769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:21.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:21.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:22.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:22.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:23 smithi098 ceph-mon[112578]: pgmap v17770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:23 smithi016 ceph-mon[96085]: pgmap v17770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:23.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:23.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:24.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:24.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:25 smithi098 ceph-mon[112578]: pgmap v17771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:25 smithi016 ceph-mon[96085]: pgmap v17771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:25.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:25.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:26.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:26.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:27 smithi098 ceph-mon[112578]: pgmap v17772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:27 smithi016 ceph-mon[96085]: pgmap v17772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:27.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:27.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:28.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:28.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:29 smithi098 ceph-mon[112578]: pgmap v17773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:33:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:29 smithi016 ceph-mon[96085]: pgmap v17773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:33:29.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:29.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:30.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:30.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:31 smithi016 ceph-mon[96085]: pgmap v17774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:31 smithi098 ceph-mon[112578]: pgmap v17774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:31.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:31.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:32.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:32.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:33 smithi098 ceph-mon[112578]: pgmap v17775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:33 smithi016 ceph-mon[96085]: pgmap v17775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:33.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:33.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:34.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:34.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:35 smithi098 ceph-mon[112578]: pgmap v17776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:35 smithi016 ceph-mon[96085]: pgmap v17776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:35.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:35.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:36.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:36.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:37 smithi098 ceph-mon[112578]: pgmap v17777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:37 smithi016 ceph-mon[96085]: pgmap v17777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:37.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:37.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:38.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:38.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:39 smithi098 ceph-mon[112578]: pgmap v17778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:39 smithi016 ceph-mon[96085]: pgmap v17778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:39.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:39.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:40.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:40.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:41 smithi016 ceph-mon[96085]: pgmap v17779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:41 smithi098 ceph-mon[112578]: pgmap v17779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:41.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:41.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:42.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:42.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:43 smithi098 ceph-mon[112578]: pgmap v17780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:43 smithi016 ceph-mon[96085]: pgmap v17780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:43.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:43.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:33:44.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:33:44.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:44.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:45 smithi098 ceph-mon[112578]: pgmap v17781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:45 smithi016 ceph-mon[96085]: pgmap v17781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:46.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:46.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:47.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:47.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:47 smithi098 ceph-mon[112578]: pgmap v17782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:47 smithi016 ceph-mon[96085]: pgmap v17782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:48.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:48.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:49.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:49.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:49 smithi016 ceph-mon[96085]: pgmap v17783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:49 smithi098 ceph-mon[112578]: pgmap v17783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:50.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:50.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:51.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:51.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:51 smithi016 ceph-mon[96085]: pgmap v17784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:51 smithi098 ceph-mon[112578]: pgmap v17784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:52.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:52.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:53.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:53.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:53 smithi098 ceph-mon[112578]: pgmap v17785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:53 smithi016 ceph-mon[96085]: pgmap v17785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:54.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:54.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:55.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:55.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:55 smithi098 ceph-mon[112578]: pgmap v17786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:55 smithi016 ceph-mon[96085]: pgmap v17786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:56.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:56.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:57.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:57.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:57 smithi098 ceph-mon[112578]: pgmap v17787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:57 smithi016 ceph-mon[96085]: pgmap v17787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:58.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:58.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:59.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:33:59.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:59 smithi016 ceph-mon[96085]: pgmap v17788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:33:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:33:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:59 smithi098 ceph-mon[112578]: pgmap v17788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:33:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:34:00.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:00.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:01.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:01.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:01 smithi016 ceph-mon[96085]: pgmap v17789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:01 smithi098 ceph-mon[112578]: pgmap v17789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:02.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:02.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:03.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:03.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:03 smithi098 ceph-mon[112578]: pgmap v17790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:03 smithi016 ceph-mon[96085]: pgmap v17790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:04.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:04.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:05.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:05.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:05 smithi098 ceph-mon[112578]: pgmap v17791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:05 smithi016 ceph-mon[96085]: pgmap v17791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:06.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:06.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:07.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:07.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:07 smithi098 ceph-mon[112578]: pgmap v17792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:07 smithi016 ceph-mon[96085]: pgmap v17792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:08.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:08.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:09.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:09.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:09 smithi098 ceph-mon[112578]: pgmap v17793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:09 smithi016 ceph-mon[96085]: pgmap v17793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:10.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:10.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:11.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:11.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:11 smithi016 ceph-mon[96085]: pgmap v17794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:11 smithi098 ceph-mon[112578]: pgmap v17794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:12.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:12.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:13.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:13.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:13 smithi098 ceph-mon[112578]: pgmap v17795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:13 smithi016 ceph-mon[96085]: pgmap v17795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:14.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:14.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:34:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:34:15.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:15.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:15 smithi098 ceph-mon[112578]: pgmap v17796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:15 smithi016 ceph-mon[96085]: pgmap v17796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:16.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:16.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:17.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:17.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:17.700 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:17 smithi098 ceph-mon[112578]: pgmap v17797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:17 smithi016 ceph-mon[96085]: pgmap v17797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:18.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:18.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:34:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:34:19.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:19.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:19 smithi098 ceph-mon[112578]: pgmap v17798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:19 smithi016 ceph-mon[96085]: pgmap v17798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:20.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:20.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:21.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:21.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:21 smithi016 ceph-mon[96085]: pgmap v17799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:21 smithi098 ceph-mon[112578]: pgmap v17799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:22.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:22.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:23.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:23.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:23 smithi098 ceph-mon[112578]: pgmap v17800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:34:23.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:34:23.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:34:23.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:34:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:34:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:34:23.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:34:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:23 smithi016 ceph-mon[96085]: pgmap v17800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:34:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:34:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:34:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:34:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:34:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:34:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:34:24.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:24.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:25.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:25.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:25 smithi098 ceph-mon[112578]: pgmap v17801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:25 smithi016 ceph-mon[96085]: pgmap v17801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:26.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:26.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:27.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:27.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:27 smithi098 ceph-mon[112578]: pgmap v17802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:27 smithi016 ceph-mon[96085]: pgmap v17802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:28.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:28.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:29.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:29.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:29.584 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:29 smithi016 ceph-mon[96085]: pgmap v17803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:29.584 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:34:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:29 smithi098 ceph-mon[112578]: pgmap v17803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:34:30.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:30.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:31.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:31.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:31 smithi016 ceph-mon[96085]: pgmap v17804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:31 smithi098 ceph-mon[112578]: pgmap v17804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:32.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:32.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:33.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:33.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:33 smithi098 ceph-mon[112578]: pgmap v17805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:33 smithi016 ceph-mon[96085]: pgmap v17805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:34.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:34.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:35.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:35.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:35 smithi098 ceph-mon[112578]: pgmap v17806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:35 smithi016 ceph-mon[96085]: pgmap v17806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:36.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:36.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:37.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:37.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:37 smithi098 ceph-mon[112578]: pgmap v17807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:37 smithi016 ceph-mon[96085]: pgmap v17807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:38.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:38.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:39.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:39.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:39.699 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:39 smithi016 ceph-mon[96085]: pgmap v17808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:39 smithi098 ceph-mon[112578]: pgmap v17808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:40.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:40.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:41.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:41.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:41 smithi016 ceph-mon[96085]: pgmap v17809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:41 smithi098 ceph-mon[112578]: pgmap v17809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:42.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:42.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:43.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:43.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:43 smithi098 ceph-mon[112578]: pgmap v17810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:43 smithi016 ceph-mon[96085]: pgmap v17810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:44.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:44.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:44.757 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:34:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:34:45.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:45.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:45 smithi098 ceph-mon[112578]: pgmap v17811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:45 smithi016 ceph-mon[96085]: pgmap v17811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:46.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:46.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:47.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:47.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:47 smithi098 ceph-mon[112578]: pgmap v17812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:47 smithi016 ceph-mon[96085]: pgmap v17812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:48.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:48.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:49.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:49.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:49 smithi098 ceph-mon[112578]: pgmap v17813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:49 smithi016 ceph-mon[96085]: pgmap v17813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:50.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:50.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:51.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:51.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:51 smithi016 ceph-mon[96085]: pgmap v17814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:51 smithi098 ceph-mon[112578]: pgmap v17814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:52.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:52.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:53.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:53.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:53 smithi098 ceph-mon[112578]: pgmap v17815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:53 smithi016 ceph-mon[96085]: pgmap v17815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:54.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:54.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:55.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:55.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:55 smithi098 ceph-mon[112578]: pgmap v17816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:55 smithi016 ceph-mon[96085]: pgmap v17816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:56.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:56.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:57.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:57.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:57 smithi098 ceph-mon[112578]: pgmap v17817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:57 smithi016 ceph-mon[96085]: pgmap v17817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:58.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:58.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:59.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:34:59.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:59 smithi098 ceph-mon[112578]: pgmap v17818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:34:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:34:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:59 smithi016 ceph-mon[96085]: pgmap v17818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:34:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:35:00.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:00.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:01.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:01.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:01 smithi016 ceph-mon[96085]: pgmap v17819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:01 smithi098 ceph-mon[112578]: pgmap v17819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:02.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:02.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:03.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:03.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:03 smithi098 ceph-mon[112578]: pgmap v17820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:03 smithi016 ceph-mon[96085]: pgmap v17820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:04.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:04.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:05.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:05.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:05 smithi098 ceph-mon[112578]: pgmap v17821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:05 smithi016 ceph-mon[96085]: pgmap v17821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:06.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:06.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:07.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:07.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:07 smithi098 ceph-mon[112578]: pgmap v17822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:07 smithi016 ceph-mon[96085]: pgmap v17822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:08.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:08.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:09.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:09.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:09 smithi098 ceph-mon[112578]: pgmap v17823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:09 smithi016 ceph-mon[96085]: pgmap v17823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:10.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:10.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:11.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:11.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:11 smithi016 ceph-mon[96085]: pgmap v17824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:11 smithi098 ceph-mon[112578]: pgmap v17824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:12.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:12.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:13.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:13.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:13 smithi098 ceph-mon[112578]: pgmap v17825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:13 smithi016 ceph-mon[96085]: pgmap v17825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:14.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:14.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:35:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:35:15.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:15.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:15 smithi098 ceph-mon[112578]: pgmap v17826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:15 smithi016 ceph-mon[96085]: pgmap v17826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:16.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:16.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:17.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:17.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:17 smithi098 ceph-mon[112578]: pgmap v17827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:17 smithi016 ceph-mon[96085]: pgmap v17827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:18.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:18.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:19.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:19.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:19 smithi098 ceph-mon[112578]: pgmap v17828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:19 smithi016 ceph-mon[96085]: pgmap v17828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:20.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:20.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:21.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:21.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:21 smithi016 ceph-mon[96085]: pgmap v17829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:21 smithi098 ceph-mon[112578]: pgmap v17829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:22.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:22.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:23.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:23.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:23 smithi098 ceph-mon[112578]: pgmap v17830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:23 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:35:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:23 smithi016 ceph-mon[96085]: pgmap v17830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:23 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:35:24.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:24.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:35:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:35:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:35:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:35:24.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:35:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:35:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:35:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:35:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:35:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:35:25.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:25.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:25 smithi016 ceph-mon[96085]: pgmap v17831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:25 smithi098 ceph-mon[112578]: pgmap v17831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:26.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:26.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:27.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:27.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:27 smithi098 ceph-mon[112578]: pgmap v17832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:27 smithi016 ceph-mon[96085]: pgmap v17832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:28.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:28.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:29.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:29.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:29 smithi098 ceph-mon[112578]: pgmap v17833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:35:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:29 smithi016 ceph-mon[96085]: pgmap v17833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:35:30.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:30.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:31.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:31.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:31 smithi016 ceph-mon[96085]: pgmap v17834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:31 smithi098 ceph-mon[112578]: pgmap v17834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:32.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:32.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:33.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:33.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:33 smithi098 ceph-mon[112578]: pgmap v17835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:33 smithi016 ceph-mon[96085]: pgmap v17835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:34.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:34.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:35.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:35.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:35 smithi098 ceph-mon[112578]: pgmap v17836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:35 smithi016 ceph-mon[96085]: pgmap v17836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:36.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:36.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:37.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:37.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:37 smithi098 ceph-mon[112578]: pgmap v17837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:37.795 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:37 smithi016 ceph-mon[96085]: pgmap v17837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:38.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:38.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:39.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:39.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:39 smithi098 ceph-mon[112578]: pgmap v17838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:39 smithi016 ceph-mon[96085]: pgmap v17838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:40.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:40.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:41.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:41.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:41 smithi016 ceph-mon[96085]: pgmap v17839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:41 smithi098 ceph-mon[112578]: pgmap v17839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:42.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:42.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:43.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:43.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:43.592 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:43 smithi098 ceph-mon[112578]: pgmap v17840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:43 smithi016 ceph-mon[96085]: pgmap v17840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:44.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:44.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:35:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:35:45.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:45.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:45 smithi098 ceph-mon[112578]: pgmap v17841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:45 smithi016 ceph-mon[96085]: pgmap v17841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:46.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:46.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:47.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:47.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:47 smithi098 ceph-mon[112578]: pgmap v17842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:47 smithi016 ceph-mon[96085]: pgmap v17842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:48.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:48.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:49.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:49.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:49 smithi098 ceph-mon[112578]: pgmap v17843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:49 smithi016 ceph-mon[96085]: pgmap v17843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:50.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:50.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:51.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:51.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:51 smithi016 ceph-mon[96085]: pgmap v17844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:51 smithi098 ceph-mon[112578]: pgmap v17844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:52.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:52.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:53.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:53.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:53.697 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:53 smithi098 ceph-mon[112578]: pgmap v17845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:53 smithi016 ceph-mon[96085]: pgmap v17845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:54.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:54.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:55.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:55.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:55 smithi098 ceph-mon[112578]: pgmap v17846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:55 smithi016 ceph-mon[96085]: pgmap v17846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:56.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:56.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:57.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:57.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:57 smithi098 ceph-mon[112578]: pgmap v17847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:57 smithi016 ceph-mon[96085]: pgmap v17847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:58.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:58.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:59.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:35:59.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:59 smithi098 ceph-mon[112578]: pgmap v17848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:35:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:35:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:59 smithi016 ceph-mon[96085]: pgmap v17848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:35:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:36:00.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:00.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:01.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:01.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:01 smithi016 ceph-mon[96085]: pgmap v17849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:01 smithi098 ceph-mon[112578]: pgmap v17849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:02.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:02.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:03.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:03.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:03 smithi098 ceph-mon[112578]: pgmap v17850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:03 smithi016 ceph-mon[96085]: pgmap v17850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:04.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:04.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:05.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:05.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:05.683 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:05 smithi016 ceph-mon[96085]: pgmap v17851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:05 smithi098 ceph-mon[112578]: pgmap v17851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:06.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:06.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:07.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:07.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:07 smithi098 ceph-mon[112578]: pgmap v17852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:07 smithi016 ceph-mon[96085]: pgmap v17852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:08.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:08.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:09.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:09.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:09 smithi098 ceph-mon[112578]: pgmap v17853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:09 smithi016 ceph-mon[96085]: pgmap v17853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:10.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:10.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:11.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:11.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:11 smithi016 ceph-mon[96085]: pgmap v17854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:11 smithi098 ceph-mon[112578]: pgmap v17854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:12.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:12.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:13.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:13.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:13 smithi098 ceph-mon[112578]: pgmap v17855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:13 smithi016 ceph-mon[96085]: pgmap v17855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:14.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:14.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:36:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:36:15.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:15.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:15 smithi098 ceph-mon[112578]: pgmap v17856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:15 smithi016 ceph-mon[96085]: pgmap v17856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:16.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:16.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:17.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:17.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:17 smithi098 ceph-mon[112578]: pgmap v17857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:17 smithi016 ceph-mon[96085]: pgmap v17857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:18.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:18.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:19.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:19.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:19 smithi098 ceph-mon[112578]: pgmap v17858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:19 smithi016 ceph-mon[96085]: pgmap v17858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:20.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:20.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:21.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:21.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:21 smithi016 ceph-mon[96085]: pgmap v17859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:21 smithi098 ceph-mon[112578]: pgmap v17859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:22.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:22.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:23.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:23.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:23 smithi098 ceph-mon[112578]: pgmap v17860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:23 smithi016 ceph-mon[96085]: pgmap v17860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:24.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:24.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:36:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:36:24.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:36:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:36:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:36:24.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:36:25.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:25.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:25 smithi098 ceph-mon[112578]: pgmap v17861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:36:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:36:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:36:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:36:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:36:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:25 smithi016 ceph-mon[96085]: pgmap v17861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:36:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:36:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:36:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:36:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:36:26.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:26.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:27.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:27.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:27 smithi098 ceph-mon[112578]: pgmap v17862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:27 smithi016 ceph-mon[96085]: pgmap v17862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:28.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:28.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:29.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:29.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:29 smithi098 ceph-mon[112578]: pgmap v17863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:36:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:29 smithi016 ceph-mon[96085]: pgmap v17863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:36:30.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:30.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:31.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:31.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:31 smithi098 ceph-mon[112578]: pgmap v17864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:31 smithi016 ceph-mon[96085]: pgmap v17864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:32.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:32.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:33.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:33.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:33 smithi098 ceph-mon[112578]: pgmap v17865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:33 smithi016 ceph-mon[96085]: pgmap v17865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:34.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:34.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:35.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:35.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:35 smithi098 ceph-mon[112578]: pgmap v17866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:35 smithi016 ceph-mon[96085]: pgmap v17866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:36.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:36.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:37.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:37.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:37 smithi098 ceph-mon[112578]: pgmap v17867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:37 smithi016 ceph-mon[96085]: pgmap v17867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:38.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:38.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:39.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:39.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:39 smithi098 ceph-mon[112578]: pgmap v17868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:39 smithi016 ceph-mon[96085]: pgmap v17868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:40.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:40.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:41.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:41.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:41 smithi098 ceph-mon[112578]: pgmap v17869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:41 smithi016 ceph-mon[96085]: pgmap v17869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:42.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:42.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:43.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:43.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:43 smithi098 ceph-mon[112578]: pgmap v17870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:43 smithi016 ceph-mon[96085]: pgmap v17870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:44.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:44.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:36:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:36:45.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:45.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:45 smithi098 ceph-mon[112578]: pgmap v17871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:45 smithi016 ceph-mon[96085]: pgmap v17871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:46.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:46.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:47.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:47.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:47 smithi098 ceph-mon[112578]: pgmap v17872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:47 smithi016 ceph-mon[96085]: pgmap v17872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:48.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:48.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:49.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:49.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:49 smithi098 ceph-mon[112578]: pgmap v17873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:49 smithi016 ceph-mon[96085]: pgmap v17873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:50.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:50.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:51.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:51.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:51 smithi016 ceph-mon[96085]: pgmap v17874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:51 smithi098 ceph-mon[112578]: pgmap v17874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:52.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:52.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:53.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:53.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:53 smithi098 ceph-mon[112578]: pgmap v17875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:53 smithi016 ceph-mon[96085]: pgmap v17875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:54.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:54.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:55.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:55.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:55 smithi098 ceph-mon[112578]: pgmap v17876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:55 smithi016 ceph-mon[96085]: pgmap v17876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:56.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:56.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:57.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:57.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:57 smithi098 ceph-mon[112578]: pgmap v17877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:57 smithi016 ceph-mon[96085]: pgmap v17877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:58.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:58.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:59.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:36:59.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:59 smithi098 ceph-mon[112578]: pgmap v17878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:36:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:36:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:59 smithi016 ceph-mon[96085]: pgmap v17878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:36:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:37:00.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:00.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:01.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:01.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:01 smithi016 ceph-mon[96085]: pgmap v17879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:01 smithi098 ceph-mon[112578]: pgmap v17879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:02.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:02.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:03.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:03.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:03 smithi098 ceph-mon[112578]: pgmap v17880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:03 smithi016 ceph-mon[96085]: pgmap v17880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:04.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:04.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:05.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:05.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:05 smithi098 ceph-mon[112578]: pgmap v17881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:05 smithi016 ceph-mon[96085]: pgmap v17881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:06.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:06.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:07.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:07.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:07 smithi098 ceph-mon[112578]: pgmap v17882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:07 smithi016 ceph-mon[96085]: pgmap v17882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:08.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:08.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:09.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:09.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:09 smithi098 ceph-mon[112578]: pgmap v17883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:09 smithi016 ceph-mon[96085]: pgmap v17883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:10.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:10.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:11.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:11.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:11.430 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:11 smithi016 ceph-mon[96085]: pgmap v17884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:11 smithi098 ceph-mon[112578]: pgmap v17884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:12.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:12.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:13.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:13.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:13 smithi098 ceph-mon[112578]: pgmap v17885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:37:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:13 smithi016 ceph-mon[96085]: pgmap v17885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:37:14.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:14.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:15.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:15.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:15 smithi098 ceph-mon[112578]: pgmap v17886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:15 smithi016 ceph-mon[96085]: pgmap v17886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:16.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:16.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:17.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:17.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:17 smithi098 ceph-mon[112578]: pgmap v17887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:17 smithi016 ceph-mon[96085]: pgmap v17887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:18.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:18.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:19.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:19.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:19 smithi098 ceph-mon[112578]: pgmap v17888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:19 smithi016 ceph-mon[96085]: pgmap v17888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:20.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:20.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:21.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:21.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:21 smithi098 ceph-mon[112578]: pgmap v17889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:21 smithi016 ceph-mon[96085]: pgmap v17889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:22.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:22.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:23.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:23.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:23 smithi098 ceph-mon[112578]: pgmap v17890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:23 smithi016 ceph-mon[96085]: pgmap v17890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:24.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:24.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:25.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:25.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:25 smithi098 ceph-mon[112578]: pgmap v17891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:37:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:37:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:37:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:37:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:37:25.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:37:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:25 smithi016 ceph-mon[96085]: pgmap v17891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:37:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:37:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:37:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:37:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:37:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:37:26.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:26.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:27.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:27.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:27 smithi098 ceph-mon[112578]: pgmap v17892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:27 smithi016 ceph-mon[96085]: pgmap v17892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:28.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:28.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:29.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:29.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:29.694 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:29 smithi098 ceph-mon[112578]: pgmap v17893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:29.695 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:37:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:29 smithi016 ceph-mon[96085]: pgmap v17893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:37:30.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:30.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:31.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:31.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:31 smithi016 ceph-mon[96085]: pgmap v17894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:31 smithi098 ceph-mon[112578]: pgmap v17894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:32.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:32.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:33.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:33.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:33 smithi098 ceph-mon[112578]: pgmap v17895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:33 smithi016 ceph-mon[96085]: pgmap v17895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:34.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:34.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:35.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:35.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:35 smithi098 ceph-mon[112578]: pgmap v17896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:35 smithi016 ceph-mon[96085]: pgmap v17896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:36.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:36.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:37.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:37.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:37 smithi098 ceph-mon[112578]: pgmap v17897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:37 smithi016 ceph-mon[96085]: pgmap v17897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:38.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:38.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:39.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:39.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:39 smithi098 ceph-mon[112578]: pgmap v17898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:39 smithi016 ceph-mon[96085]: pgmap v17898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:40.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:40.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:41.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:41.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:41 smithi016 ceph-mon[96085]: pgmap v17899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:41 smithi098 ceph-mon[112578]: pgmap v17899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:42.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:42.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:43.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:43.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:43 smithi098 ceph-mon[112578]: pgmap v17900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:43 smithi016 ceph-mon[96085]: pgmap v17900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:44.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:44.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:37:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:37:45.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:45.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:45 smithi098 ceph-mon[112578]: pgmap v17901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:45 smithi016 ceph-mon[96085]: pgmap v17901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:46.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:46.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:47.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:47.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:47 smithi098 ceph-mon[112578]: pgmap v17902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:47 smithi016 ceph-mon[96085]: pgmap v17902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:48.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:48.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:49.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:49.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:49 smithi098 ceph-mon[112578]: pgmap v17903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:49 smithi016 ceph-mon[96085]: pgmap v17903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:50.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:50.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:51.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:51.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:51 smithi016 ceph-mon[96085]: pgmap v17904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:51 smithi098 ceph-mon[112578]: pgmap v17904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:52.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:52.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:53.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:53.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:53 smithi098 ceph-mon[112578]: pgmap v17905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:53 smithi016 ceph-mon[96085]: pgmap v17905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:54.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:54.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:55.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:55.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:55 smithi098 ceph-mon[112578]: pgmap v17906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:55 smithi016 ceph-mon[96085]: pgmap v17906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:56.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:56.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:57.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:57.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:57 smithi098 ceph-mon[112578]: pgmap v17907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:57 smithi016 ceph-mon[96085]: pgmap v17907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:58.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:58.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:59.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:37:59.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:59 smithi098 ceph-mon[112578]: pgmap v17908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:37:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:37:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:59 smithi016 ceph-mon[96085]: pgmap v17908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:37:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:38:00.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:00.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:01.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:01.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:01 smithi016 ceph-mon[96085]: pgmap v17909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:01 smithi098 ceph-mon[112578]: pgmap v17909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:02.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:02.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:03.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:03.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:03 smithi098 ceph-mon[112578]: pgmap v17910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:03 smithi016 ceph-mon[96085]: pgmap v17910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:04.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:04.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:05.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:05.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:05 smithi098 ceph-mon[112578]: pgmap v17911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:05 smithi016 ceph-mon[96085]: pgmap v17911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:06.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:06.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:07.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:07.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:07 smithi098 ceph-mon[112578]: pgmap v17912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:07 smithi016 ceph-mon[96085]: pgmap v17912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:08.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:08.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:09.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:09.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:09 smithi098 ceph-mon[112578]: pgmap v17913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:09 smithi016 ceph-mon[96085]: pgmap v17913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:10.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:10.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:11.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:11.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:11 smithi098 ceph-mon[112578]: pgmap v17914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:11 smithi016 ceph-mon[96085]: pgmap v17914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:12.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:12.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:13.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:13.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:13 smithi098 ceph-mon[112578]: pgmap v17915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:38:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:13 smithi016 ceph-mon[96085]: pgmap v17915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:38:14.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:14.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:15.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:15.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:15 smithi098 ceph-mon[112578]: pgmap v17916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:15 smithi016 ceph-mon[96085]: pgmap v17916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:16.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:16.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:17.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:17.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:17 smithi016 ceph-mon[96085]: pgmap v17917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:17 smithi098 ceph-mon[112578]: pgmap v17917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:18.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:18.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:19.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:19.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:19 smithi098 ceph-mon[112578]: pgmap v17918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:19 smithi016 ceph-mon[96085]: pgmap v17918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:20.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:20.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:21.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:21.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:21 smithi098 ceph-mon[112578]: pgmap v17919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:21 smithi016 ceph-mon[96085]: pgmap v17919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:22.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:22.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:23.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:23.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:23 smithi098 ceph-mon[112578]: pgmap v17920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:23 smithi016 ceph-mon[96085]: pgmap v17920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:24.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:24.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:25.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:25.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:25 smithi098 ceph-mon[112578]: pgmap v17921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:38:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:25 smithi016 ceph-mon[96085]: pgmap v17921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:38:26.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:26.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:38:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:38:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:26 smithi098 ceph-mon[112578]: pgmap v17922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:38:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:38:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:38:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:38:27.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:38:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:38:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:38:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:26 smithi016 ceph-mon[96085]: pgmap v17922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:38:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:38:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:38:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:38:27.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:38:27.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:27.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:28.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:28.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:29.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:29.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:29 smithi098 ceph-mon[112578]: pgmap v17923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:29.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:38:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:29 smithi016 ceph-mon[96085]: pgmap v17923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:38:30.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:30.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:31.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:31.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:31 smithi016 ceph-mon[96085]: pgmap v17924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:31 smithi098 ceph-mon[112578]: pgmap v17924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:32.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:32.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:33.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:33.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:33 smithi098 ceph-mon[112578]: pgmap v17925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:33 smithi016 ceph-mon[96085]: pgmap v17925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:34.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:34.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:35.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:35.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:35 smithi098 ceph-mon[112578]: pgmap v17926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:35 smithi016 ceph-mon[96085]: pgmap v17926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:36.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:36.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:37.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:37.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:37 smithi098 ceph-mon[112578]: pgmap v17927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:37 smithi016 ceph-mon[96085]: pgmap v17927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:38.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:38.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:39.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:39.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:39 smithi098 ceph-mon[112578]: pgmap v17928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:39 smithi016 ceph-mon[96085]: pgmap v17928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:40.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:40.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:41.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:41.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:41 smithi016 ceph-mon[96085]: pgmap v17929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:41 smithi098 ceph-mon[112578]: pgmap v17929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:42.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:42.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:43.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:43.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:43 smithi098 ceph-mon[112578]: pgmap v17930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:43 smithi016 ceph-mon[96085]: pgmap v17930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:44.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:44.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:38:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:38:45.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:45.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:45 smithi098 ceph-mon[112578]: pgmap v17931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:45 smithi016 ceph-mon[96085]: pgmap v17931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:46.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:46.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:47.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:47.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:47 smithi098 ceph-mon[112578]: pgmap v17932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:47 smithi016 ceph-mon[96085]: pgmap v17932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:48.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:48.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:49.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:49.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:49 smithi098 ceph-mon[112578]: pgmap v17933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:49 smithi016 ceph-mon[96085]: pgmap v17933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:50.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:50.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:51.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:51.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:51 smithi016 ceph-mon[96085]: pgmap v17934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:51 smithi098 ceph-mon[112578]: pgmap v17934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:52.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:52.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:53.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:53.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:53 smithi098 ceph-mon[112578]: pgmap v17935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:53 smithi016 ceph-mon[96085]: pgmap v17935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:54.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:54.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:55.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:55.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:55 smithi098 ceph-mon[112578]: pgmap v17936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:55 smithi016 ceph-mon[96085]: pgmap v17936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:56.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:56.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:57.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:57.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:57 smithi098 ceph-mon[112578]: pgmap v17937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:57 smithi016 ceph-mon[96085]: pgmap v17937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:58.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:58.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:59.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:38:59.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:59 smithi098 ceph-mon[112578]: pgmap v17938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:38:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:38:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:59 smithi016 ceph-mon[96085]: pgmap v17938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:38:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:39:00.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:00.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:01.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:01.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:01 smithi016 ceph-mon[96085]: pgmap v17939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:01 smithi098 ceph-mon[112578]: pgmap v17939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:02.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:02.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:03.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:03.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:03 smithi098 ceph-mon[112578]: pgmap v17940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:03 smithi016 ceph-mon[96085]: pgmap v17940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:04.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:04.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:05.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:05.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:05.696 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:05 smithi098 ceph-mon[112578]: pgmap v17941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:05 smithi016 ceph-mon[96085]: pgmap v17941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:06.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:06.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:07.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:07.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:07.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:07 smithi016 ceph-mon[96085]: pgmap v17942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:07 smithi098 ceph-mon[112578]: pgmap v17942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:08.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:08.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:09.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:09.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:09 smithi098 ceph-mon[112578]: pgmap v17943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:09 smithi016 ceph-mon[96085]: pgmap v17943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:10.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:10.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:11 smithi016 ceph-mon[96085]: pgmap v17944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:11.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:11.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:11 smithi098 ceph-mon[112578]: pgmap v17944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:12.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:12.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:13.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:13.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:13 smithi098 ceph-mon[112578]: pgmap v17945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:13 smithi016 ceph-mon[96085]: pgmap v17945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:14.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:14.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:39:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:39:15.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:15.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:15 smithi098 ceph-mon[112578]: pgmap v17946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:15 smithi016 ceph-mon[96085]: pgmap v17946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:16.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:16.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:17.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:17.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:17 smithi098 ceph-mon[112578]: pgmap v17947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:17 smithi016 ceph-mon[96085]: pgmap v17947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:18.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:18.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:19.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:19.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:19 smithi098 ceph-mon[112578]: pgmap v17948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:19 smithi016 ceph-mon[96085]: pgmap v17948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:20.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:20.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:21 smithi016 ceph-mon[96085]: pgmap v17949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:21.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:21.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:21 smithi098 ceph-mon[112578]: pgmap v17949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:22.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:22.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:23.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:23.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:23 smithi098 ceph-mon[112578]: pgmap v17950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:23 smithi016 ceph-mon[96085]: pgmap v17950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:24.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:24.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:25.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:25.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:25 smithi098 ceph-mon[112578]: pgmap v17951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:25 smithi016 ceph-mon[96085]: pgmap v17951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:26.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:26.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:39:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:39:27.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:27.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:27 smithi098 ceph-mon[112578]: pgmap v17952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:39:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:39:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:39:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:39:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:39:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:27 smithi016 ceph-mon[96085]: pgmap v17952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:39:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:39:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:39:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:39:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:39:28.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:28.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:29.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:29.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:29 smithi098 ceph-mon[112578]: pgmap v17953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:39:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:29 smithi016 ceph-mon[96085]: pgmap v17953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:39:30.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:30.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:31 smithi016 ceph-mon[96085]: pgmap v17954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:31.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:31.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:31 smithi098 ceph-mon[112578]: pgmap v17954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:32.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:32.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:33.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:33.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:33 smithi098 ceph-mon[112578]: pgmap v17955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:33 smithi016 ceph-mon[96085]: pgmap v17955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:34.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:34.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:35.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:35.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:35 smithi098 ceph-mon[112578]: pgmap v17956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:35 smithi016 ceph-mon[96085]: pgmap v17956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:36.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:36.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:37.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:37.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:37 smithi098 ceph-mon[112578]: pgmap v17957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:37 smithi016 ceph-mon[96085]: pgmap v17957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:38.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:38.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:39.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:39.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:39 smithi098 ceph-mon[112578]: pgmap v17958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:39 smithi016 ceph-mon[96085]: pgmap v17958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:40.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:40.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:41 smithi016 ceph-mon[96085]: pgmap v17959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:41.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:41.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:41 smithi098 ceph-mon[112578]: pgmap v17959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:42.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:42.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:43 smithi016 ceph-mon[96085]: pgmap v17960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:43.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:43.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:43 smithi098 ceph-mon[112578]: pgmap v17960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:44.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:44.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:39:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:39:45.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:45.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:45 smithi098 ceph-mon[112578]: pgmap v17961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:45 smithi016 ceph-mon[96085]: pgmap v17961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:46.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:46.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:47.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:47.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:47 smithi098 ceph-mon[112578]: pgmap v17962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:47 smithi016 ceph-mon[96085]: pgmap v17962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:48.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:48.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:49.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:49.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:49 smithi098 ceph-mon[112578]: pgmap v17963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:49 smithi016 ceph-mon[96085]: pgmap v17963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:50.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:50.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:51 smithi098 ceph-mon[112578]: pgmap v17964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:51 smithi016 ceph-mon[96085]: pgmap v17964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:51.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:51.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:52.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:52.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:53 smithi016 ceph-mon[96085]: pgmap v17965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:53.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:53.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:53 smithi098 ceph-mon[112578]: pgmap v17965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:54.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:54.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:55.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:55.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:55 smithi098 ceph-mon[112578]: pgmap v17966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:55 smithi016 ceph-mon[96085]: pgmap v17966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:56.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:56.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:57.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:57.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:57 smithi098 ceph-mon[112578]: pgmap v17967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:57 smithi016 ceph-mon[96085]: pgmap v17967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:58.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:58.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:59.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:39:59.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:59 smithi098 ceph-mon[112578]: pgmap v17968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:39:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:39:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:59 smithi016 ceph-mon[96085]: pgmap v17968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:39:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:40:00.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:00.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T06:40:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T06:40:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:01 smithi016 ceph-mon[96085]: pgmap v17969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:01.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:01.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:01 smithi098 ceph-mon[112578]: pgmap v17969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:02.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:02.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:03.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:03.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:03 smithi098 ceph-mon[112578]: pgmap v17970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:03 smithi016 ceph-mon[96085]: pgmap v17970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:04.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:04.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:05.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:05.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:05 smithi098 ceph-mon[112578]: pgmap v17971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:05 smithi016 ceph-mon[96085]: pgmap v17971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:06.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:06.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:07.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:07.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:07 smithi098 ceph-mon[112578]: pgmap v17972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:07 smithi016 ceph-mon[96085]: pgmap v17972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:08.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:08.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:09.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:09.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:09 smithi098 ceph-mon[112578]: pgmap v17973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:09 smithi016 ceph-mon[96085]: pgmap v17973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:10.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:10.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:11 smithi016 ceph-mon[96085]: pgmap v17974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:11.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:11.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:11 smithi098 ceph-mon[112578]: pgmap v17974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:12.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:12.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:13.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:13.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:13 smithi098 ceph-mon[112578]: pgmap v17975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:40:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:13 smithi016 ceph-mon[96085]: pgmap v17975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:40:14.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:14.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:15.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:15.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:15 smithi098 ceph-mon[112578]: pgmap v17976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:15 smithi016 ceph-mon[96085]: pgmap v17976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:16.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:16.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:17.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:17.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:17 smithi098 ceph-mon[112578]: pgmap v17977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:17 smithi016 ceph-mon[96085]: pgmap v17977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:18.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:18.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:19.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:19.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:19 smithi098 ceph-mon[112578]: pgmap v17978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:19 smithi016 ceph-mon[96085]: pgmap v17978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:20.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:20.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:21.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:21.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:21 smithi098 ceph-mon[112578]: pgmap v17979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:21 smithi016 ceph-mon[96085]: pgmap v17979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:22.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:22.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:23.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:23.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:23 smithi098 ceph-mon[112578]: pgmap v17980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:23 smithi016 ceph-mon[96085]: pgmap v17980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:24.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:24.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:25.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:25.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:25 smithi098 ceph-mon[112578]: pgmap v17981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:25 smithi016 ceph-mon[96085]: pgmap v17981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:26.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:26.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:27.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:27.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:27 smithi098 ceph-mon[112578]: pgmap v17982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:40:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:40:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:40:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:40:27.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:40:27.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:40:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:27 smithi016 ceph-mon[96085]: pgmap v17982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:40:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:40:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:40:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:40:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:40:27.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:40:28.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:28.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:29.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:29.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:29 smithi098 ceph-mon[112578]: pgmap v17983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:40:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:29 smithi016 ceph-mon[96085]: pgmap v17983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:40:30.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:30.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:31 smithi016 ceph-mon[96085]: pgmap v17984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:31.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:31.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:31 smithi098 ceph-mon[112578]: pgmap v17984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:32.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:32.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:33.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:33.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:33.735 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:33 smithi016 ceph-mon[96085]: pgmap v17985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:33 smithi098 ceph-mon[112578]: pgmap v17985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:34.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:34.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:35.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:35.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:35 smithi098 ceph-mon[112578]: pgmap v17986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:35 smithi016 ceph-mon[96085]: pgmap v17986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:36.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:36.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:37.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:37.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:37 smithi098 ceph-mon[112578]: pgmap v17987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:37 smithi016 ceph-mon[96085]: pgmap v17987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:38.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:38.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:39.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:39.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:39 smithi098 ceph-mon[112578]: pgmap v17988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:39 smithi016 ceph-mon[96085]: pgmap v17988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:40.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:40.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:41 smithi016 ceph-mon[96085]: pgmap v17989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:41.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:41.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:41.701 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:41 smithi098 ceph-mon[112578]: pgmap v17989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:42.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:42.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:43.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:43.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:43 smithi098 ceph-mon[112578]: pgmap v17990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:40:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:43 smithi016 ceph-mon[96085]: pgmap v17990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:40:44.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:44.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:45.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:45.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:45 smithi098 ceph-mon[112578]: pgmap v17991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:45 smithi016 ceph-mon[96085]: pgmap v17991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:46.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:46.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:47.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:47.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:47 smithi098 ceph-mon[112578]: pgmap v17992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:47 smithi016 ceph-mon[96085]: pgmap v17992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:48.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:48.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:49.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:49.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:49 smithi098 ceph-mon[112578]: pgmap v17993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:49 smithi016 ceph-mon[96085]: pgmap v17993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:50.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:50.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:51.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:51.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:51 smithi098 ceph-mon[112578]: pgmap v17994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:51.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:51 smithi016 ceph-mon[96085]: pgmap v17994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:52.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:52.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:53.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:53.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:53 smithi098 ceph-mon[112578]: pgmap v17995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:53 smithi016 ceph-mon[96085]: pgmap v17995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:54.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:54.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:55.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:55.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:55 smithi098 ceph-mon[112578]: pgmap v17996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:55 smithi016 ceph-mon[96085]: pgmap v17996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:56.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:56.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:57.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:57.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:57 smithi098 ceph-mon[112578]: pgmap v17997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:57 smithi016 ceph-mon[96085]: pgmap v17997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:58.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:58.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:59.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:40:59.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:59 smithi098 ceph-mon[112578]: pgmap v17998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:40:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:40:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:59 smithi016 ceph-mon[96085]: pgmap v17998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:40:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:41:00.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:00.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:01 smithi016 ceph-mon[96085]: pgmap v17999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:01.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:01.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:01 smithi098 ceph-mon[112578]: pgmap v17999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:02.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:02.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:03.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:03.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:03 smithi098 ceph-mon[112578]: pgmap v18000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:03 smithi016 ceph-mon[96085]: pgmap v18000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:04.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:04.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:05.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:05.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:05 smithi098 ceph-mon[112578]: pgmap v18001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:05 smithi016 ceph-mon[96085]: pgmap v18001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:06.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:06.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:07.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:07.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:07 smithi098 ceph-mon[112578]: pgmap v18002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:07 smithi016 ceph-mon[96085]: pgmap v18002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:08.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:08.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:09.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:09.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:09 smithi098 ceph-mon[112578]: pgmap v18003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:09 smithi016 ceph-mon[96085]: pgmap v18003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:10.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:10.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:11.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:11.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:11 smithi098 ceph-mon[112578]: pgmap v18004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:11 smithi016 ceph-mon[96085]: pgmap v18004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:12.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:12.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:13.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:13.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:13 smithi098 ceph-mon[112578]: pgmap v18005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:41:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:13 smithi016 ceph-mon[96085]: pgmap v18005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:41:14.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:14.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:15.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:15.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:15 smithi098 ceph-mon[112578]: pgmap v18006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:15 smithi016 ceph-mon[96085]: pgmap v18006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:16.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:16.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:17.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:17.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:17 smithi098 ceph-mon[112578]: pgmap v18007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:17 smithi016 ceph-mon[96085]: pgmap v18007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:18.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:18.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:19 smithi016 ceph-mon[96085]: pgmap v18008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:19.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:19.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:19 smithi098 ceph-mon[112578]: pgmap v18008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:20.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:20.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:21.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:21.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:21 smithi098 ceph-mon[112578]: pgmap v18009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:21 smithi016 ceph-mon[96085]: pgmap v18009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:22.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:22.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:23.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:23.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:23 smithi098 ceph-mon[112578]: pgmap v18010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:23 smithi016 ceph-mon[96085]: pgmap v18010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:24.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:24.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:25 smithi098 ceph-mon[112578]: pgmap v18011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:25.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:25.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:25 smithi016 ceph-mon[96085]: pgmap v18011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:26.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:26.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:27 smithi098 ceph-mon[112578]: pgmap v18012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:41:27.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:27.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:27.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:27 smithi016 ceph-mon[96085]: pgmap v18012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:27.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:41:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:41:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:41:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:41:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:41:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:41:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:41:28.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:28.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:41:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:41:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:41:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:41:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:41:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:41:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:29 smithi098 ceph-mon[112578]: pgmap v18013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:29.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:29.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:29 smithi016 ceph-mon[96085]: pgmap v18013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:30.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:30.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:31 smithi098 ceph-mon[112578]: pgmap v18014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:31.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:31.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:31 smithi016 ceph-mon[96085]: pgmap v18014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:32.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:32.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:33 smithi098 ceph-mon[112578]: pgmap v18015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:33.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:33.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:33 smithi016 ceph-mon[96085]: pgmap v18015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:34.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:34.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:35 smithi098 ceph-mon[112578]: pgmap v18016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:35 smithi016 ceph-mon[96085]: pgmap v18016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:35.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:35.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:36.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:36.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:37 smithi098 ceph-mon[112578]: pgmap v18017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:37 smithi016 ceph-mon[96085]: pgmap v18017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:37.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:37.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:38.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:38.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:39 smithi098 ceph-mon[112578]: pgmap v18018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:39 smithi016 ceph-mon[96085]: pgmap v18018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:39.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:39.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:40.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:40.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:41 smithi098 ceph-mon[112578]: pgmap v18019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:41 smithi016 ceph-mon[96085]: pgmap v18019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:41.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:41.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:42.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:42.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:43 smithi098 ceph-mon[112578]: pgmap v18020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:41:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:43 smithi016 ceph-mon[96085]: pgmap v18020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:41:43.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:43.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:44.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:44.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:45 smithi098 ceph-mon[112578]: pgmap v18021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:45 smithi016 ceph-mon[96085]: pgmap v18021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:45.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:45.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:46.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:46.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:47 smithi098 ceph-mon[112578]: pgmap v18022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:47 smithi016 ceph-mon[96085]: pgmap v18022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:47.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:47.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:48.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:48.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:49 smithi098 ceph-mon[112578]: pgmap v18023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:49 smithi016 ceph-mon[96085]: pgmap v18023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:49.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:49.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:50.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:50.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:51 smithi098 ceph-mon[112578]: pgmap v18024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:51.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:51 smithi016 ceph-mon[96085]: pgmap v18024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:51.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:51.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:52.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:52.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:53 smithi098 ceph-mon[112578]: pgmap v18025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:53 smithi016 ceph-mon[96085]: pgmap v18025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:53.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:53.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:54.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:54.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:55 smithi098 ceph-mon[112578]: pgmap v18026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:55 smithi016 ceph-mon[96085]: pgmap v18026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:55.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:55.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:56.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:56.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:57 smithi098 ceph-mon[112578]: pgmap v18027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:57 smithi016 ceph-mon[96085]: pgmap v18027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:57.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:57.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:41:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:41:58.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:58.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:41:59 smithi098 ceph-mon[112578]: pgmap v18028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:41:59 smithi016 ceph-mon[96085]: pgmap v18028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:59.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:41:59.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:00.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:00.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:01 smithi098 ceph-mon[112578]: pgmap v18029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:01.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:01 smithi016 ceph-mon[96085]: pgmap v18029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:01.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:01.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:02.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:02.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:03 smithi098 ceph-mon[112578]: pgmap v18030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:03 smithi016 ceph-mon[96085]: pgmap v18030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:03.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:03.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:04.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:04.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:05 smithi098 ceph-mon[112578]: pgmap v18031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:05 smithi016 ceph-mon[96085]: pgmap v18031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:05.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:05.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:06.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:06.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:07 smithi098 ceph-mon[112578]: pgmap v18032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:07 smithi016 ceph-mon[96085]: pgmap v18032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:07.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:07.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:08.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:08.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:09 smithi098 ceph-mon[112578]: pgmap v18033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:09 smithi016 ceph-mon[96085]: pgmap v18033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:09.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:09.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:10.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:10.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:11 smithi098 ceph-mon[112578]: pgmap v18034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:11 smithi016 ceph-mon[96085]: pgmap v18034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:11.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:11.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:12.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:12.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:13 smithi098 ceph-mon[112578]: pgmap v18035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:42:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:13 smithi016 ceph-mon[96085]: pgmap v18035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:42:13.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:13.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:14.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:14.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:15 smithi098 ceph-mon[112578]: pgmap v18036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:15 smithi016 ceph-mon[96085]: pgmap v18036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:15.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:15.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:16.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:16.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:17 smithi098 ceph-mon[112578]: pgmap v18037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:17 smithi016 ceph-mon[96085]: pgmap v18037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:17.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:17.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:18.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:18.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:19 smithi098 ceph-mon[112578]: pgmap v18038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:19 smithi016 ceph-mon[96085]: pgmap v18038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:19.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:19.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:20.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:20.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:21 smithi016 ceph-mon[96085]: pgmap v18039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:21.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:21.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:21 smithi098 ceph-mon[112578]: pgmap v18039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:22.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:22.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:23 smithi016 ceph-mon[96085]: pgmap v18040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:23.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:23.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:23 smithi098 ceph-mon[112578]: pgmap v18040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:24.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:24.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:25 smithi016 ceph-mon[96085]: pgmap v18041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:25.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:25.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:25 smithi098 ceph-mon[112578]: pgmap v18041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:26.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:26.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:27 smithi016 ceph-mon[96085]: pgmap v18042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:27.805 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:27 smithi098 ceph-mon[112578]: pgmap v18042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:27.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:27.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:42:28.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:42:28.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:28.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:42:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:42:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:29 smithi016 ceph-mon[96085]: pgmap v18043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:42:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:42:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:42:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:42:29.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:42:29.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:29.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:29 smithi098 ceph-mon[112578]: pgmap v18043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:42:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:42:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:42:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:42:30.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:42:30.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:30.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:31.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:31.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:31 smithi098 ceph-mon[112578]: pgmap v18044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:31 smithi016 ceph-mon[96085]: pgmap v18044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:32.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:32.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:33.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:33.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:33 smithi098 ceph-mon[112578]: pgmap v18045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:33 smithi016 ceph-mon[96085]: pgmap v18045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:34.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:34.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:35.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:35.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:35 smithi098 ceph-mon[112578]: pgmap v18046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:35 smithi016 ceph-mon[96085]: pgmap v18046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:36.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:36.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:37.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:37.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:37.911 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:37 smithi098 ceph-mon[112578]: pgmap v18047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:37 smithi016 ceph-mon[96085]: pgmap v18047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:38.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:38.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:39.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:39.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:39 smithi098 ceph-mon[112578]: pgmap v18048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:39 smithi016 ceph-mon[96085]: pgmap v18048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:40.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:40.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:41.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:41.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:41 smithi098 ceph-mon[112578]: pgmap v18049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:41 smithi016 ceph-mon[96085]: pgmap v18049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:42.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:42.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:43.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:43.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:43 smithi098 ceph-mon[112578]: pgmap v18050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:42:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:43 smithi016 ceph-mon[96085]: pgmap v18050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:42:44.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:44.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:45.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:45.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:45 smithi098 ceph-mon[112578]: pgmap v18051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:45 smithi016 ceph-mon[96085]: pgmap v18051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:46.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:46.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:47.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:47.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:47 smithi098 ceph-mon[112578]: pgmap v18052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:47 smithi016 ceph-mon[96085]: pgmap v18052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:48.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:48.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:49.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:49.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:49 smithi098 ceph-mon[112578]: pgmap v18053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:49 smithi016 ceph-mon[96085]: pgmap v18053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:50.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:50.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:51.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:51.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:51 smithi098 ceph-mon[112578]: pgmap v18054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:51 smithi016 ceph-mon[96085]: pgmap v18054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:52.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:52.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:53.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:53.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:53 smithi098 ceph-mon[112578]: pgmap v18055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:53 smithi016 ceph-mon[96085]: pgmap v18055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:54.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:54.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:55 smithi016 ceph-mon[96085]: pgmap v18056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:55.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:55.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:55 smithi098 ceph-mon[112578]: pgmap v18056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:56.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:56.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:57.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:57.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:57 smithi098 ceph-mon[112578]: pgmap v18057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:57 smithi016 ceph-mon[96085]: pgmap v18057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:58.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:58.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:42:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:42:59.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:42:59.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:42:59 smithi098 ceph-mon[112578]: pgmap v18058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:42:59 smithi016 ceph-mon[96085]: pgmap v18058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:00.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:00.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:01.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:01.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:01 smithi098 ceph-mon[112578]: pgmap v18059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:01 smithi016 ceph-mon[96085]: pgmap v18059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:02.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:02.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:03.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:03.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:03 smithi098 ceph-mon[112578]: pgmap v18060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:03 smithi016 ceph-mon[96085]: pgmap v18060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:04.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:04.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:05 smithi016 ceph-mon[96085]: pgmap v18061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:05.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:05.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:05 smithi098 ceph-mon[112578]: pgmap v18061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:06.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:06.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:07.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:07.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:07 smithi098 ceph-mon[112578]: pgmap v18062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:07 smithi016 ceph-mon[96085]: pgmap v18062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:08.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:08.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:09.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:09.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:09 smithi098 ceph-mon[112578]: pgmap v18063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:09 smithi016 ceph-mon[96085]: pgmap v18063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:10.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:10.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:11.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:11.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:11 smithi098 ceph-mon[112578]: pgmap v18064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:11 smithi016 ceph-mon[96085]: pgmap v18064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:12.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:12.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:13.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:13.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:13 smithi098 ceph-mon[112578]: pgmap v18065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:43:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:13 smithi016 ceph-mon[96085]: pgmap v18065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:43:14.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:14.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:15.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:15.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:15 smithi098 ceph-mon[112578]: pgmap v18066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:15 smithi016 ceph-mon[96085]: pgmap v18066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:16.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:16.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:17.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:17.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:17 smithi098 ceph-mon[112578]: pgmap v18067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:17 smithi016 ceph-mon[96085]: pgmap v18067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:18.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:18.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:19.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:19.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:20.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:19 smithi098 ceph-mon[112578]: pgmap v18068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:19 smithi016 ceph-mon[96085]: pgmap v18068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:20.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:20.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:21.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:21.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:21 smithi098 ceph-mon[112578]: pgmap v18069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:21 smithi016 ceph-mon[96085]: pgmap v18069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:22.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:22.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:23 smithi098 ceph-mon[112578]: pgmap v18070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:23.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:23.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:23 smithi016 ceph-mon[96085]: pgmap v18070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:24.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:24.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:25.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:25.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:25 smithi098 ceph-mon[112578]: pgmap v18071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:25 smithi016 ceph-mon[96085]: pgmap v18071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:26.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:26.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:27.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:27.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:27 smithi098 ceph-mon[112578]: pgmap v18072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:27 smithi016 ceph-mon[96085]: pgmap v18072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:43:28.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:28.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:43:29.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:29.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:29 smithi098 ceph-mon[112578]: pgmap v18073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:43:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:29 smithi016 ceph-mon[96085]: pgmap v18073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:43:30.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:30.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:31.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:31.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:31 smithi098 ceph-mon[112578]: pgmap v18074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:31 smithi016 ceph-mon[96085]: pgmap v18074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:32.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:32.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:43:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:43:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:43:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:43:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:43:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:43:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:43:33.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:32 smithi098 ceph-mon[112578]: pgmap v18075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:43:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:43:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:43:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:43:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:43:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:43:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:43:33.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:32 smithi016 ceph-mon[96085]: pgmap v18075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:33.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:33.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:34.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:34.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:35 smithi098 ceph-mon[112578]: pgmap v18076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:35 smithi016 ceph-mon[96085]: pgmap v18076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:35.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:35.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:36.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:36.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:37 smithi098 ceph-mon[112578]: pgmap v18077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:37 smithi016 ceph-mon[96085]: pgmap v18077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:37.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:37.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:38.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:38.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:39 smithi098 ceph-mon[112578]: pgmap v18078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:39 smithi016 ceph-mon[96085]: pgmap v18078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:39.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:39.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:40.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:40.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:41 smithi098 ceph-mon[112578]: pgmap v18079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:41 smithi016 ceph-mon[96085]: pgmap v18079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:41.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:41.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:42.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:42.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:43 smithi098 ceph-mon[112578]: pgmap v18080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:43:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:43 smithi016 ceph-mon[96085]: pgmap v18080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:43:43.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:43.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:44.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:44.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:45 smithi098 ceph-mon[112578]: pgmap v18081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:45 smithi016 ceph-mon[96085]: pgmap v18081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:45.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:46.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:47.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:47.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:47 smithi098 ceph-mon[112578]: pgmap v18082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:47 smithi016 ceph-mon[96085]: pgmap v18082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:48.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:48.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:49.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:49.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:49 smithi098 ceph-mon[112578]: pgmap v18083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:49 smithi016 ceph-mon[96085]: pgmap v18083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:50.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:50.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:51.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:51.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:51 smithi098 ceph-mon[112578]: pgmap v18084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:51.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:51 smithi016 ceph-mon[96085]: pgmap v18084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:52.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:52.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:53.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:53.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:53 smithi098 ceph-mon[112578]: pgmap v18085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:53 smithi016 ceph-mon[96085]: pgmap v18085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:54.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:54.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:55.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:55.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:55 smithi098 ceph-mon[112578]: pgmap v18086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:55 smithi016 ceph-mon[96085]: pgmap v18086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:56.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:56.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:57.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:57.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:57 smithi098 ceph-mon[112578]: pgmap v18087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:57 smithi016 ceph-mon[96085]: pgmap v18087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:58.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:58.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:58.752 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:43:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:43:59.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:43:59.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:43:59 smithi098 ceph-mon[112578]: pgmap v18088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:43:59 smithi016 ceph-mon[96085]: pgmap v18088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:00.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:00.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:01.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:01.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:01 smithi098 ceph-mon[112578]: pgmap v18089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:01.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:01 smithi016 ceph-mon[96085]: pgmap v18089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:02.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:02.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:03.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:03.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:03 smithi098 ceph-mon[112578]: pgmap v18090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:03 smithi016 ceph-mon[96085]: pgmap v18090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:04.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:04.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:05.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:05.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:05 smithi098 ceph-mon[112578]: pgmap v18091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:05 smithi016 ceph-mon[96085]: pgmap v18091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:06.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:06.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:07.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:07.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:07 smithi098 ceph-mon[112578]: pgmap v18092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:07 smithi016 ceph-mon[96085]: pgmap v18092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:08.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:08.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:09.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:09.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:09 smithi098 ceph-mon[112578]: pgmap v18093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:09 smithi016 ceph-mon[96085]: pgmap v18093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:10.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:10.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:11.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:11.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:11 smithi098 ceph-mon[112578]: pgmap v18094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:11 smithi016 ceph-mon[96085]: pgmap v18094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:12.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:12.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:13.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:13.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:13 smithi098 ceph-mon[112578]: pgmap v18095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:44:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:13 smithi016 ceph-mon[96085]: pgmap v18095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:44:14.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:14.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:15.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:15.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:15 smithi098 ceph-mon[112578]: pgmap v18096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:15 smithi016 ceph-mon[96085]: pgmap v18096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:16.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:16.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:17.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:17.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:17 smithi098 ceph-mon[112578]: pgmap v18097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:17 smithi016 ceph-mon[96085]: pgmap v18097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:18.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:18.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:19.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:19.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:19 smithi098 ceph-mon[112578]: pgmap v18098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:19 smithi016 ceph-mon[96085]: pgmap v18098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:20.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:20.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:21.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:21.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:21 smithi098 ceph-mon[112578]: pgmap v18099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:21 smithi016 ceph-mon[96085]: pgmap v18099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:22.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:22.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:23.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:23.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:23 smithi098 ceph-mon[112578]: pgmap v18100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:23 smithi016 ceph-mon[96085]: pgmap v18100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:24.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:24.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:25.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:25.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:25 smithi098 ceph-mon[112578]: pgmap v18101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:25 smithi016 ceph-mon[96085]: pgmap v18101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:26.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:26.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:27.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:27.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:27 smithi098 ceph-mon[112578]: pgmap v18102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:27 smithi016 ceph-mon[96085]: pgmap v18102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:28.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:28.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:44:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:44:29.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:29.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:29.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:29 smithi016 ceph-mon[96085]: pgmap v18103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:29 smithi098 ceph-mon[112578]: pgmap v18103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:30.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:30.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:31.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:31.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:31 smithi016 ceph-mon[96085]: pgmap v18104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:31 smithi098 ceph-mon[112578]: pgmap v18104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:32.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:32.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:44:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:44:33.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:33.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:33 smithi016 ceph-mon[96085]: pgmap v18105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:33 smithi098 ceph-mon[112578]: pgmap v18105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:34.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:34.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:35.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:35.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:35 smithi016 ceph-mon[96085]: pgmap v18106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:35 smithi098 ceph-mon[112578]: pgmap v18106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:36.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:36.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:37.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:37.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:37 smithi016 ceph-mon[96085]: pgmap v18107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:44:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:37 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:44:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:37 smithi098 ceph-mon[112578]: pgmap v18107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:44:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:37 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:44:38.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:38.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:44:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:44:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:44:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:44:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:44:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:44:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:44:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:44:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:44:39.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:44:39.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:39.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:39 smithi098 ceph-mon[112578]: pgmap v18108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:39 smithi016 ceph-mon[96085]: pgmap v18108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:40.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:40.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:41.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:41.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:41 smithi098 ceph-mon[112578]: pgmap v18109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:41 smithi016 ceph-mon[96085]: pgmap v18109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:42.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:42.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:43.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:43.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:43 smithi098 ceph-mon[112578]: pgmap v18110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:44:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:43 smithi016 ceph-mon[96085]: pgmap v18110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:44:44.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:44.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:45.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:45.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:45 smithi098 ceph-mon[112578]: pgmap v18111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:45 smithi016 ceph-mon[96085]: pgmap v18111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:46.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:46.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:47.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:47.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:47 smithi098 ceph-mon[112578]: pgmap v18112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:47 smithi016 ceph-mon[96085]: pgmap v18112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:48.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:48.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:49.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:49.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:49 smithi098 ceph-mon[112578]: pgmap v18113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:49 smithi016 ceph-mon[96085]: pgmap v18113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:50.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:50.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:51.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:51.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:51 smithi098 ceph-mon[112578]: pgmap v18114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:51.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:51 smithi016 ceph-mon[96085]: pgmap v18114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:52.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:52.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:53.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:53.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:53 smithi098 ceph-mon[112578]: pgmap v18115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:53 smithi016 ceph-mon[96085]: pgmap v18115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:54.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:54.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:55.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:55.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:55 smithi098 ceph-mon[112578]: pgmap v18116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:55 smithi016 ceph-mon[96085]: pgmap v18116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:56.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:56.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:57.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:57.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:57 smithi098 ceph-mon[112578]: pgmap v18117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:57 smithi016 ceph-mon[96085]: pgmap v18117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:58.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:58.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:44:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:44:59.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:44:59.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:44:59 smithi098 ceph-mon[112578]: pgmap v18118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:44:59 smithi016 ceph-mon[96085]: pgmap v18118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:00.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:00.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:01.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:01.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:01 smithi098 ceph-mon[112578]: pgmap v18119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:01.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:01 smithi016 ceph-mon[96085]: pgmap v18119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:02.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:02.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:03.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:03.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:03 smithi098 ceph-mon[112578]: pgmap v18120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:03 smithi016 ceph-mon[96085]: pgmap v18120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:04.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:04.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:05.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:05.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:05 smithi098 ceph-mon[112578]: pgmap v18121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:05 smithi016 ceph-mon[96085]: pgmap v18121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:06.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:06.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:07.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:07.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:07 smithi098 ceph-mon[112578]: pgmap v18122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:07 smithi016 ceph-mon[96085]: pgmap v18122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:08.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:08.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:09.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:09.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:09 smithi098 ceph-mon[112578]: pgmap v18123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:09 smithi016 ceph-mon[96085]: pgmap v18123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:10.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:10.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:11.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:11.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:11 smithi098 ceph-mon[112578]: pgmap v18124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:11 smithi016 ceph-mon[96085]: pgmap v18124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:12.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:12.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:13.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:13.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:13 smithi098 ceph-mon[112578]: pgmap v18125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:45:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:13 smithi016 ceph-mon[96085]: pgmap v18125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:45:14.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:14.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:15.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:15.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:15 smithi098 ceph-mon[112578]: pgmap v18126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:15 smithi016 ceph-mon[96085]: pgmap v18126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:16.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:16.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:17.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:17.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:17 smithi098 ceph-mon[112578]: pgmap v18127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:17 smithi016 ceph-mon[96085]: pgmap v18127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:18.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:18.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:19.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:19.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:19 smithi098 ceph-mon[112578]: pgmap v18128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:19 smithi016 ceph-mon[96085]: pgmap v18128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:20.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:20.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:21.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:21.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:21 smithi098 ceph-mon[112578]: pgmap v18129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:21 smithi016 ceph-mon[96085]: pgmap v18129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:22.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:22.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:23.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:23.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:23 smithi098 ceph-mon[112578]: pgmap v18130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:23 smithi016 ceph-mon[96085]: pgmap v18130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:24.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:24.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:25.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:25.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:25 smithi098 ceph-mon[112578]: pgmap v18131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:25 smithi016 ceph-mon[96085]: pgmap v18131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:26.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:26.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:27.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:27.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:27 smithi098 ceph-mon[112578]: pgmap v18132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:27 smithi016 ceph-mon[96085]: pgmap v18132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:28.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:28.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:45:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:45:29.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:29.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:29 smithi098 ceph-mon[112578]: pgmap v18133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:29 smithi016 ceph-mon[96085]: pgmap v18133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:30.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:30.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:31.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:31.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:31 smithi098 ceph-mon[112578]: pgmap v18134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:31 smithi016 ceph-mon[96085]: pgmap v18134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:32.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:32.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:33.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:33.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:33 smithi098 ceph-mon[112578]: pgmap v18135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:33 smithi016 ceph-mon[96085]: pgmap v18135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:34.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:34.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:35.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:35.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:35 smithi016 ceph-mon[96085]: pgmap v18136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:35 smithi098 ceph-mon[112578]: pgmap v18136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:36.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:36.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:37.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:37.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:37 smithi016 ceph-mon[96085]: pgmap v18137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:37 smithi098 ceph-mon[112578]: pgmap v18137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:38.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:38.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:45:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:45:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:45:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:45:38.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:45:38.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:45:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:45:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:45:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:45:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:45:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:45:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:45:39.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:39.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:39 smithi016 ceph-mon[96085]: pgmap v18138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:39.806 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:39 smithi098 ceph-mon[112578]: pgmap v18138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:40.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:40.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:41.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:41.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:41 smithi016 ceph-mon[96085]: pgmap v18139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:41 smithi098 ceph-mon[112578]: pgmap v18139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:42.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:42.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:43.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:43.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:43 smithi098 ceph-mon[112578]: pgmap v18140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:45:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:43 smithi016 ceph-mon[96085]: pgmap v18140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:45:44.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:44.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:45.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:45.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:45 smithi098 ceph-mon[112578]: pgmap v18141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:45 smithi016 ceph-mon[96085]: pgmap v18141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:46.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:46.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:47.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:47.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:47 smithi016 ceph-mon[96085]: pgmap v18142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:47 smithi098 ceph-mon[112578]: pgmap v18142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:48.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:48.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:49.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:49.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:49.913 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:49 smithi098 ceph-mon[112578]: pgmap v18143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:49 smithi016 ceph-mon[96085]: pgmap v18143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:50.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:50.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:51.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:51.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:51 smithi098 ceph-mon[112578]: pgmap v18144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:51 smithi016 ceph-mon[96085]: pgmap v18144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:52.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:52.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:53.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:53.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:53 smithi098 ceph-mon[112578]: pgmap v18145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:53 smithi016 ceph-mon[96085]: pgmap v18145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:54.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:54.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:55.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:55.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:55 smithi098 ceph-mon[112578]: pgmap v18146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:55 smithi016 ceph-mon[96085]: pgmap v18146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:56.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:56.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:57.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:57.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:57 smithi016 ceph-mon[96085]: pgmap v18147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:57 smithi098 ceph-mon[112578]: pgmap v18147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:58.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:58.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:45:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:45:59.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:45:59.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:45:59 smithi098 ceph-mon[112578]: pgmap v18148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:45:59 smithi016 ceph-mon[96085]: pgmap v18148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:00.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:00.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:01.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:01.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:01 smithi098 ceph-mon[112578]: pgmap v18149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:01 smithi016 ceph-mon[96085]: pgmap v18149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:02.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:02.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:03.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:03.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:03 smithi098 ceph-mon[112578]: pgmap v18150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:03 smithi016 ceph-mon[96085]: pgmap v18150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:04.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:04.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:05.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:05.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:05 smithi098 ceph-mon[112578]: pgmap v18151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:05 smithi016 ceph-mon[96085]: pgmap v18151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:06.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:06.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:07.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:07.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:07 smithi098 ceph-mon[112578]: pgmap v18152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:07 smithi016 ceph-mon[96085]: pgmap v18152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:08.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:08.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:09.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:09.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:09 smithi098 ceph-mon[112578]: pgmap v18153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:09 smithi016 ceph-mon[96085]: pgmap v18153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:10.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:10.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:11.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:11.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:11 smithi098 ceph-mon[112578]: pgmap v18154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:11 smithi016 ceph-mon[96085]: pgmap v18154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:12.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:12.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:13.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:13.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:13 smithi098 ceph-mon[112578]: pgmap v18155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:46:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:13 smithi016 ceph-mon[96085]: pgmap v18155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:46:14.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:14.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:15.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:15.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:15 smithi098 ceph-mon[112578]: pgmap v18156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:15 smithi016 ceph-mon[96085]: pgmap v18156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:16.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:16.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:17.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:17.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:17 smithi098 ceph-mon[112578]: pgmap v18157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:18.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:17 smithi016 ceph-mon[96085]: pgmap v18157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:18.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:18.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:19.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:19.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:19 smithi098 ceph-mon[112578]: pgmap v18158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:19 smithi016 ceph-mon[96085]: pgmap v18158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:20.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:20.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:21.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:21.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:21 smithi098 ceph-mon[112578]: pgmap v18159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:21 smithi016 ceph-mon[96085]: pgmap v18159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:22.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:22.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:23.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:23.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:23 smithi098 ceph-mon[112578]: pgmap v18160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:23 smithi016 ceph-mon[96085]: pgmap v18160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:24.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:24.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:25.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:25.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:25 smithi098 ceph-mon[112578]: pgmap v18161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:25 smithi016 ceph-mon[96085]: pgmap v18161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:26.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:26.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:27.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:27.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:27 smithi098 ceph-mon[112578]: pgmap v18162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:27 smithi016 ceph-mon[96085]: pgmap v18162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:28.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:28.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:46:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:46:29.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:29.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:29 smithi098 ceph-mon[112578]: pgmap v18163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:29 smithi016 ceph-mon[96085]: pgmap v18163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:30.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:30.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:31.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:31.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:31 smithi098 ceph-mon[112578]: pgmap v18164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:31 smithi016 ceph-mon[96085]: pgmap v18164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:32.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:32.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:33.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:33.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:33 smithi098 ceph-mon[112578]: pgmap v18165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:33 smithi016 ceph-mon[96085]: pgmap v18165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:34.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:34.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:35.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:35.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:35 smithi098 ceph-mon[112578]: pgmap v18166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:35 smithi016 ceph-mon[96085]: pgmap v18166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:36.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:36.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:37.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:37.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:37.900 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:37 smithi016 ceph-mon[96085]: pgmap v18167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:37 smithi098 ceph-mon[112578]: pgmap v18167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:38.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:38.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:39.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:39.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:39 smithi098 ceph-mon[112578]: pgmap v18168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:46:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:46:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:46:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:46:39.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:46:39.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:46:39.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:46:39.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:46:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:39 smithi016 ceph-mon[96085]: pgmap v18168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:46:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:46:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:46:39.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:46:39.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:46:39.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:46:39.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:46:39.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:46:40.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:40.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:41.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:41.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:41 smithi098 ceph-mon[112578]: pgmap v18169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:41 smithi016 ceph-mon[96085]: pgmap v18169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:42.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:42.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:43.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:43.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:43 smithi098 ceph-mon[112578]: pgmap v18170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:46:43.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:43 smithi016 ceph-mon[96085]: pgmap v18170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:43.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:46:44.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:44.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:45.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:45.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:45 smithi098 ceph-mon[112578]: pgmap v18171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:45 smithi016 ceph-mon[96085]: pgmap v18171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:46.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:46.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:47.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:47.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:47 smithi098 ceph-mon[112578]: pgmap v18172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:47 smithi016 ceph-mon[96085]: pgmap v18172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:48.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:48.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:49.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:49.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:49.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:49 smithi098 ceph-mon[112578]: pgmap v18173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:49 smithi016 ceph-mon[96085]: pgmap v18173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:50.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:50.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:51.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:51.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:51 smithi098 ceph-mon[112578]: pgmap v18174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:51.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:51 smithi016 ceph-mon[96085]: pgmap v18174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:52.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:52.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:53.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:53.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:53 smithi098 ceph-mon[112578]: pgmap v18175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:53 smithi016 ceph-mon[96085]: pgmap v18175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:54.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:54.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:55.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:55.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:55 smithi098 ceph-mon[112578]: pgmap v18176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:55 smithi016 ceph-mon[96085]: pgmap v18176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:56.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:56.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:57.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:57.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:57 smithi098 ceph-mon[112578]: pgmap v18177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:57 smithi016 ceph-mon[96085]: pgmap v18177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:58.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:58.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:46:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:46:59.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:46:59.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:46:59 smithi098 ceph-mon[112578]: pgmap v18178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:46:59 smithi016 ceph-mon[96085]: pgmap v18178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:00.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:00.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:01.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:01.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:01 smithi098 ceph-mon[112578]: pgmap v18179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:01.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:01 smithi016 ceph-mon[96085]: pgmap v18179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:02.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:02.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:03.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:03.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:03 smithi098 ceph-mon[112578]: pgmap v18180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:03 smithi016 ceph-mon[96085]: pgmap v18180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:04.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:04.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:05.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:05.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:05 smithi098 ceph-mon[112578]: pgmap v18181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:05 smithi016 ceph-mon[96085]: pgmap v18181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:06.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:06.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:07.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:07.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:07 smithi098 ceph-mon[112578]: pgmap v18182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:07 smithi016 ceph-mon[96085]: pgmap v18182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:08.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:08.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:09.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:09.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:09 smithi098 ceph-mon[112578]: pgmap v18183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:09 smithi016 ceph-mon[96085]: pgmap v18183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:10.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:10.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:11.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:11.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:11 smithi016 ceph-mon[96085]: pgmap v18184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:11 smithi098 ceph-mon[112578]: pgmap v18184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:12.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:12.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:13.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:13.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:13 smithi016 ceph-mon[96085]: pgmap v18185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:47:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:13 smithi098 ceph-mon[112578]: pgmap v18185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:47:14.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:14.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:15.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:15.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:15 smithi016 ceph-mon[96085]: pgmap v18186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:15.808 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:15 smithi098 ceph-mon[112578]: pgmap v18186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:16.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:16.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:17.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:17.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:17 smithi016 ceph-mon[96085]: pgmap v18187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:17 smithi098 ceph-mon[112578]: pgmap v18187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:18.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:18.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:19.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:19.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:19 smithi016 ceph-mon[96085]: pgmap v18188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:19 smithi098 ceph-mon[112578]: pgmap v18188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:20.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:20.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:21.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:21.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:21 smithi098 ceph-mon[112578]: pgmap v18189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:21 smithi016 ceph-mon[96085]: pgmap v18189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:22.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:22.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:23.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:23.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:23 smithi016 ceph-mon[96085]: pgmap v18190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:23 smithi098 ceph-mon[112578]: pgmap v18190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:24.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:24.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:25.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:25.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:25.913 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:25 smithi098 ceph-mon[112578]: pgmap v18191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:25 smithi016 ceph-mon[96085]: pgmap v18191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:26.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:26.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:27.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:27.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:27 smithi098 ceph-mon[112578]: pgmap v18192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:27 smithi016 ceph-mon[96085]: pgmap v18192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:28.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:28.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:47:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:47:29.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:29.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:29 smithi098 ceph-mon[112578]: pgmap v18193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:29 smithi016 ceph-mon[96085]: pgmap v18193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:30.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:30.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:31.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:31.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:31 smithi098 ceph-mon[112578]: pgmap v18194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:31 smithi016 ceph-mon[96085]: pgmap v18194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:32.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:32.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:33.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:33.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:33 smithi098 ceph-mon[112578]: pgmap v18195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:33 smithi016 ceph-mon[96085]: pgmap v18195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:34.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:34.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:35.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:35.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:35 smithi098 ceph-mon[112578]: pgmap v18196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:35 smithi016 ceph-mon[96085]: pgmap v18196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:36.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:36.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:37.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:37.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:37 smithi098 ceph-mon[112578]: pgmap v18197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:37 smithi016 ceph-mon[96085]: pgmap v18197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:38.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:38.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:39.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:39.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:39 smithi098 ceph-mon[112578]: pgmap v18198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:47:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:39 smithi016 ceph-mon[96085]: pgmap v18198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:47:40.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:40.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:47:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:47:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:47:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:47:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:47:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:47:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:47:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:47:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:47:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:47:41.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:41.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:41 smithi098 ceph-mon[112578]: pgmap v18199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:41 smithi016 ceph-mon[96085]: pgmap v18199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:42.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:42.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:43.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:43.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:43 smithi098 ceph-mon[112578]: pgmap v18200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:47:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:43 smithi016 ceph-mon[96085]: pgmap v18200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:47:44.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:44.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:45.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:45.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:45 smithi098 ceph-mon[112578]: pgmap v18201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:45 smithi016 ceph-mon[96085]: pgmap v18201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:46.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:46.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:47.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:47.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:47 smithi098 ceph-mon[112578]: pgmap v18202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:47 smithi016 ceph-mon[96085]: pgmap v18202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:48.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:48.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:49.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:49.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:49 smithi098 ceph-mon[112578]: pgmap v18203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:49 smithi016 ceph-mon[96085]: pgmap v18203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:50.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:50.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:51.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:51.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:51 smithi098 ceph-mon[112578]: pgmap v18204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:51 smithi016 ceph-mon[96085]: pgmap v18204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:52.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:52.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:53.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:53.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:53 smithi098 ceph-mon[112578]: pgmap v18205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:53 smithi016 ceph-mon[96085]: pgmap v18205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:54.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:54.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:55.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:55.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:55 smithi098 ceph-mon[112578]: pgmap v18206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:55 smithi016 ceph-mon[96085]: pgmap v18206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:56.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:56.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:57.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:57.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:57 smithi098 ceph-mon[112578]: pgmap v18207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:57 smithi016 ceph-mon[96085]: pgmap v18207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:58.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:58.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:47:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:47:59.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:47:59.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:47:59 smithi098 ceph-mon[112578]: pgmap v18208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:47:59 smithi016 ceph-mon[96085]: pgmap v18208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:00.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:00.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:01.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:01.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:01 smithi098 ceph-mon[112578]: pgmap v18209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:01 smithi016 ceph-mon[96085]: pgmap v18209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:02.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:02.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:03.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:03.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:03.888 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:03 smithi016 ceph-mon[96085]: pgmap v18210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:03 smithi098 ceph-mon[112578]: pgmap v18210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:04.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:04.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:05.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:05.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:05 smithi098 ceph-mon[112578]: pgmap v18211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:06.033 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:05 smithi016 ceph-mon[96085]: pgmap v18211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:06.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:06.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:07.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:07.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:07 smithi098 ceph-mon[112578]: pgmap v18212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:07 smithi016 ceph-mon[96085]: pgmap v18212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:08.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:08.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:09.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:09.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:09 smithi098 ceph-mon[112578]: pgmap v18213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:09 smithi016 ceph-mon[96085]: pgmap v18213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:10.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:10.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:11.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:11.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:11 smithi098 ceph-mon[112578]: pgmap v18214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:11 smithi016 ceph-mon[96085]: pgmap v18214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:12.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:12.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:13.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:13.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:14.003 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:13 smithi016 ceph-mon[96085]: pgmap v18215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:14.003 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:48:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:13 smithi098 ceph-mon[112578]: pgmap v18215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:48:14.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:14.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:15.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:15.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:15 smithi098 ceph-mon[112578]: pgmap v18216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:15 smithi016 ceph-mon[96085]: pgmap v18216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:16.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:16.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:17.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:17.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:17 smithi098 ceph-mon[112578]: pgmap v18217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:17 smithi016 ceph-mon[96085]: pgmap v18217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:18.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:18.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:19.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:19.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:19 smithi098 ceph-mon[112578]: pgmap v18218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:19 smithi016 ceph-mon[96085]: pgmap v18218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:20.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:20.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:21.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:21.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:21 smithi098 ceph-mon[112578]: pgmap v18219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:21 smithi016 ceph-mon[96085]: pgmap v18219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:22.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:22.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:23.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:23.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:23 smithi098 ceph-mon[112578]: pgmap v18220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:23 smithi016 ceph-mon[96085]: pgmap v18220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:24.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:24.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:25.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:25.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:25 smithi098 ceph-mon[112578]: pgmap v18221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:25 smithi016 ceph-mon[96085]: pgmap v18221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:26.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:26.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:27.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:27.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:27 smithi098 ceph-mon[112578]: pgmap v18222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:27 smithi016 ceph-mon[96085]: pgmap v18222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:28.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:28.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:48:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:48:29.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:29.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:29 smithi098 ceph-mon[112578]: pgmap v18223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:29 smithi016 ceph-mon[96085]: pgmap v18223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:30.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:30.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:31.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:31.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:31 smithi098 ceph-mon[112578]: pgmap v18224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:31 smithi016 ceph-mon[96085]: pgmap v18224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:32.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:32.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:33.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:33.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:33 smithi098 ceph-mon[112578]: pgmap v18225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:33 smithi016 ceph-mon[96085]: pgmap v18225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:34.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:34.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:35.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:35.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:35 smithi098 ceph-mon[112578]: pgmap v18226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:35 smithi016 ceph-mon[96085]: pgmap v18226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:36.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:36.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:37.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:37.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:37 smithi098 ceph-mon[112578]: pgmap v18227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:37 smithi016 ceph-mon[96085]: pgmap v18227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:38.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:38.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:39.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:39.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:39 smithi098 ceph-mon[112578]: pgmap v18228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:39 smithi016 ceph-mon[96085]: pgmap v18228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:40.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:40.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:48:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:48:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:48:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:48:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:48:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:48:41.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:41.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:41 smithi098 ceph-mon[112578]: pgmap v18229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:48:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:48:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:48:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:48:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:48:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:41 smithi016 ceph-mon[96085]: pgmap v18229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:48:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:48:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:48:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:48:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:48:42.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:42.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:43.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:43.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:43 smithi098 ceph-mon[112578]: pgmap v18230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:48:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:43 smithi016 ceph-mon[96085]: pgmap v18230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:48:44.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:44.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:45.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:45.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:45 smithi098 ceph-mon[112578]: pgmap v18231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:45 smithi016 ceph-mon[96085]: pgmap v18231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:46.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:46.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:47.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:47.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:47 smithi098 ceph-mon[112578]: pgmap v18232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:47 smithi016 ceph-mon[96085]: pgmap v18232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:48.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:48.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:49.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:49.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:49 smithi098 ceph-mon[112578]: pgmap v18233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:49 smithi016 ceph-mon[96085]: pgmap v18233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:50.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:50.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:51.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:51.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:51 smithi098 ceph-mon[112578]: pgmap v18234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:51 smithi016 ceph-mon[96085]: pgmap v18234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:52.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:52.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:53.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:53.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:53 smithi098 ceph-mon[112578]: pgmap v18235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:53 smithi016 ceph-mon[96085]: pgmap v18235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:54.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:54.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:55.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:55.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:55 smithi098 ceph-mon[112578]: pgmap v18236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:55 smithi016 ceph-mon[96085]: pgmap v18236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:56.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:56.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:57.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:57.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:57 smithi098 ceph-mon[112578]: pgmap v18237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:57 smithi016 ceph-mon[96085]: pgmap v18237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:58.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:58.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:48:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:48:59.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:48:59.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:48:59 smithi016 ceph-mon[96085]: pgmap v18238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:48:59 smithi098 ceph-mon[112578]: pgmap v18238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:00.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:00.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:01.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:01.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:01 smithi098 ceph-mon[112578]: pgmap v18239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:01 smithi016 ceph-mon[96085]: pgmap v18239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:02.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:02.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:03.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:03.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:03 smithi098 ceph-mon[112578]: pgmap v18240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:03 smithi016 ceph-mon[96085]: pgmap v18240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:04.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:04.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:05.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:05.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:05 smithi098 ceph-mon[112578]: pgmap v18241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:05 smithi016 ceph-mon[96085]: pgmap v18241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:06.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:06.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:07.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:07.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:07 smithi098 ceph-mon[112578]: pgmap v18242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:07 smithi016 ceph-mon[96085]: pgmap v18242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:08.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:08.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:09.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:09.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:09 smithi098 ceph-mon[112578]: pgmap v18243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:09 smithi016 ceph-mon[96085]: pgmap v18243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:10.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:10.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:11.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:11.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:11 smithi098 ceph-mon[112578]: pgmap v18244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:11 smithi016 ceph-mon[96085]: pgmap v18244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:12.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:12.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:13.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:13.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:13 smithi098 ceph-mon[112578]: pgmap v18245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:49:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:13 smithi016 ceph-mon[96085]: pgmap v18245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:49:14.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:14.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:15.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:15.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:15 smithi098 ceph-mon[112578]: pgmap v18246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:15 smithi016 ceph-mon[96085]: pgmap v18246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:16.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:16.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:16 smithi098 ceph-mon[112578]: pgmap v18247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:16 smithi016 ceph-mon[96085]: pgmap v18247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:17.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:17.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:18.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:18.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:19.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:19.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:19 smithi098 ceph-mon[112578]: pgmap v18248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:19 smithi016 ceph-mon[96085]: pgmap v18248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:20.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:20.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:21.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:21.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:21 smithi098 ceph-mon[112578]: pgmap v18249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:21 smithi016 ceph-mon[96085]: pgmap v18249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:22.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:22.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:23.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:23.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:23 smithi098 ceph-mon[112578]: pgmap v18250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:23 smithi016 ceph-mon[96085]: pgmap v18250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:24.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:24.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:25.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:25.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:25 smithi098 ceph-mon[112578]: pgmap v18251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:25 smithi016 ceph-mon[96085]: pgmap v18251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:26.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:26.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:27.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:27.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:27 smithi016 ceph-mon[96085]: pgmap v18252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:27 smithi098 ceph-mon[112578]: pgmap v18252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:28.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:28.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:49:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:49:29.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:29.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:29 smithi016 ceph-mon[96085]: pgmap v18253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:29 smithi098 ceph-mon[112578]: pgmap v18253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:30.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:30.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:31.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:31.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:31 smithi016 ceph-mon[96085]: pgmap v18254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:31 smithi098 ceph-mon[112578]: pgmap v18254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:32.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:32.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:33.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:33.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:33 smithi016 ceph-mon[96085]: pgmap v18255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:33 smithi098 ceph-mon[112578]: pgmap v18255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:34.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:34.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:35.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:35.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:35 smithi098 ceph-mon[112578]: pgmap v18256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:35 smithi016 ceph-mon[96085]: pgmap v18256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:36.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:36.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:37.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:37.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:37 smithi098 ceph-mon[112578]: pgmap v18257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:37 smithi016 ceph-mon[96085]: pgmap v18257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:38.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:38.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:39.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:39.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:39.982 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:39 smithi016 ceph-mon[96085]: pgmap v18258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:39 smithi098 ceph-mon[112578]: pgmap v18258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:40.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:40.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:41.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:41.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:41 smithi098 ceph-mon[112578]: pgmap v18259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:49:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:49:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:49:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:49:42.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:49:42.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:49:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:41 smithi016 ceph-mon[96085]: pgmap v18259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:49:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:49:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:49:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:49:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:49:42.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:49:42.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:42.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:43.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:43.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:43 smithi098 ceph-mon[112578]: pgmap v18260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:49:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:43 smithi016 ceph-mon[96085]: pgmap v18260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:49:44.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:44.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:45.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:45.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:45 smithi098 ceph-mon[112578]: pgmap v18261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:45 smithi016 ceph-mon[96085]: pgmap v18261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:46.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:46.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:47.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:47.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:47 smithi098 ceph-mon[112578]: pgmap v18262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:47 smithi016 ceph-mon[96085]: pgmap v18262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:48.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:48.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:49.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:49.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:49 smithi098 ceph-mon[112578]: pgmap v18263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:49 smithi016 ceph-mon[96085]: pgmap v18263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:50.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:50.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:51.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:51.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:51 smithi098 ceph-mon[112578]: pgmap v18264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:51 smithi016 ceph-mon[96085]: pgmap v18264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:52.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:52.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:53.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:53.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:53 smithi098 ceph-mon[112578]: pgmap v18265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:53 smithi016 ceph-mon[96085]: pgmap v18265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:54.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:54.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:55.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:55.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:55 smithi098 ceph-mon[112578]: pgmap v18266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:55 smithi016 ceph-mon[96085]: pgmap v18266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:56.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:56.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:57.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:57.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:57 smithi098 ceph-mon[112578]: pgmap v18267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:57 smithi016 ceph-mon[96085]: pgmap v18267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:58.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:58.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:49:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:49:59.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:49:59.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:49:59 smithi098 ceph-mon[112578]: pgmap v18268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:49:59 smithi016 ceph-mon[96085]: pgmap v18268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:00.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:00.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T06:50:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T06:50:01.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:01.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:01 smithi098 ceph-mon[112578]: pgmap v18269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:01 smithi016 ceph-mon[96085]: pgmap v18269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:02.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:02.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:03.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:03.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:03 smithi098 ceph-mon[112578]: pgmap v18270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:03 smithi016 ceph-mon[96085]: pgmap v18270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:04.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:04.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:05.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:05.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:05 smithi098 ceph-mon[112578]: pgmap v18271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:05 smithi016 ceph-mon[96085]: pgmap v18271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:06.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:06.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:07.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:07.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:07 smithi098 ceph-mon[112578]: pgmap v18272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:07 smithi016 ceph-mon[96085]: pgmap v18272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:08.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:08.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:09.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:09.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:09 smithi098 ceph-mon[112578]: pgmap v18273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:09 smithi016 ceph-mon[96085]: pgmap v18273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:10.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:10.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:11.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:11.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:11 smithi098 ceph-mon[112578]: pgmap v18274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:11 smithi016 ceph-mon[96085]: pgmap v18274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:12.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:12.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:13.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:13.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:13 smithi098 ceph-mon[112578]: pgmap v18275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:50:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:13 smithi016 ceph-mon[96085]: pgmap v18275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:50:14.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:14.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:15.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:15.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:15 smithi016 ceph-mon[96085]: pgmap v18276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:15 smithi098 ceph-mon[112578]: pgmap v18276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:16.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:16.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:17.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:17.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:17 smithi098 ceph-mon[112578]: pgmap v18277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:17 smithi016 ceph-mon[96085]: pgmap v18277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:18.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:18.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:19.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:19.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:19 smithi098 ceph-mon[112578]: pgmap v18278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:19 smithi016 ceph-mon[96085]: pgmap v18278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:20.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:20.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:21.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:21.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:21 smithi098 ceph-mon[112578]: pgmap v18279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:21 smithi016 ceph-mon[96085]: pgmap v18279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:22.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:22.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:23.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:23.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:23 smithi098 ceph-mon[112578]: pgmap v18280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:23 smithi016 ceph-mon[96085]: pgmap v18280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:24.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:24.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:25.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:25.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:25 smithi016 ceph-mon[96085]: pgmap v18281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:25 smithi098 ceph-mon[112578]: pgmap v18281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:26.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:26.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:27.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:27.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:27 smithi098 ceph-mon[112578]: pgmap v18282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:27 smithi016 ceph-mon[96085]: pgmap v18282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:28.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:28.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:50:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:50:29.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:29.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:29 smithi098 ceph-mon[112578]: pgmap v18283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:29 smithi016 ceph-mon[96085]: pgmap v18283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:30.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:30.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:31.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:31.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:31 smithi098 ceph-mon[112578]: pgmap v18284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:31 smithi016 ceph-mon[96085]: pgmap v18284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:32.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:32.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:33.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:33.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:33 smithi098 ceph-mon[112578]: pgmap v18285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:33 smithi016 ceph-mon[96085]: pgmap v18285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:34.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:34.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:35.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:35.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:35 smithi098 ceph-mon[112578]: pgmap v18286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:35 smithi016 ceph-mon[96085]: pgmap v18286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:36.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:36.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:37.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:37.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:37.920 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:37 smithi098 ceph-mon[112578]: pgmap v18287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:38.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:37 smithi016 ceph-mon[96085]: pgmap v18287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:38.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:38.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:39.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:39.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:39 smithi098 ceph-mon[112578]: pgmap v18288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:39 smithi016 ceph-mon[96085]: pgmap v18288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:40.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:40.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:41.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:41.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:41 smithi098 ceph-mon[112578]: pgmap v18289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:50:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:41 smithi016 ceph-mon[96085]: pgmap v18289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:50:42.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:42.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:42.974 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:50:42.974 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:50:42.974 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:50:42.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:50:42.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:50:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:50:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:50:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:50:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:50:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:50:43.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:43.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:43 smithi098 ceph-mon[112578]: pgmap v18290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:50:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:43 smithi016 ceph-mon[96085]: pgmap v18290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:50:44.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:44.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:45.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:45.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:45 smithi098 ceph-mon[112578]: pgmap v18291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:45 smithi016 ceph-mon[96085]: pgmap v18291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:46.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:46.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:47.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:47.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:47 smithi098 ceph-mon[112578]: pgmap v18292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:47 smithi016 ceph-mon[96085]: pgmap v18292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:48.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:48.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:49.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:49.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:49 smithi098 ceph-mon[112578]: pgmap v18293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:49 smithi016 ceph-mon[96085]: pgmap v18293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:50.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:50.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:51.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:51.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:51 smithi098 ceph-mon[112578]: pgmap v18294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:51 smithi016 ceph-mon[96085]: pgmap v18294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:52.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:52.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:53.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:53.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:53 smithi098 ceph-mon[112578]: pgmap v18295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:53 smithi016 ceph-mon[96085]: pgmap v18295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:54.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:54.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:55.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:55.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:55 smithi098 ceph-mon[112578]: pgmap v18296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:55 smithi016 ceph-mon[96085]: pgmap v18296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:56.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:56.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:57.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:57.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:57 smithi098 ceph-mon[112578]: pgmap v18297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:57 smithi016 ceph-mon[96085]: pgmap v18297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:58.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:58.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:50:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:50:59.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:50:59.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:50:59 smithi098 ceph-mon[112578]: pgmap v18298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:50:59 smithi016 ceph-mon[96085]: pgmap v18298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:00.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:00.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:01.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:01.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:01 smithi098 ceph-mon[112578]: pgmap v18299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:01 smithi016 ceph-mon[96085]: pgmap v18299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:02.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:02.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:03.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:03.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:03 smithi098 ceph-mon[112578]: pgmap v18300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:03 smithi016 ceph-mon[96085]: pgmap v18300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:04.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:04.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:05.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:05.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:05.963 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:05 smithi016 ceph-mon[96085]: pgmap v18301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:05 smithi098 ceph-mon[112578]: pgmap v18301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:06.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:06.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:07.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:07.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:07 smithi098 ceph-mon[112578]: pgmap v18302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:07 smithi016 ceph-mon[96085]: pgmap v18302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:08.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:08.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:09.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:09.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:09 smithi098 ceph-mon[112578]: pgmap v18303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:09 smithi016 ceph-mon[96085]: pgmap v18303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:10.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:10.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:11.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:11.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:11 smithi098 ceph-mon[112578]: pgmap v18304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:11 smithi016 ceph-mon[96085]: pgmap v18304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:12.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:12.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:13.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:13.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:13 smithi098 ceph-mon[112578]: pgmap v18305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:51:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:13 smithi016 ceph-mon[96085]: pgmap v18305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:51:14.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:14.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:15.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:15.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:15 smithi098 ceph-mon[112578]: pgmap v18306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:15 smithi016 ceph-mon[96085]: pgmap v18306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:16.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:16.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:17.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:17.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:17 smithi098 ceph-mon[112578]: pgmap v18307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:17 smithi016 ceph-mon[96085]: pgmap v18307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:18.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:18.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:19.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:19.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:19 smithi098 ceph-mon[112578]: pgmap v18308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:19 smithi016 ceph-mon[96085]: pgmap v18308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:20.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:20.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:21.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:21.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:21 smithi098 ceph-mon[112578]: pgmap v18309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:21 smithi016 ceph-mon[96085]: pgmap v18309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:22.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:22.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:23.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:23.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:23 smithi098 ceph-mon[112578]: pgmap v18310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:23 smithi016 ceph-mon[96085]: pgmap v18310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:24.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:24.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:25.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:25.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:25 smithi098 ceph-mon[112578]: pgmap v18311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:25 smithi016 ceph-mon[96085]: pgmap v18311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:26.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:26.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:27.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:27.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:27 smithi098 ceph-mon[112578]: pgmap v18312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:27 smithi016 ceph-mon[96085]: pgmap v18312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:28.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:28.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:51:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:51:29.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:29.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:29 smithi098 ceph-mon[112578]: pgmap v18313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:29 smithi016 ceph-mon[96085]: pgmap v18313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:30.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:30.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:31.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:31.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:31 smithi098 ceph-mon[112578]: pgmap v18314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:31 smithi016 ceph-mon[96085]: pgmap v18314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:32.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:32.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:33 smithi098 ceph-mon[112578]: pgmap v18315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:33.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:33.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:33 smithi016 ceph-mon[96085]: pgmap v18315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:34.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:34.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:35.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:35.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:35 smithi098 ceph-mon[112578]: pgmap v18316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:35 smithi016 ceph-mon[96085]: pgmap v18316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:36.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:36.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:37.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:37.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:37 smithi098 ceph-mon[112578]: pgmap v18317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:37 smithi016 ceph-mon[96085]: pgmap v18317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:38.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:38.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:39.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:39.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:39 smithi098 ceph-mon[112578]: pgmap v18318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:39 smithi016 ceph-mon[96085]: pgmap v18318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:40.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:40.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:41.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:41.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:41 smithi098 ceph-mon[112578]: pgmap v18319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:41 smithi016 ceph-mon[96085]: pgmap v18319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:42.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:42.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:51:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:51:43.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:43.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:43 smithi098 ceph-mon[112578]: pgmap v18320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:51:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:51:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:51:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:51:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:51:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:51:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:43 smithi016 ceph-mon[96085]: pgmap v18320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:51:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:51:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:51:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:51:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:51:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:51:44.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:44.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:44 smithi098 ceph-mon[112578]: pgmap v18321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:44 smithi016 ceph-mon[96085]: pgmap v18321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:45.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:45.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:46.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:46.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:47 smithi098 ceph-mon[112578]: pgmap v18322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:47 smithi016 ceph-mon[96085]: pgmap v18322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:47.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:47.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:48.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:48.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:49.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:49.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:49 smithi098 ceph-mon[112578]: pgmap v18323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:49 smithi016 ceph-mon[96085]: pgmap v18323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:50.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:50.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:51.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:51 smithi016 ceph-mon[96085]: pgmap v18324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:51.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:51.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:51 smithi098 ceph-mon[112578]: pgmap v18324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:52.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:52.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:53.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:53.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:53 smithi098 ceph-mon[112578]: pgmap v18325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:53 smithi016 ceph-mon[96085]: pgmap v18325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:54.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:54.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:55.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:55.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:55 smithi098 ceph-mon[112578]: pgmap v18326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:55 smithi016 ceph-mon[96085]: pgmap v18326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:56.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:56.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:57.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:57.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:57 smithi098 ceph-mon[112578]: pgmap v18327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:57 smithi016 ceph-mon[96085]: pgmap v18327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:58.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:58.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:51:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:51:59.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:51:59.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:51:59 smithi098 ceph-mon[112578]: pgmap v18328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:51:59 smithi016 ceph-mon[96085]: pgmap v18328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:00.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:00.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:01.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:01.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:01 smithi098 ceph-mon[112578]: pgmap v18329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:01 smithi016 ceph-mon[96085]: pgmap v18329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:02.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:02.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:03.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:03.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:03 smithi098 ceph-mon[112578]: pgmap v18330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:03 smithi016 ceph-mon[96085]: pgmap v18330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:04.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:04.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:05.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:05.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:05 smithi098 ceph-mon[112578]: pgmap v18331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:05 smithi016 ceph-mon[96085]: pgmap v18331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:06.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:06.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:07.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:07.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:07 smithi098 ceph-mon[112578]: pgmap v18332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:07 smithi016 ceph-mon[96085]: pgmap v18332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:08.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:08.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:09.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:09.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:09 smithi098 ceph-mon[112578]: pgmap v18333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:09 smithi016 ceph-mon[96085]: pgmap v18333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:10.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:10.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:11.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:11.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:11 smithi098 ceph-mon[112578]: pgmap v18334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:11 smithi016 ceph-mon[96085]: pgmap v18334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:12.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:12.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:13.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:13.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:13.916 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:13 smithi098 ceph-mon[112578]: pgmap v18335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:13.916 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:52:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:13 smithi016 ceph-mon[96085]: pgmap v18335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:52:14.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:14.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:15.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:15.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:15 smithi098 ceph-mon[112578]: pgmap v18336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:15 smithi016 ceph-mon[96085]: pgmap v18336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:16.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:16.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:17.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:17.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:17 smithi098 ceph-mon[112578]: pgmap v18337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:17 smithi016 ceph-mon[96085]: pgmap v18337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:18.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:18.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:19.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:19.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:19 smithi098 ceph-mon[112578]: pgmap v18338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:19 smithi016 ceph-mon[96085]: pgmap v18338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:20.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:20.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:21.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:21.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:21 smithi098 ceph-mon[112578]: pgmap v18339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:21 smithi016 ceph-mon[96085]: pgmap v18339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:22.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:22.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:23.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:23.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:23 smithi098 ceph-mon[112578]: pgmap v18340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:23 smithi016 ceph-mon[96085]: pgmap v18340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:24.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:24.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:25.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:25.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:25 smithi098 ceph-mon[112578]: pgmap v18341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:25 smithi016 ceph-mon[96085]: pgmap v18341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:26.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:26.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:27.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:27.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:27 smithi098 ceph-mon[112578]: pgmap v18342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:27 smithi016 ceph-mon[96085]: pgmap v18342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:28.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:28.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:52:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:52:29.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:29.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:29 smithi098 ceph-mon[112578]: pgmap v18343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:29 smithi016 ceph-mon[96085]: pgmap v18343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:30.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:30.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:31.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:31.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:31.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:31 smithi016 ceph-mon[96085]: pgmap v18344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:31 smithi098 ceph-mon[112578]: pgmap v18344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:32.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:32.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:33.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:33.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:33 smithi098 ceph-mon[112578]: pgmap v18345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:33 smithi016 ceph-mon[96085]: pgmap v18345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:34.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:34.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:35.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:35.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:35 smithi098 ceph-mon[112578]: pgmap v18346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:35 smithi016 ceph-mon[96085]: pgmap v18346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:36.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:36.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:37.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:37.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:37 smithi098 ceph-mon[112578]: pgmap v18347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:37 smithi016 ceph-mon[96085]: pgmap v18347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:38.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:38.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:39.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:39.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:39 smithi098 ceph-mon[112578]: pgmap v18348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:39 smithi016 ceph-mon[96085]: pgmap v18348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:40.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:40.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:41.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:41.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:41 smithi098 ceph-mon[112578]: pgmap v18349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:41 smithi016 ceph-mon[96085]: pgmap v18349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:42.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:42.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:43.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:43.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:43 smithi098 ceph-mon[112578]: pgmap v18350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:52:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:52:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:52:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:52:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:52:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:52:44.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:52:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:43 smithi016 ceph-mon[96085]: pgmap v18350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:52:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:52:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:52:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:52:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:52:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:52:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:52:44.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:44.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:45.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:45.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:45 smithi098 ceph-mon[112578]: pgmap v18351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:45 smithi016 ceph-mon[96085]: pgmap v18351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:46.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:46.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:47.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:47.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:47 smithi098 ceph-mon[112578]: pgmap v18352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:47 smithi016 ceph-mon[96085]: pgmap v18352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:48.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:48.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:49.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:49.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:49 smithi098 ceph-mon[112578]: pgmap v18353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:49 smithi016 ceph-mon[96085]: pgmap v18353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:50.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:50.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:51.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:51.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:51 smithi098 ceph-mon[112578]: pgmap v18354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:51 smithi016 ceph-mon[96085]: pgmap v18354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:52.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:52.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:53.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:53.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:53 smithi098 ceph-mon[112578]: pgmap v18355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:53 smithi016 ceph-mon[96085]: pgmap v18355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:54.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:54.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:55.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:55.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:55 smithi098 ceph-mon[112578]: pgmap v18356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:55 smithi016 ceph-mon[96085]: pgmap v18356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:56.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:56.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:57.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:57.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:57 smithi098 ceph-mon[112578]: pgmap v18357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:57 smithi016 ceph-mon[96085]: pgmap v18357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:58.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:58.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:52:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:52:59.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:52:59.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:52:59 smithi098 ceph-mon[112578]: pgmap v18358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:52:59 smithi016 ceph-mon[96085]: pgmap v18358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:00.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:00.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:01.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:01.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:01 smithi098 ceph-mon[112578]: pgmap v18359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:01 smithi016 ceph-mon[96085]: pgmap v18359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:02.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:02.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:03.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:03.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:03 smithi098 ceph-mon[112578]: pgmap v18360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:03 smithi016 ceph-mon[96085]: pgmap v18360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:04.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:04.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:05.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:05.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:05 smithi098 ceph-mon[112578]: pgmap v18361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:05 smithi016 ceph-mon[96085]: pgmap v18361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:06.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:06.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:07.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:07.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:07 smithi098 ceph-mon[112578]: pgmap v18362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:07 smithi016 ceph-mon[96085]: pgmap v18362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:08.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:08.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:09 smithi098 ceph-mon[112578]: pgmap v18363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:09.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:09.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:09 smithi016 ceph-mon[96085]: pgmap v18363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:10.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:10.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:11.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:11.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:11 smithi098 ceph-mon[112578]: pgmap v18364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:11 smithi016 ceph-mon[96085]: pgmap v18364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:12.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:12.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:13.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:13.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:13 smithi098 ceph-mon[112578]: pgmap v18365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:53:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:13 smithi016 ceph-mon[96085]: pgmap v18365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:53:14.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:14.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:15.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:15.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:15 smithi098 ceph-mon[112578]: pgmap v18366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:15 smithi016 ceph-mon[96085]: pgmap v18366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:16.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:16.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:17 smithi016 ceph-mon[96085]: pgmap v18367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:17.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:17.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:17 smithi098 ceph-mon[112578]: pgmap v18367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:18.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:18.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:19.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:19.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:19 smithi098 ceph-mon[112578]: pgmap v18368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:19 smithi016 ceph-mon[96085]: pgmap v18368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:20.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:20.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:21.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:21.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:21 smithi098 ceph-mon[112578]: pgmap v18369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:21 smithi016 ceph-mon[96085]: pgmap v18369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:22.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:22.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:23.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:23.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:23 smithi098 ceph-mon[112578]: pgmap v18370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:23 smithi016 ceph-mon[96085]: pgmap v18370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:24.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:24.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:25.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:25.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:25 smithi098 ceph-mon[112578]: pgmap v18371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:25 smithi016 ceph-mon[96085]: pgmap v18371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:26.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:26.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:27.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:27.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:27 smithi098 ceph-mon[112578]: pgmap v18372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:27 smithi016 ceph-mon[96085]: pgmap v18372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:28.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:28.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:53:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:53:29.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:29.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:29 smithi098 ceph-mon[112578]: pgmap v18373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:29 smithi016 ceph-mon[96085]: pgmap v18373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:30.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:30.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:31.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:31.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:31 smithi098 ceph-mon[112578]: pgmap v18374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:31 smithi016 ceph-mon[96085]: pgmap v18374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:32.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:32.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:33.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:33.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:33 smithi098 ceph-mon[112578]: pgmap v18375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:33 smithi016 ceph-mon[96085]: pgmap v18375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:34.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:34.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:35.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:35.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:35 smithi098 ceph-mon[112578]: pgmap v18376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:35 smithi016 ceph-mon[96085]: pgmap v18376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:36.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:36.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:37.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:37.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:37 smithi098 ceph-mon[112578]: pgmap v18377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:37 smithi016 ceph-mon[96085]: pgmap v18377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:38.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:38.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:40.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:40.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:39 smithi098 ceph-mon[112578]: pgmap v18378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:39 smithi016 ceph-mon[96085]: pgmap v18378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:41.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:41.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:42.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:42.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:41 smithi098 ceph-mon[112578]: pgmap v18379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:41 smithi016 ceph-mon[96085]: pgmap v18379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:43.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:43.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:44.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:44.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:43 smithi098 ceph-mon[112578]: pgmap v18380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:53:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:53:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:43 smithi016 ceph-mon[96085]: pgmap v18380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:53:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:53:45.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:45.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:46.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:46.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:45 smithi098 ceph-mon[112578]: pgmap v18381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:45 smithi016 ceph-mon[96085]: pgmap v18381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:47.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:47.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:47 smithi098 ceph-mon[112578]: pgmap v18382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:53:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:53:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:53:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:53:47.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:53:47.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:53:47.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:53:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:47 smithi016 ceph-mon[96085]: pgmap v18382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:53:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:53:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:53:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:53:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:53:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:53:47.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:53:48.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:48.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:49.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:49.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:49.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:49 smithi098 ceph-mon[112578]: pgmap v18383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:50.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:50.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:49 smithi016 ceph-mon[96085]: pgmap v18383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:51.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:51.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:51 smithi098 ceph-mon[112578]: pgmap v18384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:52.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:52.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:51 smithi016 ceph-mon[96085]: pgmap v18384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:53.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:53.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:53 smithi098 ceph-mon[112578]: pgmap v18385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:54.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:54.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:53 smithi016 ceph-mon[96085]: pgmap v18385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:55.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:55.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:55 smithi098 ceph-mon[112578]: pgmap v18386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:56.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:56.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:55 smithi016 ceph-mon[96085]: pgmap v18386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:57.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:57.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:57.926 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:57 smithi016 ceph-mon[96085]: pgmap v18387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:57 smithi098 ceph-mon[112578]: pgmap v18387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:58.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:58.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:53:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:53:59.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:53:59.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:00.011 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:53:59 smithi098 ceph-mon[112578]: pgmap v18388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:53:59 smithi016 ceph-mon[96085]: pgmap v18388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:00.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:00.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:01.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:01.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:01 smithi098 ceph-mon[112578]: pgmap v18389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:01 smithi016 ceph-mon[96085]: pgmap v18389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:02.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:02.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:03.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:03.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:03 smithi098 ceph-mon[112578]: pgmap v18390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:03 smithi016 ceph-mon[96085]: pgmap v18390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:04.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:04.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:05.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:05.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:05 smithi098 ceph-mon[112578]: pgmap v18391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:05 smithi016 ceph-mon[96085]: pgmap v18391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:06.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:06.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:07.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:07.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:07 smithi098 ceph-mon[112578]: pgmap v18392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:07 smithi016 ceph-mon[96085]: pgmap v18392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:08.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:08.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:09.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:09.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:09 smithi098 ceph-mon[112578]: pgmap v18393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:09 smithi016 ceph-mon[96085]: pgmap v18393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:10.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:10.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:11.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:11.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:11 smithi098 ceph-mon[112578]: pgmap v18394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:11 smithi016 ceph-mon[96085]: pgmap v18394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:12.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:12.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:13.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:13.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:13 smithi098 ceph-mon[112578]: pgmap v18395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:54:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:13 smithi016 ceph-mon[96085]: pgmap v18395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:54:14.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:14.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:15.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:15.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:15 smithi098 ceph-mon[112578]: pgmap v18396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:15 smithi016 ceph-mon[96085]: pgmap v18396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:16.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:16.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:17.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:17.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:17 smithi098 ceph-mon[112578]: pgmap v18397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:17 smithi016 ceph-mon[96085]: pgmap v18397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:18.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:18.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:19.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:19.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:19 smithi098 ceph-mon[112578]: pgmap v18398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:19 smithi016 ceph-mon[96085]: pgmap v18398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:20.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:20.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:21.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:21.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:21 smithi098 ceph-mon[112578]: pgmap v18399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:21 smithi016 ceph-mon[96085]: pgmap v18399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:22.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:22.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:23.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:23.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:23 smithi098 ceph-mon[112578]: pgmap v18400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:23 smithi016 ceph-mon[96085]: pgmap v18400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:24.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:24.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:25.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:25.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:25 smithi098 ceph-mon[112578]: pgmap v18401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:25 smithi016 ceph-mon[96085]: pgmap v18401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:26.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:26.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:27.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:27.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:27 smithi098 ceph-mon[112578]: pgmap v18402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:27 smithi016 ceph-mon[96085]: pgmap v18402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:28.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:28.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:54:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:54:29.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:29.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:29 smithi098 ceph-mon[112578]: pgmap v18403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:29 smithi016 ceph-mon[96085]: pgmap v18403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:30.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:30.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:31.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:31.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:31 smithi098 ceph-mon[112578]: pgmap v18404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:31 smithi016 ceph-mon[96085]: pgmap v18404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:32.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:32.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:33.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:33.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:33 smithi098 ceph-mon[112578]: pgmap v18405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:33 smithi016 ceph-mon[96085]: pgmap v18405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:34.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:34.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:35.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:35.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:35 smithi098 ceph-mon[112578]: pgmap v18406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:35 smithi016 ceph-mon[96085]: pgmap v18406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:36.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:36.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:37.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:37.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:37 smithi098 ceph-mon[112578]: pgmap v18407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:37 smithi016 ceph-mon[96085]: pgmap v18407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:38.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:38.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:39.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:39.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:39 smithi098 ceph-mon[112578]: pgmap v18408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:39 smithi016 ceph-mon[96085]: pgmap v18408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:40.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:40.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:41.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:41.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:41 smithi098 ceph-mon[112578]: pgmap v18409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:41 smithi016 ceph-mon[96085]: pgmap v18409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:42.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:42.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:43.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:43.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:43 smithi016 ceph-mon[96085]: pgmap v18410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:54:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:43 smithi098 ceph-mon[112578]: pgmap v18410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:54:44.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:44.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:45.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:45.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:45 smithi098 ceph-mon[112578]: pgmap v18411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:45 smithi016 ceph-mon[96085]: pgmap v18411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:46.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:46.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:47.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:47.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:47 smithi098 ceph-mon[112578]: pgmap v18412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:47 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:54:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:47 smithi016 ceph-mon[96085]: pgmap v18412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:48.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:47 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:54:48.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:48.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:49.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:49.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:49 smithi098 ceph-mon[112578]: pgmap v18413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:49 smithi016 ceph-mon[96085]: pgmap v18413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:50.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:50.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:51.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:51.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:51 smithi098 ceph-mon[112578]: pgmap v18414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:54:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:54:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:51 smithi016 ceph-mon[96085]: pgmap v18414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:54:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:54:52.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:52.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:54:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:54:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:54:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:54:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:54:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:54:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:54:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:54:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:54:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:54:53.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:53.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:53 smithi098 ceph-mon[112578]: pgmap v18415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:53 smithi016 ceph-mon[96085]: pgmap v18415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:54.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:54.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:55.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:55.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:55 smithi098 ceph-mon[112578]: pgmap v18416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:55 smithi016 ceph-mon[96085]: pgmap v18416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:56.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:56.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:57.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:57.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:57 smithi098 ceph-mon[112578]: pgmap v18417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:57 smithi016 ceph-mon[96085]: pgmap v18417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:58.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:58.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:54:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:54:59.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:54:59.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:54:59 smithi098 ceph-mon[112578]: pgmap v18418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:54:59 smithi016 ceph-mon[96085]: pgmap v18418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:00.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:00.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:01.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:01.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:01 smithi098 ceph-mon[112578]: pgmap v18419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:01 smithi016 ceph-mon[96085]: pgmap v18419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:02.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:02.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:03.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:03.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:03 smithi098 ceph-mon[112578]: pgmap v18420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:03 smithi016 ceph-mon[96085]: pgmap v18420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:04.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:04.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:05.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:05.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:05 smithi098 ceph-mon[112578]: pgmap v18421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:05 smithi016 ceph-mon[96085]: pgmap v18421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:06.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:06.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:07.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:07.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:07 smithi098 ceph-mon[112578]: pgmap v18422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:07 smithi016 ceph-mon[96085]: pgmap v18422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:08.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:08.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:09.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:09.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:09 smithi098 ceph-mon[112578]: pgmap v18423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:09 smithi016 ceph-mon[96085]: pgmap v18423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:10.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:10.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:11.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:11.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:11 smithi098 ceph-mon[112578]: pgmap v18424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:11 smithi016 ceph-mon[96085]: pgmap v18424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:12.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:12.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:13.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:13.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:13 smithi098 ceph-mon[112578]: pgmap v18425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:55:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:13 smithi016 ceph-mon[96085]: pgmap v18425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:55:14.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:14.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:15.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:15.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:15 smithi098 ceph-mon[112578]: pgmap v18426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:15 smithi016 ceph-mon[96085]: pgmap v18426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:16.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:16.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:17.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:17.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:17 smithi098 ceph-mon[112578]: pgmap v18427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:17 smithi016 ceph-mon[96085]: pgmap v18427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:18.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:18.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:19.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:19.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:19 smithi098 ceph-mon[112578]: pgmap v18428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:19 smithi016 ceph-mon[96085]: pgmap v18428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:20.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:20.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:21.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:21.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:21 smithi098 ceph-mon[112578]: pgmap v18429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:21 smithi016 ceph-mon[96085]: pgmap v18429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:22.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:22.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:23.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:23.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:23 smithi098 ceph-mon[112578]: pgmap v18430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:23 smithi016 ceph-mon[96085]: pgmap v18430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:24.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:24.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:25.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:25.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:25 smithi098 ceph-mon[112578]: pgmap v18431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:25 smithi016 ceph-mon[96085]: pgmap v18431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:26.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:26.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:27.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:27.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:27 smithi098 ceph-mon[112578]: pgmap v18432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:27 smithi016 ceph-mon[96085]: pgmap v18432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:28.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:28.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:55:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:55:29.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:29.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:29 smithi098 ceph-mon[112578]: pgmap v18433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:29 smithi016 ceph-mon[96085]: pgmap v18433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:30.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:30.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:31.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:31.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:31 smithi098 ceph-mon[112578]: pgmap v18434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:31 smithi016 ceph-mon[96085]: pgmap v18434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:32.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:32.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:33.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:33.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:33 smithi098 ceph-mon[112578]: pgmap v18435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:34.024 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:33 smithi016 ceph-mon[96085]: pgmap v18435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:34.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:34.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:35.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:35.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:35 smithi098 ceph-mon[112578]: pgmap v18436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:35 smithi016 ceph-mon[96085]: pgmap v18436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:36.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:36.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:37.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:37.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:37 smithi098 ceph-mon[112578]: pgmap v18437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:37 smithi016 ceph-mon[96085]: pgmap v18437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:38.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:38.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:39.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:39.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:39 smithi098 ceph-mon[112578]: pgmap v18438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:39 smithi016 ceph-mon[96085]: pgmap v18438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:40.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:40.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:41.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:41.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:41 smithi098 ceph-mon[112578]: pgmap v18439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:41 smithi016 ceph-mon[96085]: pgmap v18439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:42.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:42.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:43.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:43.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:43 smithi098 ceph-mon[112578]: pgmap v18440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:55:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:43 smithi016 ceph-mon[96085]: pgmap v18440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:55:44.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:44.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:45.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:45.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:45 smithi098 ceph-mon[112578]: pgmap v18441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:45 smithi016 ceph-mon[96085]: pgmap v18441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:46.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:46.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:47.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:47.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:47 smithi098 ceph-mon[112578]: pgmap v18442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:47 smithi016 ceph-mon[96085]: pgmap v18442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:48.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:48.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:49.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:49.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:49 smithi098 ceph-mon[112578]: pgmap v18443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:49 smithi016 ceph-mon[96085]: pgmap v18443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:50.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:50.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:51.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:51.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:51 smithi098 ceph-mon[112578]: pgmap v18444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:51 smithi016 ceph-mon[96085]: pgmap v18444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:52.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:52.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:55:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:55:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:55:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:55:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:55:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:55:53.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:53.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:55:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:55:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:55:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:55:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:55:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:55:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:53 smithi016 ceph-mon[96085]: pgmap v18445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:54.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:54.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:53 smithi098 ceph-mon[112578]: pgmap v18445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:55.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:55.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:55 smithi016 ceph-mon[96085]: pgmap v18446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:56.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:55 smithi098 ceph-mon[112578]: pgmap v18446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:56.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:56.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:57.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:57.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:57 smithi016 ceph-mon[96085]: pgmap v18447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:58.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:58.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:57 smithi098 ceph-mon[112578]: pgmap v18447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:55:59.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:55:59.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:56:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:55:59 smithi016 ceph-mon[96085]: pgmap v18448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:00.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:00.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:55:59 smithi098 ceph-mon[112578]: pgmap v18448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:01.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:01.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:02.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:02.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:01 smithi098 ceph-mon[112578]: pgmap v18449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:01 smithi016 ceph-mon[96085]: pgmap v18449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:03.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:03.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:04.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:04.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:03 smithi098 ceph-mon[112578]: pgmap v18450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:03 smithi016 ceph-mon[96085]: pgmap v18450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:05.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:05.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:06.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:06.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:05 smithi098 ceph-mon[112578]: pgmap v18451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:05 smithi016 ceph-mon[96085]: pgmap v18451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:07.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:07.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:08.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:08.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:07 smithi098 ceph-mon[112578]: pgmap v18452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:07 smithi016 ceph-mon[96085]: pgmap v18452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:09.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:09.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:09 smithi016 ceph-mon[96085]: pgmap v18453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:09 smithi098 ceph-mon[112578]: pgmap v18453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:10.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:10.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:11.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:11.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:11 smithi098 ceph-mon[112578]: pgmap v18454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:11 smithi016 ceph-mon[96085]: pgmap v18454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:12.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:12.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:13.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:13.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:13 smithi098 ceph-mon[112578]: pgmap v18455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:56:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:13 smithi016 ceph-mon[96085]: pgmap v18455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:56:14.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:14.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:15.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:15.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:15 smithi098 ceph-mon[112578]: pgmap v18456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:15 smithi016 ceph-mon[96085]: pgmap v18456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:16.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:16.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:17.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:17.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:17 smithi098 ceph-mon[112578]: pgmap v18457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:17 smithi016 ceph-mon[96085]: pgmap v18457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:18.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:18.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:19.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:19.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:19 smithi098 ceph-mon[112578]: pgmap v18458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:19 smithi016 ceph-mon[96085]: pgmap v18458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:20.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:20.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:21.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:21.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:21 smithi098 ceph-mon[112578]: pgmap v18459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:21 smithi016 ceph-mon[96085]: pgmap v18459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:22.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:22.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:23.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:23.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:23 smithi098 ceph-mon[112578]: pgmap v18460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:23 smithi016 ceph-mon[96085]: pgmap v18460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:24.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:24.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:25.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:25.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:25 smithi098 ceph-mon[112578]: pgmap v18461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:25 smithi016 ceph-mon[96085]: pgmap v18461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:26.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:26.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:27.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:27.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:27 smithi098 ceph-mon[112578]: pgmap v18462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:27 smithi016 ceph-mon[96085]: pgmap v18462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:28.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:28.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:56:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:56:29.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:29.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:29 smithi098 ceph-mon[112578]: pgmap v18463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:29 smithi016 ceph-mon[96085]: pgmap v18463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:30.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:30.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:31.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:31.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:31 smithi098 ceph-mon[112578]: pgmap v18464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:31 smithi016 ceph-mon[96085]: pgmap v18464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:32.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:32.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:33.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:33.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:33 smithi098 ceph-mon[112578]: pgmap v18465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:33 smithi016 ceph-mon[96085]: pgmap v18465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:34.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:34.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:35.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:35.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:35 smithi098 ceph-mon[112578]: pgmap v18466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:35 smithi016 ceph-mon[96085]: pgmap v18466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:36.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:36.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:37.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:37.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:37 smithi098 ceph-mon[112578]: pgmap v18467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:37 smithi016 ceph-mon[96085]: pgmap v18467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:38.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:38.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:39.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:39.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:39 smithi098 ceph-mon[112578]: pgmap v18468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:39 smithi016 ceph-mon[96085]: pgmap v18468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:40.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:40.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:41.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:41.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:41 smithi098 ceph-mon[112578]: pgmap v18469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:41 smithi016 ceph-mon[96085]: pgmap v18469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:42.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:42.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:43.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:43.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:43 smithi098 ceph-mon[112578]: pgmap v18470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:56:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:43 smithi016 ceph-mon[96085]: pgmap v18470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:56:44.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:44.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:45.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:45.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:45 smithi098 ceph-mon[112578]: pgmap v18471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:45 smithi016 ceph-mon[96085]: pgmap v18471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:46.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:46.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:47.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:47.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:47 smithi098 ceph-mon[112578]: pgmap v18472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:47 smithi016 ceph-mon[96085]: pgmap v18472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:48.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:48.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:49.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:49.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:49 smithi098 ceph-mon[112578]: pgmap v18473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:49 smithi016 ceph-mon[96085]: pgmap v18473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:50.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:50.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:51.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:51.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:51 smithi098 ceph-mon[112578]: pgmap v18474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:51 smithi016 ceph-mon[96085]: pgmap v18474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:52.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:52.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:53.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:53.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:53 smithi098 ceph-mon[112578]: pgmap v18475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:56:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:56:54.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:56:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:53 smithi016 ceph-mon[96085]: pgmap v18475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:56:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:56:54.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:56:54.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:54.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:54.949 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:56:54.950 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:56:54.950 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:56:54.950 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:56:54.951 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:56:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:56:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:56:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:56:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:56:55.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:56:55.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:55.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:55 smithi098 ceph-mon[112578]: pgmap v18476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:55 smithi016 ceph-mon[96085]: pgmap v18476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:56.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:56.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:57.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:57.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:57 smithi098 ceph-mon[112578]: pgmap v18477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:57 smithi016 ceph-mon[96085]: pgmap v18477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:58.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:58.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:56:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:56:59.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:56:59.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:00.007 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:56:59 smithi016 ceph-mon[96085]: pgmap v18478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:56:59 smithi098 ceph-mon[112578]: pgmap v18478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:00.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:00.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:01.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:01.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:01 smithi098 ceph-mon[112578]: pgmap v18479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:01 smithi016 ceph-mon[96085]: pgmap v18479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:02.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:02.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:03.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:03.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:03 smithi098 ceph-mon[112578]: pgmap v18480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:03 smithi016 ceph-mon[96085]: pgmap v18480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:04.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:04.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:05.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:05.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:05 smithi098 ceph-mon[112578]: pgmap v18481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:05 smithi016 ceph-mon[96085]: pgmap v18481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:06.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:06.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:07.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:07.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:07 smithi098 ceph-mon[112578]: pgmap v18482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:07 smithi016 ceph-mon[96085]: pgmap v18482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:08.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:08.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:09.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:09.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:09 smithi098 ceph-mon[112578]: pgmap v18483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:09 smithi016 ceph-mon[96085]: pgmap v18483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:10.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:10.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:11.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:11.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:11 smithi098 ceph-mon[112578]: pgmap v18484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:11 smithi016 ceph-mon[96085]: pgmap v18484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:12.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:12.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:13.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:13.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:13 smithi098 ceph-mon[112578]: pgmap v18485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:57:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:13 smithi016 ceph-mon[96085]: pgmap v18485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:57:14.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:14.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:15.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:15.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:15 smithi098 ceph-mon[112578]: pgmap v18486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:15 smithi016 ceph-mon[96085]: pgmap v18486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:16.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:16.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:17.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:17.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:17 smithi098 ceph-mon[112578]: pgmap v18487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:17 smithi016 ceph-mon[96085]: pgmap v18487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:18.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:18.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:19.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:19.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:19 smithi098 ceph-mon[112578]: pgmap v18488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:19 smithi016 ceph-mon[96085]: pgmap v18488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:20.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:20.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:21.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:21.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:21 smithi098 ceph-mon[112578]: pgmap v18489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:21 smithi016 ceph-mon[96085]: pgmap v18489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:22.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:22.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:23.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:23.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:23 smithi098 ceph-mon[112578]: pgmap v18490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:23 smithi016 ceph-mon[96085]: pgmap v18490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:24.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:24.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:25.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:25.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:25 smithi016 ceph-mon[96085]: pgmap v18491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:25 smithi098 ceph-mon[112578]: pgmap v18491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:26.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:26.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:27.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:27.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:27 smithi016 ceph-mon[96085]: pgmap v18492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:27 smithi098 ceph-mon[112578]: pgmap v18492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:28.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:28.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:57:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:57:29.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:29.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:29 smithi016 ceph-mon[96085]: pgmap v18493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:29 smithi098 ceph-mon[112578]: pgmap v18493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:30.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:30.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:31.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:31.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:31 smithi016 ceph-mon[96085]: pgmap v18494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:32.224 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:31 smithi098 ceph-mon[112578]: pgmap v18494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:32.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:32.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:33.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:33.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:33 smithi098 ceph-mon[112578]: pgmap v18495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:33 smithi016 ceph-mon[96085]: pgmap v18495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:34.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:34.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:35.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:35.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:35 smithi098 ceph-mon[112578]: pgmap v18496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:35 smithi016 ceph-mon[96085]: pgmap v18496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:36.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:36.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:37.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:37.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:37 smithi098 ceph-mon[112578]: pgmap v18497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:37 smithi016 ceph-mon[96085]: pgmap v18497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:38.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:38.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:39.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:39.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:39 smithi098 ceph-mon[112578]: pgmap v18498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:39 smithi016 ceph-mon[96085]: pgmap v18498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:40.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:40.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:41.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:41.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:41 smithi098 ceph-mon[112578]: pgmap v18499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:41 smithi016 ceph-mon[96085]: pgmap v18499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:42.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:42.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:43.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:43.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:43 smithi098 ceph-mon[112578]: pgmap v18500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:57:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:43 smithi016 ceph-mon[96085]: pgmap v18500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:57:44.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:44.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:45.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:45.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:45 smithi098 ceph-mon[112578]: pgmap v18501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:45 smithi016 ceph-mon[96085]: pgmap v18501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:46.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:46.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:47.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:47.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:47 smithi098 ceph-mon[112578]: pgmap v18502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:47 smithi016 ceph-mon[96085]: pgmap v18502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:48.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:48.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:49.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:49.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:49 smithi098 ceph-mon[112578]: pgmap v18503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:49 smithi016 ceph-mon[96085]: pgmap v18503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:50.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:50.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:51.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:51.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:51 smithi098 ceph-mon[112578]: pgmap v18504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:51 smithi016 ceph-mon[96085]: pgmap v18504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:52.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:52.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:53.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:53.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:53 smithi098 ceph-mon[112578]: pgmap v18505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:53 smithi016 ceph-mon[96085]: pgmap v18505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:54.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:54.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:57:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:57:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:57:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:57:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:57:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:57:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:57:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:57:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:57:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:57:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:57:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:57:55.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:55.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:55 smithi016 ceph-mon[96085]: pgmap v18506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:55 smithi098 ceph-mon[112578]: pgmap v18506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:56.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:56.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:56 smithi098 ceph-mon[112578]: pgmap v18507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:56 smithi016 ceph-mon[96085]: pgmap v18507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:57.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:57.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:58.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:58.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:57:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:57:59.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:57:59.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:57:59 smithi098 ceph-mon[112578]: pgmap v18508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:57:59 smithi016 ceph-mon[96085]: pgmap v18508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:00.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:00.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:01.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:01.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:01 smithi098 ceph-mon[112578]: pgmap v18509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:01 smithi016 ceph-mon[96085]: pgmap v18509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:02.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:02.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:03.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:03.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:03 smithi098 ceph-mon[112578]: pgmap v18510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:03 smithi016 ceph-mon[96085]: pgmap v18510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:04.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:04.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:05.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:05.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:05 smithi098 ceph-mon[112578]: pgmap v18511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:05 smithi016 ceph-mon[96085]: pgmap v18511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:06.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:06.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:07.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:07.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:07 smithi098 ceph-mon[112578]: pgmap v18512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:07 smithi016 ceph-mon[96085]: pgmap v18512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:08.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:08.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:09.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:09.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:09 smithi098 ceph-mon[112578]: pgmap v18513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:09 smithi016 ceph-mon[96085]: pgmap v18513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:10.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:10.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:11.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:11.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:11 smithi098 ceph-mon[112578]: pgmap v18514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:11 smithi016 ceph-mon[96085]: pgmap v18514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:12.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:12.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:13.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:13.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:13 smithi098 ceph-mon[112578]: pgmap v18515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:58:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:13 smithi016 ceph-mon[96085]: pgmap v18515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:58:14.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:14.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:15.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:15.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:15 smithi098 ceph-mon[112578]: pgmap v18516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:15 smithi016 ceph-mon[96085]: pgmap v18516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:16.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:16.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:17.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:17.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:17 smithi098 ceph-mon[112578]: pgmap v18517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:17 smithi016 ceph-mon[96085]: pgmap v18517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:18.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:18.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:19.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:19.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:19 smithi098 ceph-mon[112578]: pgmap v18518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:19 smithi016 ceph-mon[96085]: pgmap v18518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:20.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:20.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:21.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:21.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:21 smithi098 ceph-mon[112578]: pgmap v18519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:21 smithi016 ceph-mon[96085]: pgmap v18519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:22.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:22.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:23.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:23.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:23 smithi098 ceph-mon[112578]: pgmap v18520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:23 smithi016 ceph-mon[96085]: pgmap v18520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:24.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:24.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:25.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:25.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:25.983 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:25 smithi016 ceph-mon[96085]: pgmap v18521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:25 smithi098 ceph-mon[112578]: pgmap v18521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:26.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:26.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:27.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:27.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:27 smithi098 ceph-mon[112578]: pgmap v18522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:27 smithi016 ceph-mon[96085]: pgmap v18522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:28.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:28.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:58:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:58:29.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:29.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:29 smithi098 ceph-mon[112578]: pgmap v18523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:29 smithi016 ceph-mon[96085]: pgmap v18523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:30.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:30.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:31.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:31.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:31 smithi098 ceph-mon[112578]: pgmap v18524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:31 smithi016 ceph-mon[96085]: pgmap v18524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:32.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:32.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:33.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:33.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:33 smithi098 ceph-mon[112578]: pgmap v18525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:33 smithi016 ceph-mon[96085]: pgmap v18525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:34.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:34.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:35.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:35.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:35 smithi098 ceph-mon[112578]: pgmap v18526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:35 smithi016 ceph-mon[96085]: pgmap v18526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:36.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:36.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:37.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:37.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:37 smithi098 ceph-mon[112578]: pgmap v18527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:37 smithi016 ceph-mon[96085]: pgmap v18527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:38.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:38.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:39.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:39.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:39 smithi098 ceph-mon[112578]: pgmap v18528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:39 smithi016 ceph-mon[96085]: pgmap v18528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:40.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:40.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:41.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:41.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:41 smithi098 ceph-mon[112578]: pgmap v18529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:42.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:41 smithi016 ceph-mon[96085]: pgmap v18529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:42.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:42.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:43.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:43.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:43 smithi098 ceph-mon[112578]: pgmap v18530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:58:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:43 smithi016 ceph-mon[96085]: pgmap v18530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:58:44.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:44.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:45.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:45.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:45 smithi098 ceph-mon[112578]: pgmap v18531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:45 smithi016 ceph-mon[96085]: pgmap v18531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:46.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:46.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:47.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:47.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:47 smithi098 ceph-mon[112578]: pgmap v18532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:47 smithi016 ceph-mon[96085]: pgmap v18532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:48.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:48.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:49.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:49.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:49 smithi098 ceph-mon[112578]: pgmap v18533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:49 smithi016 ceph-mon[96085]: pgmap v18533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:50.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:50.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:51.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:51.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:51 smithi098 ceph-mon[112578]: pgmap v18534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:51 smithi016 ceph-mon[96085]: pgmap v18534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:52.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:52.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:53.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:53.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:53 smithi098 ceph-mon[112578]: pgmap v18535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:53 smithi016 ceph-mon[96085]: pgmap v18535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:54.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:54.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:58:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:58:55.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:55.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:55 smithi098 ceph-mon[112578]: pgmap v18536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:58:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:58:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:58:56.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:58:56.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:58:56.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:58:56.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:58:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:55 smithi016 ceph-mon[96085]: pgmap v18536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:58:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:58:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:58:56.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:58:56.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:58:56.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:58:56.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:58:56.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:56.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:57.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:57.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:57 smithi098 ceph-mon[112578]: pgmap v18537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:57 smithi016 ceph-mon[96085]: pgmap v18537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:58.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:58.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:58:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:58:59.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:58:59.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:58:59 smithi098 ceph-mon[112578]: pgmap v18538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:58:59 smithi016 ceph-mon[96085]: pgmap v18538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:00.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:00.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:01.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:01.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:01 smithi098 ceph-mon[112578]: pgmap v18539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:01 smithi016 ceph-mon[96085]: pgmap v18539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:02.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:02.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:03.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:03.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:03 smithi098 ceph-mon[112578]: pgmap v18540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:03 smithi016 ceph-mon[96085]: pgmap v18540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:04.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:04.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:05.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:05.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:05 smithi098 ceph-mon[112578]: pgmap v18541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:05 smithi016 ceph-mon[96085]: pgmap v18541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:06.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:06.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:07.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:07.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:07 smithi098 ceph-mon[112578]: pgmap v18542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:07 smithi016 ceph-mon[96085]: pgmap v18542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:08.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:08.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:09.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:09.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:09 smithi098 ceph-mon[112578]: pgmap v18543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:09 smithi016 ceph-mon[96085]: pgmap v18543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:10.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:10.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:11.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:11.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:11 smithi016 ceph-mon[96085]: pgmap v18544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:11 smithi098 ceph-mon[112578]: pgmap v18544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:12.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:12.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:13.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:13.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:13 smithi098 ceph-mon[112578]: pgmap v18545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:14.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:59:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:13 smithi016 ceph-mon[96085]: pgmap v18545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:59:14.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:14.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:15.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:15.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:15 smithi098 ceph-mon[112578]: pgmap v18546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:15 smithi016 ceph-mon[96085]: pgmap v18546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:16.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:16.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:17.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:17.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:17 smithi098 ceph-mon[112578]: pgmap v18547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:17 smithi016 ceph-mon[96085]: pgmap v18547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:18.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:18.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:19.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:19.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:19 smithi098 ceph-mon[112578]: pgmap v18548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:19 smithi016 ceph-mon[96085]: pgmap v18548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:20.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:20.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:21.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:21.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:21 smithi098 ceph-mon[112578]: pgmap v18549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:21 smithi016 ceph-mon[96085]: pgmap v18549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:22.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:22.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:23.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:23.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:23 smithi098 ceph-mon[112578]: pgmap v18550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:23 smithi016 ceph-mon[96085]: pgmap v18550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:24.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:24.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:25.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:25.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:25 smithi098 ceph-mon[112578]: pgmap v18551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:25 smithi016 ceph-mon[96085]: pgmap v18551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:26.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:26.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:27.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:27.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:27 smithi016 ceph-mon[96085]: pgmap v18552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:27 smithi098 ceph-mon[112578]: pgmap v18552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:28.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:28.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:59:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:59:29.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:29.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:29 smithi016 ceph-mon[96085]: pgmap v18553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:29 smithi098 ceph-mon[112578]: pgmap v18553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:30.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:30.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:31.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:31.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:31 smithi016 ceph-mon[96085]: pgmap v18554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:31 smithi098 ceph-mon[112578]: pgmap v18554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:32.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:32.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:33.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:33.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:33 smithi016 ceph-mon[96085]: pgmap v18555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:33 smithi098 ceph-mon[112578]: pgmap v18555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:34.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:34.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:35.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:35.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:35 smithi098 ceph-mon[112578]: pgmap v18556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:35 smithi016 ceph-mon[96085]: pgmap v18556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:36.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:36.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:37.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:37.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:37 smithi098 ceph-mon[112578]: pgmap v18557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:37 smithi016 ceph-mon[96085]: pgmap v18557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:38.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:38.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:39.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:39.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:39 smithi098 ceph-mon[112578]: pgmap v18558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:39 smithi016 ceph-mon[96085]: pgmap v18558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:40.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:40.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:41.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:41.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:41 smithi098 ceph-mon[112578]: pgmap v18559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:41 smithi016 ceph-mon[96085]: pgmap v18559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:42.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:42.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:43.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:43.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:43 smithi098 ceph-mon[112578]: pgmap v18560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:59:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:43 smithi016 ceph-mon[96085]: pgmap v18560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:59:44.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:44.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:45.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:45.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:45 smithi098 ceph-mon[112578]: pgmap v18561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:45 smithi016 ceph-mon[96085]: pgmap v18561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:46.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:46.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:47.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:47.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:47 smithi098 ceph-mon[112578]: pgmap v18562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:47 smithi016 ceph-mon[96085]: pgmap v18562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:48.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:48.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:49.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:49.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:49 smithi098 ceph-mon[112578]: pgmap v18563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:49 smithi016 ceph-mon[96085]: pgmap v18563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:50.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:50.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:51.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:51.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:51 smithi098 ceph-mon[112578]: pgmap v18564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:51 smithi016 ceph-mon[96085]: pgmap v18564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:52.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:52.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:53.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:53.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:53 smithi098 ceph-mon[112578]: pgmap v18565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:53 smithi016 ceph-mon[96085]: pgmap v18565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:54.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:54.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:55.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:55.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:55 smithi098 ceph-mon[112578]: pgmap v18566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:59:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:55 smithi016 ceph-mon[96085]: pgmap v18566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:59:56.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:56.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:59:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:59:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:59:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:59:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:59:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:59:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:59:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:59:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:59:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T06:59:57.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:57.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:57 smithi098 ceph-mon[112578]: pgmap v18567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:57 smithi016 ceph-mon[96085]: pgmap v18567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:58.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:58.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:59:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:59:59.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T06:59:59.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 06:59:59 smithi098 ceph-mon[112578]: pgmap v18568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 06:59:59 smithi016 ceph-mon[96085]: pgmap v18568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:00.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:00.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T07:00:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T07:00:01.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:01.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:02.079 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:01 smithi016 ceph-mon[96085]: pgmap v18569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:01 smithi098 ceph-mon[112578]: pgmap v18569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:02.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:02.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:03.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:03.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:03 smithi098 ceph-mon[112578]: pgmap v18570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:03 smithi016 ceph-mon[96085]: pgmap v18570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:04.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:04.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:05.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:05.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:05 smithi098 ceph-mon[112578]: pgmap v18571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:05 smithi016 ceph-mon[96085]: pgmap v18571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:06.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:06.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:07.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:07.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:07 smithi098 ceph-mon[112578]: pgmap v18572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:07 smithi016 ceph-mon[96085]: pgmap v18572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:08.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:08.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:09.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:09.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:09 smithi098 ceph-mon[112578]: pgmap v18573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:09 smithi016 ceph-mon[96085]: pgmap v18573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:10.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:10.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:11.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:10 smithi016 ceph-mon[96085]: pgmap v18574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:10 smithi098 ceph-mon[112578]: pgmap v18574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:11.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:11.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:12.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:12.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:13.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:13.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:13 smithi098 ceph-mon[112578]: pgmap v18575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:00:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:13 smithi016 ceph-mon[96085]: pgmap v18575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:00:14.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:14.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:15.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:15.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:15 smithi098 ceph-mon[112578]: pgmap v18576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:15 smithi016 ceph-mon[96085]: pgmap v18576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:16.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:16.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:17.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:17.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:17 smithi098 ceph-mon[112578]: pgmap v18577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:17 smithi016 ceph-mon[96085]: pgmap v18577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:18.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:18.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:19.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:19.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:19 smithi098 ceph-mon[112578]: pgmap v18578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:19 smithi016 ceph-mon[96085]: pgmap v18578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:20.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:20.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:21.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:21.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:21 smithi098 ceph-mon[112578]: pgmap v18579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:21 smithi016 ceph-mon[96085]: pgmap v18579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:22.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:22.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:23.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:23.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:24.010 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:23 smithi098 ceph-mon[112578]: pgmap v18580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:23 smithi016 ceph-mon[96085]: pgmap v18580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:24.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:24.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:25.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:25.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:25 smithi098 ceph-mon[112578]: pgmap v18581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:25 smithi016 ceph-mon[96085]: pgmap v18581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:26.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:26.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:27.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:27.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:27 smithi098 ceph-mon[112578]: pgmap v18582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:27 smithi016 ceph-mon[96085]: pgmap v18582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:28.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:28.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:00:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:00:29.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:29.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:29 smithi098 ceph-mon[112578]: pgmap v18583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:29 smithi016 ceph-mon[96085]: pgmap v18583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:30.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:30.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:31.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:31.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:31 smithi098 ceph-mon[112578]: pgmap v18584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:31 smithi016 ceph-mon[96085]: pgmap v18584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:32.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:32.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:33.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:33.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:33 smithi098 ceph-mon[112578]: pgmap v18585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:33 smithi016 ceph-mon[96085]: pgmap v18585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:34.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:34.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:35.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:35.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:35 smithi098 ceph-mon[112578]: pgmap v18586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:35 smithi016 ceph-mon[96085]: pgmap v18586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:36.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:36.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:37.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:37.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:37 smithi016 ceph-mon[96085]: pgmap v18587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:37 smithi098 ceph-mon[112578]: pgmap v18587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:38.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:38.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:39.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:39.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:39 smithi098 ceph-mon[112578]: pgmap v18588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:39 smithi016 ceph-mon[96085]: pgmap v18588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:40.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:40.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:41.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:41.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:41 smithi098 ceph-mon[112578]: pgmap v18589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:41 smithi016 ceph-mon[96085]: pgmap v18589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:42.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:42.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:43.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:43.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:43 smithi098 ceph-mon[112578]: pgmap v18590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:00:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:43 smithi016 ceph-mon[96085]: pgmap v18590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:00:44.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:44.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:45.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:45.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:45 smithi098 ceph-mon[112578]: pgmap v18591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:45 smithi016 ceph-mon[96085]: pgmap v18591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:46.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:46.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:47.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:47.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:47 smithi098 ceph-mon[112578]: pgmap v18592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:47 smithi016 ceph-mon[96085]: pgmap v18592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:48.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:48.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:49.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:49.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:49 smithi098 ceph-mon[112578]: pgmap v18593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:49 smithi016 ceph-mon[96085]: pgmap v18593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:50.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:50.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:51.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:51.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:51 smithi098 ceph-mon[112578]: pgmap v18594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:51 smithi016 ceph-mon[96085]: pgmap v18594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:52.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:52.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:53.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:53.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:53 smithi098 ceph-mon[112578]: pgmap v18595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:53 smithi016 ceph-mon[96085]: pgmap v18595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:54.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:54.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:55.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:55.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:55 smithi098 ceph-mon[112578]: pgmap v18596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:55 smithi016 ceph-mon[96085]: pgmap v18596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:56.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:56.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:56 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:00:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:56 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:00:57.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:57.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:57 smithi098 ceph-mon[112578]: pgmap v18597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:00:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:00:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:00:58.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:57 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:00:58.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:57 smithi016 ceph-mon[96085]: pgmap v18597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:00:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:00:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:00:58.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:57 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:00:58.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:58.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:00:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:00:59.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:00:59.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:00.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:00:59 smithi098 ceph-mon[112578]: pgmap v18598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:00:59 smithi016 ceph-mon[96085]: pgmap v18598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:00.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:00.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:01.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:01.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:01.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:01 smithi016 ceph-mon[96085]: pgmap v18599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:01.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:01:01.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:01:01.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:01:01.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:01:01.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:01:01.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:01:01.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:01:01.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:01:01.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:01:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:01 smithi098 ceph-mon[112578]: pgmap v18599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:01:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:01:02.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:01:02.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:01:02.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:01:02.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:01:02.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:01:02.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:01:02.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:01:02.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:02.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:03.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:03.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:03 smithi098 ceph-mon[112578]: pgmap v18600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:03 smithi016 ceph-mon[96085]: pgmap v18600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:04.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:04.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:05.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:05.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:05 smithi098 ceph-mon[112578]: pgmap v18601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:05 smithi016 ceph-mon[96085]: pgmap v18601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:06.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:06.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:07.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:07.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:08.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:07 smithi098 ceph-mon[112578]: pgmap v18602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:07 smithi016 ceph-mon[96085]: pgmap v18602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:08.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:08.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:09.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:09.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:09 smithi098 ceph-mon[112578]: pgmap v18603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:09 smithi016 ceph-mon[96085]: pgmap v18603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:10.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:10.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:11.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:11.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:12.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:11 smithi098 ceph-mon[112578]: pgmap v18604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:11 smithi016 ceph-mon[96085]: pgmap v18604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:12.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:12.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:13.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:13.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:13 smithi098 ceph-mon[112578]: pgmap v18605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:01:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:13 smithi016 ceph-mon[96085]: pgmap v18605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:01:14.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:14.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:15.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:15.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:16.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:15 smithi098 ceph-mon[112578]: pgmap v18606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:15 smithi016 ceph-mon[96085]: pgmap v18606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:16.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:16.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:17.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:17.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:17.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:17 smithi016 ceph-mon[96085]: pgmap v18607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:17 smithi098 ceph-mon[112578]: pgmap v18607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:18.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:18.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:19.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:19.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:19 smithi098 ceph-mon[112578]: pgmap v18608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:19 smithi016 ceph-mon[96085]: pgmap v18608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:20.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:20.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:21.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:21.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:21 smithi098 ceph-mon[112578]: pgmap v18609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:21 smithi016 ceph-mon[96085]: pgmap v18609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:22.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:22.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:23.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:23.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:23 smithi098 ceph-mon[112578]: pgmap v18610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:23 smithi016 ceph-mon[96085]: pgmap v18610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:24.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:24.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:25.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:25.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:25 smithi098 ceph-mon[112578]: pgmap v18611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:25 smithi016 ceph-mon[96085]: pgmap v18611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:26.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:26.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:27.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:27.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:27 smithi098 ceph-mon[112578]: pgmap v18612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:27 smithi016 ceph-mon[96085]: pgmap v18612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:28.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:28.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:01:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:01:29.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:29.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:29 smithi098 ceph-mon[112578]: pgmap v18613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:29 smithi016 ceph-mon[96085]: pgmap v18613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:30.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:30.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:31.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:31.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:31 smithi098 ceph-mon[112578]: pgmap v18614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:31 smithi016 ceph-mon[96085]: pgmap v18614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:32.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:32.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:33.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:33.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:33 smithi098 ceph-mon[112578]: pgmap v18615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:33 smithi016 ceph-mon[96085]: pgmap v18615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:34.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:34.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:35.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:35.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:36.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:35 smithi098 ceph-mon[112578]: pgmap v18616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:35 smithi016 ceph-mon[96085]: pgmap v18616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:36.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:36.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:37.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:37.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:37 smithi098 ceph-mon[112578]: pgmap v18617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:37 smithi016 ceph-mon[96085]: pgmap v18617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:38.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:38.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:39.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:39.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:39 smithi098 ceph-mon[112578]: pgmap v18618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:39 smithi016 ceph-mon[96085]: pgmap v18618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:40.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:40.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:41.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:41.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:41 smithi098 ceph-mon[112578]: pgmap v18619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:41 smithi016 ceph-mon[96085]: pgmap v18619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:42.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:42.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:43.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:43.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:43 smithi098 ceph-mon[112578]: pgmap v18620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:01:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:43 smithi016 ceph-mon[96085]: pgmap v18620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:01:44.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:44.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:45.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:45.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:45 smithi098 ceph-mon[112578]: pgmap v18621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:45 smithi016 ceph-mon[96085]: pgmap v18621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:46.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:46.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:47.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:47.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:47 smithi098 ceph-mon[112578]: pgmap v18622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:47 smithi016 ceph-mon[96085]: pgmap v18622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:48.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:48.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:49.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:49.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:49 smithi098 ceph-mon[112578]: pgmap v18623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:49 smithi016 ceph-mon[96085]: pgmap v18623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:50.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:50.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:51.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:51.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:51 smithi098 ceph-mon[112578]: pgmap v18624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:51 smithi016 ceph-mon[96085]: pgmap v18624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:52.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:52.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:53.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:53.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:53 smithi098 ceph-mon[112578]: pgmap v18625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:53 smithi016 ceph-mon[96085]: pgmap v18625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:54.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:54.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:55.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:55.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:55 smithi098 ceph-mon[112578]: pgmap v18626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:55 smithi016 ceph-mon[96085]: pgmap v18626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:56.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:56.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:57.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:57.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:57 smithi098 ceph-mon[112578]: pgmap v18627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:57 smithi016 ceph-mon[96085]: pgmap v18627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:58.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:58.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:01:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:01:59.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:01:59.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:01:59 smithi098 ceph-mon[112578]: pgmap v18628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:01:59 smithi016 ceph-mon[96085]: pgmap v18628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:00.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:00.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:01.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:01.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:01 smithi016 ceph-mon[96085]: pgmap v18629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:02.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:02:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:01 smithi098 ceph-mon[112578]: pgmap v18629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:02:02.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:02.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:02:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:02:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:02:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:02:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:02:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:02:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:02:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:02:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:02:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:02:03.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:03.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:03 smithi098 ceph-mon[112578]: pgmap v18630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:03 smithi016 ceph-mon[96085]: pgmap v18630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:04.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:04.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:05.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:05.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:05 smithi098 ceph-mon[112578]: pgmap v18631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:05 smithi016 ceph-mon[96085]: pgmap v18631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:06.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:06.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:07.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:07.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:07 smithi098 ceph-mon[112578]: pgmap v18632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:07 smithi016 ceph-mon[96085]: pgmap v18632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:08.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:08.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:09.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:09.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:10.119 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:09 smithi098 ceph-mon[112578]: pgmap v18633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:09 smithi016 ceph-mon[96085]: pgmap v18633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:10.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:10.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:11.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:11.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:11 smithi098 ceph-mon[112578]: pgmap v18634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:11 smithi016 ceph-mon[96085]: pgmap v18634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:12.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:12.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:12 smithi098 ceph-mon[112578]: pgmap v18635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:12 smithi016 ceph-mon[96085]: pgmap v18635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:13.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:13.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:02:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:02:14.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:14.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:15.172 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:14 smithi098 ceph-mon[112578]: pgmap v18636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:14 smithi016 ceph-mon[96085]: pgmap v18636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:15.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:15.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:16.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:16.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:17.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:17.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:17 smithi098 ceph-mon[112578]: pgmap v18637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:17 smithi016 ceph-mon[96085]: pgmap v18637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:18.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:18.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:19.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:19.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:19 smithi098 ceph-mon[112578]: pgmap v18638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:19 smithi016 ceph-mon[96085]: pgmap v18638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:20.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:20.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:21.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:21.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:22.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:21 smithi098 ceph-mon[112578]: pgmap v18639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:21 smithi016 ceph-mon[96085]: pgmap v18639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:22.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:22.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:23.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:23.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:23 smithi098 ceph-mon[112578]: pgmap v18640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:23 smithi016 ceph-mon[96085]: pgmap v18640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:24.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:24.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:25.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:25.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:25 smithi098 ceph-mon[112578]: pgmap v18641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:26.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:25 smithi016 ceph-mon[96085]: pgmap v18641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:26.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:26.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:27.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:27.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:27 smithi098 ceph-mon[112578]: pgmap v18642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:27 smithi016 ceph-mon[96085]: pgmap v18642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:28.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:28.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:02:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:02:29.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:29.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:29 smithi098 ceph-mon[112578]: pgmap v18643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:29 smithi016 ceph-mon[96085]: pgmap v18643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:30.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:30.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:31.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:31.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:31 smithi098 ceph-mon[112578]: pgmap v18644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:31 smithi016 ceph-mon[96085]: pgmap v18644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:32.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:32.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:33.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:33.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:33 smithi098 ceph-mon[112578]: pgmap v18645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:33 smithi016 ceph-mon[96085]: pgmap v18645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:34.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:34.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:35.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:35.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:35 smithi098 ceph-mon[112578]: pgmap v18646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:35 smithi016 ceph-mon[96085]: pgmap v18646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:36.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:36.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:37.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:37.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:37 smithi098 ceph-mon[112578]: pgmap v18647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:37 smithi016 ceph-mon[96085]: pgmap v18647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:38.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:38.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:39.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:39.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:39 smithi098 ceph-mon[112578]: pgmap v18648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:39 smithi016 ceph-mon[96085]: pgmap v18648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:40.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:40.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:41.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:41.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:41 smithi098 ceph-mon[112578]: pgmap v18649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:41 smithi016 ceph-mon[96085]: pgmap v18649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:42.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:42.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:43.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:43.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:43 smithi098 ceph-mon[112578]: pgmap v18650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:02:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:43 smithi016 ceph-mon[96085]: pgmap v18650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:02:44.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:44.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:45 smithi098 ceph-mon[112578]: pgmap v18651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:45.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:45.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:45 smithi016 ceph-mon[96085]: pgmap v18651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:46.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:46.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:47.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:47.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:47 smithi098 ceph-mon[112578]: pgmap v18652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:47 smithi016 ceph-mon[96085]: pgmap v18652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:48.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:48.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:49.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:49.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:49 smithi098 ceph-mon[112578]: pgmap v18653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:49 smithi016 ceph-mon[96085]: pgmap v18653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:50.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:50.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:51.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:51.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:51 smithi098 ceph-mon[112578]: pgmap v18654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:51 smithi016 ceph-mon[96085]: pgmap v18654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:52.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:52.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:53.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:53.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:53 smithi098 ceph-mon[112578]: pgmap v18655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:53 smithi016 ceph-mon[96085]: pgmap v18655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:54.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:54.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:55.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:55.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:56.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:55 smithi098 ceph-mon[112578]: pgmap v18656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:55 smithi016 ceph-mon[96085]: pgmap v18656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:56.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:56.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:57.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:57.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:58.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:57 smithi098 ceph-mon[112578]: pgmap v18657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:57 smithi016 ceph-mon[96085]: pgmap v18657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:58.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:58.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:02:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:02:59.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:02:59.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:00.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:02:59 smithi098 ceph-mon[112578]: pgmap v18658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:02:59 smithi016 ceph-mon[96085]: pgmap v18658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:00.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:00.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:01.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:01.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:02.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:01 smithi098 ceph-mon[112578]: pgmap v18659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:01 smithi016 ceph-mon[96085]: pgmap v18659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:02.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:02.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:03:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:03:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:03:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:03:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:03:03.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:03:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:03:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:03:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:03:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:03:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:03:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:03:03.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:03.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:03 smithi098 ceph-mon[112578]: pgmap v18660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:03 smithi016 ceph-mon[96085]: pgmap v18660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:04.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:04.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:05.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:05.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:05 smithi098 ceph-mon[112578]: pgmap v18661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:05 smithi016 ceph-mon[96085]: pgmap v18661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:06.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:06.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:07.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:07.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:08.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:07 smithi016 ceph-mon[96085]: pgmap v18662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:07 smithi098 ceph-mon[112578]: pgmap v18662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:08.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:08.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:09.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:09.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:09 smithi016 ceph-mon[96085]: pgmap v18663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:09 smithi098 ceph-mon[112578]: pgmap v18663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:10.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:10.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:11.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:11.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:12.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:11 smithi016 ceph-mon[96085]: pgmap v18664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:11 smithi098 ceph-mon[112578]: pgmap v18664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:12.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:12.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:13.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:13.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:13 smithi016 ceph-mon[96085]: pgmap v18665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:03:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:13 smithi098 ceph-mon[112578]: pgmap v18665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:03:14.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:14.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:15.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:15.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:15 smithi016 ceph-mon[96085]: pgmap v18666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:15 smithi098 ceph-mon[112578]: pgmap v18666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:16.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:16.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:17.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:17.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:17 smithi098 ceph-mon[112578]: pgmap v18667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:17 smithi016 ceph-mon[96085]: pgmap v18667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:18.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:18.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:19.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:19.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:19 smithi098 ceph-mon[112578]: pgmap v18668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:19 smithi016 ceph-mon[96085]: pgmap v18668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:20.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:20.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:21.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:21.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:21 smithi098 ceph-mon[112578]: pgmap v18669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:21 smithi016 ceph-mon[96085]: pgmap v18669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:22.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:22.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:23.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:23.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:23 smithi098 ceph-mon[112578]: pgmap v18670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:23 smithi016 ceph-mon[96085]: pgmap v18670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:24.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:24.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:25.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:25.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:25 smithi098 ceph-mon[112578]: pgmap v18671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:25 smithi016 ceph-mon[96085]: pgmap v18671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:26.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:26.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:27.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:27.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:27 smithi098 ceph-mon[112578]: pgmap v18672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:27 smithi016 ceph-mon[96085]: pgmap v18672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:28.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:28.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:03:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:03:29.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:29.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:29 smithi098 ceph-mon[112578]: pgmap v18673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:29 smithi016 ceph-mon[96085]: pgmap v18673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:30.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:30.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:31.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:31.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:31 smithi098 ceph-mon[112578]: pgmap v18674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:31 smithi016 ceph-mon[96085]: pgmap v18674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:32.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:32.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:33.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:33.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:33 smithi098 ceph-mon[112578]: pgmap v18675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:33 smithi016 ceph-mon[96085]: pgmap v18675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:34.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:34.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:35.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:35.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:35 smithi098 ceph-mon[112578]: pgmap v18676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:35 smithi016 ceph-mon[96085]: pgmap v18676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:36.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:36.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:37.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:37.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:37 smithi098 ceph-mon[112578]: pgmap v18677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:37 smithi016 ceph-mon[96085]: pgmap v18677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:39.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:39.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:40.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:40.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:39 smithi098 ceph-mon[112578]: pgmap v18678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:39 smithi016 ceph-mon[96085]: pgmap v18678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:41.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:41.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:42.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:42.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:41 smithi098 ceph-mon[112578]: pgmap v18679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:41 smithi016 ceph-mon[96085]: pgmap v18679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:43.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:43.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:44.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:44.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:43 smithi098 ceph-mon[112578]: pgmap v18680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:03:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:43 smithi016 ceph-mon[96085]: pgmap v18680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:03:45.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:45.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:46.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:46.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:46.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:45 smithi098 ceph-mon[112578]: pgmap v18681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:45 smithi016 ceph-mon[96085]: pgmap v18681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:47.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:47.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:48.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:48.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:47 smithi098 ceph-mon[112578]: pgmap v18682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:47 smithi016 ceph-mon[96085]: pgmap v18682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:49.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:49.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:50.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:50.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:49 smithi016 ceph-mon[96085]: pgmap v18683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:49 smithi098 ceph-mon[112578]: pgmap v18683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:51.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:51.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:52.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:52.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:51 smithi098 ceph-mon[112578]: pgmap v18684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:51 smithi016 ceph-mon[96085]: pgmap v18684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:53.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:53.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:54.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:54.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:53 smithi098 ceph-mon[112578]: pgmap v18685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:53 smithi016 ceph-mon[96085]: pgmap v18685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:55.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:55.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:56.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:56.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:56.232 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:55 smithi098 ceph-mon[112578]: pgmap v18686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:55 smithi016 ceph-mon[96085]: pgmap v18686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:57.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:57.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:58.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:58.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:57 smithi098 ceph-mon[112578]: pgmap v18687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:57 smithi016 ceph-mon[96085]: pgmap v18687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:59.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:03:59.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:03:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:04:00.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:00.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:03:59 smithi098 ceph-mon[112578]: pgmap v18688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:03:59 smithi016 ceph-mon[96085]: pgmap v18688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:01.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:01.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:02.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:02.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:01 smithi098 ceph-mon[112578]: pgmap v18689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:01 smithi016 ceph-mon[96085]: pgmap v18689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:03.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:03.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:04:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:04:04.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:04.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:03 smithi098 ceph-mon[112578]: pgmap v18690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:03 smithi016 ceph-mon[96085]: pgmap v18690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:05.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:05.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:06.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:06.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:05 smithi098 ceph-mon[112578]: pgmap v18691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:04:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:04:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:05 smithi016 ceph-mon[96085]: pgmap v18691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:04:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:04:07.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:07.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:04:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:04:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:04:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:04:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:04:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:04:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:04:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:04:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:04:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:04:08.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:08.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:07 smithi098 ceph-mon[112578]: pgmap v18692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:07 smithi016 ceph-mon[96085]: pgmap v18692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:09.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:09.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:10.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:10.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:09 smithi098 ceph-mon[112578]: pgmap v18693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:09 smithi016 ceph-mon[96085]: pgmap v18693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:11.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:11.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:12.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:12.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:11 smithi098 ceph-mon[112578]: pgmap v18694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:11 smithi016 ceph-mon[96085]: pgmap v18694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:13.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:13.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:14.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:14.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:13 smithi098 ceph-mon[112578]: pgmap v18695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:04:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:13 smithi016 ceph-mon[96085]: pgmap v18695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:04:15.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:15.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:16.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:16.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:15 smithi098 ceph-mon[112578]: pgmap v18696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:15 smithi016 ceph-mon[96085]: pgmap v18696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:17.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:17.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:18.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:18.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:17 smithi098 ceph-mon[112578]: pgmap v18697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:17 smithi016 ceph-mon[96085]: pgmap v18697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:19.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:19.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:20.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:20.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:19 smithi098 ceph-mon[112578]: pgmap v18698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:19 smithi016 ceph-mon[96085]: pgmap v18698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:21.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:21.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:22.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:22.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:21 smithi098 ceph-mon[112578]: pgmap v18699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:21 smithi016 ceph-mon[96085]: pgmap v18699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:23.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:23.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:22 smithi098 ceph-mon[112578]: pgmap v18700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:22 smithi016 ceph-mon[96085]: pgmap v18700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:24.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:24.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:25.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:25.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:25 smithi098 ceph-mon[112578]: pgmap v18701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:25 smithi016 ceph-mon[96085]: pgmap v18701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:26.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:26.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:27.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:27.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:27 smithi098 ceph-mon[112578]: pgmap v18702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:27 smithi016 ceph-mon[96085]: pgmap v18702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:28.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:28.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:04:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:04:29.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:29.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:29 smithi098 ceph-mon[112578]: pgmap v18703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:29 smithi016 ceph-mon[96085]: pgmap v18703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:30.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:30.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:31.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:31.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:31 smithi098 ceph-mon[112578]: pgmap v18704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:31 smithi016 ceph-mon[96085]: pgmap v18704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:32.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:32.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:33.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:33.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:33 smithi098 ceph-mon[112578]: pgmap v18705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:33 smithi016 ceph-mon[96085]: pgmap v18705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:34.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:34.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:35.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:35.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:36.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:35 smithi098 ceph-mon[112578]: pgmap v18706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:35 smithi016 ceph-mon[96085]: pgmap v18706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:36.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:36.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:37.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:37.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:38.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:37 smithi098 ceph-mon[112578]: pgmap v18707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:37 smithi016 ceph-mon[96085]: pgmap v18707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:38.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:38.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:39.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:39.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:40.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:39 smithi098 ceph-mon[112578]: pgmap v18708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:39 smithi016 ceph-mon[96085]: pgmap v18708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:40.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:40.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:41.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:41.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:42.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:41 smithi098 ceph-mon[112578]: pgmap v18709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:41 smithi016 ceph-mon[96085]: pgmap v18709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:42.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:42.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:43.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:43.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:43 smithi098 ceph-mon[112578]: pgmap v18710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:44.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:04:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:43 smithi016 ceph-mon[96085]: pgmap v18710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:04:44.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:44.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:45.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:45.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:46.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:45 smithi098 ceph-mon[112578]: pgmap v18711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:45 smithi016 ceph-mon[96085]: pgmap v18711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:46.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:46.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:47.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:47.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:48.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:47 smithi098 ceph-mon[112578]: pgmap v18712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:48.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:47 smithi016 ceph-mon[96085]: pgmap v18712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:48.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:48.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:49.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:49.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:50.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:49 smithi098 ceph-mon[112578]: pgmap v18713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:50.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:49 smithi016 ceph-mon[96085]: pgmap v18713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:50.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:50.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:51.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:51.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:51 smithi098 ceph-mon[112578]: pgmap v18714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:51 smithi016 ceph-mon[96085]: pgmap v18714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:52.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:52.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:53.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:53.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:53 smithi098 ceph-mon[112578]: pgmap v18715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:54.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:53 smithi016 ceph-mon[96085]: pgmap v18715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:54.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:54.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:55.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:55.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:56.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:55 smithi016 ceph-mon[96085]: pgmap v18716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:56.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:56.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:55 smithi098 ceph-mon[112578]: pgmap v18716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:57.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:57.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:58.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:57 smithi016 ceph-mon[96085]: pgmap v18717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:58.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:58.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:57 smithi098 ceph-mon[112578]: pgmap v18717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:04:59.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:04:59.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:05:00.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:04:59 smithi016 ceph-mon[96085]: pgmap v18718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:00.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:00.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:04:59 smithi098 ceph-mon[112578]: pgmap v18718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:01.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:01.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:02.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:01 smithi016 ceph-mon[96085]: pgmap v18719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:02.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:02.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:01 smithi098 ceph-mon[112578]: pgmap v18719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:03.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:03.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:03 smithi016 ceph-mon[96085]: pgmap v18720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:04.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:04.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:03 smithi098 ceph-mon[112578]: pgmap v18720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:05.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:05.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:06.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:05 smithi016 ceph-mon[96085]: pgmap v18721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:06.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:06.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:05 smithi098 ceph-mon[112578]: pgmap v18721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:07.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:07.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:05:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:05:08.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:08.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:07 smithi098 ceph-mon[112578]: pgmap v18722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:07 smithi016 ceph-mon[96085]: pgmap v18722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:09.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:09.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:10.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:10.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:09 smithi098 ceph-mon[112578]: pgmap v18723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:09 smithi016 ceph-mon[96085]: pgmap v18723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:11.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:11.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:12.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:12.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:11 smithi098 ceph-mon[112578]: pgmap v18724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:05:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:05:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:05:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:05:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:05:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:05:12.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:05:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:11 smithi016 ceph-mon[96085]: pgmap v18724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:05:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:05:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:05:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:05:12.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:05:12.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:05:12.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:05:13.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:13.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:14.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:14.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:13 smithi098 ceph-mon[112578]: pgmap v18725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:05:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:13 smithi016 ceph-mon[96085]: pgmap v18725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:05:15.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:15.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:16.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:15 smithi016 ceph-mon[96085]: pgmap v18726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:16.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:16.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:15 smithi098 ceph-mon[112578]: pgmap v18726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:17.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:17.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:18.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:18.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:17 smithi098 ceph-mon[112578]: pgmap v18727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:17 smithi016 ceph-mon[96085]: pgmap v18727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:19.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:19.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:20.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:20.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:19 smithi098 ceph-mon[112578]: pgmap v18728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:19 smithi016 ceph-mon[96085]: pgmap v18728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:21.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:21.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:22.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:21 smithi098 ceph-mon[112578]: pgmap v18729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:22.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:22.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:21 smithi016 ceph-mon[96085]: pgmap v18729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:23.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:23.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:24.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:24.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:23 smithi098 ceph-mon[112578]: pgmap v18730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:23 smithi016 ceph-mon[96085]: pgmap v18730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:25.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:25.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:25 smithi016 ceph-mon[96085]: pgmap v18731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:26.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:26.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:25 smithi098 ceph-mon[112578]: pgmap v18731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:27.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:27.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:28.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:28.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:27 smithi098 ceph-mon[112578]: pgmap v18732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:27 smithi016 ceph-mon[96085]: pgmap v18732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:29.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:29.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:05:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:05:30.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:30.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:29 smithi098 ceph-mon[112578]: pgmap v18733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:29 smithi016 ceph-mon[96085]: pgmap v18733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:31.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:31.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:32.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:32.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:32.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:31 smithi098 ceph-mon[112578]: pgmap v18734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:31 smithi016 ceph-mon[96085]: pgmap v18734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:33.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:33.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:34.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:34.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:33 smithi098 ceph-mon[112578]: pgmap v18735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:33 smithi016 ceph-mon[96085]: pgmap v18735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:35.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:35.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:36.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:36.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:35 smithi098 ceph-mon[112578]: pgmap v18736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:35 smithi016 ceph-mon[96085]: pgmap v18736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:37.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:37.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:38.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:38.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:37 smithi098 ceph-mon[112578]: pgmap v18737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:37 smithi016 ceph-mon[96085]: pgmap v18737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:39.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:39.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:40.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:40.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:39 smithi098 ceph-mon[112578]: pgmap v18738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:39 smithi016 ceph-mon[96085]: pgmap v18738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:41.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:41.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:42.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:42.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:41 smithi098 ceph-mon[112578]: pgmap v18739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:41 smithi016 ceph-mon[96085]: pgmap v18739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:43.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:43.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:44.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:44.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:43 smithi098 ceph-mon[112578]: pgmap v18740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:05:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:43 smithi016 ceph-mon[96085]: pgmap v18740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:05:45.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:45.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:46.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:46.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:45 smithi098 ceph-mon[112578]: pgmap v18741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:45 smithi016 ceph-mon[96085]: pgmap v18741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:47.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:47.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:48.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:48.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:47 smithi098 ceph-mon[112578]: pgmap v18742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:47 smithi016 ceph-mon[96085]: pgmap v18742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:49.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:49.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:50.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:50.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:49 smithi098 ceph-mon[112578]: pgmap v18743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:49 smithi016 ceph-mon[96085]: pgmap v18743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:51.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:51.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:52.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:52.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:51 smithi098 ceph-mon[112578]: pgmap v18744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:51 smithi016 ceph-mon[96085]: pgmap v18744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:53.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:53.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:54.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:54.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:53 smithi098 ceph-mon[112578]: pgmap v18745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:53 smithi016 ceph-mon[96085]: pgmap v18745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:55.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:55.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:56.125 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:55 smithi016 ceph-mon[96085]: pgmap v18746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:56.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:56.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:55 smithi098 ceph-mon[112578]: pgmap v18746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:57.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:57.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:58.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:58.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:58.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:57 smithi098 ceph-mon[112578]: pgmap v18747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:57 smithi016 ceph-mon[96085]: pgmap v18747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:59.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:05:59.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:05:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:06:00.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:00.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:05:59 smithi098 ceph-mon[112578]: pgmap v18748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:05:59 smithi016 ceph-mon[96085]: pgmap v18748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:01.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:01.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:02.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:02.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:01 smithi098 ceph-mon[112578]: pgmap v18749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:01 smithi016 ceph-mon[96085]: pgmap v18749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:03.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:03.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:04.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:04.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:03 smithi098 ceph-mon[112578]: pgmap v18750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:03 smithi016 ceph-mon[96085]: pgmap v18750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:05.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:05.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:06.240 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:05 smithi016 ceph-mon[96085]: pgmap v18751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:06.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:06.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:05 smithi098 ceph-mon[112578]: pgmap v18751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:07.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:07.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:08.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:08.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:07 smithi098 ceph-mon[112578]: pgmap v18752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:07 smithi016 ceph-mon[96085]: pgmap v18752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:09.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:09.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:10.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:10.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:09 smithi016 ceph-mon[96085]: pgmap v18753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:11.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:11.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:12.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:12.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:09 smithi098 ceph-mon[112578]: pgmap v18753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:11 smithi098 ceph-mon[112578]: pgmap v18754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:11 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:06:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:11 smithi016 ceph-mon[96085]: pgmap v18754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:11 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:06:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:06:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:06:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:06:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:06:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:06:13.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:13.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:06:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:06:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:06:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:06:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:06:14.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:14.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:13 smithi098 ceph-mon[112578]: pgmap v18755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:06:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:13 smithi016 ceph-mon[96085]: pgmap v18755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:06:15.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:15.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:15 smithi098 ceph-mon[112578]: pgmap v18756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:16.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:16.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:15 smithi016 ceph-mon[96085]: pgmap v18756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:17.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:17.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:18.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:17 smithi098 ceph-mon[112578]: pgmap v18757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:18.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:18.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:17 smithi016 ceph-mon[96085]: pgmap v18757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:19.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:19.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:19 smithi098 ceph-mon[112578]: pgmap v18758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:20.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:20.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:19 smithi016 ceph-mon[96085]: pgmap v18758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:20 smithi098 ceph-mon[112578]: pgmap v18759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:21.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:21.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:20 smithi016 ceph-mon[96085]: pgmap v18759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:22.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:22.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:23.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:23.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:23 smithi098 ceph-mon[112578]: pgmap v18760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:23 smithi016 ceph-mon[96085]: pgmap v18760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:24.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:24.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:25.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:25.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:26.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:25 smithi098 ceph-mon[112578]: pgmap v18761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:26.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:25 smithi016 ceph-mon[96085]: pgmap v18761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:26.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:26.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:27.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:27.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:28.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:27 smithi098 ceph-mon[112578]: pgmap v18762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:28.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:27 smithi016 ceph-mon[96085]: pgmap v18762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:28.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:28.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:06:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:06:29.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:29.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:29 smithi098 ceph-mon[112578]: pgmap v18763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:29 smithi016 ceph-mon[96085]: pgmap v18763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:30.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:30.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:31.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:31.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:31 smithi098 ceph-mon[112578]: pgmap v18764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:31 smithi016 ceph-mon[96085]: pgmap v18764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:32.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:32.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:33.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:33.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:33 smithi098 ceph-mon[112578]: pgmap v18765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:34.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:33 smithi016 ceph-mon[96085]: pgmap v18765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:34.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:34.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:35.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:35.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:36.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:35 smithi016 ceph-mon[96085]: pgmap v18766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:35 smithi098 ceph-mon[112578]: pgmap v18766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:36.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:36.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:37.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:37.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:37 smithi016 ceph-mon[96085]: pgmap v18767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:37 smithi098 ceph-mon[112578]: pgmap v18767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:38.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:38.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:39.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:39.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:40.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:39 smithi016 ceph-mon[96085]: pgmap v18768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:39 smithi098 ceph-mon[112578]: pgmap v18768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:40.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:40.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:41.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:41.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:42.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:41 smithi016 ceph-mon[96085]: pgmap v18769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:41 smithi098 ceph-mon[112578]: pgmap v18769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:42.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:42.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:43.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:43.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:43 smithi016 ceph-mon[96085]: pgmap v18770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:06:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:43 smithi098 ceph-mon[112578]: pgmap v18770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:06:44.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:44.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:45.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:45.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:46.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:45 smithi016 ceph-mon[96085]: pgmap v18771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:45 smithi098 ceph-mon[112578]: pgmap v18771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:46.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:46.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:47.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:47.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:48.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:47 smithi098 ceph-mon[112578]: pgmap v18772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:47 smithi016 ceph-mon[96085]: pgmap v18772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:48.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:48.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:49.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:49.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:49 smithi098 ceph-mon[112578]: pgmap v18773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:49 smithi016 ceph-mon[96085]: pgmap v18773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:50.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:50.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:51.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:51.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:52.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:51 smithi016 ceph-mon[96085]: pgmap v18774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:51 smithi098 ceph-mon[112578]: pgmap v18774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:52.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:52.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:53.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:53.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:53 smithi098 ceph-mon[112578]: pgmap v18775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:53 smithi016 ceph-mon[96085]: pgmap v18775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:54.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:54.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:55.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:55.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:55 smithi098 ceph-mon[112578]: pgmap v18776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:55 smithi016 ceph-mon[96085]: pgmap v18776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:56.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:56.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:57.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:57.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:58.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:57 smithi098 ceph-mon[112578]: pgmap v18777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:57 smithi016 ceph-mon[96085]: pgmap v18777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:58.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:58.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:06:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:06:59.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:06:59.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:06:59 smithi098 ceph-mon[112578]: pgmap v18778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:06:59 smithi016 ceph-mon[96085]: pgmap v18778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:00.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:00.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:01.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:01.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:01 smithi098 ceph-mon[112578]: pgmap v18779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:01 smithi016 ceph-mon[96085]: pgmap v18779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:02.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:02.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:03.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:03.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:04.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:03 smithi098 ceph-mon[112578]: pgmap v18780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:03 smithi016 ceph-mon[96085]: pgmap v18780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:04.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:04.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:05.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:05.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:05 smithi098 ceph-mon[112578]: pgmap v18781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:05 smithi016 ceph-mon[96085]: pgmap v18781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:06.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:06.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:07.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:07.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:08.229 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:07 smithi098 ceph-mon[112578]: pgmap v18782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:07 smithi016 ceph-mon[96085]: pgmap v18782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:08.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:08.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:09.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:09.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:09 smithi098 ceph-mon[112578]: pgmap v18783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:09 smithi016 ceph-mon[96085]: pgmap v18783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:10.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:10.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:11.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:11.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:11 smithi098 ceph-mon[112578]: pgmap v18784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:11 smithi016 ceph-mon[96085]: pgmap v18784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:12.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:12.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:07:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:07:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:07:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:07:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:07:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:07:13.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:13.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:13 smithi098 ceph-mon[112578]: pgmap v18785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:07:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:07:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:07:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:07:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:07:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:07:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:13 smithi016 ceph-mon[96085]: pgmap v18785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:07:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:07:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:07:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:07:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:07:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:07:14.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:14.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:15.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:15.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:15 smithi098 ceph-mon[112578]: pgmap v18786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:15 smithi016 ceph-mon[96085]: pgmap v18786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:16.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:16.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:17.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:17.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:17 smithi098 ceph-mon[112578]: pgmap v18787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:17 smithi016 ceph-mon[96085]: pgmap v18787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:18.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:18.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:19.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:19.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:19 smithi098 ceph-mon[112578]: pgmap v18788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:19 smithi016 ceph-mon[96085]: pgmap v18788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:20.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:20.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:21.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:21.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:22.109 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:21 smithi016 ceph-mon[96085]: pgmap v18789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:21 smithi098 ceph-mon[112578]: pgmap v18789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:22.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:22.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:23.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:23.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:23 smithi098 ceph-mon[112578]: pgmap v18790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:23 smithi016 ceph-mon[96085]: pgmap v18790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:24.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:24.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:25.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:25.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:25 smithi098 ceph-mon[112578]: pgmap v18791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:25 smithi016 ceph-mon[96085]: pgmap v18791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:26.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:26.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:27.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:27.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:27 smithi098 ceph-mon[112578]: pgmap v18792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:27 smithi016 ceph-mon[96085]: pgmap v18792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:28.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:28.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:07:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:07:29.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:29.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:29 smithi098 ceph-mon[112578]: pgmap v18793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:29 smithi016 ceph-mon[96085]: pgmap v18793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:30.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:30.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:31.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:31.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:32.224 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:31 smithi016 ceph-mon[96085]: pgmap v18794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:31 smithi098 ceph-mon[112578]: pgmap v18794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:32.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:32.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:33.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:33.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:33 smithi098 ceph-mon[112578]: pgmap v18795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:33 smithi016 ceph-mon[96085]: pgmap v18795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:34.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:34.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:35.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:35.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:35 smithi098 ceph-mon[112578]: pgmap v18796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:35 smithi016 ceph-mon[96085]: pgmap v18796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:36.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:36.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:37.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:37.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:37 smithi098 ceph-mon[112578]: pgmap v18797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:37 smithi016 ceph-mon[96085]: pgmap v18797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:38.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:38.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:39.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:39.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:39 smithi098 ceph-mon[112578]: pgmap v18798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:39 smithi016 ceph-mon[96085]: pgmap v18798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:40.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:40.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:41.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:41.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:41 smithi098 ceph-mon[112578]: pgmap v18799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:41 smithi016 ceph-mon[96085]: pgmap v18799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:42.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:42.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:43.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:43.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:43 smithi098 ceph-mon[112578]: pgmap v18800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:07:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:43 smithi016 ceph-mon[96085]: pgmap v18800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:07:44.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:44.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:45.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:45.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:45 smithi098 ceph-mon[112578]: pgmap v18801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:45 smithi016 ceph-mon[96085]: pgmap v18801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:46.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:46.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:47.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:47.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:47 smithi098 ceph-mon[112578]: pgmap v18802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:47 smithi016 ceph-mon[96085]: pgmap v18802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:48.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:48.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:49.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:49.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:49 smithi098 ceph-mon[112578]: pgmap v18803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:49 smithi016 ceph-mon[96085]: pgmap v18803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:50.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:50.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:51.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:51.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:51 smithi098 ceph-mon[112578]: pgmap v18804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:51 smithi016 ceph-mon[96085]: pgmap v18804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:52.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:52.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:53.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:53.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:54.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:53 smithi098 ceph-mon[112578]: pgmap v18805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:53 smithi016 ceph-mon[96085]: pgmap v18805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:54.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:54.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:55.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:55.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:55 smithi098 ceph-mon[112578]: pgmap v18806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:55 smithi016 ceph-mon[96085]: pgmap v18806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:56.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:56.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:57.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:57.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:57 smithi098 ceph-mon[112578]: pgmap v18807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:57 smithi016 ceph-mon[96085]: pgmap v18807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:58.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:58.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:07:59.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:07:59.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:07:59.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:00.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:07:59 smithi098 ceph-mon[112578]: pgmap v18808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:07:59 smithi016 ceph-mon[96085]: pgmap v18808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:00.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:00.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:01.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:01.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:01 smithi098 ceph-mon[112578]: pgmap v18809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:01 smithi016 ceph-mon[96085]: pgmap v18809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:02.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:02.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:03.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:03.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:03 smithi098 ceph-mon[112578]: pgmap v18810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:03 smithi016 ceph-mon[96085]: pgmap v18810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:04.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:04.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:05.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:05.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:05 smithi098 ceph-mon[112578]: pgmap v18811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:05 smithi016 ceph-mon[96085]: pgmap v18811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:06.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:06.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:07.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:07.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:07 smithi098 ceph-mon[112578]: pgmap v18812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:07 smithi016 ceph-mon[96085]: pgmap v18812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:08.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:08.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:09.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:09.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:09 smithi098 ceph-mon[112578]: pgmap v18813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:09 smithi016 ceph-mon[96085]: pgmap v18813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:10.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:10.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:11.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:11.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:11 smithi098 ceph-mon[112578]: pgmap v18814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:11 smithi016 ceph-mon[96085]: pgmap v18814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:12.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:12.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:13.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:13.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:13 smithi098 ceph-mon[112578]: pgmap v18815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:08:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:08:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:08:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:08:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:08:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:08:14.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:08:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:13 smithi016 ceph-mon[96085]: pgmap v18815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:08:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:08:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:08:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:08:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:08:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:08:14.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:08:14.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:14.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:15.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:15.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:15 smithi098 ceph-mon[112578]: pgmap v18816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:15 smithi016 ceph-mon[96085]: pgmap v18816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:16.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:16.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:17.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:17.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:18.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:17 smithi016 ceph-mon[96085]: pgmap v18817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:17 smithi098 ceph-mon[112578]: pgmap v18817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:18.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:18.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:19.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:19.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:19 smithi016 ceph-mon[96085]: pgmap v18818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:19 smithi098 ceph-mon[112578]: pgmap v18818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:20.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:20.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:21.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:21.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:22.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:21 smithi016 ceph-mon[96085]: pgmap v18819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:21 smithi098 ceph-mon[112578]: pgmap v18819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:22.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:22.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:23.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:23.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:23 smithi016 ceph-mon[96085]: pgmap v18820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:23 smithi098 ceph-mon[112578]: pgmap v18820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:24.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:24.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:25.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:25.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:25 smithi098 ceph-mon[112578]: pgmap v18821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:25 smithi016 ceph-mon[96085]: pgmap v18821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:26.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:26.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:27.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:27.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:27 smithi098 ceph-mon[112578]: pgmap v18822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:27 smithi016 ceph-mon[96085]: pgmap v18822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:28.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:28.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:29.070 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:08:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:08:29.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:29.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:29 smithi098 ceph-mon[112578]: pgmap v18823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:29 smithi016 ceph-mon[96085]: pgmap v18823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:30.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:30.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:31.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:31.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:31 smithi098 ceph-mon[112578]: pgmap v18824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:31 smithi016 ceph-mon[96085]: pgmap v18824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:32.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:32.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:33.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:33.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:34.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:33 smithi098 ceph-mon[112578]: pgmap v18825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:33 smithi016 ceph-mon[96085]: pgmap v18825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:34.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:34.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:35.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:35.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:35 smithi098 ceph-mon[112578]: pgmap v18826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:35 smithi016 ceph-mon[96085]: pgmap v18826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:36.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:36.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:37.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:37.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:37 smithi098 ceph-mon[112578]: pgmap v18827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:37 smithi016 ceph-mon[96085]: pgmap v18827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:38.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:38.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:39.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:39.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:39 smithi098 ceph-mon[112578]: pgmap v18828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:39 smithi016 ceph-mon[96085]: pgmap v18828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:40.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:40.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:41.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:41.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:41 smithi098 ceph-mon[112578]: pgmap v18829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:41 smithi016 ceph-mon[96085]: pgmap v18829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:42.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:42.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:43.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:43.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:44.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:43 smithi098 ceph-mon[112578]: pgmap v18830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:44.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:08:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:43 smithi016 ceph-mon[96085]: pgmap v18830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:08:44.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:44.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:45.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:45.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:45 smithi098 ceph-mon[112578]: pgmap v18831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:45 smithi016 ceph-mon[96085]: pgmap v18831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:46.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:46.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:47.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:47.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:48.091 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:47 smithi016 ceph-mon[96085]: pgmap v18832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:47 smithi098 ceph-mon[112578]: pgmap v18832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:48.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:48.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:49.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:49.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:49 smithi098 ceph-mon[112578]: pgmap v18833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:49 smithi016 ceph-mon[96085]: pgmap v18833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:50.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:50.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:51.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:51.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:51 smithi098 ceph-mon[112578]: pgmap v18834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:51 smithi016 ceph-mon[96085]: pgmap v18834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:52.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:52.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:53.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:53.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:53 smithi098 ceph-mon[112578]: pgmap v18835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:53 smithi016 ceph-mon[96085]: pgmap v18835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:54.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:54.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:55.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:55.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:55 smithi098 ceph-mon[112578]: pgmap v18836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:55 smithi016 ceph-mon[96085]: pgmap v18836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:56.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:56.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:57.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:57.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:58.207 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:57 smithi016 ceph-mon[96085]: pgmap v18837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:57 smithi098 ceph-mon[112578]: pgmap v18837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:58.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:58.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:08:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:08:59.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:08:59.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:08:59 smithi098 ceph-mon[112578]: pgmap v18838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:08:59 smithi016 ceph-mon[96085]: pgmap v18838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:00.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:00.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:01.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:01.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:01 smithi098 ceph-mon[112578]: pgmap v18839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:01 smithi016 ceph-mon[96085]: pgmap v18839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:02.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:02.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:03.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:03.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:03 smithi098 ceph-mon[112578]: pgmap v18840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:03 smithi016 ceph-mon[96085]: pgmap v18840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:04.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:04.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:05.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:05.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:05 smithi098 ceph-mon[112578]: pgmap v18841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:05 smithi016 ceph-mon[96085]: pgmap v18841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:06.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:06.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:07.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:07.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:07 smithi098 ceph-mon[112578]: pgmap v18842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:07 smithi016 ceph-mon[96085]: pgmap v18842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:08.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:08.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:09.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:09.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:09 smithi098 ceph-mon[112578]: pgmap v18843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:09 smithi016 ceph-mon[96085]: pgmap v18843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:10.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:10.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:11.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:11.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:11 smithi098 ceph-mon[112578]: pgmap v18844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:11 smithi016 ceph-mon[96085]: pgmap v18844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:12.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:12.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:13.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:13.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:13 smithi098 ceph-mon[112578]: pgmap v18845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:09:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:13 smithi016 ceph-mon[96085]: pgmap v18845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:09:14.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:14.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:09:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:09:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:09:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:09:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:09:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:09:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:09:15.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:09:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:09:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:09:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:09:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:09:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:09:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:09:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:09:15.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:09:15.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:15.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:15 smithi098 ceph-mon[112578]: pgmap v18846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:15 smithi016 ceph-mon[96085]: pgmap v18846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:16.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:16.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:17.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:17.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:17 smithi098 ceph-mon[112578]: pgmap v18847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:17 smithi016 ceph-mon[96085]: pgmap v18847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:18.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:18.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:19.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:19.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:19 smithi098 ceph-mon[112578]: pgmap v18848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:19 smithi016 ceph-mon[96085]: pgmap v18848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:20.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:20.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:21.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:21.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:21 smithi098 ceph-mon[112578]: pgmap v18849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:21 smithi016 ceph-mon[96085]: pgmap v18849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:22.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:22.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:23.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:23.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:23 smithi098 ceph-mon[112578]: pgmap v18850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:23 smithi016 ceph-mon[96085]: pgmap v18850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:24.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:24.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:25.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:25.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:25 smithi098 ceph-mon[112578]: pgmap v18851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:25 smithi016 ceph-mon[96085]: pgmap v18851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:26.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:26.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:27.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:27.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:27 smithi098 ceph-mon[112578]: pgmap v18852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:27 smithi016 ceph-mon[96085]: pgmap v18852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:28.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:28.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:09:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:09:29.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:29.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:29 smithi098 ceph-mon[112578]: pgmap v18853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:29 smithi016 ceph-mon[96085]: pgmap v18853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:30.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:30.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:31.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:31.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:31 smithi098 ceph-mon[112578]: pgmap v18854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:31 smithi016 ceph-mon[96085]: pgmap v18854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:32.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:32.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:33.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:33.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:33 smithi098 ceph-mon[112578]: pgmap v18855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:33 smithi016 ceph-mon[96085]: pgmap v18855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:34.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:34.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:35.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:35.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:35 smithi098 ceph-mon[112578]: pgmap v18856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:35 smithi016 ceph-mon[96085]: pgmap v18856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:36.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:36.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:37.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:37.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:37 smithi098 ceph-mon[112578]: pgmap v18857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:37 smithi016 ceph-mon[96085]: pgmap v18857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:38.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:38.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:39.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:39.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:39 smithi098 ceph-mon[112578]: pgmap v18858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:39 smithi016 ceph-mon[96085]: pgmap v18858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:40.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:40.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:41.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:41.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:41 smithi098 ceph-mon[112578]: pgmap v18859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:41 smithi016 ceph-mon[96085]: pgmap v18859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:42.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:42.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:43.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:43.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:43 smithi016 ceph-mon[96085]: pgmap v18860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:09:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:43 smithi098 ceph-mon[112578]: pgmap v18860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:09:44.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:44.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:45.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:45.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:45 smithi098 ceph-mon[112578]: pgmap v18861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:45 smithi016 ceph-mon[96085]: pgmap v18861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:46.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:46.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:47.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:47.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:47 smithi098 ceph-mon[112578]: pgmap v18862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:47 smithi016 ceph-mon[96085]: pgmap v18862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:48.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:48.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:49.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:49.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:49 smithi098 ceph-mon[112578]: pgmap v18863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:49 smithi016 ceph-mon[96085]: pgmap v18863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:50.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:50.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:51.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:51.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:52.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:51 smithi098 ceph-mon[112578]: pgmap v18864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:51 smithi016 ceph-mon[96085]: pgmap v18864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:52.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:52.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:53.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:53.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:53 smithi098 ceph-mon[112578]: pgmap v18865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:53 smithi016 ceph-mon[96085]: pgmap v18865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:54.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:54.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:55.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:55.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:55 smithi098 ceph-mon[112578]: pgmap v18866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:55 smithi016 ceph-mon[96085]: pgmap v18866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:56.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:56.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:57.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:57.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:57 smithi098 ceph-mon[112578]: pgmap v18867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:57 smithi016 ceph-mon[96085]: pgmap v18867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:58.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:58.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:09:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:09:59.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:09:59.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:09:59 smithi098 ceph-mon[112578]: pgmap v18868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:09:59 smithi016 ceph-mon[96085]: pgmap v18868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:00.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:00.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T07:10:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T07:10:01.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:01.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:01 smithi098 ceph-mon[112578]: pgmap v18869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:01 smithi016 ceph-mon[96085]: pgmap v18869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:02.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:02.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:02 smithi098 ceph-mon[112578]: pgmap v18870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:02 smithi016 ceph-mon[96085]: pgmap v18870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:03.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:03.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:04.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:04.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:05.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:05.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:05 smithi098 ceph-mon[112578]: pgmap v18871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:05 smithi016 ceph-mon[96085]: pgmap v18871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:06.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:06.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:07.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:07.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:07 smithi098 ceph-mon[112578]: pgmap v18872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:07 smithi016 ceph-mon[96085]: pgmap v18872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:08.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:08.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:09.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:09.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:10.103 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:09 smithi098 ceph-mon[112578]: pgmap v18873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:09 smithi016 ceph-mon[96085]: pgmap v18873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:10.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:10.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:11.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:11.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:11 smithi098 ceph-mon[112578]: pgmap v18874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:11 smithi016 ceph-mon[96085]: pgmap v18874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:12.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:12.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:13.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:13.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:14.081 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:13 smithi016 ceph-mon[96085]: pgmap v18875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:14.081 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:10:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:13 smithi098 ceph-mon[112578]: pgmap v18875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:10:14.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:14.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:15.156 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:10:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:10:15.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:15.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:15 smithi098 ceph-mon[112578]: pgmap v18876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:10:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:10:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:10:16.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:10:16.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:10:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:15 smithi016 ceph-mon[96085]: pgmap v18876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:10:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:10:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:10:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:10:16.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:10:16.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:16.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:17.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:17.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:17 smithi098 ceph-mon[112578]: pgmap v18877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:17 smithi016 ceph-mon[96085]: pgmap v18877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:18.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:18.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:19.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:19.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:20.205 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:19 smithi098 ceph-mon[112578]: pgmap v18878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:19 smithi016 ceph-mon[96085]: pgmap v18878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:20.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:20.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:21.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:21.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:21 smithi098 ceph-mon[112578]: pgmap v18879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:21 smithi016 ceph-mon[96085]: pgmap v18879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:22.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:22.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:23.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:23.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:24.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:23 smithi016 ceph-mon[96085]: pgmap v18880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:23 smithi098 ceph-mon[112578]: pgmap v18880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:24.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:24.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:25.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:25.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:25 smithi098 ceph-mon[112578]: pgmap v18881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:25 smithi016 ceph-mon[96085]: pgmap v18881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:26.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:26.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:27.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:27.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:27 smithi098 ceph-mon[112578]: pgmap v18882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:27 smithi016 ceph-mon[96085]: pgmap v18882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:28.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:28.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:29.254 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:10:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:10:29.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:29.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:29 smithi098 ceph-mon[112578]: pgmap v18883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:29 smithi016 ceph-mon[96085]: pgmap v18883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:30.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:30.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:31.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:31.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:31 smithi098 ceph-mon[112578]: pgmap v18884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:31 smithi016 ceph-mon[96085]: pgmap v18884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:32.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:32.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:33.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:33.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:33 smithi098 ceph-mon[112578]: pgmap v18885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:33 smithi016 ceph-mon[96085]: pgmap v18885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:34.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:34.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:35.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:35.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:35 smithi098 ceph-mon[112578]: pgmap v18886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:35 smithi016 ceph-mon[96085]: pgmap v18886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:36.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:36.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:37.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:37.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:37 smithi098 ceph-mon[112578]: pgmap v18887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:37 smithi016 ceph-mon[96085]: pgmap v18887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:38.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:38.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:39.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:39.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:39 smithi098 ceph-mon[112578]: pgmap v18888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:39 smithi016 ceph-mon[96085]: pgmap v18888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:40.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:40.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:41.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:41.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:41 smithi098 ceph-mon[112578]: pgmap v18889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:41 smithi016 ceph-mon[96085]: pgmap v18889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:42.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:42.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:43.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:43.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:43 smithi098 ceph-mon[112578]: pgmap v18890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:10:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:43 smithi016 ceph-mon[96085]: pgmap v18890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:10:44.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:44.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:45.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:45.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:45 smithi098 ceph-mon[112578]: pgmap v18891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:45 smithi016 ceph-mon[96085]: pgmap v18891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:46.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:46.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:47.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:47.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:47 smithi098 ceph-mon[112578]: pgmap v18892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:47 smithi016 ceph-mon[96085]: pgmap v18892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:48.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:48.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:49.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:49.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:49 smithi098 ceph-mon[112578]: pgmap v18893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:49 smithi016 ceph-mon[96085]: pgmap v18893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:50.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:50.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:51.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:51.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:51 smithi098 ceph-mon[112578]: pgmap v18894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:51 smithi016 ceph-mon[96085]: pgmap v18894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:52.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:52.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:53.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:53.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:53 smithi098 ceph-mon[112578]: pgmap v18895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:53 smithi016 ceph-mon[96085]: pgmap v18895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:54.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:54.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:55.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:55.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:55 smithi098 ceph-mon[112578]: pgmap v18896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:55 smithi016 ceph-mon[96085]: pgmap v18896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:56.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:56.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:57.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:57.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:57 smithi098 ceph-mon[112578]: pgmap v18897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:57 smithi016 ceph-mon[96085]: pgmap v18897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:58.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:58.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:10:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:10:59.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:10:59.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:10:59 smithi098 ceph-mon[112578]: pgmap v18898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:10:59 smithi016 ceph-mon[96085]: pgmap v18898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:00.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:00.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:01.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:01.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:01 smithi098 ceph-mon[112578]: pgmap v18899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:01 smithi016 ceph-mon[96085]: pgmap v18899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:02.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:02.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:03.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:03.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:03 smithi098 ceph-mon[112578]: pgmap v18900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:03 smithi016 ceph-mon[96085]: pgmap v18900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:04.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:04.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:05.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:05.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:05 smithi098 ceph-mon[112578]: pgmap v18901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:05 smithi016 ceph-mon[96085]: pgmap v18901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:06.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:06.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:07.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:07.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:07 smithi098 ceph-mon[112578]: pgmap v18902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:07 smithi016 ceph-mon[96085]: pgmap v18902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:08.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:08.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:09.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:09.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:10.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:09 smithi016 ceph-mon[96085]: pgmap v18903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:09 smithi098 ceph-mon[112578]: pgmap v18903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:10.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:10.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:11.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:11.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:11 smithi098 ceph-mon[112578]: pgmap v18904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:11 smithi016 ceph-mon[96085]: pgmap v18904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:12.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:12.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:13.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:13.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:13 smithi098 ceph-mon[112578]: pgmap v18905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:11:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:13 smithi016 ceph-mon[96085]: pgmap v18905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:11:14.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:14.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:15.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:15.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:15 smithi098 ceph-mon[112578]: pgmap v18906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:11:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:15 smithi016 ceph-mon[96085]: pgmap v18906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:11:16.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:16.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:11:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:11:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:11:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:11:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:11:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:11:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:11:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:11:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:11:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:11:17.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:17.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:17 smithi098 ceph-mon[112578]: pgmap v18907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:17 smithi016 ceph-mon[96085]: pgmap v18907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:18.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:18.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:19.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:19.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:19 smithi098 ceph-mon[112578]: pgmap v18908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:19 smithi016 ceph-mon[96085]: pgmap v18908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:20.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:20.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:20 smithi098 ceph-mon[112578]: pgmap v18909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:21.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:20 smithi016 ceph-mon[96085]: pgmap v18909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:21.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:21.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:22.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:22.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:23.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:23.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:24.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:23 smithi098 ceph-mon[112578]: pgmap v18910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:24.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:23 smithi016 ceph-mon[96085]: pgmap v18910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:24.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:24.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:25.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:25.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:25 smithi098 ceph-mon[112578]: pgmap v18911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:25 smithi016 ceph-mon[96085]: pgmap v18911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:26.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:26.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:27.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:27.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:27 smithi098 ceph-mon[112578]: pgmap v18912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:27 smithi016 ceph-mon[96085]: pgmap v18912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:28.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:28.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:11:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:11:29.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:29.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:29 smithi098 ceph-mon[112578]: pgmap v18913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:29 smithi016 ceph-mon[96085]: pgmap v18913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:30.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:30.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:31.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:31.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:31 smithi098 ceph-mon[112578]: pgmap v18914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:31 smithi016 ceph-mon[96085]: pgmap v18914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:32.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:32.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:33.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:33.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:33 smithi098 ceph-mon[112578]: pgmap v18915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:33 smithi016 ceph-mon[96085]: pgmap v18915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:34.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:34.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:35.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:35.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:35 smithi098 ceph-mon[112578]: pgmap v18916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:35 smithi016 ceph-mon[96085]: pgmap v18916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:36.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:36.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:37.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:37.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:37 smithi098 ceph-mon[112578]: pgmap v18917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:37 smithi016 ceph-mon[96085]: pgmap v18917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:38.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:38.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:39.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:39.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:39 smithi098 ceph-mon[112578]: pgmap v18918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:39 smithi016 ceph-mon[96085]: pgmap v18918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:40.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:40.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:41.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:41.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:41 smithi098 ceph-mon[112578]: pgmap v18919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:41 smithi016 ceph-mon[96085]: pgmap v18919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:42.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:42.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:43.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:43.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:43 smithi098 ceph-mon[112578]: pgmap v18920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:11:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:43 smithi016 ceph-mon[96085]: pgmap v18920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:11:44.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:44.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:45.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:45.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:45 smithi098 ceph-mon[112578]: pgmap v18921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:45 smithi016 ceph-mon[96085]: pgmap v18921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:46.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:46.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:47.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:47.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:47 smithi098 ceph-mon[112578]: pgmap v18922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:47 smithi016 ceph-mon[96085]: pgmap v18922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:48.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:48.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:49.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:49.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:50.176 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:49 smithi016 ceph-mon[96085]: pgmap v18923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:49 smithi098 ceph-mon[112578]: pgmap v18923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:50.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:50.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:51.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:51.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:51 smithi098 ceph-mon[112578]: pgmap v18924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:51 smithi016 ceph-mon[96085]: pgmap v18924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:52.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:52.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:53.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:53.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:53 smithi098 ceph-mon[112578]: pgmap v18925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:53 smithi016 ceph-mon[96085]: pgmap v18925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:54.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:54.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:55.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:55.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:56.208 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:55 smithi098 ceph-mon[112578]: pgmap v18926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:55 smithi016 ceph-mon[96085]: pgmap v18926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:56.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:56.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:57.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:57.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:57 smithi098 ceph-mon[112578]: pgmap v18927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:57 smithi016 ceph-mon[96085]: pgmap v18927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:58.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:58.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:11:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:11:59.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:11:59.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:11:59 smithi098 ceph-mon[112578]: pgmap v18928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:11:59 smithi016 ceph-mon[96085]: pgmap v18928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:00.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:00.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:01.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:01.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:01 smithi098 ceph-mon[112578]: pgmap v18929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:01 smithi016 ceph-mon[96085]: pgmap v18929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:02.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:02.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:03.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:03.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:03 smithi098 ceph-mon[112578]: pgmap v18930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:03 smithi016 ceph-mon[96085]: pgmap v18930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:04.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:04.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:05.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:05.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:05 smithi098 ceph-mon[112578]: pgmap v18931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:05 smithi016 ceph-mon[96085]: pgmap v18931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:06.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:06.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:07.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:07.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:07 smithi098 ceph-mon[112578]: pgmap v18932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:07 smithi016 ceph-mon[96085]: pgmap v18932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:08.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:08.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:09.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:09.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:09 smithi098 ceph-mon[112578]: pgmap v18933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:09 smithi016 ceph-mon[96085]: pgmap v18933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:10.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:10.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:11.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:11.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:11 smithi098 ceph-mon[112578]: pgmap v18934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:11 smithi016 ceph-mon[96085]: pgmap v18934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:12.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:12.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:13.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:13.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:13 smithi098 ceph-mon[112578]: pgmap v18935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:12:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:13 smithi016 ceph-mon[96085]: pgmap v18935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:12:14.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:14.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:15.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:15.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:15 smithi098 ceph-mon[112578]: pgmap v18936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:15 smithi016 ceph-mon[96085]: pgmap v18936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:16.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:16.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:12:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:12:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:12:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:12:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:12:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:12:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:12:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:12:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:12:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:12:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:12:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:12:17.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:17.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:17 smithi098 ceph-mon[112578]: pgmap v18937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:17 smithi016 ceph-mon[96085]: pgmap v18937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:18.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:18.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:19.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:19.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:19 smithi098 ceph-mon[112578]: pgmap v18938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:19 smithi016 ceph-mon[96085]: pgmap v18938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:20.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:20.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:21.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:21.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:21 smithi098 ceph-mon[112578]: pgmap v18939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:21 smithi016 ceph-mon[96085]: pgmap v18939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:22.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:22.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:23.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:23.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:23 smithi098 ceph-mon[112578]: pgmap v18940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:23 smithi016 ceph-mon[96085]: pgmap v18940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:24.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:24.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:25.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:25.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:25 smithi098 ceph-mon[112578]: pgmap v18941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:25 smithi016 ceph-mon[96085]: pgmap v18941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:26.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:26.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:27.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:27.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:27 smithi098 ceph-mon[112578]: pgmap v18942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:27 smithi016 ceph-mon[96085]: pgmap v18942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:28.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:28.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:12:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:12:29.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:29.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:29 smithi098 ceph-mon[112578]: pgmap v18943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:29 smithi016 ceph-mon[96085]: pgmap v18943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:30.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:30.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:31.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:31.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:31 smithi098 ceph-mon[112578]: pgmap v18944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:31 smithi016 ceph-mon[96085]: pgmap v18944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:32.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:32.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:33.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:33.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:33 smithi098 ceph-mon[112578]: pgmap v18945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:33 smithi016 ceph-mon[96085]: pgmap v18945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:34.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:34.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:35.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:35.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:35 smithi098 ceph-mon[112578]: pgmap v18946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:35 smithi016 ceph-mon[96085]: pgmap v18946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:36.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:36.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:37.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:37.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:37 smithi098 ceph-mon[112578]: pgmap v18947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:37 smithi016 ceph-mon[96085]: pgmap v18947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:38.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:38.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:39.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:39.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:39 smithi098 ceph-mon[112578]: pgmap v18948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:39 smithi016 ceph-mon[96085]: pgmap v18948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:40.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:40.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:41.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:41.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:41 smithi098 ceph-mon[112578]: pgmap v18949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:41 smithi016 ceph-mon[96085]: pgmap v18949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:42.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:42.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:43.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:43.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:43 smithi098 ceph-mon[112578]: pgmap v18950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:12:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:43 smithi016 ceph-mon[96085]: pgmap v18950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:12:44.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:44.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:45.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:45.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:45 smithi098 ceph-mon[112578]: pgmap v18951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:45 smithi016 ceph-mon[96085]: pgmap v18951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:46.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:46.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:47.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:47.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:47 smithi098 ceph-mon[112578]: pgmap v18952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:47 smithi016 ceph-mon[96085]: pgmap v18952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:48.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:48.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:49.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:49.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:49 smithi098 ceph-mon[112578]: pgmap v18953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:49 smithi016 ceph-mon[96085]: pgmap v18953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:50.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:50.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:51.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:51.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:51 smithi098 ceph-mon[112578]: pgmap v18954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:51 smithi016 ceph-mon[96085]: pgmap v18954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:52.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:52.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:53.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:53.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:53 smithi098 ceph-mon[112578]: pgmap v18955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:53 smithi016 ceph-mon[96085]: pgmap v18955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:54.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:54.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:55.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:55.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:55 smithi098 ceph-mon[112578]: pgmap v18956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:55 smithi016 ceph-mon[96085]: pgmap v18956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:56.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:56.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:57.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:57.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:57 smithi098 ceph-mon[112578]: pgmap v18957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:57 smithi016 ceph-mon[96085]: pgmap v18957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:58.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:58.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:12:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:12:59.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:12:59.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:12:59 smithi098 ceph-mon[112578]: pgmap v18958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:12:59 smithi016 ceph-mon[96085]: pgmap v18958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:00.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:00.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:00 smithi098 ceph-mon[112578]: pgmap v18959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:01.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:00 smithi016 ceph-mon[96085]: pgmap v18959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:01.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:01.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:02.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:02.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:03.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:03.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:03 smithi098 ceph-mon[112578]: pgmap v18960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:03 smithi016 ceph-mon[96085]: pgmap v18960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:04.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:04.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:05.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:05.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:05 smithi098 ceph-mon[112578]: pgmap v18961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:05 smithi016 ceph-mon[96085]: pgmap v18961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:06.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:06.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:07.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:07.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:07 smithi098 ceph-mon[112578]: pgmap v18962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:07 smithi016 ceph-mon[96085]: pgmap v18962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:08.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:08.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:09.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:09.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:09 smithi098 ceph-mon[112578]: pgmap v18963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:09 smithi016 ceph-mon[96085]: pgmap v18963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:10.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:10.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:11.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:11.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:11 smithi098 ceph-mon[112578]: pgmap v18964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:11 smithi016 ceph-mon[96085]: pgmap v18964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:12.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:12.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:13.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:13.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:13 smithi098 ceph-mon[112578]: pgmap v18965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:13:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:13 smithi016 ceph-mon[96085]: pgmap v18965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:13:14.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:14.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:15.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:15.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:16.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:15 smithi016 ceph-mon[96085]: pgmap v18966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:15 smithi098 ceph-mon[112578]: pgmap v18966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:16.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:16.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:13:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:13:17.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:17.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:17 smithi098 ceph-mon[112578]: pgmap v18967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:13:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:13:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:13:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:13:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:13:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:17 smithi016 ceph-mon[96085]: pgmap v18967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:13:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:13:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:13:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:13:18.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:13:18.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:18.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:19.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:19.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:19 smithi098 ceph-mon[112578]: pgmap v18968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:19 smithi016 ceph-mon[96085]: pgmap v18968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:20.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:20.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:21.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:21.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:21 smithi098 ceph-mon[112578]: pgmap v18969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:21 smithi016 ceph-mon[96085]: pgmap v18969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:22.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:22.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:23.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:23.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:23 smithi098 ceph-mon[112578]: pgmap v18970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:23 smithi016 ceph-mon[96085]: pgmap v18970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:24.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:24.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:25.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:25.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:25 smithi098 ceph-mon[112578]: pgmap v18971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:26.272 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:25 smithi016 ceph-mon[96085]: pgmap v18971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:26.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:26.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:27.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:27.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:27 smithi098 ceph-mon[112578]: pgmap v18972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:27 smithi016 ceph-mon[96085]: pgmap v18972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:28.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:28.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:13:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:13:29.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:29.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:29 smithi098 ceph-mon[112578]: pgmap v18973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:29 smithi016 ceph-mon[96085]: pgmap v18973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:30.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:30.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:31.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:31.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:32.208 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:31 smithi098 ceph-mon[112578]: pgmap v18974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:31 smithi016 ceph-mon[96085]: pgmap v18974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:32.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:32.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:33.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:33.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:33 smithi098 ceph-mon[112578]: pgmap v18975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:33 smithi016 ceph-mon[96085]: pgmap v18975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:34.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:34.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:36.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:36.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:35 smithi098 ceph-mon[112578]: pgmap v18976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:35 smithi016 ceph-mon[96085]: pgmap v18976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:37.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:37.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:38.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:38.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:37 smithi098 ceph-mon[112578]: pgmap v18977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:37 smithi016 ceph-mon[96085]: pgmap v18977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:39.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:39.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:40.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:40.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:39 smithi098 ceph-mon[112578]: pgmap v18978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:39 smithi016 ceph-mon[96085]: pgmap v18978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:41.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:41.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:42.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:42.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:41 smithi098 ceph-mon[112578]: pgmap v18979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:41 smithi016 ceph-mon[96085]: pgmap v18979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:43.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:43.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:44.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:44.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:43 smithi098 ceph-mon[112578]: pgmap v18980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:13:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:43 smithi016 ceph-mon[96085]: pgmap v18980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:13:45.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:45.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:46.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:46.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:45 smithi098 ceph-mon[112578]: pgmap v18981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:45 smithi016 ceph-mon[96085]: pgmap v18981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:47.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:47.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:48.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:48.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:47 smithi098 ceph-mon[112578]: pgmap v18982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:47 smithi016 ceph-mon[96085]: pgmap v18982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:49.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:49.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:50.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:50.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:49 smithi098 ceph-mon[112578]: pgmap v18983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:49 smithi016 ceph-mon[96085]: pgmap v18983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:51.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:51.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:52.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:52.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:51 smithi098 ceph-mon[112578]: pgmap v18984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:51 smithi016 ceph-mon[96085]: pgmap v18984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:53.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:53.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:54.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:54.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:53 smithi098 ceph-mon[112578]: pgmap v18985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:53 smithi016 ceph-mon[96085]: pgmap v18985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:55.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:55.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:56.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:56.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:55 smithi098 ceph-mon[112578]: pgmap v18986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:55 smithi016 ceph-mon[96085]: pgmap v18986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:57.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:57.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:58.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:58.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:57 smithi098 ceph-mon[112578]: pgmap v18987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:57 smithi016 ceph-mon[96085]: pgmap v18987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:59.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:13:59.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:13:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:14:00.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:00.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:13:59 smithi098 ceph-mon[112578]: pgmap v18988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:13:59 smithi016 ceph-mon[96085]: pgmap v18988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:01.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:01.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:02.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:02.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:01 smithi098 ceph-mon[112578]: pgmap v18989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:01 smithi016 ceph-mon[96085]: pgmap v18989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:03.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:03.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:04.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:04.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:03 smithi098 ceph-mon[112578]: pgmap v18990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:03 smithi016 ceph-mon[96085]: pgmap v18990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:05.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:05.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:06.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:06.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:05 smithi098 ceph-mon[112578]: pgmap v18991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:05 smithi016 ceph-mon[96085]: pgmap v18991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:07.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:07.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:08.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:08.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:07 smithi098 ceph-mon[112578]: pgmap v18992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:07 smithi016 ceph-mon[96085]: pgmap v18992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:09.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:09.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:10.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:10.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:09 smithi098 ceph-mon[112578]: pgmap v18993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:09 smithi016 ceph-mon[96085]: pgmap v18993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:11.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:11.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:12.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:12.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:11 smithi098 ceph-mon[112578]: pgmap v18994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:11 smithi016 ceph-mon[96085]: pgmap v18994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:13.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:13.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:14.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:14.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:13 smithi098 ceph-mon[112578]: pgmap v18995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:14:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:13 smithi016 ceph-mon[96085]: pgmap v18995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:14:15.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:15.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:16.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:16.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:15 smithi098 ceph-mon[112578]: pgmap v18996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:15 smithi016 ceph-mon[96085]: pgmap v18996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:17.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:17.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:18.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:18.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:17 smithi098 ceph-mon[112578]: pgmap v18997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:18.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:14:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:17 smithi016 ceph-mon[96085]: pgmap v18997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:14:19.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:19.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:20.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:20.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:19 smithi098 ceph-mon[112578]: pgmap v18998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:19 smithi016 ceph-mon[96085]: pgmap v18998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:21.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:21.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:14:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:14:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:14:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:21 smithi016 ceph-mon[96085]: pgmap v18999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:14:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:14:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:14:21.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:14:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:14:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:14:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:14:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:21 smithi098 ceph-mon[112578]: pgmap v18999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:14:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:14:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:14:21.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:14:22.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:22.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:23.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:23.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:24.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:24.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:23 smithi098 ceph-mon[112578]: pgmap v19000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:23 smithi016 ceph-mon[96085]: pgmap v19000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:25.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:25.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:26.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:26.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:25 smithi098 ceph-mon[112578]: pgmap v19001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:25 smithi016 ceph-mon[96085]: pgmap v19001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:27.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:27.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:28.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:28.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:27 smithi098 ceph-mon[112578]: pgmap v19002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:27 smithi016 ceph-mon[96085]: pgmap v19002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:29.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:29.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:14:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:14:30.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:30.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:29 smithi098 ceph-mon[112578]: pgmap v19003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:29 smithi016 ceph-mon[96085]: pgmap v19003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:31.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:31.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:32.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:32.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:31 smithi098 ceph-mon[112578]: pgmap v19004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:31 smithi016 ceph-mon[96085]: pgmap v19004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:33.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:33.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:34.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:34.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:33 smithi098 ceph-mon[112578]: pgmap v19005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:33 smithi016 ceph-mon[96085]: pgmap v19005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:35.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:35.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:36.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:36.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:35 smithi098 ceph-mon[112578]: pgmap v19006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:35 smithi016 ceph-mon[96085]: pgmap v19006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:37.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:37.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:38.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:38.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:37 smithi098 ceph-mon[112578]: pgmap v19007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:37 smithi016 ceph-mon[96085]: pgmap v19007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:39.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:39.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:40.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:40.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:39 smithi098 ceph-mon[112578]: pgmap v19008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:39 smithi016 ceph-mon[96085]: pgmap v19008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:41.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:41.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:42.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:42.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:42.136 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:41 smithi016 ceph-mon[96085]: pgmap v19009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:41 smithi098 ceph-mon[112578]: pgmap v19009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:43.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:43.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:44.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:44.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:43 smithi098 ceph-mon[112578]: pgmap v19010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:14:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:43 smithi016 ceph-mon[96085]: pgmap v19010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:14:45.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:45.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:46.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:46.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:45 smithi098 ceph-mon[112578]: pgmap v19011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:45 smithi016 ceph-mon[96085]: pgmap v19011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:47.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:47.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:48.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:48.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:47 smithi098 ceph-mon[112578]: pgmap v19012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:47 smithi016 ceph-mon[96085]: pgmap v19012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:49.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:49.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:50.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:50.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:49 smithi098 ceph-mon[112578]: pgmap v19013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:49 smithi016 ceph-mon[96085]: pgmap v19013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:51.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:51.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:52.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:52.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:52.252 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:51 smithi016 ceph-mon[96085]: pgmap v19014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:51 smithi098 ceph-mon[112578]: pgmap v19014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:53.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:53.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:54.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:54.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:53 smithi098 ceph-mon[112578]: pgmap v19015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:53 smithi016 ceph-mon[96085]: pgmap v19015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:55.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:55.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:56.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:56.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:55 smithi098 ceph-mon[112578]: pgmap v19016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:55 smithi016 ceph-mon[96085]: pgmap v19016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:57.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:57.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:58.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:58.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:57 smithi098 ceph-mon[112578]: pgmap v19017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:57 smithi016 ceph-mon[96085]: pgmap v19017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:59.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:14:59.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:14:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:15:00.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:00.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:14:59 smithi098 ceph-mon[112578]: pgmap v19018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:14:59 smithi016 ceph-mon[96085]: pgmap v19018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:01.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:01.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:02.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:02.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:01 smithi098 ceph-mon[112578]: pgmap v19019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:01 smithi016 ceph-mon[96085]: pgmap v19019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:03.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:03.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:04.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:04.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:03 smithi098 ceph-mon[112578]: pgmap v19020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:03 smithi016 ceph-mon[96085]: pgmap v19020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:05.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:05.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:06.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:06.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:05 smithi098 ceph-mon[112578]: pgmap v19021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:05 smithi016 ceph-mon[96085]: pgmap v19021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:07.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:07.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:08.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:08.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:08.217 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:07 smithi098 ceph-mon[112578]: pgmap v19022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:07 smithi016 ceph-mon[96085]: pgmap v19022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:09.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:09.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:10.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:10.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:09 smithi098 ceph-mon[112578]: pgmap v19023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:09 smithi016 ceph-mon[96085]: pgmap v19023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:11.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:11.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:12.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:12.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:11 smithi098 ceph-mon[112578]: pgmap v19024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:11 smithi016 ceph-mon[96085]: pgmap v19024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:13.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:13.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:14.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:14.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:13 smithi098 ceph-mon[112578]: pgmap v19025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:15:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:13 smithi016 ceph-mon[96085]: pgmap v19025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:15:15.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:15.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:16.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:16.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:15 smithi098 ceph-mon[112578]: pgmap v19026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:15 smithi016 ceph-mon[96085]: pgmap v19026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:17.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:17.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:18.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:18.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:17 smithi098 ceph-mon[112578]: pgmap v19027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:17 smithi016 ceph-mon[96085]: pgmap v19027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:19.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:19.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:20.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:20.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:19 smithi098 ceph-mon[112578]: pgmap v19028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:19 smithi016 ceph-mon[96085]: pgmap v19028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:21.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:21.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:15:21.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:15:22.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:22.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:21 smithi098 ceph-mon[112578]: pgmap v19029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:21 smithi016 ceph-mon[96085]: pgmap v19029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:23.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:23.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:24.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:24.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:23 smithi098 ceph-mon[112578]: pgmap v19030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:23 smithi016 ceph-mon[96085]: pgmap v19030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:25.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:25.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:26.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:26.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:25 smithi098 ceph-mon[112578]: pgmap v19031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:15:26.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:25 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:15:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:25 smithi016 ceph-mon[96085]: pgmap v19031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:15:26.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:25 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:15:27.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:27.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:15:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:15:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:15:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:15:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:15:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:15:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:15:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:15:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:15:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:15:28.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:28.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:27 smithi098 ceph-mon[112578]: pgmap v19032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:27 smithi016 ceph-mon[96085]: pgmap v19032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:29.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:29.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:15:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:15:30.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:30.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:29 smithi098 ceph-mon[112578]: pgmap v19033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:29 smithi016 ceph-mon[96085]: pgmap v19033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:31.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:31.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:32.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:32.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:31 smithi098 ceph-mon[112578]: pgmap v19034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:31 smithi016 ceph-mon[96085]: pgmap v19034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:33.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:33.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:34.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:34.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:33 smithi098 ceph-mon[112578]: pgmap v19035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:33 smithi016 ceph-mon[96085]: pgmap v19035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:35.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:35.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:36.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:36.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:35 smithi098 ceph-mon[112578]: pgmap v19036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:35 smithi016 ceph-mon[96085]: pgmap v19036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:37.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:37.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:38.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:37 smithi016 ceph-mon[96085]: pgmap v19037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:38.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:38.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:37 smithi098 ceph-mon[112578]: pgmap v19037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:39.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:39.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:40.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:40.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:39 smithi098 ceph-mon[112578]: pgmap v19038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:39 smithi016 ceph-mon[96085]: pgmap v19038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:41.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:41.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:42.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:42.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:41 smithi098 ceph-mon[112578]: pgmap v19039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:41 smithi016 ceph-mon[96085]: pgmap v19039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:43.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:43.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:44.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:44.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:43 smithi098 ceph-mon[112578]: pgmap v19040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:15:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:43 smithi016 ceph-mon[96085]: pgmap v19040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:15:45.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:45.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:46.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:46.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:45 smithi098 ceph-mon[112578]: pgmap v19041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:45 smithi016 ceph-mon[96085]: pgmap v19041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:47.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:47.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:48.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:48.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:48 smithi098 ceph-mon[112578]: pgmap v19042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:47 smithi016 ceph-mon[96085]: pgmap v19042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:49.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:49.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:50.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:50.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:50 smithi098 ceph-mon[112578]: pgmap v19043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:50 smithi016 ceph-mon[96085]: pgmap v19043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:51.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:51.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:52.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:52.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:52 smithi098 ceph-mon[112578]: pgmap v19044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:52 smithi016 ceph-mon[96085]: pgmap v19044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:53.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:53.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:54.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:54.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:54 smithi098 ceph-mon[112578]: pgmap v19045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:54 smithi016 ceph-mon[96085]: pgmap v19045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:55.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:55.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:56.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:56.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:56 smithi098 ceph-mon[112578]: pgmap v19046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:56 smithi016 ceph-mon[96085]: pgmap v19046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:57.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:57.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:57 smithi098 ceph-mon[112578]: pgmap v19047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:57 smithi016 ceph-mon[96085]: pgmap v19047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:58.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:58.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:15:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:15:59.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:15:59.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:00.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:00.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:15:59 smithi098 ceph-mon[112578]: pgmap v19048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:15:59 smithi016 ceph-mon[96085]: pgmap v19048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:01.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:01.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:02.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:02.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:01 smithi098 ceph-mon[112578]: pgmap v19049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:01 smithi016 ceph-mon[96085]: pgmap v19049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:03.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:03.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:04.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:04.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:03 smithi098 ceph-mon[112578]: pgmap v19050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:03 smithi016 ceph-mon[96085]: pgmap v19050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:05.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:05.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:06.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:06.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:05 smithi098 ceph-mon[112578]: pgmap v19051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:05 smithi016 ceph-mon[96085]: pgmap v19051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:07.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:07.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:08.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:08.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:07 smithi098 ceph-mon[112578]: pgmap v19052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:07 smithi016 ceph-mon[96085]: pgmap v19052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:09.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:09.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:10.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:10.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:09 smithi098 ceph-mon[112578]: pgmap v19053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:09 smithi016 ceph-mon[96085]: pgmap v19053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:11.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:11.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:12.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:12.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:12.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:11 smithi098 ceph-mon[112578]: pgmap v19054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:11 smithi016 ceph-mon[96085]: pgmap v19054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:13.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:13.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:13 smithi098 ceph-mon[112578]: pgmap v19055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:16:14.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:14.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:13 smithi016 ceph-mon[96085]: pgmap v19055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:16:15.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:15.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:15 smithi098 ceph-mon[112578]: pgmap v19056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:16.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:16.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:15 smithi016 ceph-mon[96085]: pgmap v19056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:17.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:17.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:18.237 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:17 smithi016 ceph-mon[96085]: pgmap v19057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:17 smithi098 ceph-mon[112578]: pgmap v19057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:18.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:18.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:19.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:19.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:19 smithi098 ceph-mon[112578]: pgmap v19058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:20.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:20.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:19 smithi016 ceph-mon[96085]: pgmap v19058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:21.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:21.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:21 smithi098 ceph-mon[112578]: pgmap v19059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:21 smithi016 ceph-mon[96085]: pgmap v19059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:22.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:22.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:23.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:23.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:23 smithi098 ceph-mon[112578]: pgmap v19060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:23 smithi016 ceph-mon[96085]: pgmap v19060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:24.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:24.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:25.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:25.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:25 smithi098 ceph-mon[112578]: pgmap v19061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:25 smithi016 ceph-mon[96085]: pgmap v19061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:26.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:26.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:16:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:16:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:16:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:16:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:16:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:26 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:16:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:16:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:16:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:16:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:16:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:16:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:26 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:16:27.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:27.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:27 smithi098 ceph-mon[112578]: pgmap v19062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:27 smithi016 ceph-mon[96085]: pgmap v19062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:28.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:28.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:16:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:16:29.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:29.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:29 smithi098 ceph-mon[112578]: pgmap v19063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:29 smithi016 ceph-mon[96085]: pgmap v19063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:30.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:30.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:31.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:31.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:31 smithi098 ceph-mon[112578]: pgmap v19064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:31 smithi016 ceph-mon[96085]: pgmap v19064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:32.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:32.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:33.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:33.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:33 smithi098 ceph-mon[112578]: pgmap v19065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:33 smithi016 ceph-mon[96085]: pgmap v19065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:34.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:34.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:35.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:35.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:35 smithi098 ceph-mon[112578]: pgmap v19066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:35 smithi016 ceph-mon[96085]: pgmap v19066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:36.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:36.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:37.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:37.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:37 smithi098 ceph-mon[112578]: pgmap v19067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:37 smithi016 ceph-mon[96085]: pgmap v19067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:38.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:38.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:39.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:39.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:39 smithi098 ceph-mon[112578]: pgmap v19068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:39 smithi016 ceph-mon[96085]: pgmap v19068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:40.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:40.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:41.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:41.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:41 smithi098 ceph-mon[112578]: pgmap v19069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:41 smithi016 ceph-mon[96085]: pgmap v19069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:42.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:42.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:43.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:43.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:44.219 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:43 smithi098 ceph-mon[112578]: pgmap v19070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:44.220 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:16:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:43 smithi016 ceph-mon[96085]: pgmap v19070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:16:44.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:44.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:45.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:45.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:45 smithi098 ceph-mon[112578]: pgmap v19071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:45 smithi016 ceph-mon[96085]: pgmap v19071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:46.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:46.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:47.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:47.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:47 smithi098 ceph-mon[112578]: pgmap v19072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:47 smithi016 ceph-mon[96085]: pgmap v19072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:48.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:48.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:49.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:49.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:49 smithi098 ceph-mon[112578]: pgmap v19073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:49 smithi016 ceph-mon[96085]: pgmap v19073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:50.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:50.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:51.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:51.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:51 smithi098 ceph-mon[112578]: pgmap v19074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:51 smithi016 ceph-mon[96085]: pgmap v19074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:52.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:52.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:53.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:53.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:53 smithi098 ceph-mon[112578]: pgmap v19075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:53 smithi016 ceph-mon[96085]: pgmap v19075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:54.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:54.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:55.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:55.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:55 smithi098 ceph-mon[112578]: pgmap v19076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:55 smithi016 ceph-mon[96085]: pgmap v19076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:56.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:56.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:57.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:57.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:57 smithi098 ceph-mon[112578]: pgmap v19077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:57 smithi016 ceph-mon[96085]: pgmap v19077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:58.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:58.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:16:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:16:59.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:16:59.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:16:59 smithi098 ceph-mon[112578]: pgmap v19078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:16:59 smithi016 ceph-mon[96085]: pgmap v19078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:00.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:00.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:01.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:01.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:01 smithi098 ceph-mon[112578]: pgmap v19079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:01 smithi016 ceph-mon[96085]: pgmap v19079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:02.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:02.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:03.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:03.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:03 smithi016 ceph-mon[96085]: pgmap v19080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:03 smithi098 ceph-mon[112578]: pgmap v19080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:04.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:04.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:05.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:05.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:05 smithi098 ceph-mon[112578]: pgmap v19081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:05 smithi016 ceph-mon[96085]: pgmap v19081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:06.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:06.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:07.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:07.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:07 smithi098 ceph-mon[112578]: pgmap v19082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:07 smithi016 ceph-mon[96085]: pgmap v19082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:08.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:08.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:09.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:09.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:09 smithi098 ceph-mon[112578]: pgmap v19083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:09 smithi016 ceph-mon[96085]: pgmap v19083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:10.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:10.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:11.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:11.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:11 smithi098 ceph-mon[112578]: pgmap v19084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:11 smithi016 ceph-mon[96085]: pgmap v19084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:12.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:12.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:13.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:13.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:14 smithi098 ceph-mon[112578]: pgmap v19085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:17:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:14 smithi016 ceph-mon[96085]: pgmap v19085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:17:14.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:14.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:15.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:15.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:16 smithi098 ceph-mon[112578]: pgmap v19086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:16 smithi016 ceph-mon[96085]: pgmap v19086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:16.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:16.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:17.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:17.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:18 smithi098 ceph-mon[112578]: pgmap v19087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:18 smithi016 ceph-mon[96085]: pgmap v19087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:18.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:18.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:19.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:19.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:20 smithi098 ceph-mon[112578]: pgmap v19088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:20 smithi016 ceph-mon[96085]: pgmap v19088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:20.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:20.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:21.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:21.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:22 smithi016 ceph-mon[96085]: pgmap v19089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:22.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:22.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:22 smithi098 ceph-mon[112578]: pgmap v19089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:23.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:23.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:24 smithi016 ceph-mon[96085]: pgmap v19090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:24.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:24.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:24 smithi098 ceph-mon[112578]: pgmap v19090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:25.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:25.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:26 smithi016 ceph-mon[96085]: pgmap v19091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:26.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:26.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:26 smithi098 ceph-mon[112578]: pgmap v19091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:17:27.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:27.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:17:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:28 smithi016 ceph-mon[96085]: pgmap v19092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:17:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:17:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:17:28.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:17:28.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:17:28.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:17:28.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:17:28.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:28.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:28 smithi098 ceph-mon[112578]: pgmap v19092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:17:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:17:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:17:28.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:17:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:17:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:17:28.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:17:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:17:29.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:29.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:17:30.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:30.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:30 smithi098 ceph-mon[112578]: pgmap v19093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:30 smithi016 ceph-mon[96085]: pgmap v19093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:31.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:31.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:31 smithi098 ceph-mon[112578]: pgmap v19094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:31 smithi016 ceph-mon[96085]: pgmap v19094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:32.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:32.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:33.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:33.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:34.106 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:33 smithi016 ceph-mon[96085]: pgmap v19095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:34.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:33 smithi098 ceph-mon[112578]: pgmap v19095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:34.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:34.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:35.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:35.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:35 smithi098 ceph-mon[112578]: pgmap v19096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:35 smithi016 ceph-mon[96085]: pgmap v19096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:36.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:36.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:37.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:37.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:37 smithi098 ceph-mon[112578]: pgmap v19097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:37 smithi016 ceph-mon[96085]: pgmap v19097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:38.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:38.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:39.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:39.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:39 smithi098 ceph-mon[112578]: pgmap v19098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:39 smithi016 ceph-mon[96085]: pgmap v19098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:40.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:40.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:41.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:41.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:41 smithi098 ceph-mon[112578]: pgmap v19099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:41 smithi016 ceph-mon[96085]: pgmap v19099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:42.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:42.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:43.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:43.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:44.221 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:43 smithi016 ceph-mon[96085]: pgmap v19100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:44.221 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:17:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:43 smithi098 ceph-mon[112578]: pgmap v19100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:17:44.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:44.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:45.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:45.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:46.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:45 smithi098 ceph-mon[112578]: pgmap v19101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:45 smithi016 ceph-mon[96085]: pgmap v19101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:46.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:46.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:47.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:47.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:47 smithi098 ceph-mon[112578]: pgmap v19102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:47 smithi016 ceph-mon[96085]: pgmap v19102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:48.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:48.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:49.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:49.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:49 smithi098 ceph-mon[112578]: pgmap v19103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:49 smithi016 ceph-mon[96085]: pgmap v19103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:50.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:50.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:51.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:51.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:51 smithi098 ceph-mon[112578]: pgmap v19104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:51 smithi016 ceph-mon[96085]: pgmap v19104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:52.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:52.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:53.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:53.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:53 smithi098 ceph-mon[112578]: pgmap v19105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:53 smithi016 ceph-mon[96085]: pgmap v19105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:54.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:54.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:55.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:55.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:55 smithi098 ceph-mon[112578]: pgmap v19106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:55 smithi016 ceph-mon[96085]: pgmap v19106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:56.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:56.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:57.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:57.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:57 smithi098 ceph-mon[112578]: pgmap v19107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:57 smithi016 ceph-mon[96085]: pgmap v19107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:58.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:58.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:17:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:17:59.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:17:59.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:17:59 smithi098 ceph-mon[112578]: pgmap v19108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:17:59 smithi016 ceph-mon[96085]: pgmap v19108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:00.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:00.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:01.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:01.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:01 smithi098 ceph-mon[112578]: pgmap v19109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:01 smithi016 ceph-mon[96085]: pgmap v19109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:02.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:02.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:03.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:03.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:03 smithi098 ceph-mon[112578]: pgmap v19110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:03 smithi016 ceph-mon[96085]: pgmap v19110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:04.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:04.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:05.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:05.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:05 smithi098 ceph-mon[112578]: pgmap v19111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:05 smithi016 ceph-mon[96085]: pgmap v19111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:06.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:06.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:07.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:07.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:07 smithi098 ceph-mon[112578]: pgmap v19112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:07 smithi016 ceph-mon[96085]: pgmap v19112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:08.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:08.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:09.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:09.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:09 smithi098 ceph-mon[112578]: pgmap v19113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:09 smithi016 ceph-mon[96085]: pgmap v19113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:10.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:10.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:11.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:11.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:11 smithi098 ceph-mon[112578]: pgmap v19114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:11 smithi016 ceph-mon[96085]: pgmap v19114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:12.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:12.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:13.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:13.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:13 smithi098 ceph-mon[112578]: pgmap v19115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:18:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:13 smithi016 ceph-mon[96085]: pgmap v19115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:18:14.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:14.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:15.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:15.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:15 smithi098 ceph-mon[112578]: pgmap v19116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:15 smithi016 ceph-mon[96085]: pgmap v19116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:16.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:16.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:17.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:17.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:17 smithi098 ceph-mon[112578]: pgmap v19117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:17 smithi016 ceph-mon[96085]: pgmap v19117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:18.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:18.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:19.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:19.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:19 smithi098 ceph-mon[112578]: pgmap v19118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:19 smithi016 ceph-mon[96085]: pgmap v19118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:20.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:20.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:21.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:21.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:21 smithi098 ceph-mon[112578]: pgmap v19119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:21 smithi016 ceph-mon[96085]: pgmap v19119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:22.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:22.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:23.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:23.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:23 smithi098 ceph-mon[112578]: pgmap v19120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:23 smithi016 ceph-mon[96085]: pgmap v19120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:24.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:24.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:25.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:25.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:25 smithi098 ceph-mon[112578]: pgmap v19121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:25 smithi016 ceph-mon[96085]: pgmap v19121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:26.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:26.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:27.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:27.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:27 smithi098 ceph-mon[112578]: pgmap v19122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:28.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:27 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:18:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:27 smithi016 ceph-mon[96085]: pgmap v19122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:27 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:18:28.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:28.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:18:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:18:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:18:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:18:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:18:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:18:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:18:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:18:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:18:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:18:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:18:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:18:29.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:29.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:29 smithi098 ceph-mon[112578]: pgmap v19123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:29 smithi016 ceph-mon[96085]: pgmap v19123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:30.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:30.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:31.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:31.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:31 smithi098 ceph-mon[112578]: pgmap v19124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:31 smithi016 ceph-mon[96085]: pgmap v19124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:32.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:32.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:33.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:33.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:34 smithi098 ceph-mon[112578]: pgmap v19125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:33 smithi016 ceph-mon[96085]: pgmap v19125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:34.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:34.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:35.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:35.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:36 smithi098 ceph-mon[112578]: pgmap v19126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:36 smithi016 ceph-mon[96085]: pgmap v19126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:36.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:36.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:37.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:37.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:38 smithi098 ceph-mon[112578]: pgmap v19127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:38 smithi016 ceph-mon[96085]: pgmap v19127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:38.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:38.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:39.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:39.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:40 smithi098 ceph-mon[112578]: pgmap v19128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:40 smithi016 ceph-mon[96085]: pgmap v19128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:40.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:40.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:41.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:41.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:42 smithi098 ceph-mon[112578]: pgmap v19129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:42 smithi016 ceph-mon[96085]: pgmap v19129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:42.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:42.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:43.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:43.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:44 smithi016 ceph-mon[96085]: pgmap v19130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:18:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:44 smithi098 ceph-mon[112578]: pgmap v19130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:18:44.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:44.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:45.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:45.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:46 smithi016 ceph-mon[96085]: pgmap v19131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:46 smithi098 ceph-mon[112578]: pgmap v19131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:46.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:46.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:47.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:47.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:48 smithi016 ceph-mon[96085]: pgmap v19132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:48 smithi098 ceph-mon[112578]: pgmap v19132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:48.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:48.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:49.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:49.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:50 smithi016 ceph-mon[96085]: pgmap v19133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:50 smithi098 ceph-mon[112578]: pgmap v19133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:50.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:50.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:51.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:51.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:52 smithi016 ceph-mon[96085]: pgmap v19134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:52 smithi098 ceph-mon[112578]: pgmap v19134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:52.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:52.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:53.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:53.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:54 smithi098 ceph-mon[112578]: pgmap v19135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:54 smithi016 ceph-mon[96085]: pgmap v19135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:54.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:54.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:55.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:55.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:56 smithi098 ceph-mon[112578]: pgmap v19136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:56 smithi016 ceph-mon[96085]: pgmap v19136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:56.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:56.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:57.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:57.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:58 smithi098 ceph-mon[112578]: pgmap v19137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:58 smithi016 ceph-mon[96085]: pgmap v19137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:58.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:58.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:18:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:18:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:18:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:18:59.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:18:59.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:00 smithi098 ceph-mon[112578]: pgmap v19138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:00 smithi016 ceph-mon[96085]: pgmap v19138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:00.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:00.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:01 smithi098 ceph-mon[112578]: pgmap v19139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:01 smithi016 ceph-mon[96085]: pgmap v19139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:01.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:01.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:02.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:02.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:03.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:03.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:03 smithi098 ceph-mon[112578]: pgmap v19140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:03 smithi016 ceph-mon[96085]: pgmap v19140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:04.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:04.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:05.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:05.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:05 smithi098 ceph-mon[112578]: pgmap v19141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:05 smithi016 ceph-mon[96085]: pgmap v19141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:06.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:06.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:07.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:07.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:07 smithi098 ceph-mon[112578]: pgmap v19142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:07 smithi016 ceph-mon[96085]: pgmap v19142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:08.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:08.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:09.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:09.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:10.204 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:09 smithi016 ceph-mon[96085]: pgmap v19143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:09 smithi098 ceph-mon[112578]: pgmap v19143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:10.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:10.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:11.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:11.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:11 smithi098 ceph-mon[112578]: pgmap v19144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:11 smithi016 ceph-mon[96085]: pgmap v19144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:12.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:12.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:13.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:13.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:13 smithi098 ceph-mon[112578]: pgmap v19145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:19:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:13 smithi016 ceph-mon[96085]: pgmap v19145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:19:14.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:14.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:15.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:15.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:15 smithi098 ceph-mon[112578]: pgmap v19146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:15 smithi016 ceph-mon[96085]: pgmap v19146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:16.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:16.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:17.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:17.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:17 smithi098 ceph-mon[112578]: pgmap v19147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:17 smithi016 ceph-mon[96085]: pgmap v19147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:18.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:18.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:19.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:19.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:19 smithi098 ceph-mon[112578]: pgmap v19148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:19 smithi016 ceph-mon[96085]: pgmap v19148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:20.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:20.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:21.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:21.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:21 smithi098 ceph-mon[112578]: pgmap v19149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:21 smithi016 ceph-mon[96085]: pgmap v19149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:22.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:22.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:23.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:23.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:23 smithi098 ceph-mon[112578]: pgmap v19150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:23 smithi016 ceph-mon[96085]: pgmap v19150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:24.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:24.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:25.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:25.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:25 smithi098 ceph-mon[112578]: pgmap v19151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:25 smithi016 ceph-mon[96085]: pgmap v19151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:26.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:26.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:27.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:27.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:27 smithi098 ceph-mon[112578]: pgmap v19152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:27 smithi016 ceph-mon[96085]: pgmap v19152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:28.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:28.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:19:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:19:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:19:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:19:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:19:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:19:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:19:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:19:29.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:29.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:29 smithi098 ceph-mon[112578]: pgmap v19153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:30.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:19:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:19:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:19:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:19:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:19:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:29 smithi016 ceph-mon[96085]: pgmap v19153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:19:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:19:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:19:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:19:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:19:30.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:30.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:31.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:31.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:32.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:31 smithi098 ceph-mon[112578]: pgmap v19154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:31 smithi016 ceph-mon[96085]: pgmap v19154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:32.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:32.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:33.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:33.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:33 smithi098 ceph-mon[112578]: pgmap v19155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:33 smithi016 ceph-mon[96085]: pgmap v19155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:34.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:34.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:35.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:35.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:35 smithi098 ceph-mon[112578]: pgmap v19156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:35 smithi016 ceph-mon[96085]: pgmap v19156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:36.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:36.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:37.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:37.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:37 smithi098 ceph-mon[112578]: pgmap v19157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:37 smithi016 ceph-mon[96085]: pgmap v19157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:38.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:38.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:39.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:39.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:39 smithi098 ceph-mon[112578]: pgmap v19158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:39 smithi016 ceph-mon[96085]: pgmap v19158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:40.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:40.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:41.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:41.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:41 smithi098 ceph-mon[112578]: pgmap v19159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:42.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:41 smithi016 ceph-mon[96085]: pgmap v19159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:42.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:42.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:43.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:43.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:43 smithi098 ceph-mon[112578]: pgmap v19160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:19:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:43 smithi016 ceph-mon[96085]: pgmap v19160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:19:44.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:44.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:45.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:45.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:45 smithi098 ceph-mon[112578]: pgmap v19161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:45 smithi016 ceph-mon[96085]: pgmap v19161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:46.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:46.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:47.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:47.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:47 smithi098 ceph-mon[112578]: pgmap v19162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:47 smithi016 ceph-mon[96085]: pgmap v19162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:48.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:48.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:49.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:49.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:49 smithi098 ceph-mon[112578]: pgmap v19163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:49 smithi016 ceph-mon[96085]: pgmap v19163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:50.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:50.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:51.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:51.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:51 smithi098 ceph-mon[112578]: pgmap v19164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:51 smithi016 ceph-mon[96085]: pgmap v19164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:52.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:52.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:53.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:53.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:54 smithi098 ceph-mon[112578]: pgmap v19165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:54 smithi016 ceph-mon[96085]: pgmap v19165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:54.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:54.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:55.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:55.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:56 smithi098 ceph-mon[112578]: pgmap v19166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:56 smithi016 ceph-mon[96085]: pgmap v19166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:56.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:56.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:57.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:57.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:58 smithi098 ceph-mon[112578]: pgmap v19167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:58 smithi016 ceph-mon[96085]: pgmap v19167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:58.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:58.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:19:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:19:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:19:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:19:59.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:19:59.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:00 smithi016 ceph-mon[96085]: pgmap v19168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:00.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T07:20:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:00 smithi098 ceph-mon[112578]: pgmap v19168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T07:20:00.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:00.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:01.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:01.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:02 smithi016 ceph-mon[96085]: pgmap v19169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:02 smithi098 ceph-mon[112578]: pgmap v19169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:02.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:02.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:03.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:03.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:04 smithi016 ceph-mon[96085]: pgmap v19170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:04 smithi098 ceph-mon[112578]: pgmap v19170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:04.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:04.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:05.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:05.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:06 smithi016 ceph-mon[96085]: pgmap v19171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:06.302 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:06 smithi098 ceph-mon[112578]: pgmap v19171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:06.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:06.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:07.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:07.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:08 smithi098 ceph-mon[112578]: pgmap v19172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:08 smithi016 ceph-mon[96085]: pgmap v19172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:08.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:08.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:09.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:09.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:10 smithi098 ceph-mon[112578]: pgmap v19173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:10 smithi016 ceph-mon[96085]: pgmap v19173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:10.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:10.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:11.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:11.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:12 smithi098 ceph-mon[112578]: pgmap v19174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:12 smithi016 ceph-mon[96085]: pgmap v19174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:12.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:12.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:13.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:13.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:14 smithi098 ceph-mon[112578]: pgmap v19175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:20:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:14 smithi016 ceph-mon[96085]: pgmap v19175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:20:14.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:14.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:15.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:15.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:16 smithi016 ceph-mon[96085]: pgmap v19176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:16.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:16 smithi098 ceph-mon[112578]: pgmap v19176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:16.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:16.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:17.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:17.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:18 smithi098 ceph-mon[112578]: pgmap v19177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:18 smithi016 ceph-mon[96085]: pgmap v19177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:18.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:18.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:19.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:19.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:20 smithi098 ceph-mon[112578]: pgmap v19178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:20 smithi016 ceph-mon[96085]: pgmap v19178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:20.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:20.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:21.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:21.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:22 smithi098 ceph-mon[112578]: pgmap v19179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:22 smithi016 ceph-mon[96085]: pgmap v19179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:22.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:22.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:23.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:23.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:24 smithi098 ceph-mon[112578]: pgmap v19180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:24 smithi016 ceph-mon[96085]: pgmap v19180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:24.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:24.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:25.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:25.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:26.510 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:26 smithi098 ceph-mon[112578]: pgmap v19181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:26 smithi016 ceph-mon[96085]: pgmap v19181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:26.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:26.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:27.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:27.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:28 smithi098 ceph-mon[112578]: pgmap v19182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:28 smithi016 ceph-mon[96085]: pgmap v19182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:28.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:28.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:20:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:20:29.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:29.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:30 smithi098 ceph-mon[112578]: pgmap v19183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:20:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:20:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:20:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:20:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:20:30.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:20:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:30 smithi016 ceph-mon[96085]: pgmap v19183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:20:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:20:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:20:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:20:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:20:30.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:20:30.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:30.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:31 smithi098 ceph-mon[112578]: pgmap v19184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:31 smithi016 ceph-mon[96085]: pgmap v19184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:31.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:31.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:32.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:32.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:33.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:33.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:34.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:33 smithi098 ceph-mon[112578]: pgmap v19185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:33 smithi016 ceph-mon[96085]: pgmap v19185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:34.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:34.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:35.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:35.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:35 smithi098 ceph-mon[112578]: pgmap v19186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:35 smithi016 ceph-mon[96085]: pgmap v19186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:36.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:36.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:37.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:37.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:37 smithi098 ceph-mon[112578]: pgmap v19187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:37 smithi016 ceph-mon[96085]: pgmap v19187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:38.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:38.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:39.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:39.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:39 smithi098 ceph-mon[112578]: pgmap v19188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:40.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:39 smithi016 ceph-mon[96085]: pgmap v19188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:40.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:40.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:41.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:41.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:42.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:41 smithi098 ceph-mon[112578]: pgmap v19189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:41 smithi016 ceph-mon[96085]: pgmap v19189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:42.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:42.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:43.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:43.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:43 smithi098 ceph-mon[112578]: pgmap v19190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:20:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:43 smithi016 ceph-mon[96085]: pgmap v19190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:20:44.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:44.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:45.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:45.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:46.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:45 smithi098 ceph-mon[112578]: pgmap v19191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:45 smithi016 ceph-mon[96085]: pgmap v19191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:46.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:46.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:47.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:47.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:47 smithi098 ceph-mon[112578]: pgmap v19192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:47 smithi016 ceph-mon[96085]: pgmap v19192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:48.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:48.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:49.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:49.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:49 smithi098 ceph-mon[112578]: pgmap v19193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:49 smithi016 ceph-mon[96085]: pgmap v19193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:50.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:50.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:51.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:51.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:51 smithi098 ceph-mon[112578]: pgmap v19194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:52.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:51 smithi016 ceph-mon[96085]: pgmap v19194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:52.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:52.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:53.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:53.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:53 smithi098 ceph-mon[112578]: pgmap v19195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:53 smithi016 ceph-mon[96085]: pgmap v19195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:54.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:54.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:55.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:55.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:55 smithi098 ceph-mon[112578]: pgmap v19196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:55 smithi016 ceph-mon[96085]: pgmap v19196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:56.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:56.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:57.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:57.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:57 smithi098 ceph-mon[112578]: pgmap v19197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:57 smithi016 ceph-mon[96085]: pgmap v19197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:58.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:58.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:59.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:20:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:20:59.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:20:59.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:20:59 smithi098 ceph-mon[112578]: pgmap v19198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:20:59 smithi016 ceph-mon[96085]: pgmap v19198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:00.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:00.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:01.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:01.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:01 smithi098 ceph-mon[112578]: pgmap v19199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:01 smithi016 ceph-mon[96085]: pgmap v19199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:02.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:02.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:03.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:03.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:03 smithi098 ceph-mon[112578]: pgmap v19200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:03 smithi016 ceph-mon[96085]: pgmap v19200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:04.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:04.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:05.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:05.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:06 smithi098 ceph-mon[112578]: pgmap v19201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:06 smithi016 ceph-mon[96085]: pgmap v19201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:06.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:06.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:07.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:07.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:08 smithi098 ceph-mon[112578]: pgmap v19202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:08 smithi016 ceph-mon[96085]: pgmap v19202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:08.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:08.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:09.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:09.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:10 smithi098 ceph-mon[112578]: pgmap v19203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:10 smithi016 ceph-mon[96085]: pgmap v19203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:10.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:10.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:11.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:11.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:12 smithi098 ceph-mon[112578]: pgmap v19204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:12 smithi016 ceph-mon[96085]: pgmap v19204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:12.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:12.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:13.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:13.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:14 smithi016 ceph-mon[96085]: pgmap v19205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:21:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:14 smithi098 ceph-mon[112578]: pgmap v19205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:21:14.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:14.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:15.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:15.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:16 smithi016 ceph-mon[96085]: pgmap v19206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:16 smithi098 ceph-mon[112578]: pgmap v19206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:16.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:16.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:17.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:17.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:18 smithi016 ceph-mon[96085]: pgmap v19207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:18 smithi098 ceph-mon[112578]: pgmap v19207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:18.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:18.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:19.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:19.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:20 smithi016 ceph-mon[96085]: pgmap v19208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:20 smithi098 ceph-mon[112578]: pgmap v19208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:20.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:20.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:21.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:21.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:22 smithi016 ceph-mon[96085]: pgmap v19209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:22 smithi098 ceph-mon[112578]: pgmap v19209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:22.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:22.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:23.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:23.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:24 smithi016 ceph-mon[96085]: pgmap v19210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:24 smithi098 ceph-mon[112578]: pgmap v19210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:24.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:24.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:25.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:25.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:26 smithi098 ceph-mon[112578]: pgmap v19211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:26 smithi016 ceph-mon[96085]: pgmap v19211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:26.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:26.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:27.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:27.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:28 smithi098 ceph-mon[112578]: pgmap v19212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:28 smithi016 ceph-mon[96085]: pgmap v19212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:28.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:28.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:21:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:21:29.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:29.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:30 smithi098 ceph-mon[112578]: pgmap v19213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:30 smithi016 ceph-mon[96085]: pgmap v19213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:30.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:30.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:21:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:21:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:21:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:21:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:21:31.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:21:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:21:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:21:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:21:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:21:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:21:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:21:31.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:31.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:32 smithi016 ceph-mon[96085]: pgmap v19214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:32 smithi098 ceph-mon[112578]: pgmap v19214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:32.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:32.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:33.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:33.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:34 smithi098 ceph-mon[112578]: pgmap v19215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:34 smithi016 ceph-mon[96085]: pgmap v19215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:34.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:34.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:35.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:35.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:36 smithi098 ceph-mon[112578]: pgmap v19216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:36 smithi016 ceph-mon[96085]: pgmap v19216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:36.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:36.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:37.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:37.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:38 smithi098 ceph-mon[112578]: pgmap v19217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:38 smithi016 ceph-mon[96085]: pgmap v19217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:38.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:38.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:39.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:39.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:40 smithi098 ceph-mon[112578]: pgmap v19218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:40 smithi016 ceph-mon[96085]: pgmap v19218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:40.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:40.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:41.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:41.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:42.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:42 smithi016 ceph-mon[96085]: pgmap v19219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:42 smithi098 ceph-mon[112578]: pgmap v19219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:42.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:42.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:43.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:43.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:44 smithi098 ceph-mon[112578]: pgmap v19220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:21:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:44 smithi016 ceph-mon[96085]: pgmap v19220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:21:44.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:44.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:45.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:45.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:46 smithi098 ceph-mon[112578]: pgmap v19221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:46 smithi016 ceph-mon[96085]: pgmap v19221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:46.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:46.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:47.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:47.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:48 smithi098 ceph-mon[112578]: pgmap v19222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:48 smithi016 ceph-mon[96085]: pgmap v19222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:48.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:48.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:49.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:49.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:50 smithi098 ceph-mon[112578]: pgmap v19223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:50 smithi016 ceph-mon[96085]: pgmap v19223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:50.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:50.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:51.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:51.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:52.395 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:52 smithi098 ceph-mon[112578]: pgmap v19224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:52 smithi016 ceph-mon[96085]: pgmap v19224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:52.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:52.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:53 smithi098 ceph-mon[112578]: pgmap v19225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:53 smithi016 ceph-mon[96085]: pgmap v19225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:53.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:53.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:54.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:54.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:55.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:55.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:56.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:55 smithi098 ceph-mon[112578]: pgmap v19226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:56.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:55 smithi016 ceph-mon[96085]: pgmap v19226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:56.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:56.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:57.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:57.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:57 smithi098 ceph-mon[112578]: pgmap v19227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:57 smithi016 ceph-mon[96085]: pgmap v19227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:58.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:58.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:21:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:21:59.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:21:59.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:21:59 smithi098 ceph-mon[112578]: pgmap v19228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:21:59 smithi016 ceph-mon[96085]: pgmap v19228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:00.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:00.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:01.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:01.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:01 smithi098 ceph-mon[112578]: pgmap v19229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:01 smithi016 ceph-mon[96085]: pgmap v19229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:02.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:02.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:03.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:03.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:04.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:03 smithi098 ceph-mon[112578]: pgmap v19230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:04.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:03 smithi016 ceph-mon[96085]: pgmap v19230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:04.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:04.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:05.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:05.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:06.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:05 smithi098 ceph-mon[112578]: pgmap v19231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:06.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:05 smithi016 ceph-mon[96085]: pgmap v19231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:06.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:06.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:07.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:07.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:07 smithi098 ceph-mon[112578]: pgmap v19232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:07 smithi016 ceph-mon[96085]: pgmap v19232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:08.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:08.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:09.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:09.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:09 smithi098 ceph-mon[112578]: pgmap v19233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:09 smithi016 ceph-mon[96085]: pgmap v19233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:10.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:10.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:11.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:11.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:11 smithi098 ceph-mon[112578]: pgmap v19234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:11 smithi016 ceph-mon[96085]: pgmap v19234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:12.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:12.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:13.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:13.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:14 smithi098 ceph-mon[112578]: pgmap v19235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:22:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:14 smithi016 ceph-mon[96085]: pgmap v19235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:22:14.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:14.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:15.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:15.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:16 smithi098 ceph-mon[112578]: pgmap v19236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:16 smithi016 ceph-mon[96085]: pgmap v19236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:16.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:16.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:17.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:17.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:18 smithi098 ceph-mon[112578]: pgmap v19237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:18 smithi016 ceph-mon[96085]: pgmap v19237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:18.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:18.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:19.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:19.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:20 smithi098 ceph-mon[112578]: pgmap v19238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:20 smithi016 ceph-mon[96085]: pgmap v19238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:20.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:20.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:21.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:21.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:22 smithi098 ceph-mon[112578]: pgmap v19239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:22 smithi016 ceph-mon[96085]: pgmap v19239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:22.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:22.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:23.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:23.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:24 smithi016 ceph-mon[96085]: pgmap v19240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:24 smithi098 ceph-mon[112578]: pgmap v19240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:24.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:24.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:25.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:25.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:26 smithi016 ceph-mon[96085]: pgmap v19241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:26 smithi098 ceph-mon[112578]: pgmap v19241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:26.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:26.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:27.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:27.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:28 smithi016 ceph-mon[96085]: pgmap v19242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:28 smithi098 ceph-mon[112578]: pgmap v19242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:28.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:28.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:22:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:22:29.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:29.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:30 smithi016 ceph-mon[96085]: pgmap v19243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:30 smithi098 ceph-mon[112578]: pgmap v19243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:30.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:30.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:22:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:22:31.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:31.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:32.512 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:32 smithi016 ceph-mon[96085]: pgmap v19244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:32.513 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:22:32.513 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:22:32.513 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:22:32.513 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:22:32.514 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:22:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:32 smithi098 ceph-mon[112578]: pgmap v19244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:22:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:22:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:22:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:22:32.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:22:32.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:32.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:33.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:33.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:34 smithi098 ceph-mon[112578]: pgmap v19245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:34 smithi016 ceph-mon[96085]: pgmap v19245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:34.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:34.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:35.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:35.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:36 smithi098 ceph-mon[112578]: pgmap v19246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:36 smithi016 ceph-mon[96085]: pgmap v19246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:36.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:36.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:37.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:37.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:38.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:38 smithi098 ceph-mon[112578]: pgmap v19247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:38 smithi016 ceph-mon[96085]: pgmap v19247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:38.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:38.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:39.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:39.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:40 smithi098 ceph-mon[112578]: pgmap v19248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:40 smithi016 ceph-mon[96085]: pgmap v19248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:40.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:40.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:41.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:41.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:42 smithi098 ceph-mon[112578]: pgmap v19249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:42 smithi016 ceph-mon[96085]: pgmap v19249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:42.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:42.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:43.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:43.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:44 smithi098 ceph-mon[112578]: pgmap v19250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:22:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:44 smithi016 ceph-mon[96085]: pgmap v19250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:22:44.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:44.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:45.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:45.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:46 smithi098 ceph-mon[112578]: pgmap v19251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:46 smithi016 ceph-mon[96085]: pgmap v19251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:46.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:46.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:47.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:47.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:48.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:48 smithi098 ceph-mon[112578]: pgmap v19252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:48 smithi016 ceph-mon[96085]: pgmap v19252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:48.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:48.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:49.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:49.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:50 smithi098 ceph-mon[112578]: pgmap v19253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:50 smithi016 ceph-mon[96085]: pgmap v19253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:50.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:50.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:51.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:51.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:52 smithi098 ceph-mon[112578]: pgmap v19254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:52 smithi016 ceph-mon[96085]: pgmap v19254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:52.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:52.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:53.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:53.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:54 smithi098 ceph-mon[112578]: pgmap v19255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:54 smithi016 ceph-mon[96085]: pgmap v19255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:54.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:54.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:55.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:55.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:56 smithi098 ceph-mon[112578]: pgmap v19256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:56 smithi016 ceph-mon[96085]: pgmap v19256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:56.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:56.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:57.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:57.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:58 smithi098 ceph-mon[112578]: pgmap v19257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:58 smithi016 ceph-mon[96085]: pgmap v19257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:58.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:58.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:22:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:22:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:22:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:22:59.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:22:59.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:00 smithi098 ceph-mon[112578]: pgmap v19258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:00 smithi016 ceph-mon[96085]: pgmap v19258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:00.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:00.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:01.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:01.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:02 smithi098 ceph-mon[112578]: pgmap v19259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:02 smithi016 ceph-mon[96085]: pgmap v19259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:02.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:02.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:03.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:03.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:04 smithi098 ceph-mon[112578]: pgmap v19260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:04 smithi016 ceph-mon[96085]: pgmap v19260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:04.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:04.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:05 smithi098 ceph-mon[112578]: pgmap v19261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:05.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:05 smithi016 ceph-mon[96085]: pgmap v19261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:05.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:05.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:06.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:06.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:07.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:07.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:08.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:07 smithi098 ceph-mon[112578]: pgmap v19262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:08.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:07 smithi016 ceph-mon[96085]: pgmap v19262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:08.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:08.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:09.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:09.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:10.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:09 smithi098 ceph-mon[112578]: pgmap v19263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:09 smithi016 ceph-mon[96085]: pgmap v19263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:10.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:10.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:11.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:11.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:11 smithi098 ceph-mon[112578]: pgmap v19264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:12.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:11 smithi016 ceph-mon[96085]: pgmap v19264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:12.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:12.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:13.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:13.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:13 smithi098 ceph-mon[112578]: pgmap v19265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:23:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:13 smithi016 ceph-mon[96085]: pgmap v19265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:23:14.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:14.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:15.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:15.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:16.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:15 smithi098 ceph-mon[112578]: pgmap v19266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:16.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:15 smithi016 ceph-mon[96085]: pgmap v19266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:16.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:16.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:17.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:17.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:18.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:17 smithi098 ceph-mon[112578]: pgmap v19267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:18.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:17 smithi016 ceph-mon[96085]: pgmap v19267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:18.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:18.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:19.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:19.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:20.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:19 smithi098 ceph-mon[112578]: pgmap v19268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:20.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:19 smithi016 ceph-mon[96085]: pgmap v19268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:20.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:20.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:21.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:21.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:22.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:22 smithi098 ceph-mon[112578]: pgmap v19269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:22.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:22 smithi016 ceph-mon[96085]: pgmap v19269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:22.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:22.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:23.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:23.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:24 smithi098 ceph-mon[112578]: pgmap v19270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:24.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:24 smithi016 ceph-mon[96085]: pgmap v19270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:24.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:24.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:25.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:25.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:26 smithi098 ceph-mon[112578]: pgmap v19271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:26 smithi016 ceph-mon[96085]: pgmap v19271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:26.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:26.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:27.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:27.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:28.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:28 smithi098 ceph-mon[112578]: pgmap v19272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:28 smithi016 ceph-mon[96085]: pgmap v19272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:28.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:28.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:23:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:23:29.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:29.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:30 smithi016 ceph-mon[96085]: pgmap v19273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:30 smithi098 ceph-mon[112578]: pgmap v19273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:30.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:30.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:32.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:32.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:32 smithi016 ceph-mon[96085]: pgmap v19274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:23:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:23:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:23:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:23:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:23:32.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:23:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:32 smithi098 ceph-mon[112578]: pgmap v19274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:23:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:23:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:23:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:23:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:23:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:23:33.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:33.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:34.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:34.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:34 smithi016 ceph-mon[96085]: pgmap v19275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:34 smithi098 ceph-mon[112578]: pgmap v19275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:35.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:35.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:36.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:36.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:36 smithi016 ceph-mon[96085]: pgmap v19276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:36 smithi098 ceph-mon[112578]: pgmap v19276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:37.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:37.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:38.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:38.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:38.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:38 smithi016 ceph-mon[96085]: pgmap v19277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:38.496 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:38 smithi098 ceph-mon[112578]: pgmap v19277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:39.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:39.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:40.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:40.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:40 smithi098 ceph-mon[112578]: pgmap v19278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:40 smithi016 ceph-mon[96085]: pgmap v19278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:41.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:41.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:42.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:42.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:42 smithi098 ceph-mon[112578]: pgmap v19279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:42 smithi016 ceph-mon[96085]: pgmap v19279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:43.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:43.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:44.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:44.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:44 smithi098 ceph-mon[112578]: pgmap v19280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:23:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:44 smithi016 ceph-mon[96085]: pgmap v19280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:23:45.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:45.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:46.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:46.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:46.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:46 smithi098 ceph-mon[112578]: pgmap v19281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:46 smithi016 ceph-mon[96085]: pgmap v19281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:47.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:47.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:48.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:48.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:48.382 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:48 smithi016 ceph-mon[96085]: pgmap v19282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:48 smithi098 ceph-mon[112578]: pgmap v19282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:49.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:49.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:50.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:50.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:50 smithi098 ceph-mon[112578]: pgmap v19283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:50 smithi016 ceph-mon[96085]: pgmap v19283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:51.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:51.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:52.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:52.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:52 smithi098 ceph-mon[112578]: pgmap v19284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:52 smithi016 ceph-mon[96085]: pgmap v19284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:53.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:53.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:54.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:54.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:54 smithi098 ceph-mon[112578]: pgmap v19285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:54 smithi016 ceph-mon[96085]: pgmap v19285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:55.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:55.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:56.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:56.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:56 smithi098 ceph-mon[112578]: pgmap v19286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:56 smithi016 ceph-mon[96085]: pgmap v19286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:57.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:57.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:58.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:58.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:58.501 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:58 smithi016 ceph-mon[96085]: pgmap v19287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:58 smithi098 ceph-mon[112578]: pgmap v19287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:59.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:23:59.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:23:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:23:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:23:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:24:00.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:00.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:00 smithi098 ceph-mon[112578]: pgmap v19288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:00 smithi016 ceph-mon[96085]: pgmap v19288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:01.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:01.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:02.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:02.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:02 smithi098 ceph-mon[112578]: pgmap v19289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:02 smithi016 ceph-mon[96085]: pgmap v19289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:03.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:03.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:04.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:04.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:04 smithi098 ceph-mon[112578]: pgmap v19290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:04 smithi016 ceph-mon[96085]: pgmap v19290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:05.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:05.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:06.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:06.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:06 smithi098 ceph-mon[112578]: pgmap v19291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:06 smithi016 ceph-mon[96085]: pgmap v19291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:07.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:07.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:08.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:08.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:08 smithi098 ceph-mon[112578]: pgmap v19292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:08 smithi016 ceph-mon[96085]: pgmap v19292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:09.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:09.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:10.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:10.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:10 smithi098 ceph-mon[112578]: pgmap v19293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:10 smithi016 ceph-mon[96085]: pgmap v19293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:11.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:11.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:12.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:12.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:12 smithi098 ceph-mon[112578]: pgmap v19294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:12 smithi016 ceph-mon[96085]: pgmap v19294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:13.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:13.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:14.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:14.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:14 smithi098 ceph-mon[112578]: pgmap v19295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:24:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:14 smithi016 ceph-mon[96085]: pgmap v19295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:24:15.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:15.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:16.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:16.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:16 smithi098 ceph-mon[112578]: pgmap v19296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:16 smithi016 ceph-mon[96085]: pgmap v19296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:17.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:17.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:18.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:18.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:18 smithi098 ceph-mon[112578]: pgmap v19297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:18 smithi016 ceph-mon[96085]: pgmap v19297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:19.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:19.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:20.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:20.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:20 smithi098 ceph-mon[112578]: pgmap v19298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:20 smithi016 ceph-mon[96085]: pgmap v19298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:21.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:21.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:22.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:22.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:22.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:22 smithi098 ceph-mon[112578]: pgmap v19299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:22 smithi016 ceph-mon[96085]: pgmap v19299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:23.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:23.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:24.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:24.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:24 smithi098 ceph-mon[112578]: pgmap v19300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:24 smithi016 ceph-mon[96085]: pgmap v19300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:25.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:25.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:26.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:26.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:26 smithi098 ceph-mon[112578]: pgmap v19301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:26 smithi016 ceph-mon[96085]: pgmap v19301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:27.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:27.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:28.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:28.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:28 smithi098 ceph-mon[112578]: pgmap v19302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:28 smithi016 ceph-mon[96085]: pgmap v19302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:29.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:29.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:24:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:24:30.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:30.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:30 smithi098 ceph-mon[112578]: pgmap v19303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:30 smithi016 ceph-mon[96085]: pgmap v19303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:31.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:31.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:31 smithi098 ceph-mon[112578]: pgmap v19304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:31 smithi016 ceph-mon[96085]: pgmap v19304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:32.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:32.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:24:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:24:33.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:33.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:33 smithi098 ceph-mon[112578]: pgmap v19305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:33.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:33 smithi016 ceph-mon[96085]: pgmap v19305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:34.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:34.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:35.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:35.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:36.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:36.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:36 smithi098 ceph-mon[112578]: pgmap v19306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:24:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:24:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:24:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:24:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:24:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:24:36.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:24:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:36 smithi016 ceph-mon[96085]: pgmap v19306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:24:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:24:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:24:36.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:24:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:24:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:24:36.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:24:37.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:37.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:38.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:38.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:38 smithi098 ceph-mon[112578]: pgmap v19307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:38 smithi016 ceph-mon[96085]: pgmap v19307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:39.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:39.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:40.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:40.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:40 smithi098 ceph-mon[112578]: pgmap v19308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:40 smithi016 ceph-mon[96085]: pgmap v19308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:41.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:41.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:42.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:42.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:42 smithi098 ceph-mon[112578]: pgmap v19309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:42 smithi016 ceph-mon[96085]: pgmap v19309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:43.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:43.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:44.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:44.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:44 smithi016 ceph-mon[96085]: pgmap v19310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:24:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:44 smithi098 ceph-mon[112578]: pgmap v19310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:24:45.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:45.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:46.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:46.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:46 smithi098 ceph-mon[112578]: pgmap v19311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:46 smithi016 ceph-mon[96085]: pgmap v19311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:47.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:47.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:48.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:48.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:48 smithi098 ceph-mon[112578]: pgmap v19312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:48 smithi016 ceph-mon[96085]: pgmap v19312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:49.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:49.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:50.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:50.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:50 smithi098 ceph-mon[112578]: pgmap v19313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:50 smithi016 ceph-mon[96085]: pgmap v19313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:51.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:51.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:52.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:52.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:52 smithi098 ceph-mon[112578]: pgmap v19314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:52 smithi016 ceph-mon[96085]: pgmap v19314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:53.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:53.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:54.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:54.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:54 smithi098 ceph-mon[112578]: pgmap v19315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:54 smithi016 ceph-mon[96085]: pgmap v19315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:55.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:55.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:56.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:56.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:56 smithi098 ceph-mon[112578]: pgmap v19316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:56 smithi016 ceph-mon[96085]: pgmap v19316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:57.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:57.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:58.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:58.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:58 smithi098 ceph-mon[112578]: pgmap v19317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:58 smithi016 ceph-mon[96085]: pgmap v19317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:59.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:24:59.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:59.346 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:24:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:24:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:24:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:25:00.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:00.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:00 smithi098 ceph-mon[112578]: pgmap v19318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:00 smithi016 ceph-mon[96085]: pgmap v19318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:01.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:01.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:02.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:02.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:02 smithi098 ceph-mon[112578]: pgmap v19319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:02 smithi016 ceph-mon[96085]: pgmap v19319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:03.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:03.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:04.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:04.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:04.399 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:04 smithi098 ceph-mon[112578]: pgmap v19320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:04 smithi016 ceph-mon[96085]: pgmap v19320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:05.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:05.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:06.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:06.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:06 smithi098 ceph-mon[112578]: pgmap v19321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:06 smithi016 ceph-mon[96085]: pgmap v19321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:07.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:07.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:08.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:08.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:08 smithi098 ceph-mon[112578]: pgmap v19322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:08 smithi016 ceph-mon[96085]: pgmap v19322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:09.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:09.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:10.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:10.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:10 smithi098 ceph-mon[112578]: pgmap v19323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:10 smithi016 ceph-mon[96085]: pgmap v19323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:11.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:11.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:12.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:12.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:12 smithi098 ceph-mon[112578]: pgmap v19324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:12 smithi016 ceph-mon[96085]: pgmap v19324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:13.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:13.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:14.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:14.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:14.372 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:14 smithi016 ceph-mon[96085]: pgmap v19325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:14.372 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:25:14.503 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:14 smithi098 ceph-mon[112578]: pgmap v19325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:14.503 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:25:15.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:15.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:16.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:16.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:16 smithi098 ceph-mon[112578]: pgmap v19326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:16 smithi016 ceph-mon[96085]: pgmap v19326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:17.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:17.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:18.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:18.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:18 smithi098 ceph-mon[112578]: pgmap v19327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:18 smithi016 ceph-mon[96085]: pgmap v19327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:19.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:19.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:20.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:20.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:20 smithi098 ceph-mon[112578]: pgmap v19328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:20 smithi016 ceph-mon[96085]: pgmap v19328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:21.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:21.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:22.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:22.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:22 smithi098 ceph-mon[112578]: pgmap v19329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:22 smithi016 ceph-mon[96085]: pgmap v19329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:23.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:23.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:24.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:24.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:24.487 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:24 smithi016 ceph-mon[96085]: pgmap v19330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:24 smithi098 ceph-mon[112578]: pgmap v19330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:25.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:25.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:26.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:26.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:26 smithi098 ceph-mon[112578]: pgmap v19331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:26 smithi016 ceph-mon[96085]: pgmap v19331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:27.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:27.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:27 smithi098 ceph-mon[112578]: pgmap v19332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:27.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:27 smithi016 ceph-mon[96085]: pgmap v19332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:28.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:28.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:25:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:25:29.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:29.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:30.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:30.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:30.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:30 smithi016 ceph-mon[96085]: pgmap v19333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:30 smithi098 ceph-mon[112578]: pgmap v19333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:31.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:31.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:32.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:32.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:32 smithi016 ceph-mon[96085]: pgmap v19334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:32 smithi098 ceph-mon[112578]: pgmap v19334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:33.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:33.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:34.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:34.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:34.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:34 smithi016 ceph-mon[96085]: pgmap v19335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:34 smithi098 ceph-mon[112578]: pgmap v19335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:35.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:35.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:36.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:36.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:36 smithi016 ceph-mon[96085]: pgmap v19336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:36.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:36 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:25:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:36 smithi098 ceph-mon[112578]: pgmap v19336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:36 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:25:37.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:37.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:38.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:38.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:38 smithi098 ceph-mon[112578]: pgmap v19337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:38 smithi016 ceph-mon[96085]: pgmap v19337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:39.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:39.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:40.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:40.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:40 smithi098 ceph-mon[112578]: pgmap v19338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:40 smithi016 ceph-mon[96085]: pgmap v19338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:41.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:41.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:25:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:25:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:25:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:25:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:25:41.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:25:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:25:41.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:41 smithi098 ceph-mon[112578]: pgmap v19339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:41.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:25:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:25:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:25:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:25:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:25:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:25:41.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:25:41.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:41 smithi016 ceph-mon[96085]: pgmap v19339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:42.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:42.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:43.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:43.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:44.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:44.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:44 smithi098 ceph-mon[112578]: pgmap v19340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:25:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:44 smithi016 ceph-mon[96085]: pgmap v19340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:25:45.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:45.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:46.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:46.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:46.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:46 smithi016 ceph-mon[96085]: pgmap v19341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:46 smithi098 ceph-mon[112578]: pgmap v19341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:47.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:47.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:48.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:48.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:48.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:48 smithi016 ceph-mon[96085]: pgmap v19342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:48 smithi098 ceph-mon[112578]: pgmap v19342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:49.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:49.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:50.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:50.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:50.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:50 smithi098 ceph-mon[112578]: pgmap v19343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:50.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:50 smithi016 ceph-mon[96085]: pgmap v19343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:51.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:51.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:52.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:52.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:52 smithi098 ceph-mon[112578]: pgmap v19344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:52 smithi016 ceph-mon[96085]: pgmap v19344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:53.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:53.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:54.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:54.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:54 smithi098 ceph-mon[112578]: pgmap v19345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:54 smithi016 ceph-mon[96085]: pgmap v19345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:55.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:55.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:56.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:56.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:56 smithi098 ceph-mon[112578]: pgmap v19346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:56 smithi016 ceph-mon[96085]: pgmap v19346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:57.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:57.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:58.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:58.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:58 smithi098 ceph-mon[112578]: pgmap v19347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:58 smithi016 ceph-mon[96085]: pgmap v19347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:59.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:25:59.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:25:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:25:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:25:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:26:00.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:00.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:00 smithi098 ceph-mon[112578]: pgmap v19348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:00.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:00 smithi016 ceph-mon[96085]: pgmap v19348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:01.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:01.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:02.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:02.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:02 smithi098 ceph-mon[112578]: pgmap v19349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:02 smithi016 ceph-mon[96085]: pgmap v19349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:03.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:03.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:04.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:04.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:04 smithi098 ceph-mon[112578]: pgmap v19350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:04 smithi016 ceph-mon[96085]: pgmap v19350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:05.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:05.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:06.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:06.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:06 smithi098 ceph-mon[112578]: pgmap v19351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:06 smithi016 ceph-mon[96085]: pgmap v19351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:07.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:07.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:08.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:08.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:08 smithi098 ceph-mon[112578]: pgmap v19352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:08 smithi016 ceph-mon[96085]: pgmap v19352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:09.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:09.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:10.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:10.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:10.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:10 smithi016 ceph-mon[96085]: pgmap v19353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:10 smithi098 ceph-mon[112578]: pgmap v19353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:11.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:11.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:12.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:12.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:12 smithi098 ceph-mon[112578]: pgmap v19354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:12 smithi016 ceph-mon[96085]: pgmap v19354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:13.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:13.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:14.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:14.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:14 smithi098 ceph-mon[112578]: pgmap v19355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:26:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:14 smithi016 ceph-mon[96085]: pgmap v19355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:26:15.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:15.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:16.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:16.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:16 smithi098 ceph-mon[112578]: pgmap v19356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:16 smithi016 ceph-mon[96085]: pgmap v19356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:17.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:17.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:18.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:18.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:18 smithi098 ceph-mon[112578]: pgmap v19357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:18 smithi016 ceph-mon[96085]: pgmap v19357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:19.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:19.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:20.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:20.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:20 smithi098 ceph-mon[112578]: pgmap v19358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:20 smithi016 ceph-mon[96085]: pgmap v19358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:21.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:21.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:22.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:22.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:22 smithi098 ceph-mon[112578]: pgmap v19359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:22 smithi016 ceph-mon[96085]: pgmap v19359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:23.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:23.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:24.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:24.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:24 smithi098 ceph-mon[112578]: pgmap v19360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:24 smithi016 ceph-mon[96085]: pgmap v19360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:25.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:25.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:26.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:26.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:26 smithi098 ceph-mon[112578]: pgmap v19361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:26 smithi016 ceph-mon[96085]: pgmap v19361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:27.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:27.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:28.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:28.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:28 smithi098 ceph-mon[112578]: pgmap v19362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:28 smithi016 ceph-mon[96085]: pgmap v19362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:29.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:29.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:26:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:26:30.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:30.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:30 smithi098 ceph-mon[112578]: pgmap v19363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:30 smithi016 ceph-mon[96085]: pgmap v19363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:31.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:31.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:32.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:32.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:32 smithi098 ceph-mon[112578]: pgmap v19364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:32 smithi016 ceph-mon[96085]: pgmap v19364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:33.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:33.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:34.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:34.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:34 smithi098 ceph-mon[112578]: pgmap v19365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:34 smithi016 ceph-mon[96085]: pgmap v19365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:35.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:35.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:36.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:36.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:36 smithi098 ceph-mon[112578]: pgmap v19366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:36 smithi016 ceph-mon[96085]: pgmap v19366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:37.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:37.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:38.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:38.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:38 smithi098 ceph-mon[112578]: pgmap v19367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:38 smithi016 ceph-mon[96085]: pgmap v19367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:39.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:39.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:40.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:40.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:40.397 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:40 smithi098 ceph-mon[112578]: pgmap v19368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:40 smithi016 ceph-mon[96085]: pgmap v19368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:41.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:41.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:41 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:26:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:41 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:26:42.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:42.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:42 smithi098 ceph-mon[112578]: pgmap v19369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:26:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:26:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:26:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:26:42.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:26:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:42 smithi016 ceph-mon[96085]: pgmap v19369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:26:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:26:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:26:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:26:42.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:26:43.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:43.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:44.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:44.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:44 smithi098 ceph-mon[112578]: pgmap v19370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:26:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:44 smithi016 ceph-mon[96085]: pgmap v19370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:26:45.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:45.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:46.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:46.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:46 smithi098 ceph-mon[112578]: pgmap v19371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:46 smithi016 ceph-mon[96085]: pgmap v19371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:47.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:47.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:48.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:48.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:48 smithi098 ceph-mon[112578]: pgmap v19372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:48 smithi016 ceph-mon[96085]: pgmap v19372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:49.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:49.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:50.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:50.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:50.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:50 smithi016 ceph-mon[96085]: pgmap v19373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:50.506 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:50 smithi098 ceph-mon[112578]: pgmap v19373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:51.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:51.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:52.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:52.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:52 smithi098 ceph-mon[112578]: pgmap v19374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:52 smithi016 ceph-mon[96085]: pgmap v19374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:53.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:53.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:54.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:54.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:54 smithi098 ceph-mon[112578]: pgmap v19375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:54 smithi016 ceph-mon[96085]: pgmap v19375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:55.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:55.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:56.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:56.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:56 smithi098 ceph-mon[112578]: pgmap v19376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:56 smithi016 ceph-mon[96085]: pgmap v19376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:57.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:57.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:58.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:58.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:58 smithi098 ceph-mon[112578]: pgmap v19377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:58 smithi016 ceph-mon[96085]: pgmap v19377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:59.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:26:59.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:26:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:26:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:26:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:27:00.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:00.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:00 smithi098 ceph-mon[112578]: pgmap v19378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:00 smithi016 ceph-mon[96085]: pgmap v19378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:01.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:01.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:02.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:02.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:02 smithi098 ceph-mon[112578]: pgmap v19379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:02 smithi016 ceph-mon[96085]: pgmap v19379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:03.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:03.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:04.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:04.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:04 smithi098 ceph-mon[112578]: pgmap v19380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:04 smithi016 ceph-mon[96085]: pgmap v19380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:05.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:05.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:06.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:06.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:06 smithi098 ceph-mon[112578]: pgmap v19381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:06 smithi016 ceph-mon[96085]: pgmap v19381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:07.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:07.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:08.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:08.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:08 smithi098 ceph-mon[112578]: pgmap v19382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:08 smithi016 ceph-mon[96085]: pgmap v19382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:09.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:09.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:10.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:10.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:10 smithi098 ceph-mon[112578]: pgmap v19383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:10 smithi016 ceph-mon[96085]: pgmap v19383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:11.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:11.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:12.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:12.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:12 smithi098 ceph-mon[112578]: pgmap v19384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:12 smithi016 ceph-mon[96085]: pgmap v19384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:13.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:13.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:14.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:14.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:14 smithi098 ceph-mon[112578]: pgmap v19385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:27:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:14 smithi016 ceph-mon[96085]: pgmap v19385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:27:15.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:15.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:16.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:16.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:16 smithi098 ceph-mon[112578]: pgmap v19386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:16 smithi016 ceph-mon[96085]: pgmap v19386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:17.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:17.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:18.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:18.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:18 smithi098 ceph-mon[112578]: pgmap v19387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:18 smithi016 ceph-mon[96085]: pgmap v19387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:19.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:19.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:20.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:20.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:20 smithi098 ceph-mon[112578]: pgmap v19388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:20 smithi016 ceph-mon[96085]: pgmap v19388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:21.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:21.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:22.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:22.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:22 smithi098 ceph-mon[112578]: pgmap v19389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:22 smithi016 ceph-mon[96085]: pgmap v19389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:23.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:23.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:24.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:24.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:24 smithi098 ceph-mon[112578]: pgmap v19390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:24 smithi016 ceph-mon[96085]: pgmap v19390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:25.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:25.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:26.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:26 smithi098 ceph-mon[112578]: pgmap v19391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:26.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:26 smithi016 ceph-mon[96085]: pgmap v19391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:26.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:26.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:27.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:27.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:28.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:28.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:28 smithi098 ceph-mon[112578]: pgmap v19392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:28 smithi016 ceph-mon[96085]: pgmap v19392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:29.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:29.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:27:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:27:30.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:30.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:30 smithi098 ceph-mon[112578]: pgmap v19393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:30 smithi016 ceph-mon[96085]: pgmap v19393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:31.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:31.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:32.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:32.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:32 smithi098 ceph-mon[112578]: pgmap v19394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:32 smithi016 ceph-mon[96085]: pgmap v19394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:33.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:33.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:34.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:34.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:34 smithi098 ceph-mon[112578]: pgmap v19395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:34 smithi016 ceph-mon[96085]: pgmap v19395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:35.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:35.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:36.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:36 smithi098 ceph-mon[112578]: pgmap v19396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:36.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:36 smithi016 ceph-mon[96085]: pgmap v19396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:36.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:36.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:37.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:37.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:38.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:38.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:38 smithi098 ceph-mon[112578]: pgmap v19397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:38 smithi016 ceph-mon[96085]: pgmap v19397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:39.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:39.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:40.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:40.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:40 smithi098 ceph-mon[112578]: pgmap v19398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:40 smithi016 ceph-mon[96085]: pgmap v19398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:41.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:41.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:42.127 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:42 smithi016 ceph-mon[96085]: pgmap v19399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:42.127 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:27:42.127 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:27:42.127 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:27:42.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:42.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:42 smithi098 ceph-mon[112578]: pgmap v19399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:27:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:27:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:27:43.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:43.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:27:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:27:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:27:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:27:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:27:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:27:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:27:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:27:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:27:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:27:44.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:44.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:44 smithi098 ceph-mon[112578]: pgmap v19400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:27:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:44 smithi016 ceph-mon[96085]: pgmap v19400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:27:45.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:45.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:46.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:46.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:46 smithi098 ceph-mon[112578]: pgmap v19401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:46 smithi016 ceph-mon[96085]: pgmap v19401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:47.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:47.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:48.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:48.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:48 smithi098 ceph-mon[112578]: pgmap v19402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:48 smithi016 ceph-mon[96085]: pgmap v19402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:49.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:49.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:50.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:50.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:50 smithi098 ceph-mon[112578]: pgmap v19403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:50 smithi016 ceph-mon[96085]: pgmap v19403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:51.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:51.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:52.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:52.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:52 smithi098 ceph-mon[112578]: pgmap v19404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:52 smithi016 ceph-mon[96085]: pgmap v19404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:53.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:53.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:54.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:54.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:54 smithi098 ceph-mon[112578]: pgmap v19405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:54 smithi016 ceph-mon[96085]: pgmap v19405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:55.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:55.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:55 smithi098 ceph-mon[112578]: pgmap v19406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:55 smithi016 ceph-mon[96085]: pgmap v19406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:56.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:56.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:57.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:57.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:58.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:58.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:58 smithi098 ceph-mon[112578]: pgmap v19407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:58 smithi016 ceph-mon[96085]: pgmap v19407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:59.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:27:59.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:27:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:27:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:27:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:28:00.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:00.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:00 smithi098 ceph-mon[112578]: pgmap v19408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:00 smithi016 ceph-mon[96085]: pgmap v19408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:01.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:01.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:02.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:02.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:02 smithi098 ceph-mon[112578]: pgmap v19409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:02 smithi016 ceph-mon[96085]: pgmap v19409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:03.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:03.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:04.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:04.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:04 smithi098 ceph-mon[112578]: pgmap v19410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:04 smithi016 ceph-mon[96085]: pgmap v19410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:05.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:05.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:06.343 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:06 smithi016 ceph-mon[96085]: pgmap v19411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:06.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:06.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:06 smithi098 ceph-mon[112578]: pgmap v19411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:07.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:07.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:08.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:08.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:08 smithi098 ceph-mon[112578]: pgmap v19412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:08 smithi016 ceph-mon[96085]: pgmap v19412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:09.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:09.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:10.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:10.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:10 smithi098 ceph-mon[112578]: pgmap v19413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:10 smithi016 ceph-mon[96085]: pgmap v19413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:11.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:11.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:12.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:12.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:12 smithi098 ceph-mon[112578]: pgmap v19414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:12 smithi016 ceph-mon[96085]: pgmap v19414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:13.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:13.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:14.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:14.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:14 smithi098 ceph-mon[112578]: pgmap v19415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:28:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:14 smithi016 ceph-mon[96085]: pgmap v19415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:28:15.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:15.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:16.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:16 smithi098 ceph-mon[112578]: pgmap v19416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:16.458 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:16 smithi016 ceph-mon[96085]: pgmap v19416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:16.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:16.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:17.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:17.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:18.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:18.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:18 smithi098 ceph-mon[112578]: pgmap v19417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:18 smithi016 ceph-mon[96085]: pgmap v19417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:19.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:19.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:20.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:20.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:20 smithi098 ceph-mon[112578]: pgmap v19418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:20 smithi016 ceph-mon[96085]: pgmap v19418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:21.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:21.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:22.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:22.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:22 smithi098 ceph-mon[112578]: pgmap v19419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:22 smithi016 ceph-mon[96085]: pgmap v19419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:23.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:23.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:24.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:24.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:24 smithi098 ceph-mon[112578]: pgmap v19420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:24 smithi016 ceph-mon[96085]: pgmap v19420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:25.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:25.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:26.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:26.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:26.509 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:26 smithi098 ceph-mon[112578]: pgmap v19421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:26 smithi016 ceph-mon[96085]: pgmap v19421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:27.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:27.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:28.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:28.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:28 smithi098 ceph-mon[112578]: pgmap v19422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:28 smithi016 ceph-mon[96085]: pgmap v19422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:29.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:29.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:28:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:28:30.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:30.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:30 smithi098 ceph-mon[112578]: pgmap v19423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:30 smithi016 ceph-mon[96085]: pgmap v19423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:31.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:31.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:32.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:32.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:32 smithi098 ceph-mon[112578]: pgmap v19424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:32 smithi016 ceph-mon[96085]: pgmap v19424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:33.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:33.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:34.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:34.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:34 smithi098 ceph-mon[112578]: pgmap v19425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:34 smithi016 ceph-mon[96085]: pgmap v19425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:35.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:35.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:36.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:36.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:36.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:36 smithi098 ceph-mon[112578]: pgmap v19426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:36 smithi016 ceph-mon[96085]: pgmap v19426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:37.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:37.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:38 smithi098 ceph-mon[112578]: pgmap v19427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:38.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:38.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:38 smithi016 ceph-mon[96085]: pgmap v19427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:39.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:39.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:40 smithi098 ceph-mon[112578]: pgmap v19428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:40.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:40.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:40 smithi016 ceph-mon[96085]: pgmap v19428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:41.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:41.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:42.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:42 smithi098 ceph-mon[112578]: pgmap v19429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:42.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:42.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:42 smithi016 ceph-mon[96085]: pgmap v19429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:28:43.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:43.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:43.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:28:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:44 smithi098 ceph-mon[112578]: pgmap v19430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:28:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:28:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:28:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:28:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:28:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:28:44.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:44.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:44 smithi016 ceph-mon[96085]: pgmap v19430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:28:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:28:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:28:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:28:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:28:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:28:45.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:45.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:46 smithi098 ceph-mon[112578]: pgmap v19431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:46 smithi016 ceph-mon[96085]: pgmap v19431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:46.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:46.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:47.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:47.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:48 smithi098 ceph-mon[112578]: pgmap v19432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:48 smithi016 ceph-mon[96085]: pgmap v19432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:48.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:48.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:49.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:49.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:50 smithi098 ceph-mon[112578]: pgmap v19433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:50 smithi016 ceph-mon[96085]: pgmap v19433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:50.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:50.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:51.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:51.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:52 smithi098 ceph-mon[112578]: pgmap v19434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:52 smithi016 ceph-mon[96085]: pgmap v19434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:52.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:52.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:53 smithi098 ceph-mon[112578]: pgmap v19435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:53 smithi016 ceph-mon[96085]: pgmap v19435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:53.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:53.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:54.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:54.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:55.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:55.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:56 smithi098 ceph-mon[112578]: pgmap v19436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:56 smithi016 ceph-mon[96085]: pgmap v19436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:56.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:56.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:57.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:57.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:58 smithi098 ceph-mon[112578]: pgmap v19437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:58 smithi016 ceph-mon[96085]: pgmap v19437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:58.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:58.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:28:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:28:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:28:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:28:59.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:28:59.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:00 smithi098 ceph-mon[112578]: pgmap v19438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:00 smithi016 ceph-mon[96085]: pgmap v19438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:00.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:00.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:01.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:01.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:02.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:02 smithi098 ceph-mon[112578]: pgmap v19439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:02.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:02 smithi016 ceph-mon[96085]: pgmap v19439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:02.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:02.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:03.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:03.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:04 smithi098 ceph-mon[112578]: pgmap v19440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:04 smithi016 ceph-mon[96085]: pgmap v19440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:04.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:04.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:05.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:05.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:06 smithi098 ceph-mon[112578]: pgmap v19441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:06 smithi016 ceph-mon[96085]: pgmap v19441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:06.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:06.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:07.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:07.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:08 smithi098 ceph-mon[112578]: pgmap v19442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:08 smithi016 ceph-mon[96085]: pgmap v19442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:08.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:08.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:09.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:09.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:10 smithi098 ceph-mon[112578]: pgmap v19443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:10 smithi016 ceph-mon[96085]: pgmap v19443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:10.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:10.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:11.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:11.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:12.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:12 smithi098 ceph-mon[112578]: pgmap v19444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:12 smithi016 ceph-mon[96085]: pgmap v19444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:12.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:12.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:13.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:13.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:14 smithi098 ceph-mon[112578]: pgmap v19445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:29:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:14 smithi016 ceph-mon[96085]: pgmap v19445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:29:14.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:14.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:15.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:15.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:16 smithi098 ceph-mon[112578]: pgmap v19446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:16 smithi016 ceph-mon[96085]: pgmap v19446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:16.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:16.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:17.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:17.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:18 smithi098 ceph-mon[112578]: pgmap v19447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:18 smithi016 ceph-mon[96085]: pgmap v19447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:18.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:18.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:19.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:19.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:20 smithi098 ceph-mon[112578]: pgmap v19448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:20 smithi016 ceph-mon[96085]: pgmap v19448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:20.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:20.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:21.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:21.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:22 smithi098 ceph-mon[112578]: pgmap v19449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:22 smithi016 ceph-mon[96085]: pgmap v19449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:22.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:22.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:23.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:23.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:24 smithi098 ceph-mon[112578]: pgmap v19450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:24 smithi016 ceph-mon[96085]: pgmap v19450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:24.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:24.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:25.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:25.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:26 smithi098 ceph-mon[112578]: pgmap v19451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:26 smithi016 ceph-mon[96085]: pgmap v19451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:26.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:26.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:27.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:27.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:28 smithi098 ceph-mon[112578]: pgmap v19452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:28 smithi016 ceph-mon[96085]: pgmap v19452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:28.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:28.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:29:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:29:29.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:29.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:30 smithi098 ceph-mon[112578]: pgmap v19453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:30 smithi016 ceph-mon[96085]: pgmap v19453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:30.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:30.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:31.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:31.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:32 smithi098 ceph-mon[112578]: pgmap v19454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:32 smithi016 ceph-mon[96085]: pgmap v19454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:32.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:32.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:33.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:33.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:34 smithi098 ceph-mon[112578]: pgmap v19455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:34 smithi016 ceph-mon[96085]: pgmap v19455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:34.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:34.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:35.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:35.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:36 smithi098 ceph-mon[112578]: pgmap v19456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:36 smithi016 ceph-mon[96085]: pgmap v19456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:36.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:36.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:37.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:37.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:38 smithi098 ceph-mon[112578]: pgmap v19457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:38 smithi016 ceph-mon[96085]: pgmap v19457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:38.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:38.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:39.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:39.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:40 smithi098 ceph-mon[112578]: pgmap v19458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:40 smithi016 ceph-mon[96085]: pgmap v19458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:40.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:40.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:41.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:41.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:42.441 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:42 smithi016 ceph-mon[96085]: pgmap v19459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:42 smithi098 ceph-mon[112578]: pgmap v19459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:42.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:42.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:43.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:43.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:44 smithi098 ceph-mon[112578]: pgmap v19460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:29:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:29:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:29:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:29:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:29:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:29:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:29:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:29:44.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:29:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:44 smithi016 ceph-mon[96085]: pgmap v19460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:29:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:29:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:29:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:29:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:29:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:29:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:29:44.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:29:44.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:29:44.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:44.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:45.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:45.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:46 smithi098 ceph-mon[112578]: pgmap v19461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:46 smithi016 ceph-mon[96085]: pgmap v19461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:46.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:46.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:47.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:47.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:48 smithi098 ceph-mon[112578]: pgmap v19462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:48 smithi016 ceph-mon[96085]: pgmap v19462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:48.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:48.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:49.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:49.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:50 smithi098 ceph-mon[112578]: pgmap v19463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:50 smithi016 ceph-mon[96085]: pgmap v19463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:50.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:50.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:51.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:51.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:52 smithi098 ceph-mon[112578]: pgmap v19464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:52 smithi016 ceph-mon[96085]: pgmap v19464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:52.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:52.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:53.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:53.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:54 smithi098 ceph-mon[112578]: pgmap v19465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:54 smithi016 ceph-mon[96085]: pgmap v19465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:54.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:54.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:55 smithi098 ceph-mon[112578]: pgmap v19466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:55 smithi016 ceph-mon[96085]: pgmap v19466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:55.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:55.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:56.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:56.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:57.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:57.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:58 smithi098 ceph-mon[112578]: pgmap v19467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:58 smithi016 ceph-mon[96085]: pgmap v19467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:58.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:58.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:29:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:29:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:29:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:29:59.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:29:59.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:00 smithi098 ceph-mon[112578]: pgmap v19468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T07:30:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:00 smithi016 ceph-mon[96085]: pgmap v19468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T07:30:00.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:00.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:01.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:01.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:02.506 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:02 smithi098 ceph-mon[112578]: pgmap v19469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:02 smithi016 ceph-mon[96085]: pgmap v19469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:02.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:02.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:03.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:03.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:04 smithi098 ceph-mon[112578]: pgmap v19470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:04 smithi016 ceph-mon[96085]: pgmap v19470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:04.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:04.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:05.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:05.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:06 smithi098 ceph-mon[112578]: pgmap v19471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:06 smithi016 ceph-mon[96085]: pgmap v19471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:06.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:06.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:07.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:07.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:08 smithi098 ceph-mon[112578]: pgmap v19472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:08 smithi016 ceph-mon[96085]: pgmap v19472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:08.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:08.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:09.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:09.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:10 smithi098 ceph-mon[112578]: pgmap v19473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:10 smithi016 ceph-mon[96085]: pgmap v19473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:10.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:10.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:11.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:11.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:12 smithi098 ceph-mon[112578]: pgmap v19474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:12 smithi016 ceph-mon[96085]: pgmap v19474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:12.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:12.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:13.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:13.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:14 smithi098 ceph-mon[112578]: pgmap v19475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:30:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:14 smithi016 ceph-mon[96085]: pgmap v19475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:30:14.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:14.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:15.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:15.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:16 smithi098 ceph-mon[112578]: pgmap v19476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:16 smithi016 ceph-mon[96085]: pgmap v19476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:16.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:16.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:17.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:17.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:18 smithi098 ceph-mon[112578]: pgmap v19477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:18 smithi016 ceph-mon[96085]: pgmap v19477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:18.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:18.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:19.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:19.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:20 smithi098 ceph-mon[112578]: pgmap v19478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:20 smithi016 ceph-mon[96085]: pgmap v19478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:20.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:20.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:21.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:21.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:22 smithi098 ceph-mon[112578]: pgmap v19479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:22 smithi016 ceph-mon[96085]: pgmap v19479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:22.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:22.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:23.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:23.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:24 smithi098 ceph-mon[112578]: pgmap v19480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:24 smithi016 ceph-mon[96085]: pgmap v19480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:24.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:24.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:25.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:25.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:26 smithi098 ceph-mon[112578]: pgmap v19481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:26 smithi016 ceph-mon[96085]: pgmap v19481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:26.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:26.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:27.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:27.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:28.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:28 smithi016 ceph-mon[96085]: pgmap v19482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:28 smithi098 ceph-mon[112578]: pgmap v19482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:28.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:28.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:30:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:30:29.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:29.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:30 smithi098 ceph-mon[112578]: pgmap v19483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:30 smithi016 ceph-mon[96085]: pgmap v19483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:30.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:30.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:31.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:31.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:32 smithi098 ceph-mon[112578]: pgmap v19484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:32 smithi016 ceph-mon[96085]: pgmap v19484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:32.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:32.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:33.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:33.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:34 smithi098 ceph-mon[112578]: pgmap v19485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:34 smithi016 ceph-mon[96085]: pgmap v19485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:34.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:34.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:35.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:35.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:36 smithi098 ceph-mon[112578]: pgmap v19486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:36 smithi016 ceph-mon[96085]: pgmap v19486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:36.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:36.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:37.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:37.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:38 smithi098 ceph-mon[112578]: pgmap v19487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:38 smithi016 ceph-mon[96085]: pgmap v19487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:38.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:38.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:39.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:39.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:40 smithi098 ceph-mon[112578]: pgmap v19488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:40 smithi016 ceph-mon[96085]: pgmap v19488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:40.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:40.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:41.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:41.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:42 smithi098 ceph-mon[112578]: pgmap v19489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:42 smithi016 ceph-mon[96085]: pgmap v19489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:42.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:42.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:43.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:43.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:44 smithi098 ceph-mon[112578]: pgmap v19490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:30:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:44 smithi016 ceph-mon[96085]: pgmap v19490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:30:44.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:44.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:30:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:30:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:30:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:30:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:30:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:30:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:30:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:30:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:30:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:30:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:30:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:30:45.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:45.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:46 smithi098 ceph-mon[112578]: pgmap v19491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:46 smithi016 ceph-mon[96085]: pgmap v19491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:46.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:46.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:47 smithi098 ceph-mon[112578]: pgmap v19492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:47 smithi016 ceph-mon[96085]: pgmap v19492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:47.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:47.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:48.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:48.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:49.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:49.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:50 smithi098 ceph-mon[112578]: pgmap v19493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:50 smithi016 ceph-mon[96085]: pgmap v19493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:50.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:50.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:51.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:51.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:52 smithi098 ceph-mon[112578]: pgmap v19494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:52 smithi016 ceph-mon[96085]: pgmap v19494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:52.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:52.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:53.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:53.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:54 smithi098 ceph-mon[112578]: pgmap v19495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:54 smithi016 ceph-mon[96085]: pgmap v19495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:54.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:54.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:55.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:55.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:56 smithi098 ceph-mon[112578]: pgmap v19496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:56 smithi016 ceph-mon[96085]: pgmap v19496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:56.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:56.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:57.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:57.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:58 smithi098 ceph-mon[112578]: pgmap v19497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:58 smithi016 ceph-mon[96085]: pgmap v19497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:58.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:58.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:30:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:30:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:30:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:30:59.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:30:59.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:00 smithi098 ceph-mon[112578]: pgmap v19498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:00 smithi016 ceph-mon[96085]: pgmap v19498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:00.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:00.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:01.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:01.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:02 smithi098 ceph-mon[112578]: pgmap v19499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:02 smithi016 ceph-mon[96085]: pgmap v19499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:02.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:02.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:03.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:03.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:04 smithi098 ceph-mon[112578]: pgmap v19500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:04 smithi016 ceph-mon[96085]: pgmap v19500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:04.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:04.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:05.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:05.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:06 smithi098 ceph-mon[112578]: pgmap v19501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:06 smithi016 ceph-mon[96085]: pgmap v19501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:06.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:06.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:07.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:07.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:08.426 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:08 smithi016 ceph-mon[96085]: pgmap v19502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:08 smithi098 ceph-mon[112578]: pgmap v19502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:08.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:08.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:09.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:09.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:10 smithi098 ceph-mon[112578]: pgmap v19503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:10 smithi016 ceph-mon[96085]: pgmap v19503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:10.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:10.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:11.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:11.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:12 smithi098 ceph-mon[112578]: pgmap v19504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:12 smithi016 ceph-mon[96085]: pgmap v19504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:12.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:12.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:13.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:13.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:14 smithi098 ceph-mon[112578]: pgmap v19505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:31:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:14 smithi016 ceph-mon[96085]: pgmap v19505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:31:14.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:14.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:15.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:15.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:16 smithi098 ceph-mon[112578]: pgmap v19506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:16 smithi016 ceph-mon[96085]: pgmap v19506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:16.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:16.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:17.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:17.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:18 smithi098 ceph-mon[112578]: pgmap v19507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:18 smithi016 ceph-mon[96085]: pgmap v19507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:18.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:18.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:19.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:19.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:20 smithi098 ceph-mon[112578]: pgmap v19508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:20 smithi016 ceph-mon[96085]: pgmap v19508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:20.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:20.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:21.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:21.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:22 smithi098 ceph-mon[112578]: pgmap v19509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:22 smithi016 ceph-mon[96085]: pgmap v19509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:22.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:22.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:23.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:23.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:24 smithi098 ceph-mon[112578]: pgmap v19510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:24 smithi016 ceph-mon[96085]: pgmap v19510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:24.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:24.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:25.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:25.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:26 smithi098 ceph-mon[112578]: pgmap v19511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:26 smithi016 ceph-mon[96085]: pgmap v19511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:26.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:26.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:27.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:27.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:28 smithi098 ceph-mon[112578]: pgmap v19512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:28 smithi016 ceph-mon[96085]: pgmap v19512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:28.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:28.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:31:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:31:29.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:29.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:30 smithi098 ceph-mon[112578]: pgmap v19513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:30 smithi016 ceph-mon[96085]: pgmap v19513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:30.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:30.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:31 smithi098 ceph-mon[112578]: pgmap v19514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:31 smithi016 ceph-mon[96085]: pgmap v19514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:31.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:31.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:32.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:32.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:33.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:33.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:34 smithi098 ceph-mon[112578]: pgmap v19515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:34 smithi016 ceph-mon[96085]: pgmap v19515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:34.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:34.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:35.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:35.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:36 smithi098 ceph-mon[112578]: pgmap v19516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:36 smithi016 ceph-mon[96085]: pgmap v19516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:36.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:36.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:38.500 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:38 smithi098 ceph-mon[112578]: pgmap v19517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:38 smithi016 ceph-mon[96085]: pgmap v19517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:38.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:38.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:39.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:39.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:40 smithi098 ceph-mon[112578]: pgmap v19518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:40 smithi016 ceph-mon[96085]: pgmap v19518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:40.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:40.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:41.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:41.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:42 smithi098 ceph-mon[112578]: pgmap v19519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:42 smithi016 ceph-mon[96085]: pgmap v19519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:42.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:42.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:43.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:43.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:44 smithi098 ceph-mon[112578]: pgmap v19520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:31:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:44 smithi016 ceph-mon[96085]: pgmap v19520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:31:44.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:44.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:45 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:31:45.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:45 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:31:45.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:45.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:46.436 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:46 smithi098 ceph-mon[112578]: pgmap v19521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:46.436 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:46.436 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:46.437 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:46.437 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:46 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:46.476 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:46 smithi016 ceph-mon[96085]: pgmap v19521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:46.476 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:46.476 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:46.477 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:46.477 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:46 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:46.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:46.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:47.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:47.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:48.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:48 smithi098 ceph-mon[112578]: pgmap v19522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:48 smithi016 ceph-mon[96085]: pgmap v19522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:48.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:48.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:49.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:49.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:50 smithi098 ceph-mon[112578]: pgmap v19523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:31:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:31:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:31:50.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:31:50.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:50.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:31:50.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:31:50.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:50.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:31:50.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:50 smithi016 ceph-mon[96085]: pgmap v19523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:31:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:31:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:31:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:31:50.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:50.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:31:50.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:31:50.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:50.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:31:50.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:31:50.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:50.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:51 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1635M 2023-10-17T07:31:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:51 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1635M 2023-10-17T07:31:51.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:51.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:52 smithi098 ceph-mon[112578]: pgmap v19524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:52 smithi016 ceph-mon[96085]: pgmap v19524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:52.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:52.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:53.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:53.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:54.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:54 smithi016 ceph-mon[96085]: pgmap v19525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:54 smithi098 ceph-mon[112578]: pgmap v19525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:54.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:54.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:55.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:55.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:56 smithi098 ceph-mon[112578]: pgmap v19526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:56 smithi016 ceph-mon[96085]: pgmap v19526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:56.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:56.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:57.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:57.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:58 smithi098 ceph-mon[112578]: pgmap v19527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:58 smithi016 ceph-mon[96085]: pgmap v19527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:58.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:58.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:31:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:31:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:31:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:31:59.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:31:59.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:00 smithi098 ceph-mon[112578]: pgmap v19528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:00 smithi016 ceph-mon[96085]: pgmap v19528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:00.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:00.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:01.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:01.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:02 smithi098 ceph-mon[112578]: pgmap v19529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:02 smithi016 ceph-mon[96085]: pgmap v19529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:02.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:02.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:03.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:03.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:04 smithi098 ceph-mon[112578]: pgmap v19530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:04 smithi016 ceph-mon[96085]: pgmap v19530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:04.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:04.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:05.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:05.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:06 smithi098 ceph-mon[112578]: pgmap v19531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:06 smithi016 ceph-mon[96085]: pgmap v19531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:06.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:06.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:07.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:07.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:08 smithi098 ceph-mon[112578]: pgmap v19532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:08 smithi016 ceph-mon[96085]: pgmap v19532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:08.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:08.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:09.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:09.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:10 smithi098 ceph-mon[112578]: pgmap v19533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:10 smithi016 ceph-mon[96085]: pgmap v19533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:10.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:10.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:11.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:11.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:12 smithi098 ceph-mon[112578]: pgmap v19534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:12 smithi016 ceph-mon[96085]: pgmap v19534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:12.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:12.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:13.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:13.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:14 smithi098 ceph-mon[112578]: pgmap v19535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:32:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:14 smithi016 ceph-mon[96085]: pgmap v19535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:32:14.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:14.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:15.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:15.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:16 smithi098 ceph-mon[112578]: pgmap v19536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:16.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:16 smithi016 ceph-mon[96085]: pgmap v19536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:16.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:16.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:17.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:17.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:18 smithi098 ceph-mon[112578]: pgmap v19537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:18 smithi016 ceph-mon[96085]: pgmap v19537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:18.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:18.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:19.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:19.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:20 smithi098 ceph-mon[112578]: pgmap v19538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:20 smithi016 ceph-mon[96085]: pgmap v19538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:20.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:20.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:21.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:21.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:22 smithi098 ceph-mon[112578]: pgmap v19539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:22 smithi016 ceph-mon[96085]: pgmap v19539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:22.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:22.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:23.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:23.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:24.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:24 smithi098 ceph-mon[112578]: pgmap v19540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:24 smithi016 ceph-mon[96085]: pgmap v19540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:24.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:24.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:25.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:25.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:26.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:26 smithi098 ceph-mon[112578]: pgmap v19541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:26 smithi016 ceph-mon[96085]: pgmap v19541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:26.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:26.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:27.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:27.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:28 smithi098 ceph-mon[112578]: pgmap v19542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:28 smithi016 ceph-mon[96085]: pgmap v19542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:28.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:28.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:32:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:32:29.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:29.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:30 smithi098 ceph-mon[112578]: pgmap v19543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:30 smithi016 ceph-mon[96085]: pgmap v19543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:30.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:30.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:31.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:31.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:32 smithi098 ceph-mon[112578]: pgmap v19544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:32 smithi016 ceph-mon[96085]: pgmap v19544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:32.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:32.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:33.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:33.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:34.414 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:34 smithi016 ceph-mon[96085]: pgmap v19545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:34 smithi098 ceph-mon[112578]: pgmap v19545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:34.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:34.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:35.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:35.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:36 smithi098 ceph-mon[112578]: pgmap v19546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:36 smithi016 ceph-mon[96085]: pgmap v19546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:36.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:36.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:37.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:37.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:38 smithi098 ceph-mon[112578]: pgmap v19547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:38 smithi016 ceph-mon[96085]: pgmap v19547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:38.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:38.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:39.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:39.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:40 smithi098 ceph-mon[112578]: pgmap v19548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:40 smithi016 ceph-mon[96085]: pgmap v19548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:40.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:40.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:41.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:41.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:42 smithi098 ceph-mon[112578]: pgmap v19549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:42 smithi016 ceph-mon[96085]: pgmap v19549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:42.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:42.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:43.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:43.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:44 smithi098 ceph-mon[112578]: pgmap v19550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:32:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:44 smithi016 ceph-mon[96085]: pgmap v19550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:32:44.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:44.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:45.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:45.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:46 smithi098 ceph-mon[112578]: pgmap v19551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:46 smithi016 ceph-mon[96085]: pgmap v19551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:46.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:46.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:47.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:47.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:48 smithi098 ceph-mon[112578]: pgmap v19552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:48 smithi016 ceph-mon[96085]: pgmap v19552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:48.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:48.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:49.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:49.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:50 smithi098 ceph-mon[112578]: pgmap v19553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:50.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:32:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:50 smithi016 ceph-mon[96085]: pgmap v19553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:32:50.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:50.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:32:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:32:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:32:51.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:32:51.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:32:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:32:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:32:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:32:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:32:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:32:51.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:51.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:52 smithi098 ceph-mon[112578]: pgmap v19554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:52 smithi016 ceph-mon[96085]: pgmap v19554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:52.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:52.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:53.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:53.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:54 smithi098 ceph-mon[112578]: pgmap v19555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:54 smithi016 ceph-mon[96085]: pgmap v19555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:54.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:54.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:55.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:55.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:56 smithi098 ceph-mon[112578]: pgmap v19556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:56 smithi016 ceph-mon[96085]: pgmap v19556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:56.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:56.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:57.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:57.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:58 smithi098 ceph-mon[112578]: pgmap v19557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:58.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:58 smithi016 ceph-mon[96085]: pgmap v19557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:58.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:58.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:32:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:32:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:32:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:32:59.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:32:59.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:00 smithi098 ceph-mon[112578]: pgmap v19558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:00 smithi016 ceph-mon[96085]: pgmap v19558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:00.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:00.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:01 smithi098 ceph-mon[112578]: pgmap v19559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:01 smithi016 ceph-mon[96085]: pgmap v19559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:01.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:01.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:02.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:02.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:03.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:03.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:04 smithi098 ceph-mon[112578]: pgmap v19560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:04 smithi016 ceph-mon[96085]: pgmap v19560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:04.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:04.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:05.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:05.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:06 smithi098 ceph-mon[112578]: pgmap v19561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:06 smithi016 ceph-mon[96085]: pgmap v19561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:06.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:06.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:07.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:07.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:08 smithi098 ceph-mon[112578]: pgmap v19562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:08 smithi016 ceph-mon[96085]: pgmap v19562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:08.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:08.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:09.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:09.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:10 smithi098 ceph-mon[112578]: pgmap v19563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:10 smithi016 ceph-mon[96085]: pgmap v19563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:10.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:10.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:11.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:11.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:12 smithi098 ceph-mon[112578]: pgmap v19564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:12 smithi016 ceph-mon[96085]: pgmap v19564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:12.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:12.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:13.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:13.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:14.503 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:14 smithi098 ceph-mon[112578]: pgmap v19565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:14.503 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:33:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:14 smithi016 ceph-mon[96085]: pgmap v19565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:33:14.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:14.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:15.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:15.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:16 smithi098 ceph-mon[112578]: pgmap v19566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:16 smithi016 ceph-mon[96085]: pgmap v19566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:16.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:16.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:17.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:17.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:18 smithi098 ceph-mon[112578]: pgmap v19567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:18 smithi016 ceph-mon[96085]: pgmap v19567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:18.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:18.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:19.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:19.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:20.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:20 smithi016 ceph-mon[96085]: pgmap v19568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:20 smithi098 ceph-mon[112578]: pgmap v19568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:20.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:20.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:21.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:21.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:22 smithi098 ceph-mon[112578]: pgmap v19569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:22 smithi016 ceph-mon[96085]: pgmap v19569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:22.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:22.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:23.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:23.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:24 smithi098 ceph-mon[112578]: pgmap v19570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:24 smithi016 ceph-mon[96085]: pgmap v19570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:24.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:24.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:25.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:25.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:26 smithi098 ceph-mon[112578]: pgmap v19571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:26 smithi016 ceph-mon[96085]: pgmap v19571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:27.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:27.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:28.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:28.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:28 smithi098 ceph-mon[112578]: pgmap v19572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:28 smithi016 ceph-mon[96085]: pgmap v19572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:29.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:29.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:33:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:33:30.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:30.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:30 smithi098 ceph-mon[112578]: pgmap v19573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:30 smithi016 ceph-mon[96085]: pgmap v19573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:31.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:31.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:32.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:32.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:32 smithi098 ceph-mon[112578]: pgmap v19574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:32 smithi016 ceph-mon[96085]: pgmap v19574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:33.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:33.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:34.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:34.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:34 smithi098 ceph-mon[112578]: pgmap v19575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:34 smithi016 ceph-mon[96085]: pgmap v19575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:35.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:35.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:35 smithi098 ceph-mon[112578]: pgmap v19576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:35 smithi016 ceph-mon[96085]: pgmap v19576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:36.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:36.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:37.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:37.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:38.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:38.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:38 smithi098 ceph-mon[112578]: pgmap v19577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:38 smithi016 ceph-mon[96085]: pgmap v19577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:39.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:39.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:40.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:40.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:40 smithi098 ceph-mon[112578]: pgmap v19578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:40 smithi016 ceph-mon[96085]: pgmap v19578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:41.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:41.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:42.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:42.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:42 smithi098 ceph-mon[112578]: pgmap v19579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:42 smithi016 ceph-mon[96085]: pgmap v19579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:43.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:43.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:44.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:44.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:44 smithi098 ceph-mon[112578]: pgmap v19580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:33:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:44 smithi016 ceph-mon[96085]: pgmap v19580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:33:45.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:45.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:46.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:46.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:46 smithi098 ceph-mon[112578]: pgmap v19581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:46 smithi016 ceph-mon[96085]: pgmap v19581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:47.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:47.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:48.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:48.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:48 smithi098 ceph-mon[112578]: pgmap v19582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:48 smithi016 ceph-mon[96085]: pgmap v19582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:49.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:49.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:50.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:50.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:50 smithi098 ceph-mon[112578]: pgmap v19583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:50 smithi016 ceph-mon[96085]: pgmap v19583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:51.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:51.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:33:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:33:52.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:52.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:52 smithi098 ceph-mon[112578]: pgmap v19584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:33:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:33:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:33:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:33:52.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:33:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:52 smithi016 ceph-mon[96085]: pgmap v19584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:33:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:33:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:33:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:33:52.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:33:53.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:53.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:54.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:54.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:54 smithi098 ceph-mon[112578]: pgmap v19585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:54 smithi016 ceph-mon[96085]: pgmap v19585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:55.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:55.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:56.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:56.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:56 smithi098 ceph-mon[112578]: pgmap v19586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:56 smithi016 ceph-mon[96085]: pgmap v19586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:57.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:57.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:58.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:58.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:58 smithi098 ceph-mon[112578]: pgmap v19587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:58 smithi016 ceph-mon[96085]: pgmap v19587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:59.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:33:59.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:33:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:33:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:33:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:34:00.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:00.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:00.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:00 smithi098 ceph-mon[112578]: pgmap v19588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:00 smithi016 ceph-mon[96085]: pgmap v19588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:01.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:01.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:02.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:02.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:02 smithi098 ceph-mon[112578]: pgmap v19589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:02 smithi016 ceph-mon[96085]: pgmap v19589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:03.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:03.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:03 smithi098 ceph-mon[112578]: pgmap v19590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:03.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:03 smithi016 ceph-mon[96085]: pgmap v19590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:04.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:04.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:05.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:05.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:06.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:06.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:06 smithi098 ceph-mon[112578]: pgmap v19591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:06 smithi016 ceph-mon[96085]: pgmap v19591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:07.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:07.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:08.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:08.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:08 smithi098 ceph-mon[112578]: pgmap v19592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:08 smithi016 ceph-mon[96085]: pgmap v19592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:09.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:09.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:10.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:10.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:10.512 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:10 smithi016 ceph-mon[96085]: pgmap v19593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:10 smithi098 ceph-mon[112578]: pgmap v19593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:11.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:11.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:12.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:12.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:12 smithi098 ceph-mon[112578]: pgmap v19594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:12 smithi016 ceph-mon[96085]: pgmap v19594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:13.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:13.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:14.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:14.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:14 smithi098 ceph-mon[112578]: pgmap v19595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:34:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:14 smithi016 ceph-mon[96085]: pgmap v19595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:34:15.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:15.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:16.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:16.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:16 smithi098 ceph-mon[112578]: pgmap v19596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:16 smithi016 ceph-mon[96085]: pgmap v19596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:17.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:17.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:18.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:18.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:18 smithi098 ceph-mon[112578]: pgmap v19597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:18 smithi016 ceph-mon[96085]: pgmap v19597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:19.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:19.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:20.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:20.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:20 smithi098 ceph-mon[112578]: pgmap v19598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:20 smithi016 ceph-mon[96085]: pgmap v19598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:21.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:21.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:22.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:22.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:22 smithi098 ceph-mon[112578]: pgmap v19599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:22.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:22 smithi016 ceph-mon[96085]: pgmap v19599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:23.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:23.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:24.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:24.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:24 smithi098 ceph-mon[112578]: pgmap v19600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:24 smithi016 ceph-mon[96085]: pgmap v19600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:25.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:25.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:26.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:26.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:26 smithi098 ceph-mon[112578]: pgmap v19601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:26 smithi016 ceph-mon[96085]: pgmap v19601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:27.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:27.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:28.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:28.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:28 smithi098 ceph-mon[112578]: pgmap v19602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:28 smithi016 ceph-mon[96085]: pgmap v19602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:29.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:29.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:34:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:34:30.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:30.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:30 smithi098 ceph-mon[112578]: pgmap v19603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:30 smithi016 ceph-mon[96085]: pgmap v19603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:31.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:31.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:32.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:32.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:32 smithi098 ceph-mon[112578]: pgmap v19604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:32 smithi016 ceph-mon[96085]: pgmap v19604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:33.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:33.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:34.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:34.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:34 smithi098 ceph-mon[112578]: pgmap v19605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:34.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:34 smithi016 ceph-mon[96085]: pgmap v19605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:35.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:35.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:36.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:36.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:36 smithi098 ceph-mon[112578]: pgmap v19606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:36 smithi016 ceph-mon[96085]: pgmap v19606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:37.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:37.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:38.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:38.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:38 smithi098 ceph-mon[112578]: pgmap v19607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:38 smithi016 ceph-mon[96085]: pgmap v19607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:39.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:39.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:40.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:40.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:40 smithi098 ceph-mon[112578]: pgmap v19608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:40 smithi016 ceph-mon[96085]: pgmap v19608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:41.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:41.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:42.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:42.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:42 smithi098 ceph-mon[112578]: pgmap v19609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:42 smithi016 ceph-mon[96085]: pgmap v19609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:43.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:43.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:44.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:44.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:44 smithi098 ceph-mon[112578]: pgmap v19610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:34:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:44 smithi016 ceph-mon[96085]: pgmap v19610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:34:45.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:45.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:46.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:46.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:46 smithi098 ceph-mon[112578]: pgmap v19611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:46 smithi016 ceph-mon[96085]: pgmap v19611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:47.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:47.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:48.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:48.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:48 smithi098 ceph-mon[112578]: pgmap v19612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:48 smithi016 ceph-mon[96085]: pgmap v19612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:49.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:49.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:50.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:50.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:50.505 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:50 smithi098 ceph-mon[112578]: pgmap v19613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:50 smithi016 ceph-mon[96085]: pgmap v19613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:51.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:51.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:51.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:51 smithi016 ceph-mon[96085]: pgmap v19614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:51.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:51 smithi098 ceph-mon[112578]: pgmap v19614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:52.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:52.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:34:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:34:53.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:53.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:53 smithi098 ceph-mon[112578]: pgmap v19615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:53.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:53 smithi016 ceph-mon[96085]: pgmap v19615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:54.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:54.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:55.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:55.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:34:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:34:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:34:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:34:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:34:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:34:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:34:55.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:55 smithi016 ceph-mon[96085]: pgmap v19616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:55.559 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:34:55.559 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:34:55.559 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:34:55.559 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:34:55.560 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:34:55.560 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:34:55.560 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:34:55.560 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:55 smithi098 ceph-mon[112578]: pgmap v19616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:56.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:56.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:57.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:57.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:58.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:58.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:58 smithi098 ceph-mon[112578]: pgmap v19617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:58 smithi016 ceph-mon[96085]: pgmap v19617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:59.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:34:59.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:34:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:34:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:34:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:35:00.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:00.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:00 smithi098 ceph-mon[112578]: pgmap v19618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:00 smithi016 ceph-mon[96085]: pgmap v19618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:01.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:01.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:02.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:02.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:02 smithi098 ceph-mon[112578]: pgmap v19619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:02 smithi016 ceph-mon[96085]: pgmap v19619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:03.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:03.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:04.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:04.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:04 smithi098 ceph-mon[112578]: pgmap v19620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:04 smithi016 ceph-mon[96085]: pgmap v19620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:05.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:05.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:06.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:06.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:06 smithi098 ceph-mon[112578]: pgmap v19621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:06 smithi016 ceph-mon[96085]: pgmap v19621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:07.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:07.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:08.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:08.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:08 smithi098 ceph-mon[112578]: pgmap v19622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:08 smithi016 ceph-mon[96085]: pgmap v19622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:09.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:09.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:10.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:10.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:10 smithi098 ceph-mon[112578]: pgmap v19623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:10 smithi016 ceph-mon[96085]: pgmap v19623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:11.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:11.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:12.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:12.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:12 smithi098 ceph-mon[112578]: pgmap v19624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:12 smithi016 ceph-mon[96085]: pgmap v19624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:13.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:13.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:14.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:14.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:14 smithi098 ceph-mon[112578]: pgmap v19625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:35:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:14 smithi016 ceph-mon[96085]: pgmap v19625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:35:15.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:15.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:16.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:16.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:16 smithi098 ceph-mon[112578]: pgmap v19626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:16 smithi016 ceph-mon[96085]: pgmap v19626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:17.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:17.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:17.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:17 smithi016 ceph-mon[96085]: pgmap v19627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:17 smithi098 ceph-mon[112578]: pgmap v19627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:18.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:18.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:19.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:19.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:20.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:20.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:20 smithi098 ceph-mon[112578]: pgmap v19628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:20 smithi016 ceph-mon[96085]: pgmap v19628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:21.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:21.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:22.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:22.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:22 smithi098 ceph-mon[112578]: pgmap v19629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:22 smithi016 ceph-mon[96085]: pgmap v19629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:23.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:23.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:24.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:24.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:24 smithi098 ceph-mon[112578]: pgmap v19630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:24 smithi016 ceph-mon[96085]: pgmap v19630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:25.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:25.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:26.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:26.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:26 smithi098 ceph-mon[112578]: pgmap v19631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:26 smithi016 ceph-mon[96085]: pgmap v19631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:27.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:27.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:28.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:28.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:28 smithi098 ceph-mon[112578]: pgmap v19632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:28 smithi016 ceph-mon[96085]: pgmap v19632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:29.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:29.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:35:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:35:30.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:30.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:30 smithi098 ceph-mon[112578]: pgmap v19633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:30 smithi016 ceph-mon[96085]: pgmap v19633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:31.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:31.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:32.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:32.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:32 smithi098 ceph-mon[112578]: pgmap v19634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:32 smithi016 ceph-mon[96085]: pgmap v19634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:33.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:33.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:34.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:34.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:34 smithi098 ceph-mon[112578]: pgmap v19635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:34 smithi016 ceph-mon[96085]: pgmap v19635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:35.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:35.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:35 smithi098 ceph-mon[112578]: pgmap v19636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:35 smithi016 ceph-mon[96085]: pgmap v19636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:36.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:36.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:37.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:37.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:38.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:38.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:38 smithi098 ceph-mon[112578]: pgmap v19637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:38 smithi016 ceph-mon[96085]: pgmap v19637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:39.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:39.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:40.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:40.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:40 smithi098 ceph-mon[112578]: pgmap v19638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:40 smithi016 ceph-mon[96085]: pgmap v19638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:41.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:41.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:42.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:42.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:42 smithi098 ceph-mon[112578]: pgmap v19639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:42 smithi016 ceph-mon[96085]: pgmap v19639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:43.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:43.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:44.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:44.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:44 smithi098 ceph-mon[112578]: pgmap v19640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:35:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:44 smithi016 ceph-mon[96085]: pgmap v19640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:35:45.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:45.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:46.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:46.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:46 smithi098 ceph-mon[112578]: pgmap v19641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:46 smithi016 ceph-mon[96085]: pgmap v19641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:47.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:47.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:48.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:48.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:48 smithi098 ceph-mon[112578]: pgmap v19642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:48 smithi016 ceph-mon[96085]: pgmap v19642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:49.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:49.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:50.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:50.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:50 smithi098 ceph-mon[112578]: pgmap v19643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:50 smithi016 ceph-mon[96085]: pgmap v19643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:51.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:51.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:52.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:52.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:52 smithi098 ceph-mon[112578]: pgmap v19644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:52.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:52 smithi016 ceph-mon[96085]: pgmap v19644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:53.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:53.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:54.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:54.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:54 smithi098 ceph-mon[112578]: pgmap v19645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:54 smithi016 ceph-mon[96085]: pgmap v19645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:55.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:55.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:55 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:35:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:55 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:35:56.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:56.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:56 smithi098 ceph-mon[112578]: pgmap v19646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:56 smithi016 ceph-mon[96085]: pgmap v19646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:57.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:57.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:57 smithi098 ceph-mon[112578]: pgmap v19647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:57 smithi016 ceph-mon[96085]: pgmap v19647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:58.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:58.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:35:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:35:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:35:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:35:59.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:35:59.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:00.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:00.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:00 smithi098 ceph-mon[112578]: pgmap v19648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:36:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:36:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:36:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:36:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:36:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:36:00.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:36:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:00 smithi016 ceph-mon[96085]: pgmap v19648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:36:00.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:36:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:36:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:36:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:36:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:36:00.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:36:01.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:01.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:02.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:02.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:02 smithi098 ceph-mon[112578]: pgmap v19649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:02 smithi016 ceph-mon[96085]: pgmap v19649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:03.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:03.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:04.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:04.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:04 smithi098 ceph-mon[112578]: pgmap v19650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:04 smithi016 ceph-mon[96085]: pgmap v19650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:05.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:05.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:06.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:06.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:06 smithi098 ceph-mon[112578]: pgmap v19651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:06 smithi016 ceph-mon[96085]: pgmap v19651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:07.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:07.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:08.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:08.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:08 smithi098 ceph-mon[112578]: pgmap v19652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:08 smithi016 ceph-mon[96085]: pgmap v19652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:09.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:09.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:10.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:10.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:10 smithi098 ceph-mon[112578]: pgmap v19653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:10 smithi016 ceph-mon[96085]: pgmap v19653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:11.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:11.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:12.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:12.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:12.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:12 smithi098 ceph-mon[112578]: pgmap v19654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:12 smithi016 ceph-mon[96085]: pgmap v19654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:13.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:13.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:14.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:14.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:14 smithi098 ceph-mon[112578]: pgmap v19655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:36:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:14 smithi016 ceph-mon[96085]: pgmap v19655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:36:15.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:15.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:16.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:16.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:16 smithi098 ceph-mon[112578]: pgmap v19656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:16 smithi016 ceph-mon[96085]: pgmap v19656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:17.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:17.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:18.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:18.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:18 smithi098 ceph-mon[112578]: pgmap v19657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:18 smithi016 ceph-mon[96085]: pgmap v19657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:19.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:19.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:20.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:20.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:20 smithi098 ceph-mon[112578]: pgmap v19658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:20 smithi016 ceph-mon[96085]: pgmap v19658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:21.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:21.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:22.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:22 smithi016 ceph-mon[96085]: pgmap v19659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:22.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:22.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:22 smithi098 ceph-mon[112578]: pgmap v19659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:23.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:23.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:24.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:24.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:24 smithi098 ceph-mon[112578]: pgmap v19660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:24 smithi016 ceph-mon[96085]: pgmap v19660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:25.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:25.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:26.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:26.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:26.501 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:26 smithi098 ceph-mon[112578]: pgmap v19661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:26 smithi016 ceph-mon[96085]: pgmap v19661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:27.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:27.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:28.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:28.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:28 smithi098 ceph-mon[112578]: pgmap v19662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:28 smithi016 ceph-mon[96085]: pgmap v19662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:29.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:36:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:36:30.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:30.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:30 smithi098 ceph-mon[112578]: pgmap v19663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:30 smithi016 ceph-mon[96085]: pgmap v19663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:31.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:31.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:32.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:32.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:32.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:32 smithi098 ceph-mon[112578]: pgmap v19664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:32 smithi016 ceph-mon[96085]: pgmap v19664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:33.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:33.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:34.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:34.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:34 smithi098 ceph-mon[112578]: pgmap v19665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:34 smithi016 ceph-mon[96085]: pgmap v19665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:35.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:35.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:36.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:36.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:36 smithi098 ceph-mon[112578]: pgmap v19666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:36 smithi016 ceph-mon[96085]: pgmap v19666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:37.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:37.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:38.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:38.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:38 smithi098 ceph-mon[112578]: pgmap v19667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:38.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:38 smithi016 ceph-mon[96085]: pgmap v19667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:39.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:39.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:40.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:40.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:40.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:40 smithi098 ceph-mon[112578]: pgmap v19668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:40 smithi016 ceph-mon[96085]: pgmap v19668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:41.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:41.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:42.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:42.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:42 smithi098 ceph-mon[112578]: pgmap v19669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:42 smithi016 ceph-mon[96085]: pgmap v19669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:43.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:43.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:43 smithi098 ceph-mon[112578]: pgmap v19670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:43 smithi016 ceph-mon[96085]: pgmap v19670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:44.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:44.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:36:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:36:45.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:45.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:45 smithi098 ceph-mon[112578]: pgmap v19671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:45 smithi016 ceph-mon[96085]: pgmap v19671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:46.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:46.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:47.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:47.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:48.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:48.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:48 smithi098 ceph-mon[112578]: pgmap v19672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:48.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:48 smithi016 ceph-mon[96085]: pgmap v19672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:49.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:49.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:50.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:50.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:50 smithi098 ceph-mon[112578]: pgmap v19673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:50 smithi016 ceph-mon[96085]: pgmap v19673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:51.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:51.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:52.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:52.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:52 smithi098 ceph-mon[112578]: pgmap v19674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:52 smithi016 ceph-mon[96085]: pgmap v19674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:53.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:53.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:54.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:54.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:54 smithi098 ceph-mon[112578]: pgmap v19675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:54 smithi016 ceph-mon[96085]: pgmap v19675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:55.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:55.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:56.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:56.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:56 smithi098 ceph-mon[112578]: pgmap v19676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:56 smithi016 ceph-mon[96085]: pgmap v19676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:57.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:57.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:58.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:58.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:58 smithi098 ceph-mon[112578]: pgmap v19677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:58 smithi016 ceph-mon[96085]: pgmap v19677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:59.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:36:59.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:36:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:36:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:36:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:37:00.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:00.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:00 smithi098 ceph-mon[112578]: pgmap v19678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:00 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:37:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:00 smithi016 ceph-mon[96085]: pgmap v19678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:00 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:37:01.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:01.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:37:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:37:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:37:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:37:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:37:01.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:01 smithi098 ceph-mon[112578]: pgmap v19679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:37:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:37:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:37:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:37:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:37:01.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:01 smithi016 ceph-mon[96085]: pgmap v19679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:02.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:02.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:03.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:03.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:04.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:04.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:04 smithi098 ceph-mon[112578]: pgmap v19680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:04 smithi016 ceph-mon[96085]: pgmap v19680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:05.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:05.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:06.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:06.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:06 smithi098 ceph-mon[112578]: pgmap v19681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:06 smithi016 ceph-mon[96085]: pgmap v19681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:07.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:07.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:08.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:08.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:08 smithi098 ceph-mon[112578]: pgmap v19682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:08 smithi016 ceph-mon[96085]: pgmap v19682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:09.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:09.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:10.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:10.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:10 smithi098 ceph-mon[112578]: pgmap v19683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:10.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:10 smithi016 ceph-mon[96085]: pgmap v19683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:11.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:11.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:12.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:12.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:12 smithi098 ceph-mon[112578]: pgmap v19684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:12 smithi016 ceph-mon[96085]: pgmap v19684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:13.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:13.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:14.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:14.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:14 smithi098 ceph-mon[112578]: pgmap v19685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:37:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:14 smithi016 ceph-mon[96085]: pgmap v19685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:37:15.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:15.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:15 smithi098 ceph-mon[112578]: pgmap v19686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:15 smithi016 ceph-mon[96085]: pgmap v19686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:16.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:16.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:17.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:17.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:18.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:18.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:18 smithi098 ceph-mon[112578]: pgmap v19687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:18 smithi016 ceph-mon[96085]: pgmap v19687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:19.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:19.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:20.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:20.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:20 smithi098 ceph-mon[112578]: pgmap v19688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:20 smithi016 ceph-mon[96085]: pgmap v19688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:21.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:21.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:22.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:22.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:22.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:22 smithi098 ceph-mon[112578]: pgmap v19689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:22.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:22 smithi016 ceph-mon[96085]: pgmap v19689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:23.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:23.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:24.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:24.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:24 smithi098 ceph-mon[112578]: pgmap v19690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:24 smithi016 ceph-mon[96085]: pgmap v19690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:25.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:25.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:25 smithi098 ceph-mon[112578]: pgmap v19691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:25 smithi016 ceph-mon[96085]: pgmap v19691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:26.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:26.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:27.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:27.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:28.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:28.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:28 smithi098 ceph-mon[112578]: pgmap v19692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:28.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:28 smithi016 ceph-mon[96085]: pgmap v19692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:29.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:29.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:37:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:37:30.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:30.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:30 smithi098 ceph-mon[112578]: pgmap v19693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:30 smithi016 ceph-mon[96085]: pgmap v19693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:31.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:31.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:31.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:31 smithi098 ceph-mon[112578]: pgmap v19694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:31 smithi016 ceph-mon[96085]: pgmap v19694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:32.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:32.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:33.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:33.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:34.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:34.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:34 smithi098 ceph-mon[112578]: pgmap v19695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:34 smithi016 ceph-mon[96085]: pgmap v19695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:35.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:35.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:36.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:36.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:36 smithi098 ceph-mon[112578]: pgmap v19696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:36 smithi016 ceph-mon[96085]: pgmap v19696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:37.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:37.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:38.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:38.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:38 smithi098 ceph-mon[112578]: pgmap v19697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:38 smithi016 ceph-mon[96085]: pgmap v19697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:39.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:39.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:40.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:40.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:40 smithi098 ceph-mon[112578]: pgmap v19698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:40 smithi016 ceph-mon[96085]: pgmap v19698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:41.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:41.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:41.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:41 smithi098 ceph-mon[112578]: pgmap v19699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:41 smithi016 ceph-mon[96085]: pgmap v19699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:42.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:42.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:43.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:43.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:44.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:44.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:44 smithi098 ceph-mon[112578]: pgmap v19700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:37:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:44 smithi016 ceph-mon[96085]: pgmap v19700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:37:45.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:45.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:46.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:46.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:46 smithi098 ceph-mon[112578]: pgmap v19701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:46 smithi016 ceph-mon[96085]: pgmap v19701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:47.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:47.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:48.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:48.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:48 smithi098 ceph-mon[112578]: pgmap v19702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:48 smithi016 ceph-mon[96085]: pgmap v19702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:49.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:49.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:50.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:50.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:50 smithi098 ceph-mon[112578]: pgmap v19703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:50 smithi016 ceph-mon[96085]: pgmap v19703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:51.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:51.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:52.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:52.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:52 smithi098 ceph-mon[112578]: pgmap v19704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:52 smithi016 ceph-mon[96085]: pgmap v19704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:53.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:53.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:54.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:54.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:54 smithi098 ceph-mon[112578]: pgmap v19705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:54.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:54 smithi016 ceph-mon[96085]: pgmap v19705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:55.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:55.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:56.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:56.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:56 smithi098 ceph-mon[112578]: pgmap v19706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:56 smithi016 ceph-mon[96085]: pgmap v19706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:57.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:57.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:58.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:58.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:58.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:58 smithi098 ceph-mon[112578]: pgmap v19707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:58 smithi016 ceph-mon[96085]: pgmap v19707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:59.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:37:59.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:37:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:37:59.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:37:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:38:00.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:00.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:00 smithi098 ceph-mon[112578]: pgmap v19708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:00 smithi016 ceph-mon[96085]: pgmap v19708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:01.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:01.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:38:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:38:01.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:01 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:38:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:38:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:38:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:01 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:38:02.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:02.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:02.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:02 smithi098 ceph-mon[112578]: pgmap v19709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:02.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:38:02.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:38:02.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:38:02.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:38:02.493 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:38:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:02 smithi016 ceph-mon[96085]: pgmap v19709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:38:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:38:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:38:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:38:02.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:38:03.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:03.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:04.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:04.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:04 smithi098 ceph-mon[112578]: pgmap v19710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:04 smithi016 ceph-mon[96085]: pgmap v19710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:05.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:05.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:06.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:06.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:06 smithi098 ceph-mon[112578]: pgmap v19711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:06 smithi016 ceph-mon[96085]: pgmap v19711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:07.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:07.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:08.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:08.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:08 smithi098 ceph-mon[112578]: pgmap v19712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:08 smithi016 ceph-mon[96085]: pgmap v19712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:09.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:09.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:10.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:10.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:10 smithi098 ceph-mon[112578]: pgmap v19713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:10 smithi016 ceph-mon[96085]: pgmap v19713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:11.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:11.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:12.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:12.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:12 smithi098 ceph-mon[112578]: pgmap v19714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:12.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:12 smithi016 ceph-mon[96085]: pgmap v19714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:13.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:13.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:14.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:14.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:14 smithi098 ceph-mon[112578]: pgmap v19715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:38:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:14 smithi016 ceph-mon[96085]: pgmap v19715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:38:15.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:15.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:16.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:16.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:16 smithi098 ceph-mon[112578]: pgmap v19716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:16 smithi016 ceph-mon[96085]: pgmap v19716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:17.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:17.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:18.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:18.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:18 smithi098 ceph-mon[112578]: pgmap v19717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:18 smithi016 ceph-mon[96085]: pgmap v19717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:19.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:19.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:20.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:20.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:20 smithi098 ceph-mon[112578]: pgmap v19718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:20 smithi016 ceph-mon[96085]: pgmap v19718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:21.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:21.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:22.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:22.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:22.534 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:22 smithi098 ceph-mon[112578]: pgmap v19719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:22.534 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:22 smithi016 ceph-mon[96085]: pgmap v19719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:23.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:23.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:24.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:24.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:24.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:24 smithi098 ceph-mon[112578]: pgmap v19720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:24.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:24 smithi016 ceph-mon[96085]: pgmap v19720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:25.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:25.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:26.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:26.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:26.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:26 smithi098 ceph-mon[112578]: pgmap v19721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:26.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:26 smithi016 ceph-mon[96085]: pgmap v19721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:27.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:27.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:28.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:28.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:28.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:28 smithi098 ceph-mon[112578]: pgmap v19722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:28.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:28 smithi016 ceph-mon[96085]: pgmap v19722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:29.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:29.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:38:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:29 smithi098 ceph-mon[112578]: pgmap v19723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:38:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:29 smithi016 ceph-mon[96085]: pgmap v19723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:30.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:30.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:31.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:31.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:32.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:32.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:32.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:32 smithi098 ceph-mon[112578]: pgmap v19724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:32.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:32 smithi016 ceph-mon[96085]: pgmap v19724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:33.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:33.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:34.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:34.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:34.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:34 smithi098 ceph-mon[112578]: pgmap v19725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:34.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:34 smithi016 ceph-mon[96085]: pgmap v19725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:35.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:35.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:36.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:36 smithi098 ceph-mon[112578]: pgmap v19726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:36.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:36.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:36.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:36 smithi016 ceph-mon[96085]: pgmap v19726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:37.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:37.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:38.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:38 smithi098 ceph-mon[112578]: pgmap v19727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:38.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:38.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:38.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:38 smithi016 ceph-mon[96085]: pgmap v19727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:39.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:39.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:40 smithi098 ceph-mon[112578]: pgmap v19728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:40.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:40.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:40 smithi016 ceph-mon[96085]: pgmap v19728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:41.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:41.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:42.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:42 smithi098 ceph-mon[112578]: pgmap v19729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:42.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:42.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:42.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:42 smithi016 ceph-mon[96085]: pgmap v19729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:43.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:43.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:44 smithi098 ceph-mon[112578]: pgmap v19730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:38:44.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:44.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:44 smithi016 ceph-mon[96085]: pgmap v19730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:44.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:38:45.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:45.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:46.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:46 smithi098 ceph-mon[112578]: pgmap v19731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:46.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:46 smithi016 ceph-mon[96085]: pgmap v19731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:46.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:46.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:47.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:47.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:48.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:48 smithi098 ceph-mon[112578]: pgmap v19732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:48.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:48 smithi016 ceph-mon[96085]: pgmap v19732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:48.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:48.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:49.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:49.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:50 smithi098 ceph-mon[112578]: pgmap v19733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:50 smithi016 ceph-mon[96085]: pgmap v19733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:50.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:50.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:51.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:51.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:52.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:52 smithi098 ceph-mon[112578]: pgmap v19734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:52.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:52 smithi016 ceph-mon[96085]: pgmap v19734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:52.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:52.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:53.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:53.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:54.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:54 smithi098 ceph-mon[112578]: pgmap v19735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:54.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:54 smithi016 ceph-mon[96085]: pgmap v19735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:54.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:54.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:55.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:55.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:56.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:56 smithi098 ceph-mon[112578]: pgmap v19736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:56.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:56 smithi016 ceph-mon[96085]: pgmap v19736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:56.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:56.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:57.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:57.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:58.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:58 smithi098 ceph-mon[112578]: pgmap v19737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:58.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:58 smithi016 ceph-mon[96085]: pgmap v19737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:58.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:58.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:38:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:38:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:38:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:38:59.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:38:59.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:00 smithi098 ceph-mon[112578]: pgmap v19738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:00 smithi016 ceph-mon[96085]: pgmap v19738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:00.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:00.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:01.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:01.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:02.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:02 smithi098 ceph-mon[112578]: pgmap v19739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:39:02.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:39:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:39:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:39:02.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:39:02.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:02 smithi016 ceph-mon[96085]: pgmap v19739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:39:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:39:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:39:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:39:02.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:39:02.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:02.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:39:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:39:03.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:03.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:04 smithi098 ceph-mon[112578]: pgmap v19740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:04.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:04 smithi016 ceph-mon[96085]: pgmap v19740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:04.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:04.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:05.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:05.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:06.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:06 smithi098 ceph-mon[112578]: pgmap v19741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:06 smithi016 ceph-mon[96085]: pgmap v19741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:06.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:06.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:07.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:07.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:08 smithi098 ceph-mon[112578]: pgmap v19742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:08.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:08 smithi016 ceph-mon[96085]: pgmap v19742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:08.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:08.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:09.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:09.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:10 smithi098 ceph-mon[112578]: pgmap v19743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:10 smithi016 ceph-mon[96085]: pgmap v19743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:10.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:10.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:11.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:11.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:12.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:12 smithi098 ceph-mon[112578]: pgmap v19744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:12.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:12 smithi016 ceph-mon[96085]: pgmap v19744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:12.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:12.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:13.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:13.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:14 smithi016 ceph-mon[96085]: pgmap v19745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:39:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:14 smithi098 ceph-mon[112578]: pgmap v19745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:39:14.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:14.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:15.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:15.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:16.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:16 smithi098 ceph-mon[112578]: pgmap v19746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:16.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:16 smithi016 ceph-mon[96085]: pgmap v19746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:16.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:16.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:17.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:17.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:18 smithi098 ceph-mon[112578]: pgmap v19747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:18.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:18 smithi016 ceph-mon[96085]: pgmap v19747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:18.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:18.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:19.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:19.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:20 smithi098 ceph-mon[112578]: pgmap v19748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:20 smithi016 ceph-mon[96085]: pgmap v19748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:20.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:20.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:21 smithi016 ceph-mon[96085]: pgmap v19749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:21.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:21.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:21 smithi098 ceph-mon[112578]: pgmap v19749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:22.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:22.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:23.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:23.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:23 smithi098 ceph-mon[112578]: pgmap v19750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:23 smithi016 ceph-mon[96085]: pgmap v19750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:24.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:24.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:25.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:25.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:25 smithi098 ceph-mon[112578]: pgmap v19751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:25 smithi016 ceph-mon[96085]: pgmap v19751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:26.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:26.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:27.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:27.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:27 smithi098 ceph-mon[112578]: pgmap v19752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:27 smithi016 ceph-mon[96085]: pgmap v19752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:28.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:28.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:39:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:39:29.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:29.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:30 smithi098 ceph-mon[112578]: pgmap v19753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:30 smithi016 ceph-mon[96085]: pgmap v19753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:30.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:30.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:31 smithi016 ceph-mon[96085]: pgmap v19754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:31.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:31.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:31 smithi098 ceph-mon[112578]: pgmap v19754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:32.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:32.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:33.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:33.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:33 smithi098 ceph-mon[112578]: pgmap v19755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:33 smithi016 ceph-mon[96085]: pgmap v19755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:34.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:34.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:35.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:35.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:35 smithi098 ceph-mon[112578]: pgmap v19756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:35.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:35 smithi016 ceph-mon[96085]: pgmap v19756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:36.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:36.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:37.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:37.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:37 smithi098 ceph-mon[112578]: pgmap v19757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:37 smithi016 ceph-mon[96085]: pgmap v19757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:38.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:38.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:39.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:39.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:40 smithi098 ceph-mon[112578]: pgmap v19758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:40 smithi016 ceph-mon[96085]: pgmap v19758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:40.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:40.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:41 smithi016 ceph-mon[96085]: pgmap v19759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:41.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:41.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:41 smithi098 ceph-mon[112578]: pgmap v19759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:42.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:42.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:43.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:43.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:43 smithi098 ceph-mon[112578]: pgmap v19760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:43 smithi016 ceph-mon[96085]: pgmap v19760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:44.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:44.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:39:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:39:45.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:45.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:45 smithi098 ceph-mon[112578]: pgmap v19761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:45 smithi016 ceph-mon[96085]: pgmap v19761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:46.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:46.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:47.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:47.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:47 smithi098 ceph-mon[112578]: pgmap v19762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:47 smithi016 ceph-mon[96085]: pgmap v19762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:48.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:48.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:49.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:49.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:50 smithi098 ceph-mon[112578]: pgmap v19763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:50 smithi016 ceph-mon[96085]: pgmap v19763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:50.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:50.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:51 smithi016 ceph-mon[96085]: pgmap v19764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:51.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:51.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:51 smithi098 ceph-mon[112578]: pgmap v19764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:52.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:52.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:53.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:53.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:53.647 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:53 smithi098 ceph-mon[112578]: pgmap v19765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:53 smithi016 ceph-mon[96085]: pgmap v19765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:54.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:54.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:55.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:55.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:55 smithi098 ceph-mon[112578]: pgmap v19766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:55 smithi016 ceph-mon[96085]: pgmap v19766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:56.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:56.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:57.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:57.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:57 smithi098 ceph-mon[112578]: pgmap v19767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:57 smithi016 ceph-mon[96085]: pgmap v19767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:58.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:58.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:39:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:39:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:39:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:39:59.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:39:59.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:00 smithi098 ceph-mon[112578]: pgmap v19768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:00.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T07:40:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:00 smithi016 ceph-mon[96085]: pgmap v19768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T07:40:00.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:00.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:01 smithi016 ceph-mon[96085]: pgmap v19769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:01.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:01.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:01 smithi098 ceph-mon[112578]: pgmap v19769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:02.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:02.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:02 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:40:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:02 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:40:03.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:03.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:04.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:40:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:40:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:40:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:40:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:40:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:40:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:40:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:03 smithi098 ceph-mon[112578]: pgmap v19770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:04.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:40:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:40:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:40:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:40:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:40:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:40:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:40:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:03 smithi016 ceph-mon[96085]: pgmap v19770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:04.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:04.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:05.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:05.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:05 smithi098 ceph-mon[112578]: pgmap v19771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:05 smithi016 ceph-mon[96085]: pgmap v19771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:06.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:06.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:07.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:07.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:07 smithi098 ceph-mon[112578]: pgmap v19772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:07 smithi016 ceph-mon[96085]: pgmap v19772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:08.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:08.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:09.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:09.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:10 smithi098 ceph-mon[112578]: pgmap v19773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:10 smithi016 ceph-mon[96085]: pgmap v19773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:10.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:10.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:11 smithi016 ceph-mon[96085]: pgmap v19774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:11.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:11.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:11 smithi098 ceph-mon[112578]: pgmap v19774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:12.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:12.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:13.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:13.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:13 smithi098 ceph-mon[112578]: pgmap v19775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:13 smithi016 ceph-mon[96085]: pgmap v19775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:14.671 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:40:14.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:14.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:40:15.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:15.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:15 smithi098 ceph-mon[112578]: pgmap v19776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:15 smithi016 ceph-mon[96085]: pgmap v19776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:16.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:16.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:17.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:17.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:17 smithi098 ceph-mon[112578]: pgmap v19777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:17 smithi016 ceph-mon[96085]: pgmap v19777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:18.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:18.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:19.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:19.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:20 smithi098 ceph-mon[112578]: pgmap v19778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:20 smithi016 ceph-mon[96085]: pgmap v19778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:20.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:20.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:21 smithi016 ceph-mon[96085]: pgmap v19779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:21.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:21.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:21 smithi098 ceph-mon[112578]: pgmap v19779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:22.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:22.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:23.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:23.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:23 smithi098 ceph-mon[112578]: pgmap v19780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:23 smithi016 ceph-mon[96085]: pgmap v19780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:24.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:24.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:25.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:25.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:25 smithi098 ceph-mon[112578]: pgmap v19781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:25 smithi016 ceph-mon[96085]: pgmap v19781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:26.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:26.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:27.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:27.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:27 smithi098 ceph-mon[112578]: pgmap v19782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:27 smithi016 ceph-mon[96085]: pgmap v19782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:28.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:28.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:29.012 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:40:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:40:29.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:29.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:30 smithi098 ceph-mon[112578]: pgmap v19783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:30 smithi016 ceph-mon[96085]: pgmap v19783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:30.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:30.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:31 smithi016 ceph-mon[96085]: pgmap v19784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:31.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:31.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:31 smithi098 ceph-mon[112578]: pgmap v19784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:32.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:32.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:33.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:33.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:33 smithi098 ceph-mon[112578]: pgmap v19785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:33 smithi016 ceph-mon[96085]: pgmap v19785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:34.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:34.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:35.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:35.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:35 smithi098 ceph-mon[112578]: pgmap v19786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:35 smithi016 ceph-mon[96085]: pgmap v19786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:36.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:36.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:37.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:37.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:37 smithi098 ceph-mon[112578]: pgmap v19787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:37 smithi016 ceph-mon[96085]: pgmap v19787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:38.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:38.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:39.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:39.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:40 smithi098 ceph-mon[112578]: pgmap v19788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:40 smithi016 ceph-mon[96085]: pgmap v19788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:40.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:40.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:41 smithi016 ceph-mon[96085]: pgmap v19789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:41.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:41.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:41 smithi098 ceph-mon[112578]: pgmap v19789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:42.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:42.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:43.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:43.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:43 smithi098 ceph-mon[112578]: pgmap v19790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:43 smithi016 ceph-mon[96085]: pgmap v19790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:40:44.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:44.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:40:45.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:45.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:45 smithi098 ceph-mon[112578]: pgmap v19791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:45 smithi016 ceph-mon[96085]: pgmap v19791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:46.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:46.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:47.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:47.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:47 smithi098 ceph-mon[112578]: pgmap v19792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:47 smithi016 ceph-mon[96085]: pgmap v19792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:48.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:48.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:49.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:49.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:50 smithi098 ceph-mon[112578]: pgmap v19793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:50 smithi016 ceph-mon[96085]: pgmap v19793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:50.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:50.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:51 smithi016 ceph-mon[96085]: pgmap v19794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:51.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:51.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:51 smithi098 ceph-mon[112578]: pgmap v19794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:52.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:52.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:53.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:53.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:53 smithi098 ceph-mon[112578]: pgmap v19795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:53 smithi016 ceph-mon[96085]: pgmap v19795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:54.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:54.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:55 smithi016 ceph-mon[96085]: pgmap v19796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:55.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:55.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:55 smithi098 ceph-mon[112578]: pgmap v19796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:56.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:56.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:57.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:57.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:57 smithi098 ceph-mon[112578]: pgmap v19797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:57 smithi016 ceph-mon[96085]: pgmap v19797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:58.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:58.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:40:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:40:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:40:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:40:59.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:40:59.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:00 smithi098 ceph-mon[112578]: pgmap v19798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:00 smithi016 ceph-mon[96085]: pgmap v19798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:00.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:00.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:01 smithi016 ceph-mon[96085]: pgmap v19799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:01.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:01.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:01 smithi098 ceph-mon[112578]: pgmap v19799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:02.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:02.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:03.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:03.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:41:03.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:03 smithi098 ceph-mon[112578]: pgmap v19800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:41:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:03 smithi016 ceph-mon[96085]: pgmap v19800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:04.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:04.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:41:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:41:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:41:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:41:04.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:41:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:41:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:41:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:41:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:41:04.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:41:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:05 smithi016 ceph-mon[96085]: pgmap v19801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:05 smithi098 ceph-mon[112578]: pgmap v19801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:05.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:05.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:06.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:06.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:07 smithi098 ceph-mon[112578]: pgmap v19802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:07.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:07.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:07 smithi016 ceph-mon[96085]: pgmap v19802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:08.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:08.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:09.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:09.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:10.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:10 smithi098 ceph-mon[112578]: pgmap v19803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:10 smithi016 ceph-mon[96085]: pgmap v19803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:10.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:10.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:11 smithi016 ceph-mon[96085]: pgmap v19804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:11 smithi098 ceph-mon[112578]: pgmap v19804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:11.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:11.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:12.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:12.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:13.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:13 smithi098 ceph-mon[112578]: pgmap v19805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:13.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:13.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:13 smithi016 ceph-mon[96085]: pgmap v19805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:41:14.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:14.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:41:15.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:15 smithi098 ceph-mon[112578]: pgmap v19806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:15 smithi016 ceph-mon[96085]: pgmap v19806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:15.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:15.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:16.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:16.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:17 smithi098 ceph-mon[112578]: pgmap v19807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:17 smithi016 ceph-mon[96085]: pgmap v19807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:17.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:17.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:18.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:18.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:19.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:19.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:20 smithi098 ceph-mon[112578]: pgmap v19808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:20 smithi016 ceph-mon[96085]: pgmap v19808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:20.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:20.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:21 smithi016 ceph-mon[96085]: pgmap v19809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:21 smithi098 ceph-mon[112578]: pgmap v19809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:21.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:21.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:22.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:22.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:23 smithi098 ceph-mon[112578]: pgmap v19810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:23 smithi016 ceph-mon[96085]: pgmap v19810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:23.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:23.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:24.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:24.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:25 smithi098 ceph-mon[112578]: pgmap v19811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:25 smithi016 ceph-mon[96085]: pgmap v19811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:25.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:25.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:26.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:26.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:27 smithi098 ceph-mon[112578]: pgmap v19812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:27 smithi016 ceph-mon[96085]: pgmap v19812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:27.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:27.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:28.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:28.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:41:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:41:29.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:29.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:30 smithi098 ceph-mon[112578]: pgmap v19813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:30 smithi016 ceph-mon[96085]: pgmap v19813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:30.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:30.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:31 smithi016 ceph-mon[96085]: pgmap v19814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:31 smithi098 ceph-mon[112578]: pgmap v19814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:31.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:31.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:32.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:32.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:33 smithi098 ceph-mon[112578]: pgmap v19815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:33.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:33 smithi016 ceph-mon[96085]: pgmap v19815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:33.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:33.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:34.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:34.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:35.595 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:35 smithi016 ceph-mon[96085]: pgmap v19816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:35 smithi098 ceph-mon[112578]: pgmap v19816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:35.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:35.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:36.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:36.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:37 smithi098 ceph-mon[112578]: pgmap v19817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:37 smithi016 ceph-mon[96085]: pgmap v19817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:37.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:37.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:38.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:38.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:39.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:39.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:40.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:40 smithi098 ceph-mon[112578]: pgmap v19818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:40 smithi016 ceph-mon[96085]: pgmap v19818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:40.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:40.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:41 smithi016 ceph-mon[96085]: pgmap v19819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:41 smithi098 ceph-mon[112578]: pgmap v19819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:41.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:41.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:42.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:42.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:43 smithi098 ceph-mon[112578]: pgmap v19820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:43 smithi016 ceph-mon[96085]: pgmap v19820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:43.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:43.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:41:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:41:44.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:44.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:45.709 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:45 smithi016 ceph-mon[96085]: pgmap v19821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:45 smithi098 ceph-mon[112578]: pgmap v19821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:45.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:45.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:46.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:46.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:47 smithi098 ceph-mon[112578]: pgmap v19822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:47.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:47 smithi016 ceph-mon[96085]: pgmap v19822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:47.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:47.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:48.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:48.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:49.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:49.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:50.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:50 smithi098 ceph-mon[112578]: pgmap v19823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:50.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:50 smithi016 ceph-mon[96085]: pgmap v19823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:50.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:50.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:51 smithi016 ceph-mon[96085]: pgmap v19824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:51 smithi098 ceph-mon[112578]: pgmap v19824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:51.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:51.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:52.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:52.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:53 smithi098 ceph-mon[112578]: pgmap v19825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:53 smithi016 ceph-mon[96085]: pgmap v19825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:53.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:53.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:54.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:54.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:55 smithi098 ceph-mon[112578]: pgmap v19826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:55 smithi016 ceph-mon[96085]: pgmap v19826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:55.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:55.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:56.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:56.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:57 smithi098 ceph-mon[112578]: pgmap v19827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:57 smithi016 ceph-mon[96085]: pgmap v19827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:57.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:57.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:58.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:58.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:41:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:41:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:41:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:41:59.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:41:59.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:00.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:00 smithi098 ceph-mon[112578]: pgmap v19828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:00 smithi016 ceph-mon[96085]: pgmap v19828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:00.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:00.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:01 smithi016 ceph-mon[96085]: pgmap v19829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:01 smithi098 ceph-mon[112578]: pgmap v19829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:01.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:01.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:02.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:02.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:03 smithi098 ceph-mon[112578]: pgmap v19830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:03 smithi016 ceph-mon[96085]: pgmap v19830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:03.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:03.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:42:04.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:42:04.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:04.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:42:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:42:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:42:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:42:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:05 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1627M 2023-10-17T07:42:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:42:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:42:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:42:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:42:05.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:42:05.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:42:05.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:05 smithi098 ceph-mon[112578]: pgmap v19831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:42:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:42:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:42:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:42:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:05 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1627M 2023-10-17T07:42:05.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:42:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:42:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:42:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:42:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:42:05.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:42:05.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:05 smithi016 ceph-mon[96085]: pgmap v19831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:05.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:05.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:06.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:06.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:07 smithi098 ceph-mon[112578]: pgmap v19832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:07 smithi016 ceph-mon[96085]: pgmap v19832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:07.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:07.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:08.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:08.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:09.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:09.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:10.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:10 smithi098 ceph-mon[112578]: pgmap v19833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:10 smithi016 ceph-mon[96085]: pgmap v19833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:10.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:10.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:11 smithi098 ceph-mon[112578]: pgmap v19834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:11 smithi016 ceph-mon[96085]: pgmap v19834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:11.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:11.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:12.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:12.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:13 smithi098 ceph-mon[112578]: pgmap v19835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:13 smithi016 ceph-mon[96085]: pgmap v19835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:13.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:13.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:42:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:42:14.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:14.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:15 smithi098 ceph-mon[112578]: pgmap v19836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:15 smithi016 ceph-mon[96085]: pgmap v19836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:15.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:15.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:16.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:16.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:17 smithi098 ceph-mon[112578]: pgmap v19837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:17 smithi016 ceph-mon[96085]: pgmap v19837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:17.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:17.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:18.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:18.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:19.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:19.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:20.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:20 smithi098 ceph-mon[112578]: pgmap v19838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:20.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:20 smithi016 ceph-mon[96085]: pgmap v19838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:20.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:20.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:21 smithi016 ceph-mon[96085]: pgmap v19839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:21 smithi098 ceph-mon[112578]: pgmap v19839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:21.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:21.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:22.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:22.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:23 smithi098 ceph-mon[112578]: pgmap v19840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:23 smithi016 ceph-mon[96085]: pgmap v19840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:23.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:23.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:24.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:24.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:25 smithi098 ceph-mon[112578]: pgmap v19841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:25 smithi016 ceph-mon[96085]: pgmap v19841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:25.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:25.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:26.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:26.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:27 smithi098 ceph-mon[112578]: pgmap v19842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:27 smithi016 ceph-mon[96085]: pgmap v19842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:27.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:27.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:28.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:28.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:42:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:42:29.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:29.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:30 smithi098 ceph-mon[112578]: pgmap v19843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:30.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:30 smithi016 ceph-mon[96085]: pgmap v19843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:30.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:30.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:31 smithi016 ceph-mon[96085]: pgmap v19844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:31 smithi098 ceph-mon[112578]: pgmap v19844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:31.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:31.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:32.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:32.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:33 smithi098 ceph-mon[112578]: pgmap v19845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:33 smithi016 ceph-mon[96085]: pgmap v19845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:33.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:33.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:34.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:34.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:35 smithi098 ceph-mon[112578]: pgmap v19846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:35 smithi016 ceph-mon[96085]: pgmap v19846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:35.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:35.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:36.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:36.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:37 smithi098 ceph-mon[112578]: pgmap v19847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:37 smithi016 ceph-mon[96085]: pgmap v19847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:37.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:37.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:38.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:38.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:39.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:39.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:40 smithi016 ceph-mon[96085]: pgmap v19848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:40 smithi098 ceph-mon[112578]: pgmap v19848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:40.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:40.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:41 smithi016 ceph-mon[96085]: pgmap v19849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:41 smithi098 ceph-mon[112578]: pgmap v19849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:41.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:41.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:42.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:42.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:43 smithi098 ceph-mon[112578]: pgmap v19850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:43 smithi016 ceph-mon[96085]: pgmap v19850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:43.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:43.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:42:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:42:44.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:44.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:45 smithi098 ceph-mon[112578]: pgmap v19851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:45 smithi016 ceph-mon[96085]: pgmap v19851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:45.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:45.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:46.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:46.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:47 smithi098 ceph-mon[112578]: pgmap v19852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:47 smithi016 ceph-mon[96085]: pgmap v19852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:47.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:47.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:48.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:48.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:49.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:49.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:50.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:50 smithi016 ceph-mon[96085]: pgmap v19853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:50 smithi098 ceph-mon[112578]: pgmap v19853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:50.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:50.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:51.458 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:51 smithi016 ceph-mon[96085]: pgmap v19854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:51 smithi098 ceph-mon[112578]: pgmap v19854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:51.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:51.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:52.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:52.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:53 smithi098 ceph-mon[112578]: pgmap v19855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:53.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:53 smithi016 ceph-mon[96085]: pgmap v19855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:53.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:53.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:54.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:54.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:55 smithi098 ceph-mon[112578]: pgmap v19856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:55 smithi016 ceph-mon[96085]: pgmap v19856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:55.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:55.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:56.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:56.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:57 smithi098 ceph-mon[112578]: pgmap v19857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:57 smithi016 ceph-mon[96085]: pgmap v19857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:57.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:57.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:58.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:58.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:42:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:42:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:42:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:42:59.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:42:59.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:00.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:00 smithi016 ceph-mon[96085]: pgmap v19858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:00.584 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:00 smithi098 ceph-mon[112578]: pgmap v19858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:00.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:00.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:01 smithi016 ceph-mon[96085]: pgmap v19859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:01 smithi098 ceph-mon[112578]: pgmap v19859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:01.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:01.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:02.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:02.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:03.710 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:03 smithi016 ceph-mon[96085]: pgmap v19860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:03 smithi098 ceph-mon[112578]: pgmap v19860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:03.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:03.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:04.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:04.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:43:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:43:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:43:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:43:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:43:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:43:05.637 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:43:05.637 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:43:05.637 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:43:05.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:43:05.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:43:05.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:43:05.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:05.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:06.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:06 smithi016 ceph-mon[96085]: pgmap v19861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:06 smithi098 ceph-mon[112578]: pgmap v19861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:06.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:06.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:07 smithi098 ceph-mon[112578]: pgmap v19862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:07 smithi016 ceph-mon[96085]: pgmap v19862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:07.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:07.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:08.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:08.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:09.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:09.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:10.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:10 smithi016 ceph-mon[96085]: pgmap v19863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:10.688 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:10 smithi098 ceph-mon[112578]: pgmap v19863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:10.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:10.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:11 smithi016 ceph-mon[96085]: pgmap v19864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:11 smithi098 ceph-mon[112578]: pgmap v19864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:11.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:11.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:12.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:12.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:13 smithi098 ceph-mon[112578]: pgmap v19865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:13 smithi016 ceph-mon[96085]: pgmap v19865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:13.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:13.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:43:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:43:14.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:14.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:15.741 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:15 smithi098 ceph-mon[112578]: pgmap v19866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:15 smithi016 ceph-mon[96085]: pgmap v19866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:15.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:15.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:16.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:16.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:17 smithi098 ceph-mon[112578]: pgmap v19867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:17 smithi016 ceph-mon[96085]: pgmap v19867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:17.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:17.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:18.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:18.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:19.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:19.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:20.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:20 smithi016 ceph-mon[96085]: pgmap v19868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:20 smithi098 ceph-mon[112578]: pgmap v19868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:20.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:20.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:21 smithi016 ceph-mon[96085]: pgmap v19869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:21 smithi098 ceph-mon[112578]: pgmap v19869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:21.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:21.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:22.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:22.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:23 smithi098 ceph-mon[112578]: pgmap v19870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:23 smithi016 ceph-mon[96085]: pgmap v19870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:23.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:23.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:24.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:24.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:25 smithi098 ceph-mon[112578]: pgmap v19871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:25 smithi016 ceph-mon[96085]: pgmap v19871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:25.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:26.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:27.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:27.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:27 smithi098 ceph-mon[112578]: pgmap v19872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:27 smithi016 ceph-mon[96085]: pgmap v19872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:28.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:28.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:29.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:29.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:43:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:43:30.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:30.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:30.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:30 smithi016 ceph-mon[96085]: pgmap v19873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:30 smithi098 ceph-mon[112578]: pgmap v19873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:31.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:31.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:31 smithi016 ceph-mon[96085]: pgmap v19874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:31 smithi098 ceph-mon[112578]: pgmap v19874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:32.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:32.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:33.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:33.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:33 smithi098 ceph-mon[112578]: pgmap v19875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:33 smithi016 ceph-mon[96085]: pgmap v19875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:34.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:34.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:35.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:35.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:35 smithi098 ceph-mon[112578]: pgmap v19876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:35 smithi016 ceph-mon[96085]: pgmap v19876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:36.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:36.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:37.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:37.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:37 smithi098 ceph-mon[112578]: pgmap v19877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:37 smithi016 ceph-mon[96085]: pgmap v19877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:38.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:38.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:39.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:39.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:40.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:40.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:40 smithi016 ceph-mon[96085]: pgmap v19878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:40 smithi098 ceph-mon[112578]: pgmap v19878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:41.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:41.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:41 smithi016 ceph-mon[96085]: pgmap v19879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:41 smithi098 ceph-mon[112578]: pgmap v19879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:42.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:42.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:43.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:43.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:43 smithi098 ceph-mon[112578]: pgmap v19880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:43 smithi016 ceph-mon[96085]: pgmap v19880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:44.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:44.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:43:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:43:45.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:45.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:45 smithi098 ceph-mon[112578]: pgmap v19881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:45 smithi016 ceph-mon[96085]: pgmap v19881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:46.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:46.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:47.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:47.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:47 smithi098 ceph-mon[112578]: pgmap v19882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:47 smithi016 ceph-mon[96085]: pgmap v19882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:48.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:48.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:49.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:49.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:50.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:50.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:50 smithi098 ceph-mon[112578]: pgmap v19883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:50 smithi016 ceph-mon[96085]: pgmap v19883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:51.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:51.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:51 smithi016 ceph-mon[96085]: pgmap v19884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:51 smithi098 ceph-mon[112578]: pgmap v19884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:52.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:52.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:53.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:53.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:53 smithi098 ceph-mon[112578]: pgmap v19885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:53 smithi016 ceph-mon[96085]: pgmap v19885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:54.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:54.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:55.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:55.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:55 smithi098 ceph-mon[112578]: pgmap v19886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:55 smithi016 ceph-mon[96085]: pgmap v19886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:56.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:56.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:57.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:57.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:57 smithi016 ceph-mon[96085]: pgmap v19887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:57 smithi098 ceph-mon[112578]: pgmap v19887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:58.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:58.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:43:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:43:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:43:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:43:59.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:43:59.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:00.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:00.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:00 smithi098 ceph-mon[112578]: pgmap v19888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:00 smithi016 ceph-mon[96085]: pgmap v19888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:01.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:01.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:01.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:01 smithi098 ceph-mon[112578]: pgmap v19889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:01 smithi016 ceph-mon[96085]: pgmap v19889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:02.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:02.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:03.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:03.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:03 smithi098 ceph-mon[112578]: pgmap v19890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:03.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:03 smithi016 ceph-mon[96085]: pgmap v19890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:04.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:04.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:05.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:05.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:44:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:44:06.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:06.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:06 smithi098 ceph-mon[112578]: pgmap v19891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:44:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:44:06.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:44:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:44:06.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:44:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:06 smithi016 ceph-mon[96085]: pgmap v19891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:44:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:44:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:44:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:44:06.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:44:07.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:07.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:07 smithi098 ceph-mon[112578]: pgmap v19892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:07.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:07 smithi016 ceph-mon[96085]: pgmap v19892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:08.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:08.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:09.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:09.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:10.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:10.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:10 smithi098 ceph-mon[112578]: pgmap v19893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:10 smithi016 ceph-mon[96085]: pgmap v19893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:11.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:11.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:11 smithi098 ceph-mon[112578]: pgmap v19894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:11.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:11 smithi016 ceph-mon[96085]: pgmap v19894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:12.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:12.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:13.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:13.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:13 smithi098 ceph-mon[112578]: pgmap v19895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:13 smithi016 ceph-mon[96085]: pgmap v19895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:14.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:14.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:44:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:44:15.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:15.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:15 smithi098 ceph-mon[112578]: pgmap v19896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:15 smithi016 ceph-mon[96085]: pgmap v19896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:16.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:16.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:17.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:17.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:17 smithi098 ceph-mon[112578]: pgmap v19897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:17 smithi016 ceph-mon[96085]: pgmap v19897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:18.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:18.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:19.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:19.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:20.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:20.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:20 smithi098 ceph-mon[112578]: pgmap v19898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:20 smithi016 ceph-mon[96085]: pgmap v19898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:21.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:21.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:21 smithi016 ceph-mon[96085]: pgmap v19899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:21 smithi098 ceph-mon[112578]: pgmap v19899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:22.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:22.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:23.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:23.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:23.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:23 smithi098 ceph-mon[112578]: pgmap v19900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:23 smithi016 ceph-mon[96085]: pgmap v19900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:24.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:24.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:25.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:25.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:25 smithi098 ceph-mon[112578]: pgmap v19901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:25 smithi016 ceph-mon[96085]: pgmap v19901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:26.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:26.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:27.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:27.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:27 smithi098 ceph-mon[112578]: pgmap v19902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:27 smithi016 ceph-mon[96085]: pgmap v19902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:28.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:28.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:44:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:44:29.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:29.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:30.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:30.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:30 smithi098 ceph-mon[112578]: pgmap v19903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:30 smithi016 ceph-mon[96085]: pgmap v19903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:31.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:31.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:31 smithi016 ceph-mon[96085]: pgmap v19904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:31 smithi098 ceph-mon[112578]: pgmap v19904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:32.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:32.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:33.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:33.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:33 smithi098 ceph-mon[112578]: pgmap v19905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:33 smithi016 ceph-mon[96085]: pgmap v19905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:34.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:34.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:35.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:35.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:35 smithi098 ceph-mon[112578]: pgmap v19906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:35 smithi016 ceph-mon[96085]: pgmap v19906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:36.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:36.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:37.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:37.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:37.678 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:37 smithi016 ceph-mon[96085]: pgmap v19907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:37 smithi098 ceph-mon[112578]: pgmap v19907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:38.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:38.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:39.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:39.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:40.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:40.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:40 smithi098 ceph-mon[112578]: pgmap v19908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:40 smithi016 ceph-mon[96085]: pgmap v19908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:41.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:41.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:41 smithi016 ceph-mon[96085]: pgmap v19909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:41.637 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:41 smithi098 ceph-mon[112578]: pgmap v19909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:42.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:42.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:43.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:43.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:43 smithi098 ceph-mon[112578]: pgmap v19910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:43 smithi016 ceph-mon[96085]: pgmap v19910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:44.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:44.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:44:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:44:45.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:45.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:46.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:46.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:46.690 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:46 smithi098 ceph-mon[112578]: pgmap v19911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:46 smithi016 ceph-mon[96085]: pgmap v19911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:47.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:47.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:48.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:48.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:48 smithi098 ceph-mon[112578]: pgmap v19912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:48 smithi016 ceph-mon[96085]: pgmap v19912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:49.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:49.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:50.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:50.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:51.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:51.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:51 smithi016 ceph-mon[96085]: pgmap v19913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:51.744 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:51 smithi098 ceph-mon[112578]: pgmap v19913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:52.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:52.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:53.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:53.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:53 smithi098 ceph-mon[112578]: pgmap v19914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:53 smithi016 ceph-mon[96085]: pgmap v19914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:54.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:54.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:55.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:55.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:55 smithi098 ceph-mon[112578]: pgmap v19915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:55 smithi016 ceph-mon[96085]: pgmap v19915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:56.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:56.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:57.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:57.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:57 smithi098 ceph-mon[112578]: pgmap v19916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:57 smithi016 ceph-mon[96085]: pgmap v19916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:58.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:58.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:59.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:44:59.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:59 smithi098 ceph-mon[112578]: pgmap v19917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:44:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:44:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:59 smithi016 ceph-mon[96085]: pgmap v19917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:44:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:45:00.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:00.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:01.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:01.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:01 smithi016 ceph-mon[96085]: pgmap v19918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:01 smithi098 ceph-mon[112578]: pgmap v19918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:02.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:02.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:03.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:03.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:03 smithi098 ceph-mon[112578]: pgmap v19919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:03 smithi016 ceph-mon[96085]: pgmap v19919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:04.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:04.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:05.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:05.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:05 smithi098 ceph-mon[112578]: pgmap v19920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:05 smithi016 ceph-mon[96085]: pgmap v19920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:06.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:06.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:45:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:45:07.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:07.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:07 smithi098 ceph-mon[112578]: pgmap v19921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:07 smithi016 ceph-mon[96085]: pgmap v19921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:08.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:08.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:09.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:09.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:09 smithi098 ceph-mon[112578]: pgmap v19922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:45:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:45:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:45:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:45:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:45:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:45:09.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:45:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:09 smithi016 ceph-mon[96085]: pgmap v19922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:45:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:45:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:45:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:45:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:45:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:45:09.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:45:10.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:10.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:11.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:11.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:11 smithi016 ceph-mon[96085]: pgmap v19923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:11 smithi098 ceph-mon[112578]: pgmap v19923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:12.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:12.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:12 smithi098 ceph-mon[112578]: pgmap v19924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:12 smithi016 ceph-mon[96085]: pgmap v19924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:13.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:13.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:14.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:14.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:14 smithi098 ceph-mon[112578]: pgmap v19925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:45:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:14 smithi016 ceph-mon[96085]: pgmap v19925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:45:15.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:15.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:16.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:16.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:16 smithi098 ceph-mon[112578]: pgmap v19926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:16 smithi016 ceph-mon[96085]: pgmap v19926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:17.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:17.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:18.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:18.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:18 smithi016 ceph-mon[96085]: pgmap v19927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:18 smithi098 ceph-mon[112578]: pgmap v19927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:19.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:19.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:20.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:20.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:21.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:21.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:21 smithi016 ceph-mon[96085]: pgmap v19928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:21 smithi098 ceph-mon[112578]: pgmap v19928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:22.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:22.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:23.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:23.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:23 smithi016 ceph-mon[96085]: pgmap v19929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:23 smithi098 ceph-mon[112578]: pgmap v19929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:24.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:24.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:25.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:25.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:25 smithi098 ceph-mon[112578]: pgmap v19930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:25 smithi016 ceph-mon[96085]: pgmap v19930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:26.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:26.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:27.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:27.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:27 smithi098 ceph-mon[112578]: pgmap v19931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:27 smithi016 ceph-mon[96085]: pgmap v19931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:28.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:28.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:29.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:29.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:29 smithi098 ceph-mon[112578]: pgmap v19932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:29.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:45:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:29 smithi016 ceph-mon[96085]: pgmap v19932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:45:30.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:30.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:31.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:31.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:31 smithi016 ceph-mon[96085]: pgmap v19933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:31 smithi098 ceph-mon[112578]: pgmap v19933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:32.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:32.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:33.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:33.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:33 smithi098 ceph-mon[112578]: pgmap v19934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:33 smithi016 ceph-mon[96085]: pgmap v19934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:34.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:34.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:35.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:35.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:35 smithi098 ceph-mon[112578]: pgmap v19935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:35 smithi016 ceph-mon[96085]: pgmap v19935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:36.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:36.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:37.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:37.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:37 smithi098 ceph-mon[112578]: pgmap v19936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:37.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:37 smithi016 ceph-mon[96085]: pgmap v19936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:38.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:38.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:39.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:39.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:39 smithi098 ceph-mon[112578]: pgmap v19937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:39 smithi016 ceph-mon[96085]: pgmap v19937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:40.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:40.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:41.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:41.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:41 smithi016 ceph-mon[96085]: pgmap v19938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:41 smithi098 ceph-mon[112578]: pgmap v19938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:42.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:42.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:42 smithi098 ceph-mon[112578]: pgmap v19939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:42 smithi016 ceph-mon[96085]: pgmap v19939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:43.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:43.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:44.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:44.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:44 smithi098 ceph-mon[112578]: pgmap v19940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:45:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:44 smithi016 ceph-mon[96085]: pgmap v19940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:45:45.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:45.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:46.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:46.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:46 smithi098 ceph-mon[112578]: pgmap v19941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:46 smithi016 ceph-mon[96085]: pgmap v19941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:47.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:47.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:48.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:48.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:48 smithi098 ceph-mon[112578]: pgmap v19942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:48 smithi016 ceph-mon[96085]: pgmap v19942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:49.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:49.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:50.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:50.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:51.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:51.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:51 smithi016 ceph-mon[96085]: pgmap v19943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:51 smithi098 ceph-mon[112578]: pgmap v19943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:52.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:52.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:53.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:53.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:53 smithi098 ceph-mon[112578]: pgmap v19944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:53 smithi016 ceph-mon[96085]: pgmap v19944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:54.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:54.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:55.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:55.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:55 smithi098 ceph-mon[112578]: pgmap v19945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:55 smithi016 ceph-mon[96085]: pgmap v19945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:56.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:56.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:57.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:57.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:57.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:57 smithi098 ceph-mon[112578]: pgmap v19946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:57 smithi016 ceph-mon[96085]: pgmap v19946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:58.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:58.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:59.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:45:59.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:59 smithi098 ceph-mon[112578]: pgmap v19947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:45:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:45:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:59 smithi016 ceph-mon[96085]: pgmap v19947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:45:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:46:00.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:00.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:01.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:01.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:01 smithi016 ceph-mon[96085]: pgmap v19948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:01 smithi098 ceph-mon[112578]: pgmap v19948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:02.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:02.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:03.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:03.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:03.660 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:03 smithi016 ceph-mon[96085]: pgmap v19949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:03 smithi098 ceph-mon[112578]: pgmap v19949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:04.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:04.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:05.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:05.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:05 smithi098 ceph-mon[112578]: pgmap v19950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:05 smithi016 ceph-mon[96085]: pgmap v19950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:06.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:06.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:07.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:07.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:07 smithi098 ceph-mon[112578]: pgmap v19951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:07 smithi016 ceph-mon[96085]: pgmap v19951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:08.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:08.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:09.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:09.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:09 smithi098 ceph-mon[112578]: pgmap v19952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:09 smithi016 ceph-mon[96085]: pgmap v19952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:10.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:10.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:10 smithi098 ceph-mon[112578]: pgmap v19953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:10 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:46:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:10 smithi016 ceph-mon[96085]: pgmap v19953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:10 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:46:11.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:11.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:12.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:12.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:12 smithi098 ceph-mon[112578]: pgmap v19954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:12 smithi016 ceph-mon[96085]: pgmap v19954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:13.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:13.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:14.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:14.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:14 smithi098 ceph-mon[112578]: pgmap v19955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:46:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:46:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:46:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:14 smithi016 ceph-mon[96085]: pgmap v19955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:46:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:46:14.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:46:15.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:15.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:46:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:46:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:46:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:46:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:46:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:46:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:46:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:46:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:46:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:46:16.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:16.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:16 smithi098 ceph-mon[112578]: pgmap v19956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:16 smithi016 ceph-mon[96085]: pgmap v19956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:17.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:17.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:18.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:18.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:18 smithi098 ceph-mon[112578]: pgmap v19957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:18 smithi016 ceph-mon[96085]: pgmap v19957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:19.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:19.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:20.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:20.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:21.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:21.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:21 smithi016 ceph-mon[96085]: pgmap v19958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:21 smithi098 ceph-mon[112578]: pgmap v19958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:22.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:22.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:23.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:23.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:23 smithi098 ceph-mon[112578]: pgmap v19959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:23 smithi016 ceph-mon[96085]: pgmap v19959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:24.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:24.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:25.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:25.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:25 smithi098 ceph-mon[112578]: pgmap v19960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:25 smithi016 ceph-mon[96085]: pgmap v19960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:26.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:26.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:27.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:27.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:27.748 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:27 smithi098 ceph-mon[112578]: pgmap v19961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:27 smithi016 ceph-mon[96085]: pgmap v19961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:28.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:28.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:29.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:29.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:29 smithi098 ceph-mon[112578]: pgmap v19962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:29.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:46:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:29 smithi016 ceph-mon[96085]: pgmap v19962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:46:30.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:30.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:31.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:31.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:31 smithi016 ceph-mon[96085]: pgmap v19963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:31 smithi098 ceph-mon[112578]: pgmap v19963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:32.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:32.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:33.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:33.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:33 smithi098 ceph-mon[112578]: pgmap v19964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:33 smithi016 ceph-mon[96085]: pgmap v19964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:34.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:34.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:35.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:35.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:35 smithi098 ceph-mon[112578]: pgmap v19965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:35 smithi016 ceph-mon[96085]: pgmap v19965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:36.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:36.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:37.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:37.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:37 smithi098 ceph-mon[112578]: pgmap v19966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:37 smithi016 ceph-mon[96085]: pgmap v19966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:38.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:38.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:39.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:39.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:39 smithi098 ceph-mon[112578]: pgmap v19967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:39 smithi016 ceph-mon[96085]: pgmap v19967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:40.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:40.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:40 smithi098 ceph-mon[112578]: pgmap v19968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:40 smithi016 ceph-mon[96085]: pgmap v19968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:41.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:41.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:42.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:42.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:42 smithi098 ceph-mon[112578]: pgmap v19969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:42 smithi016 ceph-mon[96085]: pgmap v19969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:43.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:43.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:44.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:44.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:44 smithi098 ceph-mon[112578]: pgmap v19970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:46:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:44 smithi016 ceph-mon[96085]: pgmap v19970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:46:45.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:45.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:46.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:46.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:46 smithi098 ceph-mon[112578]: pgmap v19971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:46 smithi016 ceph-mon[96085]: pgmap v19971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:47.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:47.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:48.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:48.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:48 smithi098 ceph-mon[112578]: pgmap v19972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:48 smithi016 ceph-mon[96085]: pgmap v19972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:49.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:49.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:50.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:50.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:51.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:51.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:51 smithi016 ceph-mon[96085]: pgmap v19973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:51 smithi098 ceph-mon[112578]: pgmap v19973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:52.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:52.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:53.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:53.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:53 smithi098 ceph-mon[112578]: pgmap v19974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:53 smithi016 ceph-mon[96085]: pgmap v19974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:54.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:54.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:55.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:55.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:55 smithi098 ceph-mon[112578]: pgmap v19975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:55 smithi016 ceph-mon[96085]: pgmap v19975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:56.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:56.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:57.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:57.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:57 smithi098 ceph-mon[112578]: pgmap v19976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:57 smithi016 ceph-mon[96085]: pgmap v19976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:58.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:58.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:59.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:46:59.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:59 smithi098 ceph-mon[112578]: pgmap v19977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:46:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:46:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:59 smithi016 ceph-mon[96085]: pgmap v19977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:46:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:47:00.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:00.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:01.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:01.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:01.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:01 smithi016 ceph-mon[96085]: pgmap v19978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:01 smithi098 ceph-mon[112578]: pgmap v19978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:02.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:02.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:03.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:03.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:03 smithi098 ceph-mon[112578]: pgmap v19979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:03 smithi016 ceph-mon[96085]: pgmap v19979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:04.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:04.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:05.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:05.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:05.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:05 smithi098 ceph-mon[112578]: pgmap v19980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:05 smithi016 ceph-mon[96085]: pgmap v19980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:06.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:06.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:06 smithi098 ceph-mon[112578]: pgmap v19981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:06 smithi016 ceph-mon[96085]: pgmap v19981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:07.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:07.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:08.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:08.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:08.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:08 smithi098 ceph-mon[112578]: pgmap v19982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:08 smithi016 ceph-mon[96085]: pgmap v19982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:09.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:09.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:10.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:10.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:11.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:11.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:11 smithi016 ceph-mon[96085]: pgmap v19983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:11 smithi098 ceph-mon[112578]: pgmap v19983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:12.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:12.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:13.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:13.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:13 smithi098 ceph-mon[112578]: pgmap v19984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:13 smithi016 ceph-mon[96085]: pgmap v19984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:14.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:14.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:47:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:47:15.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:15.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:15 smithi098 ceph-mon[112578]: pgmap v19985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:15.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:15 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:47:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:15 smithi016 ceph-mon[96085]: pgmap v19985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:15.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:15 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:47:16.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:16.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:47:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:47:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:47:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:47:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:47:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:47:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:47:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:47:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:47:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:47:17.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:17.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:17 smithi098 ceph-mon[112578]: pgmap v19986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:17 smithi016 ceph-mon[96085]: pgmap v19986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:18.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:18.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:19.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:19.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:19.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:19 smithi098 ceph-mon[112578]: pgmap v19987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:19.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:19 smithi016 ceph-mon[96085]: pgmap v19987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:20.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:20.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:21.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:21.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:21 smithi016 ceph-mon[96085]: pgmap v19988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:21 smithi098 ceph-mon[112578]: pgmap v19988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:22.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:22.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:23.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:23.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:23 smithi098 ceph-mon[112578]: pgmap v19989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:23 smithi016 ceph-mon[96085]: pgmap v19989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:24.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:24.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:25.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:25.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:25.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:25 smithi098 ceph-mon[112578]: pgmap v19990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:25.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:25 smithi016 ceph-mon[96085]: pgmap v19990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:26.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:26.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:26 smithi098 ceph-mon[112578]: pgmap v19991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:26 smithi016 ceph-mon[96085]: pgmap v19991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:27.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:27.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:28.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:28.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:28 smithi098 ceph-mon[112578]: pgmap v19992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:28 smithi016 ceph-mon[96085]: pgmap v19992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:29.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:29.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:47:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:47:30.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:30.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:31.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:31.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:31.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:31 smithi016 ceph-mon[96085]: pgmap v19993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:31 smithi098 ceph-mon[112578]: pgmap v19993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:32.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:32.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:33.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:33.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:33 smithi098 ceph-mon[112578]: pgmap v19994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:33 smithi016 ceph-mon[96085]: pgmap v19994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:34.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:34.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:35.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:35.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:35 smithi098 ceph-mon[112578]: pgmap v19995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:35 smithi016 ceph-mon[96085]: pgmap v19995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:36.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:36.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:37.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:37.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:37 smithi098 ceph-mon[112578]: pgmap v19996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:37 smithi016 ceph-mon[96085]: pgmap v19996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:38.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:38.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:39.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:39.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:39.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:39 smithi098 ceph-mon[112578]: pgmap v19997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:39.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:39 smithi016 ceph-mon[96085]: pgmap v19997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:40.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:40.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:41.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:41.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:41 smithi016 ceph-mon[96085]: pgmap v19998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:41 smithi098 ceph-mon[112578]: pgmap v19998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:42.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:42.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:43.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:43.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:43 smithi098 ceph-mon[112578]: pgmap v19999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:43 smithi016 ceph-mon[96085]: pgmap v19999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:44.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:44.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:47:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:47:45.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:45.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:45 smithi098 ceph-mon[112578]: pgmap v20000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:45 smithi016 ceph-mon[96085]: pgmap v20000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:46.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:46.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:46 smithi098 ceph-mon[112578]: pgmap v20001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:46.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:46 smithi016 ceph-mon[96085]: pgmap v20001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:47.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:47.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:48.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:48.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:48 smithi098 ceph-mon[112578]: pgmap v20002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:48 smithi016 ceph-mon[96085]: pgmap v20002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:49.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:49.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:50.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:50.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:51.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:51.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:51 smithi016 ceph-mon[96085]: pgmap v20003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:51 smithi098 ceph-mon[112578]: pgmap v20003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:52.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:52.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:53.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:53.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:53.632 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:53 smithi098 ceph-mon[112578]: pgmap v20004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:53 smithi016 ceph-mon[96085]: pgmap v20004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:54.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:54.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:55.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:55.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:55 smithi098 ceph-mon[112578]: pgmap v20005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:55.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:55 smithi016 ceph-mon[96085]: pgmap v20005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:56.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:56.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:57.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:57.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:57 smithi098 ceph-mon[112578]: pgmap v20006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:57 smithi016 ceph-mon[96085]: pgmap v20006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:58.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:58.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:59.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:47:59.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:59 smithi098 ceph-mon[112578]: pgmap v20007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:47:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:47:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:59 smithi016 ceph-mon[96085]: pgmap v20007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:47:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:48:00.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:00.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:01.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:01.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:01 smithi016 ceph-mon[96085]: pgmap v20008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:01 smithi098 ceph-mon[112578]: pgmap v20008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:02.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:02.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:03.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:03.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:03.737 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:03 smithi098 ceph-mon[112578]: pgmap v20009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:03 smithi016 ceph-mon[96085]: pgmap v20009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:04.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:04.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:05.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:05.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:05 smithi098 ceph-mon[112578]: pgmap v20010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:05 smithi016 ceph-mon[96085]: pgmap v20010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:06.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:06.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:06 smithi098 ceph-mon[112578]: pgmap v20011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:06 smithi016 ceph-mon[96085]: pgmap v20011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:07.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:07.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:08.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:08.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:08 smithi098 ceph-mon[112578]: pgmap v20012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:08 smithi016 ceph-mon[96085]: pgmap v20012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:09.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:09.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:10.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:10.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:11.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:11.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:11.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:11 smithi016 ceph-mon[96085]: pgmap v20013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:11 smithi098 ceph-mon[112578]: pgmap v20013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:12.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:12.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:13.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:13.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:13 smithi098 ceph-mon[112578]: pgmap v20014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:13 smithi016 ceph-mon[96085]: pgmap v20014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:14.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:14.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:48:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:48:15.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:15.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:15.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:15 smithi016 ceph-mon[96085]: pgmap v20015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:15 smithi098 ceph-mon[112578]: pgmap v20015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:16.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:16.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:48:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:48:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:48:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:48:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:48:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:48:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:48:16.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:16 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:48:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:48:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:48:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:48:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:48:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:48:16.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:48:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:48:16.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:16 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:48:17.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:17.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:17 smithi098 ceph-mon[112578]: pgmap v20016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:17 smithi016 ceph-mon[96085]: pgmap v20016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:18.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:18.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:18 smithi098 ceph-mon[112578]: pgmap v20017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:18 smithi016 ceph-mon[96085]: pgmap v20017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:19.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:19.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:20.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:20.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:21.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:21.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:21 smithi016 ceph-mon[96085]: pgmap v20018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:21 smithi098 ceph-mon[112578]: pgmap v20018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:22.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:22.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:23.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:23.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:23 smithi098 ceph-mon[112578]: pgmap v20019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:23.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:23 smithi016 ceph-mon[96085]: pgmap v20019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:24.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:24.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:25.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:25.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:25 smithi098 ceph-mon[112578]: pgmap v20020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:25 smithi016 ceph-mon[96085]: pgmap v20020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:26.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:26.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:27.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:27.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:27 smithi098 ceph-mon[112578]: pgmap v20021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:27 smithi016 ceph-mon[96085]: pgmap v20021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:28.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:28.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:29.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:29.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:29 smithi098 ceph-mon[112578]: pgmap v20022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:29.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:48:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:29 smithi016 ceph-mon[96085]: pgmap v20022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:48:30.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:30.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:31.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:31.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:31 smithi016 ceph-mon[96085]: pgmap v20023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:31 smithi098 ceph-mon[112578]: pgmap v20023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:32.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:32.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:33.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:33.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:33 smithi098 ceph-mon[112578]: pgmap v20024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:33 smithi016 ceph-mon[96085]: pgmap v20024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:34.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:34.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:35.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:35.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:35 smithi098 ceph-mon[112578]: pgmap v20025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:35 smithi016 ceph-mon[96085]: pgmap v20025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:36.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:36.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:36 smithi098 ceph-mon[112578]: pgmap v20026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:36 smithi016 ceph-mon[96085]: pgmap v20026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:37.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:37.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:38.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:38.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:38 smithi098 ceph-mon[112578]: pgmap v20027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:38 smithi016 ceph-mon[96085]: pgmap v20027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:39.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:39.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:40.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:40.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:41.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:41.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:41 smithi016 ceph-mon[96085]: pgmap v20028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:41 smithi098 ceph-mon[112578]: pgmap v20028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:42.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:42.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:43.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:43.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:43 smithi098 ceph-mon[112578]: pgmap v20029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:43.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:43 smithi016 ceph-mon[96085]: pgmap v20029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:48:44.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:44.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:48:45.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:45.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:45.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:45 smithi098 ceph-mon[112578]: pgmap v20030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:45.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:45 smithi016 ceph-mon[96085]: pgmap v20030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:46.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:46.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:47.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:47.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:47.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:47 smithi098 ceph-mon[112578]: pgmap v20031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:47.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:47 smithi016 ceph-mon[96085]: pgmap v20031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:48.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:48.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:49 smithi098 ceph-mon[112578]: pgmap v20032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:49.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:49.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:49.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:49 smithi016 ceph-mon[96085]: pgmap v20032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:50.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:50.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:51.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:51 smithi016 ceph-mon[96085]: pgmap v20033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:51.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:51.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:51 smithi098 ceph-mon[112578]: pgmap v20033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:52.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:52.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:52 smithi098 ceph-mon[112578]: pgmap v20034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:52.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:52 smithi016 ceph-mon[96085]: pgmap v20034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:53.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:53.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:54.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:54.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:55.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:55.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:55.631 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:55 smithi016 ceph-mon[96085]: pgmap v20035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:55 smithi098 ceph-mon[112578]: pgmap v20035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:56.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:56.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:57.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:57.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:57 smithi098 ceph-mon[112578]: pgmap v20036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:57 smithi016 ceph-mon[96085]: pgmap v20036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:58.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:58.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:59.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:48:59.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:59.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:59 smithi098 ceph-mon[112578]: pgmap v20037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:59.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:48:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:48:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:59 smithi016 ceph-mon[96085]: pgmap v20037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:59.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:48:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:49:00.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:00.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:01 smithi016 ceph-mon[96085]: pgmap v20038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:01.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:01.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:01 smithi098 ceph-mon[112578]: pgmap v20038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:02.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:02.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:03.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:03.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:03 smithi098 ceph-mon[112578]: pgmap v20039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:03 smithi016 ceph-mon[96085]: pgmap v20039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:04.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:04.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:05.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:05.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:05.746 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:05 smithi016 ceph-mon[96085]: pgmap v20040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:05 smithi098 ceph-mon[112578]: pgmap v20040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:06.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:06.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:07.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:07.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:07 smithi098 ceph-mon[112578]: pgmap v20041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:07 smithi016 ceph-mon[96085]: pgmap v20041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:08.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:08.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:09.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:09.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:09 smithi098 ceph-mon[112578]: pgmap v20042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:09 smithi016 ceph-mon[96085]: pgmap v20042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:10.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:10.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:11 smithi016 ceph-mon[96085]: pgmap v20043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:11.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:11.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:11 smithi098 ceph-mon[112578]: pgmap v20043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:12.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:12.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:13.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:13.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:13 smithi098 ceph-mon[112578]: pgmap v20044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:13 smithi016 ceph-mon[96085]: pgmap v20044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:14.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:14.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:49:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:49:15.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:15.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:15.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:15 smithi098 ceph-mon[112578]: pgmap v20045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:15.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:15 smithi016 ceph-mon[96085]: pgmap v20045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:16.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:16.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:16 smithi098 ceph-mon[112578]: pgmap v20046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:16 smithi016 ceph-mon[96085]: pgmap v20046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:17.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:17.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:49:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:49:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:49:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:49:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:49:17.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:49:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:49:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:49:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:49:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:49:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:49:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:49:18.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:18.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:18 smithi098 ceph-mon[112578]: pgmap v20047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:18 smithi016 ceph-mon[96085]: pgmap v20047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:19.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:19.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:20.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:20.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:21.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:21.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:21 smithi098 ceph-mon[112578]: pgmap v20048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:21.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:21 smithi016 ceph-mon[96085]: pgmap v20048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:22.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:22.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:23.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:23.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:23 smithi098 ceph-mon[112578]: pgmap v20049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:23 smithi016 ceph-mon[96085]: pgmap v20049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:24.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:24.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:25.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:25.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:25 smithi098 ceph-mon[112578]: pgmap v20050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:25 smithi016 ceph-mon[96085]: pgmap v20050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:26.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:26.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:27.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:27.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:27 smithi098 ceph-mon[112578]: pgmap v20051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:27 smithi016 ceph-mon[96085]: pgmap v20051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:28.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:28.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:29.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:29.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:29.631 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:29 smithi098 ceph-mon[112578]: pgmap v20052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:29.631 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:49:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:29 smithi016 ceph-mon[96085]: pgmap v20052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:29.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:49:30.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:30.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:30 smithi098 ceph-mon[112578]: pgmap v20053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:30 smithi016 ceph-mon[96085]: pgmap v20053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:31.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:31.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:32.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:32.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:32 smithi098 ceph-mon[112578]: pgmap v20054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:32 smithi016 ceph-mon[96085]: pgmap v20054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:33.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:33.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:34.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:34.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:35.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:35.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:35 smithi098 ceph-mon[112578]: pgmap v20055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:35 smithi016 ceph-mon[96085]: pgmap v20055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:36.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:36.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:37.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:37.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:37 smithi098 ceph-mon[112578]: pgmap v20056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:37 smithi016 ceph-mon[96085]: pgmap v20056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:38.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:38.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:39.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:39.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:39.736 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:39 smithi098 ceph-mon[112578]: pgmap v20057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:39.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:39 smithi016 ceph-mon[96085]: pgmap v20057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:40.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:40.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:41.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:41 smithi016 ceph-mon[96085]: pgmap v20058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:41.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:41.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:41 smithi098 ceph-mon[112578]: pgmap v20058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:42.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:42.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:43.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:43.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:43 smithi098 ceph-mon[112578]: pgmap v20059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:43 smithi016 ceph-mon[96085]: pgmap v20059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:44.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:44.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:44 smithi098 ceph-mon[112578]: pgmap v20060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:44.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:49:44.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:44 smithi016 ceph-mon[96085]: pgmap v20060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:49:45.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:45.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:46.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:46.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:46 smithi098 ceph-mon[112578]: pgmap v20061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:46 smithi016 ceph-mon[96085]: pgmap v20061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:47.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:47.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:48.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:48.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:48 smithi098 ceph-mon[112578]: pgmap v20062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:48 smithi016 ceph-mon[96085]: pgmap v20062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:49.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:49.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:50.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:50.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:51 smithi016 ceph-mon[96085]: pgmap v20063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:51.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:51.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:51 smithi098 ceph-mon[112578]: pgmap v20063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:52.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:52.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:53.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:53.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:53 smithi098 ceph-mon[112578]: pgmap v20064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:53 smithi016 ceph-mon[96085]: pgmap v20064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:54.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:54.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:55.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:55.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:55 smithi098 ceph-mon[112578]: pgmap v20065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:55 smithi016 ceph-mon[96085]: pgmap v20065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:56.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:56.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:57.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:57.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:57.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:57 smithi098 ceph-mon[112578]: pgmap v20066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:57.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:57 smithi016 ceph-mon[96085]: pgmap v20066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:58.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:58.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:58 smithi098 ceph-mon[112578]: pgmap v20067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:58 smithi016 ceph-mon[96085]: pgmap v20067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:59.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:49:59.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:49:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:49:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:49:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:50:00.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:00.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:00 smithi098 ceph-mon[112578]: pgmap v20068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T07:50:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:00 smithi016 ceph-mon[96085]: pgmap v20068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T07:50:01.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:01.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:02.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:02.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:02 smithi098 ceph-mon[112578]: pgmap v20069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:02.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:02 smithi016 ceph-mon[96085]: pgmap v20069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:03.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:03.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:04.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:04.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:05.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:05.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:05 smithi098 ceph-mon[112578]: pgmap v20070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:05 smithi016 ceph-mon[96085]: pgmap v20070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:06.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:06.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:07.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:07.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:07 smithi098 ceph-mon[112578]: pgmap v20071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:07 smithi016 ceph-mon[96085]: pgmap v20071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:08.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:08.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:09.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:09.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:09 smithi098 ceph-mon[112578]: pgmap v20072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:09.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:09 smithi016 ceph-mon[96085]: pgmap v20072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:10.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:10.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:10 smithi098 ceph-mon[112578]: pgmap v20073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:10 smithi016 ceph-mon[96085]: pgmap v20073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:11.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:11.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:12.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:12.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:12.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:12 smithi098 ceph-mon[112578]: pgmap v20074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:12 smithi016 ceph-mon[96085]: pgmap v20074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:13.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:13.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:14.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:14.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:14 smithi098 ceph-mon[112578]: pgmap v20075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:50:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:14 smithi016 ceph-mon[96085]: pgmap v20075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:50:15.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:15.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:16.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:16.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:16 smithi098 ceph-mon[112578]: pgmap v20076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:16 smithi016 ceph-mon[96085]: pgmap v20076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:17.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:17.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:17.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:50:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:50:17.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:50:17.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:50:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:50:17.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:50:18.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:18.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:18 smithi098 ceph-mon[112578]: pgmap v20077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:50:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:50:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:50:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:50:18.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:50:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:18 smithi016 ceph-mon[96085]: pgmap v20077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:50:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:50:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:50:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:50:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:50:19.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:19.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:20.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:20.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:21.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:21 smithi016 ceph-mon[96085]: pgmap v20078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:21.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:21.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:21 smithi098 ceph-mon[112578]: pgmap v20078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:22.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:22.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:23.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:23.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:23 smithi098 ceph-mon[112578]: pgmap v20079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:23 smithi016 ceph-mon[96085]: pgmap v20079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:24.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:24.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:25 smithi098 ceph-mon[112578]: pgmap v20080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:25.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:25.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:25 smithi016 ceph-mon[96085]: pgmap v20080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:26.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:26.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:26 smithi098 ceph-mon[112578]: pgmap v20081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:26 smithi016 ceph-mon[96085]: pgmap v20081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:27.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:27.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:28.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:28.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:28 smithi098 ceph-mon[112578]: pgmap v20082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:28 smithi016 ceph-mon[96085]: pgmap v20082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:29.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:29.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:50:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:50:30.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:30.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:31.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:31 smithi016 ceph-mon[96085]: pgmap v20083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:31.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:31.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:31.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:31 smithi098 ceph-mon[112578]: pgmap v20083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:32.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:32.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:33.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:33.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:33.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:33 smithi098 ceph-mon[112578]: pgmap v20084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:33.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:33 smithi016 ceph-mon[96085]: pgmap v20084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:34.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:34.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:35.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:35.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:35 smithi098 ceph-mon[112578]: pgmap v20085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:35 smithi016 ceph-mon[96085]: pgmap v20085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:36.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:36.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:36.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:36 smithi098 ceph-mon[112578]: pgmap v20086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:36 smithi016 ceph-mon[96085]: pgmap v20086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:37.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:37.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:38.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:38.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:38 smithi098 ceph-mon[112578]: pgmap v20087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:38 smithi016 ceph-mon[96085]: pgmap v20087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:39.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:39.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:40.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:40.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:41 smithi016 ceph-mon[96085]: pgmap v20088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:41.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:41.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:41 smithi098 ceph-mon[112578]: pgmap v20088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:42.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:42.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:43.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:43.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:43.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:43 smithi098 ceph-mon[112578]: pgmap v20089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:43.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:43 smithi016 ceph-mon[96085]: pgmap v20089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:44.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:44.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:44.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:50:44.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:50:45.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:45.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:45 smithi098 ceph-mon[112578]: pgmap v20090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:45 smithi016 ceph-mon[96085]: pgmap v20090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:46.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:46.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:46.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:46 smithi098 ceph-mon[112578]: pgmap v20091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:46 smithi016 ceph-mon[96085]: pgmap v20091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:47.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:47.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:48.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:48.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:48 smithi098 ceph-mon[112578]: pgmap v20092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:48 smithi016 ceph-mon[96085]: pgmap v20092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:49.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:49.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:50.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:50.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:51 smithi016 ceph-mon[96085]: pgmap v20093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:51.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:51.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:51 smithi098 ceph-mon[112578]: pgmap v20093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:52.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:52.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:53.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:53.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:53.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:53 smithi098 ceph-mon[112578]: pgmap v20094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:53.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:53 smithi016 ceph-mon[96085]: pgmap v20094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:54.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:54.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:55.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:55.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:55 smithi098 ceph-mon[112578]: pgmap v20095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:55 smithi016 ceph-mon[96085]: pgmap v20095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:56.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:56.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:56 smithi098 ceph-mon[112578]: pgmap v20096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:56 smithi016 ceph-mon[96085]: pgmap v20096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:57.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:57.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:58.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:58.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:58 smithi098 ceph-mon[112578]: pgmap v20097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:58 smithi016 ceph-mon[96085]: pgmap v20097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:59.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:50:59.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:59.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:50:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:50:59.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:50:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:51:00.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:00.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:01.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:01 smithi016 ceph-mon[96085]: pgmap v20098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:01.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:01.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:01.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:01 smithi098 ceph-mon[112578]: pgmap v20098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:02.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:02.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:03.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:03 smithi098 ceph-mon[112578]: pgmap v20099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:03.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:03.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:03.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:03 smithi016 ceph-mon[96085]: pgmap v20099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:04.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:04.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:05.631 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:05 smithi098 ceph-mon[112578]: pgmap v20100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:05.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:05.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:05 smithi016 ceph-mon[96085]: pgmap v20100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:06.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:06.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:07 smithi098 ceph-mon[112578]: pgmap v20101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:07.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:07.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:07.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:07 smithi016 ceph-mon[96085]: pgmap v20101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:08.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:08 smithi098 ceph-mon[112578]: pgmap v20102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:08.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:08.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:08 smithi016 ceph-mon[96085]: pgmap v20102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:09.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:09.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:10.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:10.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:11.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:11 smithi016 ceph-mon[96085]: pgmap v20103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:11.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:11 smithi098 ceph-mon[112578]: pgmap v20103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:11.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:11.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:12.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:12.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:13.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:13 smithi098 ceph-mon[112578]: pgmap v20104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:13.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:13 smithi016 ceph-mon[96085]: pgmap v20104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:13.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:13.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:14 smithi098 ceph-mon[112578]: pgmap v20105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:14.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:51:14.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:14 smithi016 ceph-mon[96085]: pgmap v20105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:51:14.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:14.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:15.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:15.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:16.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:16 smithi098 ceph-mon[112578]: pgmap v20106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:16 smithi016 ceph-mon[96085]: pgmap v20106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:16.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:16.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:17.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:17.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:18.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:18 smithi098 ceph-mon[112578]: pgmap v20107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:18.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:51:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:18 smithi016 ceph-mon[96085]: pgmap v20107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:18.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:51:18.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:18.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:19.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:51:19.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:51:19.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:51:19.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:51:19.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:51:19.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:51:19.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:51:19.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:51:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:51:19.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:51:19.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:19.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:20.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:20.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:21.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:21 smithi016 ceph-mon[96085]: pgmap v20108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:21 smithi098 ceph-mon[112578]: pgmap v20108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:21.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:21.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:22.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:22.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:23.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:23 smithi098 ceph-mon[112578]: pgmap v20109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:23.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:23 smithi016 ceph-mon[96085]: pgmap v20109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:23.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:23.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:24.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:24.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:25.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:25 smithi098 ceph-mon[112578]: pgmap v20110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:25.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:25 smithi016 ceph-mon[96085]: pgmap v20110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:25.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:25.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:26.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:26.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:27.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:27 smithi098 ceph-mon[112578]: pgmap v20111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:27.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:27 smithi016 ceph-mon[96085]: pgmap v20111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:27.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:27.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:28 smithi098 ceph-mon[112578]: pgmap v20112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:28.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:28 smithi016 ceph-mon[96085]: pgmap v20112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:28.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:28.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:29.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:51:29.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:51:29.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:29.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:30 smithi098 ceph-mon[112578]: pgmap v20113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:30 smithi016 ceph-mon[96085]: pgmap v20113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:30.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:30.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:31.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:31.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:32 smithi098 ceph-mon[112578]: pgmap v20114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:32 smithi016 ceph-mon[96085]: pgmap v20114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:32.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:32.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:33.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:33.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:34.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:34.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:35.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:35 smithi098 ceph-mon[112578]: pgmap v20115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:35.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:35 smithi016 ceph-mon[96085]: pgmap v20115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:35.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:35.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:36.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:36.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:37.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:37 smithi098 ceph-mon[112578]: pgmap v20116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:37.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:37 smithi016 ceph-mon[96085]: pgmap v20116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:37.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:37.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:38 smithi098 ceph-mon[112578]: pgmap v20117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:38.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:38 smithi016 ceph-mon[96085]: pgmap v20117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:38.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:38.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:39.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:39.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:40.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:40.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:41.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:41 smithi016 ceph-mon[96085]: pgmap v20118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:41.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:41 smithi098 ceph-mon[112578]: pgmap v20118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:41.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:41.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:42.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:42 smithi098 ceph-mon[112578]: pgmap v20119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:42.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:42 smithi016 ceph-mon[96085]: pgmap v20119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:42.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:42.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:43.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:43.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:51:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:51:44.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:44.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:45.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:45 smithi098 ceph-mon[112578]: pgmap v20120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:45.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:45 smithi016 ceph-mon[96085]: pgmap v20120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:45.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:45.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:46.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:46 smithi098 ceph-mon[112578]: pgmap v20121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:46.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:46 smithi016 ceph-mon[96085]: pgmap v20121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:46.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:46.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:47.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:47.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:48.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:48 smithi098 ceph-mon[112578]: pgmap v20122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:48.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:48 smithi016 ceph-mon[96085]: pgmap v20122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:48.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:48.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:49.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:49.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:50.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:50.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:51.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:51 smithi016 ceph-mon[96085]: pgmap v20123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:51.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:51 smithi098 ceph-mon[112578]: pgmap v20123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:51.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:51.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:52.650 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:52 smithi016 ceph-mon[96085]: pgmap v20124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:52 smithi098 ceph-mon[112578]: pgmap v20124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:52.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:52.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:53.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:53.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:54.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:54.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:55.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:55 smithi098 ceph-mon[112578]: pgmap v20125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:55.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:55 smithi016 ceph-mon[96085]: pgmap v20125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:55.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:55.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:56.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:56 smithi098 ceph-mon[112578]: pgmap v20126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:56.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:56 smithi016 ceph-mon[96085]: pgmap v20126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:56.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:56.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:57.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:57.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:58.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:58 smithi098 ceph-mon[112578]: pgmap v20127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:51:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:51:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:58 smithi016 ceph-mon[96085]: pgmap v20127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:51:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:51:58.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:58.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:59.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:51:59.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:00 smithi098 ceph-mon[112578]: pgmap v20128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:00 smithi016 ceph-mon[96085]: pgmap v20128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:00.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:00.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:01.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:01.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:02.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:02 smithi016 ceph-mon[96085]: pgmap v20129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:02.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:02.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:02 smithi098 ceph-mon[112578]: pgmap v20129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:03.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:03.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:04.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:04.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:05.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:05 smithi098 ceph-mon[112578]: pgmap v20130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:05.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:05 smithi016 ceph-mon[96085]: pgmap v20130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:05.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:05.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:06.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:06 smithi098 ceph-mon[112578]: pgmap v20131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:06.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:06 smithi016 ceph-mon[96085]: pgmap v20131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:06.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:06.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:07.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:07.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:08 smithi016 ceph-mon[96085]: pgmap v20132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:08.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:08.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:08 smithi098 ceph-mon[112578]: pgmap v20132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:09.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:09.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:10 smithi098 ceph-mon[112578]: pgmap v20133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:10 smithi016 ceph-mon[96085]: pgmap v20133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:10.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:10.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:11.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:11.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:12.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:12 smithi016 ceph-mon[96085]: pgmap v20134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:12.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:12.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:12 smithi098 ceph-mon[112578]: pgmap v20134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:13.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:52:13.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:13.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:52:14.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:14 smithi016 ceph-mon[96085]: pgmap v20135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:14.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:14.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:14 smithi098 ceph-mon[112578]: pgmap v20135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:15.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:15.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:16.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:16 smithi098 ceph-mon[112578]: pgmap v20136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:16.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:16 smithi016 ceph-mon[96085]: pgmap v20136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:16.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:16.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:17.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:17.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:18.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:18 smithi016 ceph-mon[96085]: pgmap v20137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:18.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:18.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:18 smithi098 ceph-mon[112578]: pgmap v20137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:19.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:19.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:52:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:52:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:52:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:52:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:52:20.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:19 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1619M 2023-10-17T07:52:20.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:52:20.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:52:20.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:52:20.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:52:20.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:52:20.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:52:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:52:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:52:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:52:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:52:20.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:52:20.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:19 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1619M 2023-10-17T07:52:20.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:52:20.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:52:20.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:52:20.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:52:20.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:52:20.032 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:52:20.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:20.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:20 smithi098 ceph-mon[112578]: pgmap v20138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:20 smithi016 ceph-mon[96085]: pgmap v20138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:21.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:21.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:22.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:22.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:22.994 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:22 smithi016 ceph-mon[96085]: pgmap v20139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:22 smithi098 ceph-mon[112578]: pgmap v20139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:23.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:23.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:24.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:24.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:24 smithi098 ceph-mon[112578]: pgmap v20140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:24 smithi016 ceph-mon[96085]: pgmap v20140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:25.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:25.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:26.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:26 smithi098 ceph-mon[112578]: pgmap v20141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:26.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:26.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:26 smithi016 ceph-mon[96085]: pgmap v20141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:27.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:27.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:28.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:28.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:28 smithi098 ceph-mon[112578]: pgmap v20142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:52:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:28 smithi016 ceph-mon[96085]: pgmap v20142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:52:29.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:29.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:30 smithi098 ceph-mon[112578]: pgmap v20143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:30 smithi016 ceph-mon[96085]: pgmap v20143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:30.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:30.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:31.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:31.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:32.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:32 smithi016 ceph-mon[96085]: pgmap v20144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:32.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:32.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:32 smithi098 ceph-mon[112578]: pgmap v20144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:33.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:33.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:34.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:34 smithi016 ceph-mon[96085]: pgmap v20145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:34.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:34.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:34 smithi098 ceph-mon[112578]: pgmap v20145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:35.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:35.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:36.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:36 smithi016 ceph-mon[96085]: pgmap v20146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:36.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:36.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:36 smithi098 ceph-mon[112578]: pgmap v20146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:37.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:37.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:38.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:38.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:38 smithi098 ceph-mon[112578]: pgmap v20147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:38 smithi016 ceph-mon[96085]: pgmap v20147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:39.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:39.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:40 smithi098 ceph-mon[112578]: pgmap v20148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:40 smithi016 ceph-mon[96085]: pgmap v20148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:40.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:40.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:41.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:41.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:42.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:42 smithi016 ceph-mon[96085]: pgmap v20149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:42.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:42.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:42 smithi098 ceph-mon[112578]: pgmap v20149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:43.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:43.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:52:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:52:44.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:44.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:44 smithi098 ceph-mon[112578]: pgmap v20150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:44 smithi016 ceph-mon[96085]: pgmap v20150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:45.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:45.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:46.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:46.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:46 smithi098 ceph-mon[112578]: pgmap v20151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:46 smithi016 ceph-mon[96085]: pgmap v20151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:47.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:47.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:48.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:48.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:48 smithi098 ceph-mon[112578]: pgmap v20152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:48 smithi016 ceph-mon[96085]: pgmap v20152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:49.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:49.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:50 smithi098 ceph-mon[112578]: pgmap v20153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:50 smithi016 ceph-mon[96085]: pgmap v20153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:50.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:50.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:51.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:51.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:52 smithi016 ceph-mon[96085]: pgmap v20154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:52.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:52.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:52 smithi098 ceph-mon[112578]: pgmap v20154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:53.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:53.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:54.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:54.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:54 smithi098 ceph-mon[112578]: pgmap v20155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:54 smithi016 ceph-mon[96085]: pgmap v20155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:55.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:55.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:56.790 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:56 smithi098 ceph-mon[112578]: pgmap v20156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:56.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:56.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:56 smithi016 ceph-mon[96085]: pgmap v20156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:57.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:57.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:58.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:58 smithi016 ceph-mon[96085]: pgmap v20157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:52:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:52:58.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:58.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:58 smithi098 ceph-mon[112578]: pgmap v20157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:52:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:52:59.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:52:59.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:00 smithi098 ceph-mon[112578]: pgmap v20158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:00 smithi016 ceph-mon[96085]: pgmap v20158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:00.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:00.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:01.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:01.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:02.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:02.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:02 smithi098 ceph-mon[112578]: pgmap v20159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:02 smithi016 ceph-mon[96085]: pgmap v20159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:03.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:03.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:04.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:04.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:04 smithi098 ceph-mon[112578]: pgmap v20160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:04 smithi016 ceph-mon[96085]: pgmap v20160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:05.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:05.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:06.896 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:06 smithi098 ceph-mon[112578]: pgmap v20161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:06.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:06.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:06 smithi016 ceph-mon[96085]: pgmap v20161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:07.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:07.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:08.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:08 smithi016 ceph-mon[96085]: pgmap v20162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:08.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:08.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:08 smithi098 ceph-mon[112578]: pgmap v20162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:09.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:09.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:10 smithi098 ceph-mon[112578]: pgmap v20163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:10 smithi016 ceph-mon[96085]: pgmap v20163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:10.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:10.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:11.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:11.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:12.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:12.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:12 smithi098 ceph-mon[112578]: pgmap v20164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:12 smithi016 ceph-mon[96085]: pgmap v20164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:13.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:13.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:53:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:53:14.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:14.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:14 smithi098 ceph-mon[112578]: pgmap v20165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:14 smithi016 ceph-mon[96085]: pgmap v20165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:15.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:15.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:16.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:16.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:17.001 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:16 smithi098 ceph-mon[112578]: pgmap v20166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:16 smithi016 ceph-mon[96085]: pgmap v20166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:17.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:17.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:18.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:18.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:18 smithi098 ceph-mon[112578]: pgmap v20167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:18 smithi016 ceph-mon[96085]: pgmap v20167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:19.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:19.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:20.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:53:20.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:53:20.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:20.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:20 smithi098 ceph-mon[112578]: pgmap v20168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:53:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:53:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:53:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:53:21.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:53:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:20 smithi016 ceph-mon[96085]: pgmap v20168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:53:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:53:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:53:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:53:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:53:21.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:21.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:22.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:22.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:22 smithi098 ceph-mon[112578]: pgmap v20169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:22 smithi016 ceph-mon[96085]: pgmap v20169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:24.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:24.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:25.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:25.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:24 smithi098 ceph-mon[112578]: pgmap v20170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:24 smithi016 ceph-mon[96085]: pgmap v20170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:26.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:26.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:27.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:27.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:26 smithi098 ceph-mon[112578]: pgmap v20171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:26 smithi016 ceph-mon[96085]: pgmap v20171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:28.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:28.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:29.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:29.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:28 smithi098 ceph-mon[112578]: pgmap v20172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:53:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:28 smithi016 ceph-mon[96085]: pgmap v20172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:53:30.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:30.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:30.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:30 smithi098 ceph-mon[112578]: pgmap v20173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:30 smithi016 ceph-mon[96085]: pgmap v20173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:31.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:31.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:32.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:32.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:32 smithi098 ceph-mon[112578]: pgmap v20174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:33.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:33.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:32 smithi016 ceph-mon[96085]: pgmap v20174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:34.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:34.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:34 smithi098 ceph-mon[112578]: pgmap v20175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:35.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:35.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:34 smithi016 ceph-mon[96085]: pgmap v20175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:36.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:36.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:36 smithi098 ceph-mon[112578]: pgmap v20176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:37.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:37.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:36 smithi016 ceph-mon[96085]: pgmap v20176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:38.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:38.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:38.859 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:38 smithi016 ceph-mon[96085]: pgmap v20177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:38 smithi098 ceph-mon[112578]: pgmap v20177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:39.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:39.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:40.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:40.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:40 smithi098 ceph-mon[112578]: pgmap v20178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:40 smithi016 ceph-mon[96085]: pgmap v20178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:41.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:41.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:42.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:42.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:42 smithi098 ceph-mon[112578]: pgmap v20179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:42 smithi016 ceph-mon[96085]: pgmap v20179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:43.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:43.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:43.916 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:53:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:53:44.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:44.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:44 smithi098 ceph-mon[112578]: pgmap v20180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:44 smithi016 ceph-mon[96085]: pgmap v20180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:45.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:45.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:46.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:46.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:46 smithi098 ceph-mon[112578]: pgmap v20181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:46 smithi016 ceph-mon[96085]: pgmap v20181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:47.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:47.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:48.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:48.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:48.974 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:48 smithi016 ceph-mon[96085]: pgmap v20182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:48 smithi098 ceph-mon[112578]: pgmap v20182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:49.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:49.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:50.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:50.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:50 smithi098 ceph-mon[112578]: pgmap v20183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:50 smithi016 ceph-mon[96085]: pgmap v20183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:51.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:51.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:52.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:52.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:52.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:52 smithi098 ceph-mon[112578]: pgmap v20184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:52 smithi016 ceph-mon[96085]: pgmap v20184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:53.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:53.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:54.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:54.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:54 smithi098 ceph-mon[112578]: pgmap v20185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:54 smithi016 ceph-mon[96085]: pgmap v20185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:55.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:55.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:56.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:56.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:56 smithi098 ceph-mon[112578]: pgmap v20186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:56 smithi016 ceph-mon[96085]: pgmap v20186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:57.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:57.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:58.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:58.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:58 smithi098 ceph-mon[112578]: pgmap v20187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:53:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:53:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:58 smithi016 ceph-mon[96085]: pgmap v20187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:53:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:53:59.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:53:59.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:00.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:00.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:00 smithi098 ceph-mon[112578]: pgmap v20188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:00 smithi016 ceph-mon[96085]: pgmap v20188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:01.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:01.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:02.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:02.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:02 smithi098 ceph-mon[112578]: pgmap v20189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:02 smithi016 ceph-mon[96085]: pgmap v20189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:03.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:03.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:04.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:04.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:04 smithi098 ceph-mon[112578]: pgmap v20190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:04 smithi016 ceph-mon[96085]: pgmap v20190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:05.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:05.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:06.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:06.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:06 smithi098 ceph-mon[112578]: pgmap v20191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:06 smithi016 ceph-mon[96085]: pgmap v20191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:07.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:07.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:08.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:08.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:08 smithi098 ceph-mon[112578]: pgmap v20192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:08 smithi016 ceph-mon[96085]: pgmap v20192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:09.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:09.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:10.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:10.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:10 smithi098 ceph-mon[112578]: pgmap v20193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:10 smithi016 ceph-mon[96085]: pgmap v20193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:11.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:11.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:12.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:12.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:12 smithi098 ceph-mon[112578]: pgmap v20194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:12 smithi016 ceph-mon[96085]: pgmap v20194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:13.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:13.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:54:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:54:14.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:14.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:14 smithi098 ceph-mon[112578]: pgmap v20195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:14 smithi016 ceph-mon[96085]: pgmap v20195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:15.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:15.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:16.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:16.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:16 smithi098 ceph-mon[112578]: pgmap v20196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:16 smithi016 ceph-mon[96085]: pgmap v20196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:17.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:17.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:18.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:18.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:18 smithi098 ceph-mon[112578]: pgmap v20197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:18 smithi016 ceph-mon[96085]: pgmap v20197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:19.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:19.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:20.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:20.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:20 smithi098 ceph-mon[112578]: pgmap v20198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:20 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:54:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:20 smithi016 ceph-mon[96085]: pgmap v20198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:20.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:20 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:54:21.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:21.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:54:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:54:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:54:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:54:21.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:54:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:54:21.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:54:21.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:54:21.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:54:21.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:54:22.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:22.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:22.687 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:22 smithi098 ceph-mon[112578]: pgmap v20199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:22 smithi016 ceph-mon[96085]: pgmap v20199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:23.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:23.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:24.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:24.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:24 smithi016 ceph-mon[96085]: pgmap v20200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:24 smithi098 ceph-mon[112578]: pgmap v20200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:25.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:25.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:26.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:26.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:26 smithi098 ceph-mon[112578]: pgmap v20201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:26 smithi016 ceph-mon[96085]: pgmap v20201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:27.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:27.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:28.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:28.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:28 smithi098 ceph-mon[112578]: pgmap v20202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:54:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:28 smithi016 ceph-mon[96085]: pgmap v20202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:54:29.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:29.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:30.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:30.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:30 smithi098 ceph-mon[112578]: pgmap v20203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:30 smithi016 ceph-mon[96085]: pgmap v20203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:31.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:31.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:32.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:32.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:32 smithi098 ceph-mon[112578]: pgmap v20204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:32 smithi016 ceph-mon[96085]: pgmap v20204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:33.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:33.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:34.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:34.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:34.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:34 smithi016 ceph-mon[96085]: pgmap v20205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:34 smithi098 ceph-mon[112578]: pgmap v20205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:35.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:35.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:36.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:36.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:36 smithi098 ceph-mon[112578]: pgmap v20206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:36 smithi016 ceph-mon[96085]: pgmap v20206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:37.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:37.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:38.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:38.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:38 smithi098 ceph-mon[112578]: pgmap v20207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:38 smithi016 ceph-mon[96085]: pgmap v20207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:39.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:39.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:40.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:40.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:40 smithi098 ceph-mon[112578]: pgmap v20208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:40 smithi016 ceph-mon[96085]: pgmap v20208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:41.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:41.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:42.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:42.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:42.896 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:42 smithi098 ceph-mon[112578]: pgmap v20209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:42 smithi016 ceph-mon[96085]: pgmap v20209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:43.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:43.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:54:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:54:44.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:44.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:44 smithi098 ceph-mon[112578]: pgmap v20210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:44 smithi016 ceph-mon[96085]: pgmap v20210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:45.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:45.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:46.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:46.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:46 smithi098 ceph-mon[112578]: pgmap v20211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:46 smithi016 ceph-mon[96085]: pgmap v20211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:47.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:47.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:48.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:48.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:48 smithi098 ceph-mon[112578]: pgmap v20212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:48 smithi016 ceph-mon[96085]: pgmap v20212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:49.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:49.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:50.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:50.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:50 smithi098 ceph-mon[112578]: pgmap v20213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:50 smithi016 ceph-mon[96085]: pgmap v20213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:51.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:51.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:52.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:52.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:53.002 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:52 smithi098 ceph-mon[112578]: pgmap v20214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:52 smithi016 ceph-mon[96085]: pgmap v20214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:53.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:53.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:54.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:54.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:54 smithi098 ceph-mon[112578]: pgmap v20215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:54 smithi016 ceph-mon[96085]: pgmap v20215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:55.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:55.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:56.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:56.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:56 smithi098 ceph-mon[112578]: pgmap v20216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:56 smithi016 ceph-mon[96085]: pgmap v20216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:57.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:57.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:58.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:58.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:58 smithi098 ceph-mon[112578]: pgmap v20217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:54:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:54:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:58 smithi016 ceph-mon[96085]: pgmap v20217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:54:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:54:59.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:54:59.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:00.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:00.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:00 smithi098 ceph-mon[112578]: pgmap v20218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:00 smithi016 ceph-mon[96085]: pgmap v20218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:01.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:01.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:02.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:02.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:02 smithi098 ceph-mon[112578]: pgmap v20219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:02 smithi016 ceph-mon[96085]: pgmap v20219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:03.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:03.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:04.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:04.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:04.840 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:04 smithi016 ceph-mon[96085]: pgmap v20220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:04 smithi098 ceph-mon[112578]: pgmap v20220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:05.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:05.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:06.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:06.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:06 smithi098 ceph-mon[112578]: pgmap v20221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:06 smithi016 ceph-mon[96085]: pgmap v20221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:07.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:07.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:08.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:08.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:08 smithi098 ceph-mon[112578]: pgmap v20222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:08 smithi016 ceph-mon[96085]: pgmap v20222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:09.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:09.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:10.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:10.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:10 smithi098 ceph-mon[112578]: pgmap v20223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:10 smithi016 ceph-mon[96085]: pgmap v20223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:11.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:11.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:12.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:12.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:12 smithi098 ceph-mon[112578]: pgmap v20224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:12 smithi016 ceph-mon[96085]: pgmap v20224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:13.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:13.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:55:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:55:14.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:14.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:14.956 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:14 smithi016 ceph-mon[96085]: pgmap v20225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:14 smithi098 ceph-mon[112578]: pgmap v20225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:15.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:15.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:16.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:16.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:16 smithi098 ceph-mon[112578]: pgmap v20226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:16 smithi016 ceph-mon[96085]: pgmap v20226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:17.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:17.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:18.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:18.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:18 smithi098 ceph-mon[112578]: pgmap v20227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:18 smithi016 ceph-mon[96085]: pgmap v20227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:19.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:19.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:20.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:20.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:20 smithi098 ceph-mon[112578]: pgmap v20228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:20 smithi016 ceph-mon[96085]: pgmap v20228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:21.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:21.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:21.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:21 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:55:21.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:21 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:55:22.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:22.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:22.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:22 smithi098 ceph-mon[112578]: pgmap v20229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:22.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:22 smithi016 ceph-mon[96085]: pgmap v20229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:23.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:23.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:24.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:24.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:55:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:24 smithi016 ceph-mon[96085]: pgmap v20230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:55:24.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:55:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:55:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:55:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:55:24.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:55:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:55:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:24 smithi098 ceph-mon[112578]: pgmap v20230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:55:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:55:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:55:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:55:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:55:25.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:55:25.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:25.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:26.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:26.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:26 smithi098 ceph-mon[112578]: pgmap v20231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:26 smithi016 ceph-mon[96085]: pgmap v20231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:27.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:27.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:28.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:28.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:28.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:28 smithi098 ceph-mon[112578]: pgmap v20232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:28.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:55:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:28 smithi016 ceph-mon[96085]: pgmap v20232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:55:29.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:29.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:30.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:30.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:30.766 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:30 smithi098 ceph-mon[112578]: pgmap v20233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:30 smithi016 ceph-mon[96085]: pgmap v20233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:31.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:31.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:32.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:32.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:32 smithi098 ceph-mon[112578]: pgmap v20234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:32 smithi016 ceph-mon[96085]: pgmap v20234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:33.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:33.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:34.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:34.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:34 smithi098 ceph-mon[112578]: pgmap v20235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:34 smithi016 ceph-mon[96085]: pgmap v20235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:35.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:35.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:36.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:36.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:36 smithi098 ceph-mon[112578]: pgmap v20236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:36 smithi016 ceph-mon[96085]: pgmap v20236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:37.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:37.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:38.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:38.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:38 smithi098 ceph-mon[112578]: pgmap v20237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:38 smithi016 ceph-mon[96085]: pgmap v20237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:39.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:39.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:40.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:40.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:40.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:40 smithi016 ceph-mon[96085]: pgmap v20238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:40 smithi098 ceph-mon[112578]: pgmap v20238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:41.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:41.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:42.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:42.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:42 smithi098 ceph-mon[112578]: pgmap v20239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:42 smithi016 ceph-mon[96085]: pgmap v20239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:43.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:43.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:55:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:55:44.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:44.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:44 smithi098 ceph-mon[112578]: pgmap v20240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:44 smithi016 ceph-mon[96085]: pgmap v20240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:45.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:45.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:46.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:46.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:46 smithi098 ceph-mon[112578]: pgmap v20241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:46 smithi016 ceph-mon[96085]: pgmap v20241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:47.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:47.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:48.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:48.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:49.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:48 smithi098 ceph-mon[112578]: pgmap v20242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:48 smithi016 ceph-mon[96085]: pgmap v20242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:49.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:49.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:50.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:50.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:50 smithi098 ceph-mon[112578]: pgmap v20243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:50 smithi016 ceph-mon[96085]: pgmap v20243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:51.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:51.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:52.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:52.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:52 smithi098 ceph-mon[112578]: pgmap v20244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:52 smithi016 ceph-mon[96085]: pgmap v20244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:53.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:53.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:54.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:54.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:54 smithi098 ceph-mon[112578]: pgmap v20245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:54 smithi016 ceph-mon[96085]: pgmap v20245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:55.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:55.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:56.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:56.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:56 smithi098 ceph-mon[112578]: pgmap v20246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:56 smithi016 ceph-mon[96085]: pgmap v20246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:57.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:57.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:58.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:58.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:58 smithi098 ceph-mon[112578]: pgmap v20247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:55:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:55:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:58 smithi016 ceph-mon[96085]: pgmap v20247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:55:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:55:59.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:55:59.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:00.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:00.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:00 smithi098 ceph-mon[112578]: pgmap v20248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:00 smithi016 ceph-mon[96085]: pgmap v20248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:01.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:01.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:02.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:02.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:02 smithi098 ceph-mon[112578]: pgmap v20249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:02 smithi016 ceph-mon[96085]: pgmap v20249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:03.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:03.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:04.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:04.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:04 smithi098 ceph-mon[112578]: pgmap v20250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:04 smithi016 ceph-mon[96085]: pgmap v20250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:05.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:05.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:06.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:06.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:06 smithi098 ceph-mon[112578]: pgmap v20251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:06 smithi016 ceph-mon[96085]: pgmap v20251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:07.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:07.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:08.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:08.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:08 smithi098 ceph-mon[112578]: pgmap v20252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:08 smithi016 ceph-mon[96085]: pgmap v20252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:09.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:09.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:10.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:10.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:10 smithi098 ceph-mon[112578]: pgmap v20253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:10 smithi016 ceph-mon[96085]: pgmap v20253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:11.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:11.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:12.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:12.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:13.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:12 smithi098 ceph-mon[112578]: pgmap v20254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:12 smithi016 ceph-mon[96085]: pgmap v20254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:13.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:13.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:56:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:56:14.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:14.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:14 smithi098 ceph-mon[112578]: pgmap v20255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:14 smithi016 ceph-mon[96085]: pgmap v20255: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:15.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:15.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:16.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:16.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:16 smithi098 ceph-mon[112578]: pgmap v20256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:16 smithi016 ceph-mon[96085]: pgmap v20256: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:17.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:17.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:18.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:18.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:18.890 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:18 smithi098 ceph-mon[112578]: pgmap v20257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:18 smithi016 ceph-mon[96085]: pgmap v20257: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:19.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:19.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:20.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:20.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:20.708 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:20 smithi016 ceph-mon[96085]: pgmap v20258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:20.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:20 smithi098 ceph-mon[112578]: pgmap v20258: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:21.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:21.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:22.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:22.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:22 smithi098 ceph-mon[112578]: pgmap v20259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:22 smithi016 ceph-mon[96085]: pgmap v20259: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:23.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:23.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:24.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:24.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:24 smithi098 ceph-mon[112578]: pgmap v20260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:24 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:56:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:24 smithi016 ceph-mon[96085]: pgmap v20260: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:24 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:56:25.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:25.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:26.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:26.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:26 smithi098 ceph-mon[112578]: pgmap v20261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:26 smithi016 ceph-mon[96085]: pgmap v20261: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:27.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:27.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:28.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:28.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:28.995 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:28 smithi098 ceph-mon[112578]: pgmap v20262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:28.996 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:56:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:28 smithi016 ceph-mon[96085]: pgmap v20262: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:56:29.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:29.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:56:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:56:30.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:56:30.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:56:30.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:56:30.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:56:30.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:56:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:56:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:56:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:56:30.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:56:30.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:56:30.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:56:30.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:56:30.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:30.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:30 smithi016 ceph-mon[96085]: pgmap v20263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:30 smithi098 ceph-mon[112578]: pgmap v20263: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:31.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:31.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:32.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:32.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:32 smithi098 ceph-mon[112578]: pgmap v20264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:32 smithi016 ceph-mon[96085]: pgmap v20264: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:33.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:33.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:34.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:34.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:34 smithi098 ceph-mon[112578]: pgmap v20265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:34 smithi016 ceph-mon[96085]: pgmap v20265: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:35.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:35.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:36.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:36.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:36 smithi098 ceph-mon[112578]: pgmap v20266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:36 smithi016 ceph-mon[96085]: pgmap v20266: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:37.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:37.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:38.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:38.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:39.100 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:38 smithi098 ceph-mon[112578]: pgmap v20267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:38 smithi016 ceph-mon[96085]: pgmap v20267: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:39.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:39.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:40.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:40.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:40 smithi098 ceph-mon[112578]: pgmap v20268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:40 smithi016 ceph-mon[96085]: pgmap v20268: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:41.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:41.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:42.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:42.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:42 smithi098 ceph-mon[112578]: pgmap v20269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:42 smithi016 ceph-mon[96085]: pgmap v20269: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:43.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:43.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:56:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:56:44.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:44.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:44 smithi098 ceph-mon[112578]: pgmap v20270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:44 smithi016 ceph-mon[96085]: pgmap v20270: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:45.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:45.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:46.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:46.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:46 smithi098 ceph-mon[112578]: pgmap v20271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:46 smithi016 ceph-mon[96085]: pgmap v20271: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:47.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:47.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:48.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:48.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:49.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:48 smithi098 ceph-mon[112578]: pgmap v20272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:48 smithi016 ceph-mon[96085]: pgmap v20272: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:49.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:49.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:50.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:50.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:50 smithi098 ceph-mon[112578]: pgmap v20273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:50 smithi016 ceph-mon[96085]: pgmap v20273: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:51.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:51.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:52.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:52.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:52 smithi098 ceph-mon[112578]: pgmap v20274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:52 smithi016 ceph-mon[96085]: pgmap v20274: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:53.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:53.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:54.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:54.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:54 smithi098 ceph-mon[112578]: pgmap v20275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:54 smithi016 ceph-mon[96085]: pgmap v20275: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:55.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:55.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:56.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:56.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:56 smithi098 ceph-mon[112578]: pgmap v20276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:56 smithi016 ceph-mon[96085]: pgmap v20276: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:57.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:57.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:58.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:58.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:58 smithi098 ceph-mon[112578]: pgmap v20277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:56:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:56:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:58 smithi016 ceph-mon[96085]: pgmap v20277: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:56:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:56:59.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:56:59.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:00.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:00.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:00 smithi098 ceph-mon[112578]: pgmap v20278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:00 smithi016 ceph-mon[96085]: pgmap v20278: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:01.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:01.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:02.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:02.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:02 smithi098 ceph-mon[112578]: pgmap v20279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:02 smithi016 ceph-mon[96085]: pgmap v20279: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:03.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:03.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:04.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:04.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:04.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:04 smithi098 ceph-mon[112578]: pgmap v20280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:04 smithi016 ceph-mon[96085]: pgmap v20280: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:05.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:05.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:06.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:06.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:06 smithi098 ceph-mon[112578]: pgmap v20281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:06 smithi016 ceph-mon[96085]: pgmap v20281: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:07.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:07.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:08.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:08.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:08 smithi098 ceph-mon[112578]: pgmap v20282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:08 smithi016 ceph-mon[96085]: pgmap v20282: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:09.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:09.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:10.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:10.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:10.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:10 smithi098 ceph-mon[112578]: pgmap v20283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:10 smithi016 ceph-mon[96085]: pgmap v20283: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:11.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:11.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:12.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:12.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:12 smithi098 ceph-mon[112578]: pgmap v20284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:12 smithi016 ceph-mon[96085]: pgmap v20284: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:13.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:13.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:57:14.037 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:57:14.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:14.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:14.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:14 smithi098 ceph-mon[112578]: pgmap v20285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:14 smithi016 ceph-mon[96085]: pgmap v20285: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:15.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:15.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:16.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:16.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:16 smithi098 ceph-mon[112578]: pgmap v20286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:16 smithi016 ceph-mon[96085]: pgmap v20286: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:17.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:17.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:18.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:18.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:18 smithi098 ceph-mon[112578]: pgmap v20287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:18 smithi016 ceph-mon[96085]: pgmap v20287: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:19.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:19.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:20.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:20.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:20 smithi098 ceph-mon[112578]: pgmap v20288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:20 smithi016 ceph-mon[96085]: pgmap v20288: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:21.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:21.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:22.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:22.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:22 smithi098 ceph-mon[112578]: pgmap v20289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:22 smithi016 ceph-mon[96085]: pgmap v20289: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:23.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:23.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:24.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:24.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:24 smithi098 ceph-mon[112578]: pgmap v20290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:24 smithi016 ceph-mon[96085]: pgmap v20290: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:25.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:25.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:26.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:26.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:26.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:26 smithi016 ceph-mon[96085]: pgmap v20291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:26 smithi098 ceph-mon[112578]: pgmap v20291: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:27.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:27.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:28.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:28.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:28 smithi098 ceph-mon[112578]: pgmap v20292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:57:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:28 smithi016 ceph-mon[96085]: pgmap v20292: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:57:29.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:29.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:30.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:57:30.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:57:30.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:30.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:30 smithi098 ceph-mon[112578]: pgmap v20293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:57:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:57:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:57:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:57:31.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:57:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:30 smithi016 ceph-mon[96085]: pgmap v20293: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:57:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:57:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:57:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:57:31.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:57:31.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:31.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:32.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:32.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:32 smithi098 ceph-mon[112578]: pgmap v20294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:32 smithi016 ceph-mon[96085]: pgmap v20294: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:33.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:33.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:34.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:34.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:34 smithi098 ceph-mon[112578]: pgmap v20295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:34 smithi016 ceph-mon[96085]: pgmap v20295: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:35.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:35.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:36.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:36.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:36 smithi098 ceph-mon[112578]: pgmap v20296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:37.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:36 smithi016 ceph-mon[96085]: pgmap v20296: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:37.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:37.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:38.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:38.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:38 smithi098 ceph-mon[112578]: pgmap v20297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:38 smithi016 ceph-mon[96085]: pgmap v20297: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:39.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:39.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:40.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:40.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:40 smithi098 ceph-mon[112578]: pgmap v20298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:40 smithi016 ceph-mon[96085]: pgmap v20298: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:41.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:41.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:42.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:42.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:42 smithi098 ceph-mon[112578]: pgmap v20299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:42 smithi016 ceph-mon[96085]: pgmap v20299: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:43.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:43.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:57:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:57:44.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:44.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:44 smithi098 ceph-mon[112578]: pgmap v20300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:44 smithi016 ceph-mon[96085]: pgmap v20300: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:45.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:45.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:46.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:46.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:46 smithi098 ceph-mon[112578]: pgmap v20301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:46 smithi016 ceph-mon[96085]: pgmap v20301: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:47.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:47.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:48.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:48.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:48 smithi098 ceph-mon[112578]: pgmap v20302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:48 smithi016 ceph-mon[96085]: pgmap v20302: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:49.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:49.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:50.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:50.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:50 smithi098 ceph-mon[112578]: pgmap v20303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:50.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:50 smithi016 ceph-mon[96085]: pgmap v20303: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:51.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:51.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:52.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:52.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:52 smithi098 ceph-mon[112578]: pgmap v20304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:52 smithi016 ceph-mon[96085]: pgmap v20304: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:53.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:53.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:54.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:54.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:54.893 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:54 smithi098 ceph-mon[112578]: pgmap v20305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:54 smithi016 ceph-mon[96085]: pgmap v20305: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:55.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:55.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:56.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:56.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:56 smithi098 ceph-mon[112578]: pgmap v20306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:56 smithi016 ceph-mon[96085]: pgmap v20306: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:57.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:57.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:58.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:58.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:58 smithi098 ceph-mon[112578]: pgmap v20307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:57:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:57:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:58 smithi016 ceph-mon[96085]: pgmap v20307: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:57:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:57:59.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:57:59.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:00.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:00.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:00 smithi098 ceph-mon[112578]: pgmap v20308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:00 smithi016 ceph-mon[96085]: pgmap v20308: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:01.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:01.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:02.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:02.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:02 smithi098 ceph-mon[112578]: pgmap v20309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:02 smithi016 ceph-mon[96085]: pgmap v20309: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:03.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:03.465 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:04.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:04.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:04.997 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:04 smithi098 ceph-mon[112578]: pgmap v20310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:04 smithi016 ceph-mon[96085]: pgmap v20310: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:05.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:05.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:06.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:06.470 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:06.915 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:06 smithi016 ceph-mon[96085]: pgmap v20311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:06 smithi098 ceph-mon[112578]: pgmap v20311: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:07.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:07.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:08.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:08.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:08 smithi098 ceph-mon[112578]: pgmap v20312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:08 smithi016 ceph-mon[96085]: pgmap v20312: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:09.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:09.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:10.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:10.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:10 smithi098 ceph-mon[112578]: pgmap v20313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:10 smithi016 ceph-mon[96085]: pgmap v20313: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:11.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:11.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:12.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:12.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:12 smithi098 ceph-mon[112578]: pgmap v20314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:12 smithi016 ceph-mon[96085]: pgmap v20314: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:13.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:13.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:58:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:58:14.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:14.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:14 smithi098 ceph-mon[112578]: pgmap v20315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:14 smithi016 ceph-mon[96085]: pgmap v20315: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:15.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:15.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:16.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:16.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:17.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:16 smithi098 ceph-mon[112578]: pgmap v20316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:16 smithi016 ceph-mon[96085]: pgmap v20316: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:17.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:17.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:18.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:18.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:18 smithi098 ceph-mon[112578]: pgmap v20317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:18 smithi016 ceph-mon[96085]: pgmap v20317: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:19.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:19.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:20.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:20.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:20 smithi098 ceph-mon[112578]: pgmap v20318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:20 smithi016 ceph-mon[96085]: pgmap v20318: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:21.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:21.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:22.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:22.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:22 smithi098 ceph-mon[112578]: pgmap v20319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:22 smithi016 ceph-mon[96085]: pgmap v20319: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:23.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:23.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:24.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:24.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:24 smithi098 ceph-mon[112578]: pgmap v20320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:24 smithi016 ceph-mon[96085]: pgmap v20320: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:25.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:25.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:26.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:26.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:26 smithi098 ceph-mon[112578]: pgmap v20321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:26 smithi016 ceph-mon[96085]: pgmap v20321: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:27.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:27.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:28.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:28.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:28 smithi098 ceph-mon[112578]: pgmap v20322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:58:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:28 smithi016 ceph-mon[96085]: pgmap v20322: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:58:29.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:29.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:30.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:30.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:30 smithi098 ceph-mon[112578]: pgmap v20323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:30.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:58:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:58:30.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:30 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:58:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:30 smithi016 ceph-mon[96085]: pgmap v20323: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:58:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:58:30.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:30 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:58:31.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:31.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:31.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:58:31.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:58:31.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:58:31.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:58:31.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:58:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:58:31.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:58:31.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:58:31.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:58:31.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:58:32.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:32.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:32 smithi098 ceph-mon[112578]: pgmap v20324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:32 smithi016 ceph-mon[96085]: pgmap v20324: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:33.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:33.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:34.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:34.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:34 smithi098 ceph-mon[112578]: pgmap v20325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:34 smithi016 ceph-mon[96085]: pgmap v20325: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:35.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:35.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:36.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:36.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:36 smithi098 ceph-mon[112578]: pgmap v20326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:36 smithi016 ceph-mon[96085]: pgmap v20326: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:37.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:37.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:38.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:38.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:38 smithi098 ceph-mon[112578]: pgmap v20327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:38 smithi016 ceph-mon[96085]: pgmap v20327: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:39.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:39.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:40.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:40.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:40 smithi098 ceph-mon[112578]: pgmap v20328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:40 smithi016 ceph-mon[96085]: pgmap v20328: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:41.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:41.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:42.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:42.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:42 smithi098 ceph-mon[112578]: pgmap v20329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:42 smithi016 ceph-mon[96085]: pgmap v20329: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:43.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:43.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:58:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:58:44.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:44.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:44 smithi098 ceph-mon[112578]: pgmap v20330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:44 smithi016 ceph-mon[96085]: pgmap v20330: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:45.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:45.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:46.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:46.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:46 smithi098 ceph-mon[112578]: pgmap v20331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:46 smithi016 ceph-mon[96085]: pgmap v20331: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:47.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:47.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:48.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:48.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:48 smithi098 ceph-mon[112578]: pgmap v20332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:48 smithi016 ceph-mon[96085]: pgmap v20332: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:49.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:49.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:50.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:50.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:50 smithi098 ceph-mon[112578]: pgmap v20333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:50 smithi016 ceph-mon[96085]: pgmap v20333: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:51.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:51.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:52.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:52.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:52.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:52 smithi016 ceph-mon[96085]: pgmap v20334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:52 smithi098 ceph-mon[112578]: pgmap v20334: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:53.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:53.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:54.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:54.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:54 smithi098 ceph-mon[112578]: pgmap v20335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:54 smithi016 ceph-mon[96085]: pgmap v20335: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:55.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:55.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:56.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:56.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:56 smithi098 ceph-mon[112578]: pgmap v20336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:56 smithi016 ceph-mon[96085]: pgmap v20336: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:57.555 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:57.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:58.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:58.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:58 smithi098 ceph-mon[112578]: pgmap v20337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:58:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:58:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:58 smithi016 ceph-mon[96085]: pgmap v20337: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:58:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:58:59.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:58:59.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:00.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:00.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:00 smithi098 ceph-mon[112578]: pgmap v20338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:00 smithi016 ceph-mon[96085]: pgmap v20338: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:01.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:01.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:02.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:02.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:02 smithi098 ceph-mon[112578]: pgmap v20339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:02 smithi016 ceph-mon[96085]: pgmap v20339: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:03.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:03.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:04.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:04.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:04 smithi098 ceph-mon[112578]: pgmap v20340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:04 smithi016 ceph-mon[96085]: pgmap v20340: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:05.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:05.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:06.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:06.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:06 smithi098 ceph-mon[112578]: pgmap v20341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:06 smithi016 ceph-mon[96085]: pgmap v20341: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:07.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:07.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:08.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:08.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:08 smithi098 ceph-mon[112578]: pgmap v20342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:08 smithi016 ceph-mon[96085]: pgmap v20342: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:09.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:09.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:10.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:10.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:10 smithi098 ceph-mon[112578]: pgmap v20343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:10.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:10 smithi016 ceph-mon[96085]: pgmap v20343: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:11.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:11.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:12.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:12.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:12 smithi098 ceph-mon[112578]: pgmap v20344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:12 smithi016 ceph-mon[96085]: pgmap v20344: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:13.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:13.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:59:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:59:14.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:14.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:14 smithi098 ceph-mon[112578]: pgmap v20345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:14 smithi016 ceph-mon[96085]: pgmap v20345: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:15.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:15.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:16.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:16.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:16 smithi098 ceph-mon[112578]: pgmap v20346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:16 smithi016 ceph-mon[96085]: pgmap v20346: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:17.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:17.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:18.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:18.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:18 smithi098 ceph-mon[112578]: pgmap v20347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:18 smithi016 ceph-mon[96085]: pgmap v20347: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:19.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:19.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:20.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:20.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:20 smithi098 ceph-mon[112578]: pgmap v20348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:20 smithi016 ceph-mon[96085]: pgmap v20348: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:21.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:21.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:22.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:22.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:22 smithi098 ceph-mon[112578]: pgmap v20349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:22 smithi016 ceph-mon[96085]: pgmap v20349: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:23.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:23.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:24.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:24.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:24 smithi098 ceph-mon[112578]: pgmap v20350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:24 smithi016 ceph-mon[96085]: pgmap v20350: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:25.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:25.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:26.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:26.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:26 smithi098 ceph-mon[112578]: pgmap v20351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:26 smithi016 ceph-mon[96085]: pgmap v20351: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:27.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:27.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:28.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:28.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:28 smithi098 ceph-mon[112578]: pgmap v20352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:59:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:28 smithi016 ceph-mon[96085]: pgmap v20352: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:59:29.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:29.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:30.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:30.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:30.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:30 smithi098 ceph-mon[112578]: pgmap v20353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:30 smithi016 ceph-mon[96085]: pgmap v20353: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:31.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:31.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:31.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:59:31.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:59:31.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:59:31.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:59:31.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:59:31.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:59:31.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:59:31.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:59:31.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:59:31.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:59:31.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:59:31.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T07:59:32.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:32.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:32.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:32 smithi098 ceph-mon[112578]: pgmap v20354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:32.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:32 smithi016 ceph-mon[96085]: pgmap v20354: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:33.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:33.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:34.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:34.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:34 smithi098 ceph-mon[112578]: pgmap v20355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:34 smithi016 ceph-mon[96085]: pgmap v20355: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:35.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:35.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:36.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:36.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:36 smithi098 ceph-mon[112578]: pgmap v20356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:36 smithi016 ceph-mon[96085]: pgmap v20356: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:37.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:37.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:38.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:38.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:38 smithi098 ceph-mon[112578]: pgmap v20357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:38 smithi016 ceph-mon[96085]: pgmap v20357: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:39.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:39.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:40.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:40.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:40.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:40 smithi098 ceph-mon[112578]: pgmap v20358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:40 smithi016 ceph-mon[96085]: pgmap v20358: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:41.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:41.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:42.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:42.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:42 smithi098 ceph-mon[112578]: pgmap v20359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:43.014 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:42 smithi016 ceph-mon[96085]: pgmap v20359: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:43.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:43.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:59:44.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:59:44.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:44.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:44 smithi098 ceph-mon[112578]: pgmap v20360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:44 smithi016 ceph-mon[96085]: pgmap v20360: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:45.637 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:45.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:46.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:46.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:46 smithi098 ceph-mon[112578]: pgmap v20361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:46 smithi016 ceph-mon[96085]: pgmap v20361: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:47.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:47.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:48.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:48.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:48 smithi098 ceph-mon[112578]: pgmap v20362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:48 smithi016 ceph-mon[96085]: pgmap v20362: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:49.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:49.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:50.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:50.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:50 smithi098 ceph-mon[112578]: pgmap v20363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:50 smithi016 ceph-mon[96085]: pgmap v20363: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:51.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:51.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:52.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:52.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:52 smithi098 ceph-mon[112578]: pgmap v20364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:52 smithi016 ceph-mon[96085]: pgmap v20364: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:53.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:53.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:54.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:54.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:54 smithi098 ceph-mon[112578]: pgmap v20365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:54 smithi016 ceph-mon[96085]: pgmap v20365: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:55.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:55.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:56.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:56.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:56 smithi098 ceph-mon[112578]: pgmap v20366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:56 smithi016 ceph-mon[96085]: pgmap v20366: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:57.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:57.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:58.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:58.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:58 smithi098 ceph-mon[112578]: pgmap v20367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 07:59:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:59:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:58 smithi016 ceph-mon[96085]: pgmap v20367: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 07:59:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:59:59.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T07:59:59.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:00.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:00.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:00.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:00 smithi098 ceph-mon[112578]: pgmap v20368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:00.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T08:00:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:00 smithi016 ceph-mon[96085]: pgmap v20368: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:00.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T08:00:01.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:01.665 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:02.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:02.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:02 smithi098 ceph-mon[112578]: pgmap v20369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:02 smithi016 ceph-mon[96085]: pgmap v20369: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:03.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:03.669 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:04.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:04.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:04 smithi098 ceph-mon[112578]: pgmap v20370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:04 smithi016 ceph-mon[96085]: pgmap v20370: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:05.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:05.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:06.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:06.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:06 smithi098 ceph-mon[112578]: pgmap v20371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:06 smithi016 ceph-mon[96085]: pgmap v20371: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:07.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:07.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:08.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:08.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:08 smithi098 ceph-mon[112578]: pgmap v20372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:08 smithi016 ceph-mon[96085]: pgmap v20372: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:09.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:09.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:10.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:10.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:10.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:10 smithi098 ceph-mon[112578]: pgmap v20373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:10 smithi016 ceph-mon[96085]: pgmap v20373: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:11.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:11.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:12.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:12.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:12 smithi098 ceph-mon[112578]: pgmap v20374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:12 smithi016 ceph-mon[96085]: pgmap v20374: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:13.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:13.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:00:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:00:14.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:14.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:14 smithi098 ceph-mon[112578]: pgmap v20375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:14 smithi016 ceph-mon[96085]: pgmap v20375: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:15.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:15.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:16.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:16.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:16 smithi098 ceph-mon[112578]: pgmap v20376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:16 smithi016 ceph-mon[96085]: pgmap v20376: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:17.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:17.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:18.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:18.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:18 smithi098 ceph-mon[112578]: pgmap v20377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:18 smithi016 ceph-mon[96085]: pgmap v20377: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:19.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:19.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:20.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:20.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:20.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:20 smithi098 ceph-mon[112578]: pgmap v20378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:20 smithi016 ceph-mon[96085]: pgmap v20378: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:21.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:21.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:22.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:22.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:22 smithi098 ceph-mon[112578]: pgmap v20379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:22 smithi016 ceph-mon[96085]: pgmap v20379: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:23.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:23.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:24.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:24.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:24 smithi098 ceph-mon[112578]: pgmap v20380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:24 smithi016 ceph-mon[96085]: pgmap v20380: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:25.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:25.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:26.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:26.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:26.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:26 smithi098 ceph-mon[112578]: pgmap v20381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:26 smithi016 ceph-mon[96085]: pgmap v20381: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:27.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:27.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:28.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:28.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:28 smithi098 ceph-mon[112578]: pgmap v20382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:00:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:28 smithi016 ceph-mon[96085]: pgmap v20382: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:00:29.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:29.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:30.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:30.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:30 smithi016 ceph-mon[96085]: pgmap v20383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:30 smithi098 ceph-mon[112578]: pgmap v20383: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:31.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:31.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:32.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:31 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:00:32.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:31 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:00:32.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:32.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:32 smithi098 ceph-mon[112578]: pgmap v20384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:00:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:00:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:00:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:00:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:00:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:00:33.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:00:33.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:32 smithi016 ceph-mon[96085]: pgmap v20384: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:33.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:00:33.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:00:33.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:00:33.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:00:33.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:00:33.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:00:33.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:00:33.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:33.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:34.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:34.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:34 smithi098 ceph-mon[112578]: pgmap v20385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:34 smithi016 ceph-mon[96085]: pgmap v20385: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:35.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:35.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:36.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:36.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:36 smithi098 ceph-mon[112578]: pgmap v20386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:36 smithi016 ceph-mon[96085]: pgmap v20386: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:37.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:37.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:38.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:38.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:38 smithi098 ceph-mon[112578]: pgmap v20387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:38 smithi016 ceph-mon[96085]: pgmap v20387: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:39.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:39.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:40.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:40.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:40 smithi016 ceph-mon[96085]: pgmap v20388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:40 smithi098 ceph-mon[112578]: pgmap v20388: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:41.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:41.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:42.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:42.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:42 smithi098 ceph-mon[112578]: pgmap v20389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:42 smithi016 ceph-mon[96085]: pgmap v20389: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:43.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:43.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:00:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:00:44.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:44.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:44 smithi098 ceph-mon[112578]: pgmap v20390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:44 smithi016 ceph-mon[96085]: pgmap v20390: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:45.738 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:45.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:46.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:46.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:46 smithi098 ceph-mon[112578]: pgmap v20391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:46 smithi016 ceph-mon[96085]: pgmap v20391: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:47.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:47.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:48.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:48.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:48 smithi098 ceph-mon[112578]: pgmap v20392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:48 smithi016 ceph-mon[96085]: pgmap v20392: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:49.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:49.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:50.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:50.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:50.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:50 smithi016 ceph-mon[96085]: pgmap v20393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:50 smithi098 ceph-mon[112578]: pgmap v20393: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:51.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:51.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:52.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:52.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:52 smithi098 ceph-mon[112578]: pgmap v20394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:52 smithi016 ceph-mon[96085]: pgmap v20394: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:53.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:53.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:54.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:54.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:54 smithi098 ceph-mon[112578]: pgmap v20395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:55.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:54 smithi016 ceph-mon[96085]: pgmap v20395: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:55.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:55.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:56.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:56.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:56 smithi098 ceph-mon[112578]: pgmap v20396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:56 smithi016 ceph-mon[96085]: pgmap v20396: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:57.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:57.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:58.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:58.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:58 smithi098 ceph-mon[112578]: pgmap v20397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:00:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:00:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:58 smithi016 ceph-mon[96085]: pgmap v20397: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:00:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:00:59.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:00:59.763 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:00.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:00.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:00 smithi016 ceph-mon[96085]: pgmap v20398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:00 smithi098 ceph-mon[112578]: pgmap v20398: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:01.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:01.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:02.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:02.768 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:02 smithi098 ceph-mon[112578]: pgmap v20399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:02 smithi016 ceph-mon[96085]: pgmap v20399: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:03.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:03.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:04.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:04.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:04 smithi098 ceph-mon[112578]: pgmap v20400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:04 smithi016 ceph-mon[96085]: pgmap v20400: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:05.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:05.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:06.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:06.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:06 smithi098 ceph-mon[112578]: pgmap v20401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:07.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:06 smithi016 ceph-mon[96085]: pgmap v20401: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:07.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:07.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:08.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:08.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:08.997 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:08 smithi016 ceph-mon[96085]: pgmap v20402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:08 smithi098 ceph-mon[112578]: pgmap v20402: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:09.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:09.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:10.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:10 smithi016 ceph-mon[96085]: pgmap v20403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:10.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:10.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:10 smithi098 ceph-mon[112578]: pgmap v20403: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:11.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:11.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:12.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:12.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:12 smithi098 ceph-mon[112578]: pgmap v20404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:12 smithi016 ceph-mon[96085]: pgmap v20404: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:13.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:13.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:01:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:01:14.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:14.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:14 smithi098 ceph-mon[112578]: pgmap v20405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:14 smithi016 ceph-mon[96085]: pgmap v20405: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:15.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:15.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:16.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:16.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:17.001 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:16 smithi098 ceph-mon[112578]: pgmap v20406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:16 smithi016 ceph-mon[96085]: pgmap v20406: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:17.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:17.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:18.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:18.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:18 smithi098 ceph-mon[112578]: pgmap v20407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:18 smithi016 ceph-mon[96085]: pgmap v20407: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:19.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:19.798 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:20 smithi016 ceph-mon[96085]: pgmap v20408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:20.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:20.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:20 smithi098 ceph-mon[112578]: pgmap v20408: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:21.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:21.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:22.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:22.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:22 smithi098 ceph-mon[112578]: pgmap v20409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:23.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:22 smithi016 ceph-mon[96085]: pgmap v20409: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:23.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:23.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:24.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:24.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:24 smithi098 ceph-mon[112578]: pgmap v20410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:24 smithi016 ceph-mon[96085]: pgmap v20410: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:25.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:25.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:26.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:26.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:26 smithi098 ceph-mon[112578]: pgmap v20411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:26 smithi016 ceph-mon[96085]: pgmap v20411: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:27.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:27.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:28.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:28.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:28 smithi098 ceph-mon[112578]: pgmap v20412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:01:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:28 smithi016 ceph-mon[96085]: pgmap v20412: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:01:29.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:29.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:30 smithi016 ceph-mon[96085]: pgmap v20413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:30.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:30.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:30 smithi098 ceph-mon[112578]: pgmap v20413: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:31.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:31.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:32.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:32.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:32 smithi098 ceph-mon[112578]: pgmap v20414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:32 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:01:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:32 smithi016 ceph-mon[96085]: pgmap v20414: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:32 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:01:33.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:33.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:01:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:01:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:01:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:01:34.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:01:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:01:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:01:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:01:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:01:34.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:01:34.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:34.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:35 smithi098 ceph-mon[112578]: pgmap v20415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:35.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:35 smithi016 ceph-mon[96085]: pgmap v20415: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:35.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:35.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:36.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:36.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:37 smithi098 ceph-mon[112578]: pgmap v20416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:37 smithi016 ceph-mon[96085]: pgmap v20416: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:37.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:37.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:38.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:38.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:39.344 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:39 smithi016 ceph-mon[96085]: pgmap v20417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:39 smithi098 ceph-mon[112578]: pgmap v20417: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:39.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:39.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:40.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:40 smithi016 ceph-mon[96085]: pgmap v20418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:40.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:40.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:40 smithi098 ceph-mon[112578]: pgmap v20418: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:41.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:41.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:42.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:42.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:42 smithi098 ceph-mon[112578]: pgmap v20419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:43.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:42 smithi016 ceph-mon[96085]: pgmap v20419: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:43.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:43.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:01:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:01:44.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:44.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:44 smithi098 ceph-mon[112578]: pgmap v20420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:44 smithi016 ceph-mon[96085]: pgmap v20420: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:45.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:45.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:46.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:46.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:46 smithi098 ceph-mon[112578]: pgmap v20421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:47.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:46 smithi016 ceph-mon[96085]: pgmap v20421: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:47.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:47.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:48.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:48.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:48 smithi098 ceph-mon[112578]: pgmap v20422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:48 smithi016 ceph-mon[96085]: pgmap v20422: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:49.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:49.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:50.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:50.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:50 smithi098 ceph-mon[112578]: pgmap v20423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:50 smithi016 ceph-mon[96085]: pgmap v20423: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:51.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:51.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:52.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:52.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:53.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:52 smithi098 ceph-mon[112578]: pgmap v20424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:53.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:52 smithi016 ceph-mon[96085]: pgmap v20424: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:53.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:53.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:54.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:54 smithi016 ceph-mon[96085]: pgmap v20425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:54.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:54.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:54 smithi098 ceph-mon[112578]: pgmap v20425: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:55.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:55.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:56.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:56.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:56 smithi098 ceph-mon[112578]: pgmap v20426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:56 smithi016 ceph-mon[96085]: pgmap v20426: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:57.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:57.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:58.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:58.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:58 smithi098 ceph-mon[112578]: pgmap v20427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:01:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:01:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:58 smithi016 ceph-mon[96085]: pgmap v20427: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:01:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:01:59.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:01:59.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:00.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:00.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:00 smithi098 ceph-mon[112578]: pgmap v20428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:00 smithi016 ceph-mon[96085]: pgmap v20428: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:01.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:01.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:02.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:02 smithi098 ceph-mon[112578]: pgmap v20429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:02.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:02.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:02 smithi016 ceph-mon[96085]: pgmap v20429: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:03.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:03.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:04.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:04.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:04 smithi098 ceph-mon[112578]: pgmap v20430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:04 smithi016 ceph-mon[96085]: pgmap v20430: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:05.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:05.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:06.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:06.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:06 smithi098 ceph-mon[112578]: pgmap v20431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:06 smithi016 ceph-mon[96085]: pgmap v20431: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:07.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:07.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:08.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:08.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:08 smithi098 ceph-mon[112578]: pgmap v20432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:08 smithi016 ceph-mon[96085]: pgmap v20432: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:09.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:09.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:10.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:10.884 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:10 smithi098 ceph-mon[112578]: pgmap v20433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:10 smithi016 ceph-mon[96085]: pgmap v20433: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:11.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:11.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:12.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:12.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:12 smithi098 ceph-mon[112578]: pgmap v20434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:12 smithi016 ceph-mon[96085]: pgmap v20434: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:13.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:13.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:02:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:02:14.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:14.891 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:14 smithi098 ceph-mon[112578]: pgmap v20435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:14 smithi016 ceph-mon[96085]: pgmap v20435: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:15.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:15.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:16.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:16.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:16 smithi098 ceph-mon[112578]: pgmap v20436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:17.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:16 smithi016 ceph-mon[96085]: pgmap v20436: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:17.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:17.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:18.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:18.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:18 smithi098 ceph-mon[112578]: pgmap v20437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:18 smithi016 ceph-mon[96085]: pgmap v20437: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:19.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:19.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:20.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:20.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:20 smithi098 ceph-mon[112578]: pgmap v20438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:20 smithi016 ceph-mon[96085]: pgmap v20438: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:21.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:21.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:22.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:22.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:22 smithi098 ceph-mon[112578]: pgmap v20439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:22 smithi016 ceph-mon[96085]: pgmap v20439: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:23.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:23.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:24.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:24.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:24 smithi098 ceph-mon[112578]: pgmap v20440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:24 smithi016 ceph-mon[96085]: pgmap v20440: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:25.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:25.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:26.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:26.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:26 smithi098 ceph-mon[112578]: pgmap v20441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:26 smithi016 ceph-mon[96085]: pgmap v20441: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:27.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:27.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:28.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:28.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:28 smithi098 ceph-mon[112578]: pgmap v20442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:02:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:28 smithi016 ceph-mon[96085]: pgmap v20442: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:02:29.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:29.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:30.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:30.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:30 smithi098 ceph-mon[112578]: pgmap v20443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:30 smithi016 ceph-mon[96085]: pgmap v20443: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:31.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:31.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:32.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:32.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:32 smithi098 ceph-mon[112578]: pgmap v20444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:33.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:32 smithi016 ceph-mon[96085]: pgmap v20444: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:33.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:33.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:34.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:33 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:02:34.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:33 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:02:34.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:34.924 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:34 smithi098 ceph-mon[112578]: pgmap v20445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:35.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:34 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:34 smithi016 ceph-mon[96085]: pgmap v20445: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:35.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:34 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:35.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:35.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:36.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:36.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:36 smithi098 ceph-mon[112578]: pgmap v20446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:37.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:36 smithi016 ceph-mon[96085]: pgmap v20446: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:37.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:37.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:38.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:38.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:38 smithi098 ceph-mon[112578]: pgmap v20447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:39.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:39.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:02:39.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:02:39.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:02:39.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:02:39.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:38 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1611M 2023-10-17T08:02:39.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:39.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:02:39.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:02:39.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:39.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:02:39.267 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:38 smithi016 ceph-mon[96085]: pgmap v20447: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:02:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:02:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:02:39.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:02:39.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:38 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1611M 2023-10-17T08:02:39.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:39.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:02:39.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:02:39.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:39.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:02:39.283 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:02:39.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:39.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:40.934 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:40.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:40 smithi098 ceph-mon[112578]: pgmap v20448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:40 smithi016 ceph-mon[96085]: pgmap v20448: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:41.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:41.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:42.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:42.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:42 smithi098 ceph-mon[112578]: pgmap v20449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:42 smithi016 ceph-mon[96085]: pgmap v20449: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:43.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:43.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:02:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:02:44.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:44.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:45.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:44 smithi098 ceph-mon[112578]: pgmap v20450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:44 smithi016 ceph-mon[96085]: pgmap v20450: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:45.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:45.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:46.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:46.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:46 smithi098 ceph-mon[112578]: pgmap v20451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:46 smithi016 ceph-mon[96085]: pgmap v20451: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:47.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:47.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:48.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:48.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:48 smithi098 ceph-mon[112578]: pgmap v20452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:49.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:48 smithi016 ceph-mon[96085]: pgmap v20452: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:49.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:49.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:50.951 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:50.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:50 smithi098 ceph-mon[112578]: pgmap v20453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:50 smithi016 ceph-mon[96085]: pgmap v20453: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:51.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:51.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:52.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:52.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:52.992 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:52 smithi098 ceph-mon[112578]: pgmap v20454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:52 smithi016 ceph-mon[96085]: pgmap v20454: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:53.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:53.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:54.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:54.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:54 smithi098 ceph-mon[112578]: pgmap v20455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:54 smithi016 ceph-mon[96085]: pgmap v20455: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:55.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:55.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:56.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:56.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:56 smithi098 ceph-mon[112578]: pgmap v20456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:56 smithi016 ceph-mon[96085]: pgmap v20456: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:57.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:57.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:58.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:58.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:58 smithi098 ceph-mon[112578]: pgmap v20457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:02:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:02:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:58 smithi016 ceph-mon[96085]: pgmap v20457: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:02:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:02:59.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:02:59.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:00.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:00.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:00 smithi098 ceph-mon[112578]: pgmap v20458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:00 smithi016 ceph-mon[96085]: pgmap v20458: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:01.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:01.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:02.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:02.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:02 smithi098 ceph-mon[112578]: pgmap v20459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:02 smithi016 ceph-mon[96085]: pgmap v20459: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:03.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:03.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:04.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:04.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:04 smithi098 ceph-mon[112578]: pgmap v20460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:04 smithi016 ceph-mon[96085]: pgmap v20460: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:05.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:05.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:06.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:06.979 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:06 smithi098 ceph-mon[112578]: pgmap v20461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:06 smithi016 ceph-mon[96085]: pgmap v20461: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:07.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:07.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:08.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:08.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:08 smithi098 ceph-mon[112578]: pgmap v20462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:08 smithi016 ceph-mon[96085]: pgmap v20462: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:09.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:09.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:10.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:10 smithi016 ceph-mon[96085]: pgmap v20463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:10.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:10.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:10 smithi098 ceph-mon[112578]: pgmap v20463: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:11.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:11.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:12.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:12.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:12 smithi098 ceph-mon[112578]: pgmap v20464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:13.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:12 smithi016 ceph-mon[96085]: pgmap v20464: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:13.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:13.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:03:14.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:03:14.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:14.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:14 smithi098 ceph-mon[112578]: pgmap v20465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:14 smithi016 ceph-mon[96085]: pgmap v20465: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:15.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:15.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:16.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:16.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:17.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:16 smithi098 ceph-mon[112578]: pgmap v20466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:16 smithi016 ceph-mon[96085]: pgmap v20466: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:17.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:17.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:18.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:18.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:19.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:18 smithi098 ceph-mon[112578]: pgmap v20467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:19.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:18 smithi016 ceph-mon[96085]: pgmap v20467: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:20.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:20.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:20.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:20 smithi016 ceph-mon[96085]: pgmap v20468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:21.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:21.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:20 smithi098 ceph-mon[112578]: pgmap v20468: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:22.003 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:22.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:23.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:23.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:22 smithi098 ceph-mon[112578]: pgmap v20469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:22 smithi016 ceph-mon[96085]: pgmap v20469: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:24.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:24.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:25.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:25.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:25.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:24 smithi098 ceph-mon[112578]: pgmap v20470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:24 smithi016 ceph-mon[96085]: pgmap v20470: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:26.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:26.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:27.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:27.013 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:27.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:26 smithi098 ceph-mon[112578]: pgmap v20471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:26 smithi016 ceph-mon[96085]: pgmap v20471: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:28.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:28.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:28 smithi098 ceph-mon[112578]: pgmap v20472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:03:29.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:29.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:28 smithi016 ceph-mon[96085]: pgmap v20472: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:03:30.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:30.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:30 smithi098 ceph-mon[112578]: pgmap v20473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:31.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:31.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:30 smithi016 ceph-mon[96085]: pgmap v20473: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:32.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:32.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:32 smithi098 ceph-mon[112578]: pgmap v20474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:33.023 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:33.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:32 smithi016 ceph-mon[96085]: pgmap v20474: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:34.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:34.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:34 smithi098 ceph-mon[112578]: pgmap v20475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:35.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:35.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:34 smithi016 ceph-mon[96085]: pgmap v20475: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:36.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:36.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:37.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:36 smithi098 ceph-mon[112578]: pgmap v20476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:36 smithi016 ceph-mon[96085]: pgmap v20476: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:37.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:37.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:38.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:38.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:39.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:38 smithi098 ceph-mon[112578]: pgmap v20477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:39.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:38 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:03:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:38 smithi016 ceph-mon[96085]: pgmap v20477: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:38 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:03:39.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:39.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:03:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:03:40.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:03:40.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:03:40.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:03:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:03:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:03:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:03:40.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:03:40.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:03:40.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:40.035 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:40 smithi098 ceph-mon[112578]: pgmap v20478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:40 smithi016 ceph-mon[96085]: pgmap v20478: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:41.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:41.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:42.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:42.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:43.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:42 smithi098 ceph-mon[112578]: pgmap v20479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:42 smithi016 ceph-mon[96085]: pgmap v20479: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:43.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:43.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:44.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:03:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:03:44.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:44.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:44 smithi098 ceph-mon[112578]: pgmap v20480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:45.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:44 smithi016 ceph-mon[96085]: pgmap v20480: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:45.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:45.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:46.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:46.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:46 smithi098 ceph-mon[112578]: pgmap v20481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:47.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:46 smithi016 ceph-mon[96085]: pgmap v20481: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:47.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:47.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:48.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:48.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:49.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:48 smithi098 ceph-mon[112578]: pgmap v20482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:49.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:48 smithi016 ceph-mon[96085]: pgmap v20482: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:49.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:49.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:50.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:50.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:50.845 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:50 smithi016 ceph-mon[96085]: pgmap v20483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:50 smithi098 ceph-mon[112578]: pgmap v20483: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:51.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:51.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:52.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:52.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:52 smithi098 ceph-mon[112578]: pgmap v20484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:52 smithi016 ceph-mon[96085]: pgmap v20484: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:53.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:53.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:54.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:54.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:55.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:54 smithi098 ceph-mon[112578]: pgmap v20485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:54 smithi016 ceph-mon[96085]: pgmap v20485: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:55.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:55.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:56.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:56.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:57.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:56 smithi098 ceph-mon[112578]: pgmap v20486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:57.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:56 smithi016 ceph-mon[96085]: pgmap v20486: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:57.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:57.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:58.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:58.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:59.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:58 smithi098 ceph-mon[112578]: pgmap v20487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:59.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:03:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:03:59.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:58 smithi016 ceph-mon[96085]: pgmap v20487: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:03:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:03:59.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:03:59.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:00.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:00.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:00.961 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:00 smithi016 ceph-mon[96085]: pgmap v20488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:00 smithi098 ceph-mon[112578]: pgmap v20488: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:01.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:01.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:02.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:02.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:03.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:02 smithi098 ceph-mon[112578]: pgmap v20489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:03.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:02 smithi016 ceph-mon[96085]: pgmap v20489: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:03.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:03.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:04.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:04.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:05.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:04 smithi098 ceph-mon[112578]: pgmap v20490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:05.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:04 smithi016 ceph-mon[96085]: pgmap v20490: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:05.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:05.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:06.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:06.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:07.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:06 smithi098 ceph-mon[112578]: pgmap v20491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:06 smithi016 ceph-mon[96085]: pgmap v20491: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:07.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:07.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:08.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:08.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:09.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:08 smithi098 ceph-mon[112578]: pgmap v20492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:09.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:08 smithi016 ceph-mon[96085]: pgmap v20492: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:09.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:09.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:10.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:10.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:10 smithi098 ceph-mon[112578]: pgmap v20493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:10 smithi016 ceph-mon[96085]: pgmap v20493: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:11.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:11.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:12.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:12.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:13.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:12 smithi098 ceph-mon[112578]: pgmap v20494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:12 smithi016 ceph-mon[96085]: pgmap v20494: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:13.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:13.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:14.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:04:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:04:14.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:14.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:15.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:14 smithi098 ceph-mon[112578]: pgmap v20495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:15.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:14 smithi016 ceph-mon[96085]: pgmap v20495: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:15.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:15.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:16.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:16.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:17.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:16 smithi098 ceph-mon[112578]: pgmap v20496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:17.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:16 smithi016 ceph-mon[96085]: pgmap v20496: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:17.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:17.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:18.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:18.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:19.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:18 smithi016 ceph-mon[96085]: pgmap v20497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:19.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:19.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:18 smithi098 ceph-mon[112578]: pgmap v20497: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:20.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:20.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:20 smithi098 ceph-mon[112578]: pgmap v20498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:20 smithi016 ceph-mon[96085]: pgmap v20498: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:21.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:21.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:22.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:22.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:22 smithi098 ceph-mon[112578]: pgmap v20499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:22 smithi016 ceph-mon[96085]: pgmap v20499: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:23.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:23.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:24.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:24.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:24 smithi098 ceph-mon[112578]: pgmap v20500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:24 smithi016 ceph-mon[96085]: pgmap v20500: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:25.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:25.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:26.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:26.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:27.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:26 smithi098 ceph-mon[112578]: pgmap v20501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:27.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:26 smithi016 ceph-mon[96085]: pgmap v20501: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:27.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:27.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:28.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:28.117 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:29.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:28 smithi098 ceph-mon[112578]: pgmap v20502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:29.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:04:29.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:28 smithi016 ceph-mon[96085]: pgmap v20502: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:29.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:04:29.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:29.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:30.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:30.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:30 smithi098 ceph-mon[112578]: pgmap v20503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:30 smithi016 ceph-mon[96085]: pgmap v20503: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:31.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:31.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:32.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:32.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:33.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:32 smithi098 ceph-mon[112578]: pgmap v20504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:32 smithi016 ceph-mon[96085]: pgmap v20504: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:33.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:33.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:34.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:34.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:35.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:34 smithi098 ceph-mon[112578]: pgmap v20505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:35.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:34 smithi016 ceph-mon[96085]: pgmap v20505: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:35.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:35.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:36.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:36.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:37.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:36 smithi016 ceph-mon[96085]: pgmap v20506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:37.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:37.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:36 smithi098 ceph-mon[112578]: pgmap v20506: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:38.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:38.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:39.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:38 smithi016 ceph-mon[96085]: pgmap v20507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:39.090 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:38 smithi098 ceph-mon[112578]: pgmap v20507: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:39.134 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:39.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:04:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:04:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:04:40.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:04:40.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:04:40.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:39 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:04:40.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:40.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:40.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:04:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:04:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:04:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:04:40.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:04:40.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:39 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:04:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:40 smithi016 ceph-mon[96085]: pgmap v20508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:41.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:41.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:40 smithi098 ceph-mon[112578]: pgmap v20508: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:42.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:42.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:43.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:42 smithi016 ceph-mon[96085]: pgmap v20509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:43.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:43.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:42 smithi098 ceph-mon[112578]: pgmap v20509: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:44.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:04:44.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:44.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:44.143 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:04:45.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:44 smithi016 ceph-mon[96085]: pgmap v20510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:45.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:45.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:44 smithi098 ceph-mon[112578]: pgmap v20510: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:46.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:46.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:47.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:47.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:46 smithi098 ceph-mon[112578]: pgmap v20511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:46 smithi016 ceph-mon[96085]: pgmap v20511: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:48.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:48.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:49.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:49.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:49.195 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:48 smithi098 ceph-mon[112578]: pgmap v20512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:48 smithi016 ceph-mon[96085]: pgmap v20512: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:50.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:50.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:50 smithi098 ceph-mon[112578]: pgmap v20513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:50 smithi016 ceph-mon[96085]: pgmap v20513: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:51.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:51.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:52.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:52.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:52 smithi016 ceph-mon[96085]: pgmap v20514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:53.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:53.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:52 smithi098 ceph-mon[112578]: pgmap v20514: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:54.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:54.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:55.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:54 smithi016 ceph-mon[96085]: pgmap v20515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:55.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:55.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:54 smithi098 ceph-mon[112578]: pgmap v20515: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:56.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:56.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:57.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:56 smithi016 ceph-mon[96085]: pgmap v20516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:57.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:57.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:56 smithi098 ceph-mon[112578]: pgmap v20516: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:58.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:58.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:58 smithi016 ceph-mon[96085]: pgmap v20517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:04:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:04:59.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:04:59.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:58 smithi098 ceph-mon[112578]: pgmap v20517: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:04:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:05:00.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:00.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:00 smithi098 ceph-mon[112578]: pgmap v20518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:00 smithi016 ceph-mon[96085]: pgmap v20518: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:01.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:01.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:02.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:02.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:03.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:02 smithi016 ceph-mon[96085]: pgmap v20519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:03.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:03.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:02 smithi098 ceph-mon[112578]: pgmap v20519: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:04.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:04.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:05.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:04 smithi016 ceph-mon[96085]: pgmap v20520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:05.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:05.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:04 smithi098 ceph-mon[112578]: pgmap v20520: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:06.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:06.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:07.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:06 smithi016 ceph-mon[96085]: pgmap v20521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:07.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:07.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:06 smithi098 ceph-mon[112578]: pgmap v20521: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:08.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:08.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:09.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:08 smithi016 ceph-mon[96085]: pgmap v20522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:09.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:09.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:08 smithi098 ceph-mon[112578]: pgmap v20522: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:10.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:10.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:10 smithi098 ceph-mon[112578]: pgmap v20523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:10 smithi016 ceph-mon[96085]: pgmap v20523: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:11.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:11.188 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:12.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:12.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:13.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:12 smithi016 ceph-mon[96085]: pgmap v20524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:13.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:13.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:12 smithi098 ceph-mon[112578]: pgmap v20524: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:14.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:05:14.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:14.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:05:15.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:14 smithi016 ceph-mon[96085]: pgmap v20525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:15.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:15.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:14 smithi098 ceph-mon[112578]: pgmap v20525: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:16.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:16.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:17.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:17.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:16 smithi098 ceph-mon[112578]: pgmap v20526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:16 smithi016 ceph-mon[96085]: pgmap v20526: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:18.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:18.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:19.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:19.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:18 smithi098 ceph-mon[112578]: pgmap v20527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:18 smithi016 ceph-mon[96085]: pgmap v20527: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:20.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:20.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:20 smithi098 ceph-mon[112578]: pgmap v20528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:20 smithi016 ceph-mon[96085]: pgmap v20528: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:21.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:21.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:22.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:22.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:22 smithi016 ceph-mon[96085]: pgmap v20529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:23.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:23.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:22 smithi098 ceph-mon[112578]: pgmap v20529: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:24.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:24.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:25.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:24 smithi098 ceph-mon[112578]: pgmap v20530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:25.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:24 smithi016 ceph-mon[96085]: pgmap v20530: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:25.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:25.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:26.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:26.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:27.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:27.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:26 smithi098 ceph-mon[112578]: pgmap v20531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:26 smithi016 ceph-mon[96085]: pgmap v20531: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:28.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:28.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:29.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:29.219 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:28 smithi098 ceph-mon[112578]: pgmap v20532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:05:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:28 smithi016 ceph-mon[96085]: pgmap v20532: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:05:30.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:30.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:30 smithi098 ceph-mon[112578]: pgmap v20533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:30 smithi016 ceph-mon[96085]: pgmap v20533: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:31.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:31.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:32.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:32.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:32 smithi016 ceph-mon[96085]: pgmap v20534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:33.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:33.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:32 smithi098 ceph-mon[112578]: pgmap v20534: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:34.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:34.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:35.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:34 smithi098 ceph-mon[112578]: pgmap v20535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:35.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:35.229 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:34 smithi016 ceph-mon[96085]: pgmap v20535: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:36.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:36.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:37.056 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:36 smithi016 ceph-mon[96085]: pgmap v20536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:37.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:37.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:36 smithi098 ceph-mon[112578]: pgmap v20536: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:38.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:38.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:39.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:39.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:38 smithi098 ceph-mon[112578]: pgmap v20537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:38 smithi016 ceph-mon[96085]: pgmap v20537: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:40.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:40.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:40 smithi098 ceph-mon[112578]: pgmap v20538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:41.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:40 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:05:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:40 smithi016 ceph-mon[96085]: pgmap v20538: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:40 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:05:41.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:41.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:42.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:42.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:43.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:43.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:42 smithi098 ceph-mon[112578]: pgmap v20539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:05:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:42 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:05:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:42 smithi016 ceph-mon[96085]: pgmap v20539: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:05:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:42 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:05:44.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:44.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:05:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:05:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:05:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:05:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:05:44.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:05:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:05:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:05:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:05:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:05:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:05:44.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:05:45.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:45.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:45 smithi098 ceph-mon[112578]: pgmap v20540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:45 smithi016 ceph-mon[96085]: pgmap v20540: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:46.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:46.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:47.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:47.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:47 smithi098 ceph-mon[112578]: pgmap v20541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:47 smithi016 ceph-mon[96085]: pgmap v20541: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:48.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:48.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:49.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:49.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:49 smithi098 ceph-mon[112578]: pgmap v20542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:49 smithi016 ceph-mon[96085]: pgmap v20542: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:50.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:50.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:50 smithi098 ceph-mon[112578]: pgmap v20543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:50 smithi016 ceph-mon[96085]: pgmap v20543: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:51.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:51.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:52.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:52.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:53.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:53.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:52 smithi098 ceph-mon[112578]: pgmap v20544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:53.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:52 smithi016 ceph-mon[96085]: pgmap v20544: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:54.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:54.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:55.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:55.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:54 smithi098 ceph-mon[112578]: pgmap v20545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:54 smithi016 ceph-mon[96085]: pgmap v20545: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:56.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:56.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:56 smithi098 ceph-mon[112578]: pgmap v20546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:57.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:57.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:56 smithi016 ceph-mon[96085]: pgmap v20546: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:58.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:58.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:58 smithi098 ceph-mon[112578]: pgmap v20547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:05:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:05:59.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:05:59.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:58 smithi016 ceph-mon[96085]: pgmap v20547: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:05:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:06:00.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:00.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:00 smithi098 ceph-mon[112578]: pgmap v20548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:00 smithi016 ceph-mon[96085]: pgmap v20548: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:01.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:01.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:02.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:02.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:02 smithi098 ceph-mon[112578]: pgmap v20549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:03.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:03.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:02 smithi016 ceph-mon[96085]: pgmap v20549: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:04.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:04.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:04 smithi098 ceph-mon[112578]: pgmap v20550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:05.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:05.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:04 smithi016 ceph-mon[96085]: pgmap v20550: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:06.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:06.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:06 smithi098 ceph-mon[112578]: pgmap v20551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:06 smithi016 ceph-mon[96085]: pgmap v20551: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:07.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:07.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:08.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:08.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:08 smithi098 ceph-mon[112578]: pgmap v20552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:08 smithi016 ceph-mon[96085]: pgmap v20552: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:09.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:09.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:10.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:10.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:10 smithi098 ceph-mon[112578]: pgmap v20553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:10 smithi016 ceph-mon[96085]: pgmap v20553: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:11.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:11.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:12.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:12.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:12 smithi098 ceph-mon[112578]: pgmap v20554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:13.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:12 smithi016 ceph-mon[96085]: pgmap v20554: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:13.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:13.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:06:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:06:14.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:14.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:15.086 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:14 smithi098 ceph-mon[112578]: pgmap v20555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:14 smithi016 ceph-mon[96085]: pgmap v20555: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:15.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:15.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:16.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:16.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:16 smithi098 ceph-mon[112578]: pgmap v20556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:16 smithi016 ceph-mon[96085]: pgmap v20556: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:17.299 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:17.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:18.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:18.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:18 smithi098 ceph-mon[112578]: pgmap v20557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:18 smithi016 ceph-mon[96085]: pgmap v20557: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:19.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:19.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:20.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:20.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:20 smithi098 ceph-mon[112578]: pgmap v20558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:20 smithi016 ceph-mon[96085]: pgmap v20558: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:21.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:21.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:22.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:22.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:23.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:22 smithi016 ceph-mon[96085]: pgmap v20559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:22 smithi098 ceph-mon[112578]: pgmap v20559: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:23.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:23.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:24.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:24.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:25.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:24 smithi098 ceph-mon[112578]: pgmap v20560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:24 smithi016 ceph-mon[96085]: pgmap v20560: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:25.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:25.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:26.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:26.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:26 smithi098 ceph-mon[112578]: pgmap v20561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:26 smithi016 ceph-mon[96085]: pgmap v20561: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:27.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:27.317 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:28.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:28.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:28 smithi098 ceph-mon[112578]: pgmap v20562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:06:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:28 smithi016 ceph-mon[96085]: pgmap v20562: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:06:29.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:29.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:30.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:30.322 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:30 smithi098 ceph-mon[112578]: pgmap v20563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:30 smithi016 ceph-mon[96085]: pgmap v20563: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:31.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:31.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:32.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:32.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:33.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:32 smithi016 ceph-mon[96085]: pgmap v20564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:32 smithi098 ceph-mon[112578]: pgmap v20564: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:33.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:33.327 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:34.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:34.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:34 smithi098 ceph-mon[112578]: pgmap v20565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:34 smithi016 ceph-mon[96085]: pgmap v20565: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:35.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:35.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:36.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:36.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:36 smithi098 ceph-mon[112578]: pgmap v20566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:36 smithi016 ceph-mon[96085]: pgmap v20566: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:37.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:37.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:38.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:38.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:38 smithi098 ceph-mon[112578]: pgmap v20567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:38 smithi016 ceph-mon[96085]: pgmap v20567: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:39.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:39.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:40.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:40.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:40 smithi098 ceph-mon[112578]: pgmap v20568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:40 smithi016 ceph-mon[96085]: pgmap v20568: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:41.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:41.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:42.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:42.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:42 smithi098 ceph-mon[112578]: pgmap v20569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:42 smithi016 ceph-mon[96085]: pgmap v20569: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:43.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:43.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:06:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:06:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:06:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:06:44.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:44.345 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:44 smithi098 ceph-mon[112578]: pgmap v20570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:44 smithi016 ceph-mon[96085]: pgmap v20570: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:45.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:45.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:46.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:46.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:46 smithi098 ceph-mon[112578]: pgmap v20571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:46 smithi016 ceph-mon[96085]: pgmap v20571: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:47.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:47.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:48.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:48.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:48 smithi098 ceph-mon[112578]: pgmap v20572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:06:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:06:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:06:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:06:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:06:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:06:49.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:06:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:48 smithi016 ceph-mon[96085]: pgmap v20572: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:06:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:06:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:06:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:06:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:06:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:06:49.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:06:49.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:49.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:50.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:50.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:50.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:50 smithi098 ceph-mon[112578]: pgmap v20573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:50 smithi016 ceph-mon[96085]: pgmap v20573: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:51.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:51.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:52.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:52.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:52 smithi098 ceph-mon[112578]: pgmap v20574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:52 smithi016 ceph-mon[96085]: pgmap v20574: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:53.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:53.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:54.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:54.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:54 smithi098 ceph-mon[112578]: pgmap v20575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:54 smithi016 ceph-mon[96085]: pgmap v20575: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:55.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:55.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:56.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:56.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:56 smithi098 ceph-mon[112578]: pgmap v20576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:56 smithi016 ceph-mon[96085]: pgmap v20576: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:57.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:57.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:58.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:58.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:58 smithi098 ceph-mon[112578]: pgmap v20577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:06:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:06:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:58 smithi016 ceph-mon[96085]: pgmap v20577: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:06:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:06:59.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:06:59.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:00.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:00.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:00 smithi098 ceph-mon[112578]: pgmap v20578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:00 smithi016 ceph-mon[96085]: pgmap v20578: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:01.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:01.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:02.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:02.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:02 smithi098 ceph-mon[112578]: pgmap v20579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:02 smithi016 ceph-mon[96085]: pgmap v20579: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:03.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:03.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:04.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:04.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:04 smithi098 ceph-mon[112578]: pgmap v20580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:04 smithi016 ceph-mon[96085]: pgmap v20580: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:05.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:05.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:06.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:06.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:06 smithi098 ceph-mon[112578]: pgmap v20581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:06 smithi016 ceph-mon[96085]: pgmap v20581: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:07.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:07.382 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:08.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:08.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:08 smithi098 ceph-mon[112578]: pgmap v20582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:08 smithi016 ceph-mon[96085]: pgmap v20582: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:09.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:09.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:10.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:10.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:10 smithi098 ceph-mon[112578]: pgmap v20583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:10 smithi016 ceph-mon[96085]: pgmap v20583: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:11.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:11.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:12.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:12.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:13.153 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:12 smithi016 ceph-mon[96085]: pgmap v20584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:12 smithi098 ceph-mon[112578]: pgmap v20584: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:13.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:13.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:07:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:07:14.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:14.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:14 smithi098 ceph-mon[112578]: pgmap v20585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:14 smithi016 ceph-mon[96085]: pgmap v20585: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:15.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:15.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:16.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:16.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:16 smithi098 ceph-mon[112578]: pgmap v20586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:16 smithi016 ceph-mon[96085]: pgmap v20586: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:17.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:17.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:18.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:18.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:18 smithi098 ceph-mon[112578]: pgmap v20587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:18 smithi016 ceph-mon[96085]: pgmap v20587: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:19.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:19.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:20.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:20.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:20 smithi098 ceph-mon[112578]: pgmap v20588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:20 smithi016 ceph-mon[96085]: pgmap v20588: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:21.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:21.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:22.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:22.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:22 smithi098 ceph-mon[112578]: pgmap v20589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:23.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:22 smithi016 ceph-mon[96085]: pgmap v20589: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:23.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:23.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:24.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:24.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:24 smithi098 ceph-mon[112578]: pgmap v20590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:24 smithi016 ceph-mon[96085]: pgmap v20590: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:25.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:25.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:26.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:26.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:26 smithi098 ceph-mon[112578]: pgmap v20591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:26 smithi016 ceph-mon[96085]: pgmap v20591: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:27.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:27.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:28.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:28.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:28 smithi098 ceph-mon[112578]: pgmap v20592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:07:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:28 smithi016 ceph-mon[96085]: pgmap v20592: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:07:29.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:29.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:30.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:30.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:30.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:30 smithi098 ceph-mon[112578]: pgmap v20593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:30 smithi016 ceph-mon[96085]: pgmap v20593: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:31.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:31.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:32.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:32.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:32 smithi098 ceph-mon[112578]: pgmap v20594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:32 smithi016 ceph-mon[96085]: pgmap v20594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:33.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:33.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:34.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:34.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:34 smithi098 ceph-mon[112578]: pgmap v20595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:34 smithi016 ceph-mon[96085]: pgmap v20595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:35.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:35.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:36.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:36.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:36 smithi098 ceph-mon[112578]: pgmap v20596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:36 smithi016 ceph-mon[96085]: pgmap v20596: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:37.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:37.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:38.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:38.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:38 smithi098 ceph-mon[112578]: pgmap v20597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:38 smithi016 ceph-mon[96085]: pgmap v20597: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:39.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:39.435 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:40.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:40.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:40.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:40 smithi098 ceph-mon[112578]: pgmap v20598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:40 smithi016 ceph-mon[96085]: pgmap v20598: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:41.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:41.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:42.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:42.440 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:42 smithi098 ceph-mon[112578]: pgmap v20599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:42 smithi016 ceph-mon[96085]: pgmap v20599: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:43.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:43.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:07:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:07:44.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:44.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:44 smithi098 ceph-mon[112578]: pgmap v20600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:44 smithi016 ceph-mon[96085]: pgmap v20600: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:45.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:45.445 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:46.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:46.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:46 smithi098 ceph-mon[112578]: pgmap v20601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:46 smithi016 ceph-mon[96085]: pgmap v20601: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:47.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:47.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:48.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:48.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:48 smithi098 ceph-mon[112578]: pgmap v20602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:48 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:07:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:48 smithi016 ceph-mon[96085]: pgmap v20602: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:48 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:07:49.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:49.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:07:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:07:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:07:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:07:50.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:07:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:07:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:07:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:07:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:07:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:07:50.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:50.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:50 smithi016 ceph-mon[96085]: pgmap v20603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:50 smithi098 ceph-mon[112578]: pgmap v20603: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:51.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:51.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:52.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:52.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:52 smithi098 ceph-mon[112578]: pgmap v20604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:52 smithi016 ceph-mon[96085]: pgmap v20604: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:53.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:53.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:54.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:54.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:54 smithi098 ceph-mon[112578]: pgmap v20605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:54 smithi016 ceph-mon[96085]: pgmap v20605: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:55.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:55.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:56.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:56.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:56 smithi098 ceph-mon[112578]: pgmap v20606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:56 smithi016 ceph-mon[96085]: pgmap v20606: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:57.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:57.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:58.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:58.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:58 smithi016 ceph-mon[96085]: pgmap v20607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:59.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:07:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:07:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:58 smithi098 ceph-mon[112578]: pgmap v20607: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:07:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:07:59.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:07:59.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:00.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:00.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:00 smithi098 ceph-mon[112578]: pgmap v20608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:00 smithi016 ceph-mon[96085]: pgmap v20608: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:01.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:01.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:02.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:02.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:02 smithi098 ceph-mon[112578]: pgmap v20609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:02 smithi016 ceph-mon[96085]: pgmap v20609: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:03.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:03.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:04.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:04.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:04 smithi098 ceph-mon[112578]: pgmap v20610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:04 smithi016 ceph-mon[96085]: pgmap v20610: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:05.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:05.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:06.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:06.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:06 smithi098 ceph-mon[112578]: pgmap v20611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:06 smithi016 ceph-mon[96085]: pgmap v20611: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:07.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:07.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:08.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:08.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:08 smithi098 ceph-mon[112578]: pgmap v20612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:08 smithi016 ceph-mon[96085]: pgmap v20612: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:09.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:09.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:10.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:10.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:10 smithi098 ceph-mon[112578]: pgmap v20613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:10 smithi016 ceph-mon[96085]: pgmap v20613: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:11.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:11.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:12.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:12.490 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:12 smithi098 ceph-mon[112578]: pgmap v20614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:12 smithi016 ceph-mon[96085]: pgmap v20614: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:13.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:13.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:08:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:08:14.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:14.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:14 smithi098 ceph-mon[112578]: pgmap v20615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:14 smithi016 ceph-mon[96085]: pgmap v20615: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:15.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:15.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:16.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:16.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:16 smithi098 ceph-mon[112578]: pgmap v20616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:16 smithi016 ceph-mon[96085]: pgmap v20616: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:17.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:17.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:18.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:18.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:18 smithi098 ceph-mon[112578]: pgmap v20617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:18 smithi016 ceph-mon[96085]: pgmap v20617: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:19.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:19.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:20.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:20.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:20 smithi098 ceph-mon[112578]: pgmap v20618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:20 smithi016 ceph-mon[96085]: pgmap v20618: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:21.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:21.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:22.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:22.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:22 smithi098 ceph-mon[112578]: pgmap v20619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:22 smithi016 ceph-mon[96085]: pgmap v20619: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:23.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:23.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:24.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:24.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:24 smithi098 ceph-mon[112578]: pgmap v20620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:24 smithi016 ceph-mon[96085]: pgmap v20620: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:25.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:25.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:26.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:26.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:26 smithi098 ceph-mon[112578]: pgmap v20621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:26 smithi016 ceph-mon[96085]: pgmap v20621: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:27.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:27.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:28.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:28.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:28 smithi098 ceph-mon[112578]: pgmap v20622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:08:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:28 smithi016 ceph-mon[96085]: pgmap v20622: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:08:29.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:29.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:30.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:30.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:30 smithi098 ceph-mon[112578]: pgmap v20623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:30 smithi016 ceph-mon[96085]: pgmap v20623: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:31.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:31.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:32.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:32.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:32 smithi098 ceph-mon[112578]: pgmap v20624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:32 smithi016 ceph-mon[96085]: pgmap v20624: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:33.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:33.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:34.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:34.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:34 smithi098 ceph-mon[112578]: pgmap v20625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:34 smithi016 ceph-mon[96085]: pgmap v20625: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:35.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:35.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:36.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:36.530 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:36 smithi098 ceph-mon[112578]: pgmap v20626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:36 smithi016 ceph-mon[96085]: pgmap v20626: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:37.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:37.533 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:38.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:38.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:39.139 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:38 smithi016 ceph-mon[96085]: pgmap v20627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:38 smithi098 ceph-mon[112578]: pgmap v20627: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:39.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:39.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:40.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:40.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:40 smithi098 ceph-mon[112578]: pgmap v20628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:40 smithi016 ceph-mon[96085]: pgmap v20628: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:41.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:41.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:42.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:42.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:42 smithi098 ceph-mon[112578]: pgmap v20629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:42 smithi016 ceph-mon[96085]: pgmap v20629: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:43.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:43.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:44.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:08:44.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:08:44.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:44.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:44 smithi098 ceph-mon[112578]: pgmap v20630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:44 smithi016 ceph-mon[96085]: pgmap v20630: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:45.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:45.545 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:46.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:46.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:47.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:46 smithi098 ceph-mon[112578]: pgmap v20631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:46 smithi016 ceph-mon[96085]: pgmap v20631: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:47.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:47.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:48.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:48.550 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:49.255 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:48 smithi016 ceph-mon[96085]: pgmap v20632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:48 smithi098 ceph-mon[112578]: pgmap v20632: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:49.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:49.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:08:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:08:50.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:49 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:08:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:08:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:08:50.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:49 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:08:50.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:50.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:50 smithi016 ceph-mon[96085]: pgmap v20633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:08:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:08:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:08:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:08:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:08:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:50 smithi098 ceph-mon[112578]: pgmap v20633: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:08:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:08:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:08:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:08:51.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:08:51.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:51.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:52.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:52.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:52 smithi098 ceph-mon[112578]: pgmap v20634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:52 smithi016 ceph-mon[96085]: pgmap v20634: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:53.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:53.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:54.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:54.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:54 smithi098 ceph-mon[112578]: pgmap v20635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:54 smithi016 ceph-mon[96085]: pgmap v20635: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:55.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:55.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:56.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:56.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:57.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:56 smithi098 ceph-mon[112578]: pgmap v20636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:57.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:56 smithi016 ceph-mon[96085]: pgmap v20636: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:57.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:57.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:58.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:58.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:58 smithi098 ceph-mon[112578]: pgmap v20637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:08:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:08:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:58 smithi016 ceph-mon[96085]: pgmap v20637: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:08:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:08:59.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:08:59.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:00.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:00.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:00 smithi098 ceph-mon[112578]: pgmap v20638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:00 smithi016 ceph-mon[96085]: pgmap v20638: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:01.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:01.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:02.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:02.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:02 smithi098 ceph-mon[112578]: pgmap v20639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:02 smithi016 ceph-mon[96085]: pgmap v20639: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:03.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:03.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:04.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:04.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:04 smithi098 ceph-mon[112578]: pgmap v20640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:04 smithi016 ceph-mon[96085]: pgmap v20640: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:05.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:05.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:06.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:06.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:06 smithi098 ceph-mon[112578]: pgmap v20641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:06 smithi016 ceph-mon[96085]: pgmap v20641: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:07.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:07.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:08.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:08.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:08 smithi098 ceph-mon[112578]: pgmap v20642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:08 smithi016 ceph-mon[96085]: pgmap v20642: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:09.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:09.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:10.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:10.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:10 smithi098 ceph-mon[112578]: pgmap v20643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:10 smithi016 ceph-mon[96085]: pgmap v20643: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:11.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:11.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:12.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:12.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:12 smithi098 ceph-mon[112578]: pgmap v20644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:12 smithi016 ceph-mon[96085]: pgmap v20644: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:13.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:13.591 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:09:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:09:14.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:14.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:14 smithi098 ceph-mon[112578]: pgmap v20645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:14 smithi016 ceph-mon[96085]: pgmap v20645: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:15.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:15.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:16.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:16.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:16 smithi098 ceph-mon[112578]: pgmap v20646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:16 smithi016 ceph-mon[96085]: pgmap v20646: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:17.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:17.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:18.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:18.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:18 smithi098 ceph-mon[112578]: pgmap v20647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:18 smithi016 ceph-mon[96085]: pgmap v20647: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:19.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:19.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:20.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:20.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:20 smithi098 ceph-mon[112578]: pgmap v20648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:20 smithi016 ceph-mon[96085]: pgmap v20648: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:21.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:21.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:22.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:22.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:22 smithi098 ceph-mon[112578]: pgmap v20649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:22 smithi016 ceph-mon[96085]: pgmap v20649: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:23.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:23.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:24.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:24.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:25.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:24 smithi016 ceph-mon[96085]: pgmap v20650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:24 smithi098 ceph-mon[112578]: pgmap v20650: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:25.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:25.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:26.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:26.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:26 smithi098 ceph-mon[112578]: pgmap v20651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:26 smithi016 ceph-mon[96085]: pgmap v20651: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:27.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:27.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:28.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:28.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:28 smithi098 ceph-mon[112578]: pgmap v20652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:09:29.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:28 smithi016 ceph-mon[96085]: pgmap v20652: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:09:29.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:29.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:30.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:30.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:30 smithi098 ceph-mon[112578]: pgmap v20653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:30 smithi016 ceph-mon[96085]: pgmap v20653: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:31.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:31.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:32.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:32.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:32 smithi098 ceph-mon[112578]: pgmap v20654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:32 smithi016 ceph-mon[96085]: pgmap v20654: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:33.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:33.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:34.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:34.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:34 smithi098 ceph-mon[112578]: pgmap v20655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:34 smithi016 ceph-mon[96085]: pgmap v20655: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:35.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:35.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:36.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:36.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:37.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:36 smithi098 ceph-mon[112578]: pgmap v20656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:36 smithi016 ceph-mon[96085]: pgmap v20656: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:37.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:37.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:38.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:38.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:38 smithi098 ceph-mon[112578]: pgmap v20657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:38 smithi016 ceph-mon[96085]: pgmap v20657: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:39.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:39.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:40.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:40.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:40 smithi098 ceph-mon[112578]: pgmap v20658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:40 smithi016 ceph-mon[96085]: pgmap v20658: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:41.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:41.639 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:42.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:42.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:42 smithi098 ceph-mon[112578]: pgmap v20659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:42 smithi016 ceph-mon[96085]: pgmap v20659: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:43.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:43.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:09:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:09:44.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:44.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:44 smithi098 ceph-mon[112578]: pgmap v20660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:44 smithi016 ceph-mon[96085]: pgmap v20660: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:45.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:45.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:46.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:46.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:46 smithi098 ceph-mon[112578]: pgmap v20661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:46 smithi016 ceph-mon[96085]: pgmap v20661: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:47.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:47.649 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:48.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:48.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:48 smithi098 ceph-mon[112578]: pgmap v20662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:48 smithi016 ceph-mon[96085]: pgmap v20662: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:49.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:49.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:50.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:50.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:50 smithi098 ceph-mon[112578]: pgmap v20663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:50 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:09:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:50 smithi016 ceph-mon[96085]: pgmap v20663: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:50 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:09:51.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:51.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:52.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:09:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:09:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:09:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:09:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:09:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:09:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:09:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:09:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:09:52.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:09:52.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:52.658 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:53.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:52 smithi098 ceph-mon[112578]: pgmap v20664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:52 smithi016 ceph-mon[96085]: pgmap v20664: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:53.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:53.659 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:54.660 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:54.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:54 smithi098 ceph-mon[112578]: pgmap v20665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:54 smithi016 ceph-mon[96085]: pgmap v20665: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:55.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:55.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:56.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:56.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:56 smithi098 ceph-mon[112578]: pgmap v20666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:56 smithi016 ceph-mon[96085]: pgmap v20666: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:57.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:57.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:58.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:58.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:58 smithi098 ceph-mon[112578]: pgmap v20667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:09:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:09:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:58 smithi016 ceph-mon[96085]: pgmap v20667: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:09:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:09:59.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:09:59.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:00.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:00.672 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:00 smithi098 ceph-mon[112578]: pgmap v20668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T08:10:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:00 smithi016 ceph-mon[96085]: pgmap v20668: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T08:10:01.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:01.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:02.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:02.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:02 smithi098 ceph-mon[112578]: pgmap v20669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:02 smithi016 ceph-mon[96085]: pgmap v20669: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:03.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:03.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:04.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:04.679 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:05.128 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:04 smithi016 ceph-mon[96085]: pgmap v20670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:04 smithi098 ceph-mon[112578]: pgmap v20670: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:05.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:05.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:06.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:06.682 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:06 smithi098 ceph-mon[112578]: pgmap v20671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:06 smithi016 ceph-mon[96085]: pgmap v20671: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:07.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:07.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:08.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:08.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:08 smithi098 ceph-mon[112578]: pgmap v20672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:08 smithi016 ceph-mon[96085]: pgmap v20672: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:09.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:09.687 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:10.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:10.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:10 smithi098 ceph-mon[112578]: pgmap v20673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:10 smithi016 ceph-mon[96085]: pgmap v20673: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:11.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:11.690 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:12.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:12.692 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:12 smithi098 ceph-mon[112578]: pgmap v20674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:12 smithi016 ceph-mon[96085]: pgmap v20674: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:13.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:13.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:10:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:10:14.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:14.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:15.243 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:14 smithi016 ceph-mon[96085]: pgmap v20675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:14 smithi098 ceph-mon[112578]: pgmap v20675: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:15.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:15.697 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:16.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:16.699 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:16 smithi098 ceph-mon[112578]: pgmap v20676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:16 smithi016 ceph-mon[96085]: pgmap v20676: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:17.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:17.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:18.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:18.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:18 smithi098 ceph-mon[112578]: pgmap v20677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:19.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:18 smithi016 ceph-mon[96085]: pgmap v20677: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:19.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:19.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:20.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:20.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:20 smithi098 ceph-mon[112578]: pgmap v20678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:20 smithi016 ceph-mon[96085]: pgmap v20678: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:21.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:21.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:22.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:22.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:23.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:22 smithi098 ceph-mon[112578]: pgmap v20679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:22 smithi016 ceph-mon[96085]: pgmap v20679: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:23.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:23.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:24.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:24.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:24 smithi098 ceph-mon[112578]: pgmap v20680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:24 smithi016 ceph-mon[96085]: pgmap v20680: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:25.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:25.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:26.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:26.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:26 smithi098 ceph-mon[112578]: pgmap v20681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:26 smithi016 ceph-mon[96085]: pgmap v20681: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:27.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:27.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:28.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:28.719 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:28 smithi098 ceph-mon[112578]: pgmap v20682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:10:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:28 smithi016 ceph-mon[96085]: pgmap v20682: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:10:29.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:29.721 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:30.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:30.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:30.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:30 smithi016 ceph-mon[96085]: pgmap v20683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:30 smithi098 ceph-mon[112578]: pgmap v20683: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:31.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:31.724 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:32.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:32.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:33.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:32 smithi098 ceph-mon[112578]: pgmap v20684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:32 smithi016 ceph-mon[96085]: pgmap v20684: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:33.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:33.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:34.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:34.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:34 smithi098 ceph-mon[112578]: pgmap v20685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:35.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:34 smithi016 ceph-mon[96085]: pgmap v20685: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:35.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:35.731 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:36.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:36.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:36 smithi098 ceph-mon[112578]: pgmap v20686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:36 smithi016 ceph-mon[96085]: pgmap v20686: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:37.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:37.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:38.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:38.736 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:38 smithi098 ceph-mon[112578]: pgmap v20687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:38 smithi016 ceph-mon[96085]: pgmap v20687: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:39.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:39.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:40.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:40.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:40 smithi098 ceph-mon[112578]: pgmap v20688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:40 smithi016 ceph-mon[96085]: pgmap v20688: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:41.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:41.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:42.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:42.743 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:42 smithi098 ceph-mon[112578]: pgmap v20689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:43.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:42 smithi016 ceph-mon[96085]: pgmap v20689: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:43.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:43.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:10:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:10:44.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:44.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:44 smithi098 ceph-mon[112578]: pgmap v20690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:44 smithi016 ceph-mon[96085]: pgmap v20690: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:45.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:45.748 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:46.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:46.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:46 smithi098 ceph-mon[112578]: pgmap v20691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:46 smithi016 ceph-mon[96085]: pgmap v20691: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:47.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:47.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:48.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:48.753 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:48 smithi098 ceph-mon[112578]: pgmap v20692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:48 smithi016 ceph-mon[96085]: pgmap v20692: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:49.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:49.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:50.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:50.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:50 smithi098 ceph-mon[112578]: pgmap v20693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:50 smithi016 ceph-mon[96085]: pgmap v20693: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:51.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:51.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:10:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:10:52.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:10:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:10:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:10:52.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:10:52.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:52.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:52.965 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:10:52.965 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:10:52.966 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:10:52.966 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:10:52.966 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:10:52.966 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:52 smithi098 ceph-mon[112578]: pgmap v20694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:10:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:10:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:10:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:10:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:10:53.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:52 smithi016 ceph-mon[96085]: pgmap v20694: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:53.760 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:53.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:54.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:54.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:54 smithi098 ceph-mon[112578]: pgmap v20695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:54 smithi016 ceph-mon[96085]: pgmap v20695: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:55.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:55.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:56.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:56.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:57.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:56 smithi098 ceph-mon[112578]: pgmap v20696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:56 smithi016 ceph-mon[96085]: pgmap v20696: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:57.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:57.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:58.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:58.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:58 smithi098 ceph-mon[112578]: pgmap v20697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:10:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:10:59.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:58 smithi016 ceph-mon[96085]: pgmap v20697: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:10:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:10:59.770 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:10:59.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:00.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:00.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:00 smithi098 ceph-mon[112578]: pgmap v20698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:00 smithi016 ceph-mon[96085]: pgmap v20698: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:01.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:01.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:02.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:02.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:02 smithi098 ceph-mon[112578]: pgmap v20699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:02 smithi016 ceph-mon[96085]: pgmap v20699: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:03.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:03.777 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:04.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:04.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:04 smithi098 ceph-mon[112578]: pgmap v20700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:04 smithi016 ceph-mon[96085]: pgmap v20700: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:05.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:05.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:06.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:06.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:06 smithi098 ceph-mon[112578]: pgmap v20701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:06 smithi016 ceph-mon[96085]: pgmap v20701: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:07.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:07.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:08.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:08.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:09.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:08 smithi098 ceph-mon[112578]: pgmap v20702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:08 smithi016 ceph-mon[96085]: pgmap v20702: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:09.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:09.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:10.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:10.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:10 smithi098 ceph-mon[112578]: pgmap v20703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:10 smithi016 ceph-mon[96085]: pgmap v20703: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:11.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:11.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:12.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:12.793 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:13.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:12 smithi098 ceph-mon[112578]: pgmap v20704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:12 smithi016 ceph-mon[96085]: pgmap v20704: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:13.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:13.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:11:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:11:14.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:14.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:14 smithi098 ceph-mon[112578]: pgmap v20705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:14 smithi016 ceph-mon[96085]: pgmap v20705: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:15.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:15.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:16.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:16.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:16 smithi098 ceph-mon[112578]: pgmap v20706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:16 smithi016 ceph-mon[96085]: pgmap v20706: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:17.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:17.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:18.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:18.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:18 smithi098 ceph-mon[112578]: pgmap v20707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:18 smithi016 ceph-mon[96085]: pgmap v20707: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:19.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:19.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:20.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:20.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:20.993 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:20 smithi016 ceph-mon[96085]: pgmap v20708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:20 smithi098 ceph-mon[112578]: pgmap v20708: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:21.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:21.808 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:22.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:22.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:22 smithi098 ceph-mon[112578]: pgmap v20709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:22 smithi016 ceph-mon[96085]: pgmap v20709: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:23.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:23.811 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:24.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:24.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:24 smithi098 ceph-mon[112578]: pgmap v20710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:24 smithi016 ceph-mon[96085]: pgmap v20710: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:25.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:25.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:26.816 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:26.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:26 smithi098 ceph-mon[112578]: pgmap v20711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:26 smithi016 ceph-mon[96085]: pgmap v20711: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:27.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:27.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:28.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:28.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:28 smithi098 ceph-mon[112578]: pgmap v20712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:11:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:28 smithi016 ceph-mon[96085]: pgmap v20712: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:11:29.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:29.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:30.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:30.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:30 smithi098 ceph-mon[112578]: pgmap v20713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:30 smithi016 ceph-mon[96085]: pgmap v20713: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:31.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:31.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:32.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:32.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:32 smithi098 ceph-mon[112578]: pgmap v20714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:32 smithi016 ceph-mon[96085]: pgmap v20714: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:33.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:33.828 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:34.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:34.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:34 smithi098 ceph-mon[112578]: pgmap v20715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:34 smithi016 ceph-mon[96085]: pgmap v20715: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:35.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:35.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:36.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:36.833 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:36 smithi016 ceph-mon[96085]: pgmap v20716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:37.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:37.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:38.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:36 smithi098 ceph-mon[112578]: pgmap v20716: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:38.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:38.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:38 smithi098 ceph-mon[112578]: pgmap v20717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:39.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:38 smithi016 ceph-mon[96085]: pgmap v20717: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:39.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:39.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:40.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:40.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:40 smithi098 ceph-mon[112578]: pgmap v20718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:40 smithi016 ceph-mon[96085]: pgmap v20718: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:41.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:41.842 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:42.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:42.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:42 smithi098 ceph-mon[112578]: pgmap v20719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:42 smithi016 ceph-mon[96085]: pgmap v20719: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:43.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:43.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:11:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:11:44.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:44.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:44 smithi098 ceph-mon[112578]: pgmap v20720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:44 smithi016 ceph-mon[96085]: pgmap v20720: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:45.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:45.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:46.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:46.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:46 smithi098 ceph-mon[112578]: pgmap v20721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:46 smithi016 ceph-mon[96085]: pgmap v20721: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:47.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:47.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:48.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:48.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:48 smithi098 ceph-mon[112578]: pgmap v20722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:48 smithi016 ceph-mon[96085]: pgmap v20722: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:49.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:49.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:50.856 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:50.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:50 smithi098 ceph-mon[112578]: pgmap v20723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:50 smithi016 ceph-mon[96085]: pgmap v20723: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:51.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:51.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:52.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:51 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:11:52.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:51 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:11:52.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:52.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:52 smithi098 ceph-mon[112578]: pgmap v20724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:11:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:11:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:11:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:11:53.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:11:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:52 smithi016 ceph-mon[96085]: pgmap v20724: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:11:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:11:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:11:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:11:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:11:53.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:53.861 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:54.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:54.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:54 smithi098 ceph-mon[112578]: pgmap v20725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:54 smithi016 ceph-mon[96085]: pgmap v20725: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:55.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:55.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:56.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:56.866 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:56 smithi098 ceph-mon[112578]: pgmap v20726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:56 smithi016 ceph-mon[96085]: pgmap v20726: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:57.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:57.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:58.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:58.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:58 smithi098 ceph-mon[112578]: pgmap v20727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:11:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:11:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:58 smithi016 ceph-mon[96085]: pgmap v20727: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:11:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:11:59.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:11:59.871 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:00.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:00.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:00 smithi098 ceph-mon[112578]: pgmap v20728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:00 smithi016 ceph-mon[96085]: pgmap v20728: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:01.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:01.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:02.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:02.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:02 smithi098 ceph-mon[112578]: pgmap v20729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:02 smithi016 ceph-mon[96085]: pgmap v20729: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:03.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:03.878 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:04.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:04.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:05.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:04 smithi098 ceph-mon[112578]: pgmap v20730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:05.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:04 smithi016 ceph-mon[96085]: pgmap v20730: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:05.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:05.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:06.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:06.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:06 smithi098 ceph-mon[112578]: pgmap v20731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:06 smithi016 ceph-mon[96085]: pgmap v20731: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:07.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:07.885 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:08.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:08.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:09.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:08 smithi098 ceph-mon[112578]: pgmap v20732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:08 smithi016 ceph-mon[96085]: pgmap v20732: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:09.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:09.889 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:10.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:10.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:10 smithi098 ceph-mon[112578]: pgmap v20733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:10 smithi016 ceph-mon[96085]: pgmap v20733: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:11.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:11.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:12.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:12.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:12 smithi098 ceph-mon[112578]: pgmap v20734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:12 smithi016 ceph-mon[96085]: pgmap v20734: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:13.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:13.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:12:14.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:12:14.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:14.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:14 smithi098 ceph-mon[112578]: pgmap v20735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:14 smithi016 ceph-mon[96085]: pgmap v20735: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:15.898 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:15.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:16.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:16.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:16 smithi098 ceph-mon[112578]: pgmap v20736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:16 smithi016 ceph-mon[96085]: pgmap v20736: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:17.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:17.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:18.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:18.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:18 smithi098 ceph-mon[112578]: pgmap v20737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:18 smithi016 ceph-mon[96085]: pgmap v20737: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:19.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:19.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:20.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:20.907 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:20 smithi098 ceph-mon[112578]: pgmap v20738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:20 smithi016 ceph-mon[96085]: pgmap v20738: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:21.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:21.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:22.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:22.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:22 smithi098 ceph-mon[112578]: pgmap v20739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:22 smithi016 ceph-mon[96085]: pgmap v20739: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:23.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:23.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:24.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:24.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:24 smithi098 ceph-mon[112578]: pgmap v20740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:24 smithi016 ceph-mon[96085]: pgmap v20740: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:25.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:25.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:26.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:26.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:27.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:26 smithi016 ceph-mon[96085]: pgmap v20741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:26 smithi098 ceph-mon[112578]: pgmap v20741: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:27.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:27.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:28.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:28.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:28 smithi098 ceph-mon[112578]: pgmap v20742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:12:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:28 smithi016 ceph-mon[96085]: pgmap v20742: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:12:29.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:29.922 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:30.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:30.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:30 smithi098 ceph-mon[112578]: pgmap v20743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:30 smithi016 ceph-mon[96085]: pgmap v20743: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:31.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:31.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:32.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:32.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:32 smithi098 ceph-mon[112578]: pgmap v20744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:32 smithi016 ceph-mon[96085]: pgmap v20744: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:33.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:33.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:34.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:34.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:34 smithi098 ceph-mon[112578]: pgmap v20745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:34 smithi016 ceph-mon[96085]: pgmap v20745: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:35.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:35.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:36.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:36.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:36 smithi098 ceph-mon[112578]: pgmap v20746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:36 smithi016 ceph-mon[96085]: pgmap v20746: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:37.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:37.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:38.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:38.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:38 smithi098 ceph-mon[112578]: pgmap v20747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:38 smithi016 ceph-mon[96085]: pgmap v20747: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:39.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:39.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:40.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:40.941 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:40 smithi098 ceph-mon[112578]: pgmap v20748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:40 smithi016 ceph-mon[96085]: pgmap v20748: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:41.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:41.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:42.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:42.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:42 smithi098 ceph-mon[112578]: pgmap v20749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:42 smithi016 ceph-mon[96085]: pgmap v20749: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:43.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:43.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:44.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:12:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:12:44.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:44.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:44 smithi098 ceph-mon[112578]: pgmap v20750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:45.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:44 smithi016 ceph-mon[96085]: pgmap v20750: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:45.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:45.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:46.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:46.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:46 smithi098 ceph-mon[112578]: pgmap v20751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:46 smithi016 ceph-mon[96085]: pgmap v20751: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:47.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:47.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:48.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:48.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:48 smithi098 ceph-mon[112578]: pgmap v20752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:48 smithi016 ceph-mon[96085]: pgmap v20752: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:49.955 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:49.956 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:50.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:50.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:50 smithi098 ceph-mon[112578]: pgmap v20753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:50 smithi016 ceph-mon[96085]: pgmap v20753: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:51.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:51.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:52.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:52.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:52 smithi098 ceph-mon[112578]: pgmap v20754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:52 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:12:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:52 smithi016 ceph-mon[96085]: pgmap v20754: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:52 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:12:53.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:53.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:54.216 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:12:54.216 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:12:54.216 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:12:54.217 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:12:54.217 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:53 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1604M 2023-10-17T08:12:54.217 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:12:54.217 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:12:54.218 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:12:54.218 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:12:54.218 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:12:54.218 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:12:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:12:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:12:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:12:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:12:54.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:53 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1604M 2023-10-17T08:12:54.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:12:54.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:12:54.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:12:54.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:12:54.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:12:54.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:12:54.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:54.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:55 smithi098 ceph-mon[112578]: pgmap v20755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:55.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:55 smithi016 ceph-mon[96085]: pgmap v20755: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:55.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:55.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:56.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:56.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:57 smithi098 ceph-mon[112578]: pgmap v20756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:57 smithi016 ceph-mon[96085]: pgmap v20756: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:57.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:57.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:58.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:58.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:59 smithi098 ceph-mon[112578]: pgmap v20757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:12:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:12:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:59 smithi016 ceph-mon[96085]: pgmap v20757: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:12:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:12:59.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:12:59.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:00.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:00.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:00 smithi098 ceph-mon[112578]: pgmap v20758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:00 smithi016 ceph-mon[96085]: pgmap v20758: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:01.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:01.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:02.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:02.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:02 smithi098 ceph-mon[112578]: pgmap v20759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:02 smithi016 ceph-mon[96085]: pgmap v20759: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:03.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:03.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:04.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:04.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:04 smithi098 ceph-mon[112578]: pgmap v20760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:04 smithi016 ceph-mon[96085]: pgmap v20760: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:05.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:05.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:06.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:06.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:07.203 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:06 smithi016 ceph-mon[96085]: pgmap v20761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:06 smithi098 ceph-mon[112578]: pgmap v20761: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:07.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:07.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:08.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:08.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:08 smithi098 ceph-mon[112578]: pgmap v20762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:09.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:08 smithi016 ceph-mon[96085]: pgmap v20762: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:09.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:09.989 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:10.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:10.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:10 smithi098 ceph-mon[112578]: pgmap v20763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:10 smithi016 ceph-mon[96085]: pgmap v20763: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:11.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:11.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:12.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:12.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:12 smithi098 ceph-mon[112578]: pgmap v20764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:12 smithi016 ceph-mon[96085]: pgmap v20764: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:13.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:13.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:14.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:13:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:13:14.996 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:14.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:14 smithi098 ceph-mon[112578]: pgmap v20765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:14 smithi016 ceph-mon[96085]: pgmap v20765: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:15.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:15.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:17.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:17.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:16 smithi098 ceph-mon[112578]: pgmap v20766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:17.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:16 smithi016 ceph-mon[96085]: pgmap v20766: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:18.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:18.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:19.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:19.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:18 smithi098 ceph-mon[112578]: pgmap v20767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:18 smithi016 ceph-mon[96085]: pgmap v20767: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:20.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:20.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:21.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:21.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:20 smithi098 ceph-mon[112578]: pgmap v20768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:20 smithi016 ceph-mon[96085]: pgmap v20768: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:22.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:22.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:23.010 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:23.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:22 smithi098 ceph-mon[112578]: pgmap v20769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:22 smithi016 ceph-mon[96085]: pgmap v20769: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:24.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:24.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:25.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:25.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:24 smithi098 ceph-mon[112578]: pgmap v20770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:24 smithi016 ceph-mon[96085]: pgmap v20770: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:26.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:26.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:27.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:27.018 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:26 smithi098 ceph-mon[112578]: pgmap v20771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:26 smithi016 ceph-mon[96085]: pgmap v20771: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:28.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:28.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:29.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:29.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:28 smithi098 ceph-mon[112578]: pgmap v20772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:13:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:28 smithi016 ceph-mon[96085]: pgmap v20772: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:13:30.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:30.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:30 smithi098 ceph-mon[112578]: pgmap v20773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:31.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:31.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:31.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:30 smithi016 ceph-mon[96085]: pgmap v20773: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:32.025 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:32.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:33.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:33.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:32 smithi098 ceph-mon[112578]: pgmap v20774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:32 smithi016 ceph-mon[96085]: pgmap v20774: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:34.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:34.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:35.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:35.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:35.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:34 smithi098 ceph-mon[112578]: pgmap v20775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:34 smithi016 ceph-mon[96085]: pgmap v20775: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:36.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:36.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:37.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:37.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:36 smithi098 ceph-mon[112578]: pgmap v20776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:36 smithi016 ceph-mon[96085]: pgmap v20776: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:38.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:38.037 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:39.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:39.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:38 smithi098 ceph-mon[112578]: pgmap v20777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:38 smithi016 ceph-mon[96085]: pgmap v20777: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:40.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:40.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:40 smithi098 ceph-mon[112578]: pgmap v20778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:41.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:40 smithi016 ceph-mon[96085]: pgmap v20778: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:41.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:41.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:42.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:42.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:43.044 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:43.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:42 smithi098 ceph-mon[112578]: pgmap v20779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:42 smithi016 ceph-mon[96085]: pgmap v20779: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:44.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:44.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:13:44.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:13:45.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:44 smithi098 ceph-mon[112578]: pgmap v20780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:45.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:45.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:44 smithi016 ceph-mon[96085]: pgmap v20780: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:46.049 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:46.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:47.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:47.051 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:46 smithi098 ceph-mon[112578]: pgmap v20781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:46 smithi016 ceph-mon[96085]: pgmap v20781: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:48.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:48.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:49.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:49.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:49.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:48 smithi098 ceph-mon[112578]: pgmap v20782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:48 smithi016 ceph-mon[96085]: pgmap v20782: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:50.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:50.056 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:51.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:50 smithi098 ceph-mon[112578]: pgmap v20783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:50 smithi016 ceph-mon[96085]: pgmap v20783: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:51.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:51.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:52.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:52.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:53.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:52 smithi016 ceph-mon[96085]: pgmap v20784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:53.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:53.061 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:53.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:52 smithi098 ceph-mon[112578]: pgmap v20784: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:54.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:54.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:13:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:13:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:13:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:13:54.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:13:54.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:13:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:13:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:13:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:13:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:13:54.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:13:54.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:13:55.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:55.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:55.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:54 smithi098 ceph-mon[112578]: pgmap v20785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:54 smithi016 ceph-mon[96085]: pgmap v20785: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:56.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:56.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:57.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:57.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:56 smithi098 ceph-mon[112578]: pgmap v20786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:56 smithi016 ceph-mon[96085]: pgmap v20786: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:58.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:58.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:59.071 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:13:59.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:58 smithi098 ceph-mon[112578]: pgmap v20787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:13:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:13:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:58 smithi016 ceph-mon[96085]: pgmap v20787: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:13:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:14:00.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:00.073 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:00 smithi098 ceph-mon[112578]: pgmap v20788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:00 smithi016 ceph-mon[96085]: pgmap v20788: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:01.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:01.075 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:02.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:02.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:03.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:03.078 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:02 smithi098 ceph-mon[112578]: pgmap v20789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:03.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:02 smithi016 ceph-mon[96085]: pgmap v20789: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:04.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:04.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:05.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:05.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:04 smithi098 ceph-mon[112578]: pgmap v20790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:04 smithi016 ceph-mon[96085]: pgmap v20790: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:06.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:06.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:07.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:07.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:06 smithi098 ceph-mon[112578]: pgmap v20791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:07.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:06 smithi016 ceph-mon[96085]: pgmap v20791: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:08.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:08.086 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:09.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:09.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:08 smithi098 ceph-mon[112578]: pgmap v20792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:08 smithi016 ceph-mon[96085]: pgmap v20792: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:10.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:10.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:10 smithi098 ceph-mon[112578]: pgmap v20793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:10 smithi016 ceph-mon[96085]: pgmap v20793: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:11.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:11.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:12.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:12.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:13.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:13.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:12 smithi098 ceph-mon[112578]: pgmap v20794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:12 smithi016 ceph-mon[96085]: pgmap v20794: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:14.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:14.096 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:14:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:14:15.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:15.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:15.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:14 smithi098 ceph-mon[112578]: pgmap v20795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:14 smithi016 ceph-mon[96085]: pgmap v20795: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:16.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:16.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:17.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:17.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:16 smithi098 ceph-mon[112578]: pgmap v20796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:16 smithi016 ceph-mon[96085]: pgmap v20796: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:18.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:18.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:19.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:19.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:18 smithi098 ceph-mon[112578]: pgmap v20797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:18 smithi016 ceph-mon[96085]: pgmap v20797: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:20.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:20.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:20 smithi098 ceph-mon[112578]: pgmap v20798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:20 smithi016 ceph-mon[96085]: pgmap v20798: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:21.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:21.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:22.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:22.110 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:23.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:23.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:23.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:22 smithi098 ceph-mon[112578]: pgmap v20799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:22 smithi016 ceph-mon[96085]: pgmap v20799: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:24.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:24.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:25.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:25.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:24 smithi098 ceph-mon[112578]: pgmap v20800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:24 smithi016 ceph-mon[96085]: pgmap v20800: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:26.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:26.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:27.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:27.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:26 smithi098 ceph-mon[112578]: pgmap v20801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:26 smithi016 ceph-mon[96085]: pgmap v20801: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:28.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:28.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:29.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:29.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:28 smithi098 ceph-mon[112578]: pgmap v20802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:14:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:28 smithi016 ceph-mon[96085]: pgmap v20802: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:14:30.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:30.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:30 smithi098 ceph-mon[112578]: pgmap v20803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:30 smithi016 ceph-mon[96085]: pgmap v20803: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:31.124 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:31.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:32.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:32.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:33.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:33.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:33.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:32 smithi098 ceph-mon[112578]: pgmap v20804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:33.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:32 smithi016 ceph-mon[96085]: pgmap v20804: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:34.129 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:34.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:35.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:35.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:35.248 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:34 smithi098 ceph-mon[112578]: pgmap v20805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:34 smithi016 ceph-mon[96085]: pgmap v20805: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:36.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:36.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:37.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:37.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:36 smithi098 ceph-mon[112578]: pgmap v20806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:36 smithi016 ceph-mon[96085]: pgmap v20806: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:38.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:38.137 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:39.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:39.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:38 smithi098 ceph-mon[112578]: pgmap v20807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:38 smithi016 ceph-mon[96085]: pgmap v20807: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:40.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:40.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:40 smithi098 ceph-mon[112578]: pgmap v20808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:40 smithi016 ceph-mon[96085]: pgmap v20808: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:41.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:41.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:42.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:42.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:43.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:43.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:42 smithi098 ceph-mon[112578]: pgmap v20809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:42 smithi016 ceph-mon[96085]: pgmap v20809: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:44.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:44.147 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:14:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:14:45.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:45.149 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:44 smithi098 ceph-mon[112578]: pgmap v20810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:44 smithi016 ceph-mon[96085]: pgmap v20810: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:46.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:46.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:47.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:47.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:46 smithi098 ceph-mon[112578]: pgmap v20811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:46 smithi016 ceph-mon[96085]: pgmap v20811: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:48.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:48.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:49.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:49.155 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:48 smithi098 ceph-mon[112578]: pgmap v20812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:48 smithi016 ceph-mon[96085]: pgmap v20812: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:50.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:50.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:50 smithi098 ceph-mon[112578]: pgmap v20813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:50 smithi016 ceph-mon[96085]: pgmap v20813: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:51.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:51.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:52.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:52.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:53.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:53.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:52 smithi098 ceph-mon[112578]: pgmap v20814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:52 smithi016 ceph-mon[96085]: pgmap v20814: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:54.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:54.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:54.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:53 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:14:54.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:53 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:14:55.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:55.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:54 smithi098 ceph-mon[112578]: pgmap v20815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:14:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:14:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:14:55.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:14:55.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:14:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:54 smithi016 ceph-mon[96085]: pgmap v20815: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:14:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:14:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:14:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:14:55.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:14:56.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:56.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:57.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:57.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:56 smithi098 ceph-mon[112578]: pgmap v20816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:56 smithi016 ceph-mon[96085]: pgmap v20816: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:58.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:58.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:59.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:14:59.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:59.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:58 smithi098 ceph-mon[112578]: pgmap v20817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:14:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:14:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:58 smithi016 ceph-mon[96085]: pgmap v20817: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:14:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:15:00.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:00.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:00 smithi098 ceph-mon[112578]: pgmap v20818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:00 smithi016 ceph-mon[96085]: pgmap v20818: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:01.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:01.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:02.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:02.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:03.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:03.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:03.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:02 smithi098 ceph-mon[112578]: pgmap v20819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:02 smithi016 ceph-mon[96085]: pgmap v20819: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:04.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:04.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:05.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:05.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:04 smithi098 ceph-mon[112578]: pgmap v20820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:04 smithi016 ceph-mon[96085]: pgmap v20820: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:06.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:06.183 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:07.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:07.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:07.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:06 smithi098 ceph-mon[112578]: pgmap v20821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:06 smithi016 ceph-mon[96085]: pgmap v20821: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:08.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:08.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:09.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:09.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:08 smithi098 ceph-mon[112578]: pgmap v20822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:09.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:08 smithi016 ceph-mon[96085]: pgmap v20822: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:10.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:10.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:10 smithi098 ceph-mon[112578]: pgmap v20823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:11.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:10 smithi016 ceph-mon[96085]: pgmap v20823: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:11.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:11.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:12.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:12.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:13.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:13.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:12 smithi098 ceph-mon[112578]: pgmap v20824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:12 smithi016 ceph-mon[96085]: pgmap v20824: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:14.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:14.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:15:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:15:15.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:15.199 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:14 smithi098 ceph-mon[112578]: pgmap v20825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:15.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:14 smithi016 ceph-mon[96085]: pgmap v20825: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:16.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:16.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:17.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:17.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:16 smithi098 ceph-mon[112578]: pgmap v20826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:16 smithi016 ceph-mon[96085]: pgmap v20826: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:18.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:18.204 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:19.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:19.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:18 smithi098 ceph-mon[112578]: pgmap v20827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:18 smithi016 ceph-mon[96085]: pgmap v20827: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:20.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:20.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:20 smithi098 ceph-mon[112578]: pgmap v20828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:20 smithi016 ceph-mon[96085]: pgmap v20828: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:21.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:21.209 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:22.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:22.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:23.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:23.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:22 smithi098 ceph-mon[112578]: pgmap v20829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:22 smithi016 ceph-mon[96085]: pgmap v20829: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:24.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:24.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:25.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:25.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:24 smithi098 ceph-mon[112578]: pgmap v20830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:24 smithi016 ceph-mon[96085]: pgmap v20830: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:26.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:26.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:27.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:27.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:26 smithi098 ceph-mon[112578]: pgmap v20831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:26 smithi016 ceph-mon[96085]: pgmap v20831: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:28.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:28.222 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:29.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:29.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:28 smithi098 ceph-mon[112578]: pgmap v20832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:15:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:28 smithi016 ceph-mon[96085]: pgmap v20832: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:15:30.224 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:30.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:30 smithi098 ceph-mon[112578]: pgmap v20833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:30 smithi016 ceph-mon[96085]: pgmap v20833: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:31.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:31.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:32.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:32.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:33.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:33.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:32 smithi098 ceph-mon[112578]: pgmap v20834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:32 smithi016 ceph-mon[96085]: pgmap v20834: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:34.231 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:34.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:35.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:35.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:34 smithi098 ceph-mon[112578]: pgmap v20835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:34 smithi016 ceph-mon[96085]: pgmap v20835: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:36.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:36.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:37.236 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:37.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:37.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:36 smithi098 ceph-mon[112578]: pgmap v20836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:36 smithi016 ceph-mon[96085]: pgmap v20836: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:38.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:38.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:39.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:39.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:39.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:38 smithi098 ceph-mon[112578]: pgmap v20837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:39.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:38 smithi016 ceph-mon[96085]: pgmap v20837: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:40.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:40.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:40 smithi098 ceph-mon[112578]: pgmap v20838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:40 smithi016 ceph-mon[96085]: pgmap v20838: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:41.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:41.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:42.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:42.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:43.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:43.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:42 smithi098 ceph-mon[112578]: pgmap v20839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:42 smithi016 ceph-mon[96085]: pgmap v20839: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:44.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:44.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:15:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:15:45.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:45.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:45.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:44 smithi098 ceph-mon[112578]: pgmap v20840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:44 smithi016 ceph-mon[96085]: pgmap v20840: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:46.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:46.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:47.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:47.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:47.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:46 smithi098 ceph-mon[112578]: pgmap v20841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:47.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:46 smithi016 ceph-mon[96085]: pgmap v20841: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:48.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:48.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:49.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:49.256 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:48 smithi098 ceph-mon[112578]: pgmap v20842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:49.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:48 smithi016 ceph-mon[96085]: pgmap v20842: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:50.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:50.258 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:50 smithi098 ceph-mon[112578]: pgmap v20843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:51.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:50 smithi016 ceph-mon[96085]: pgmap v20843: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:51.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:51.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:52.261 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:52.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:53.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:53.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:52 smithi098 ceph-mon[112578]: pgmap v20844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:52 smithi016 ceph-mon[96085]: pgmap v20844: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:54.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:54.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:54 smithi098 ceph-mon[112578]: pgmap v20845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:55.296 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:54 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:15:55.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:55.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:55.298 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:54 smithi016 ceph-mon[96085]: pgmap v20845: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:55.298 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:54 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:15:56.268 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:56.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:56 smithi098 ceph-mon[112578]: pgmap v20846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:57.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:57.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:56 smithi016 ceph-mon[96085]: pgmap v20846: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:58.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:58.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:15:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:15:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:15:58.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:15:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:15:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:15:58.765 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:15:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:15:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:15:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:15:58.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:15:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:15:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:15:58.781 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:15:59.273 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:15:59.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:59 smithi016 ceph-mon[96085]: pgmap v20847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:15:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:15:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:59 smithi098 ceph-mon[112578]: pgmap v20847: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:59.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:15:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:16:00.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:00.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:01.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:00 smithi098 ceph-mon[112578]: pgmap v20848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:00 smithi016 ceph-mon[96085]: pgmap v20848: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:01.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:01.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:02.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:02.278 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:03.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:02 smithi098 ceph-mon[112578]: pgmap v20849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:02 smithi016 ceph-mon[96085]: pgmap v20849: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:03.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:03.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:04.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:04.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:04 smithi098 ceph-mon[112578]: pgmap v20850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:04 smithi016 ceph-mon[96085]: pgmap v20850: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:05.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:05.283 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:06.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:06.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:07.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:06 smithi098 ceph-mon[112578]: pgmap v20851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:07.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:06 smithi016 ceph-mon[96085]: pgmap v20851: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:07.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:07.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:08.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:08.288 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:09.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:08 smithi098 ceph-mon[112578]: pgmap v20852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:09.277 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:08 smithi016 ceph-mon[96085]: pgmap v20852: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:09.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:09.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:10.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:10.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:11.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:10 smithi098 ceph-mon[112578]: pgmap v20853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:10 smithi016 ceph-mon[96085]: pgmap v20853: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:11.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:11.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:12.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:12.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:12 smithi098 ceph-mon[112578]: pgmap v20854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:12 smithi016 ceph-mon[96085]: pgmap v20854: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:13.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:13.296 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:16:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:16:14.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:14.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:14 smithi098 ceph-mon[112578]: pgmap v20855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:14 smithi016 ceph-mon[96085]: pgmap v20855: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:15.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:15.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:16.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:16.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:16 smithi098 ceph-mon[112578]: pgmap v20856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:16 smithi016 ceph-mon[96085]: pgmap v20856: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:17.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:17.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:18.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:18.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:19.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:18 smithi098 ceph-mon[112578]: pgmap v20857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:18 smithi016 ceph-mon[96085]: pgmap v20857: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:19.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:19.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:20.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:20.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:20 smithi098 ceph-mon[112578]: pgmap v20858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:21.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:20 smithi016 ceph-mon[96085]: pgmap v20858: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:21.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:21.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:22.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:22.311 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:22 smithi098 ceph-mon[112578]: pgmap v20859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:23.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:22 smithi016 ceph-mon[96085]: pgmap v20859: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:23.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:23.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:24.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:24.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:25.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:24 smithi098 ceph-mon[112578]: pgmap v20860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:24 smithi016 ceph-mon[96085]: pgmap v20860: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:25.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:25.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:26.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:26.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:27.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:26 smithi098 ceph-mon[112578]: pgmap v20861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:26 smithi016 ceph-mon[96085]: pgmap v20861: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:27.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:27.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:28.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:28.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:28 smithi098 ceph-mon[112578]: pgmap v20862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:28 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:16:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:28 smithi016 ceph-mon[96085]: pgmap v20862: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:28 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:16:29.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:29.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:30.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:30.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:31.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:30 smithi098 ceph-mon[112578]: pgmap v20863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:30 smithi016 ceph-mon[96085]: pgmap v20863: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:31.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:31.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:32.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:32.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:32 smithi098 ceph-mon[112578]: pgmap v20864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:32 smithi016 ceph-mon[96085]: pgmap v20864: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:33.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:33.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:34.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:34.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:34 smithi098 ceph-mon[112578]: pgmap v20865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:35.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:34 smithi016 ceph-mon[96085]: pgmap v20865: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:35.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:35.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:36.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:36.335 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:37.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:36 smithi098 ceph-mon[112578]: pgmap v20866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:36 smithi016 ceph-mon[96085]: pgmap v20866: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:37.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:37.337 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:38.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:38.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:39.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:38 smithi098 ceph-mon[112578]: pgmap v20867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:38 smithi016 ceph-mon[96085]: pgmap v20867: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:39.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:39.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:40.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:40.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:41.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:40 smithi098 ceph-mon[112578]: pgmap v20868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:40 smithi016 ceph-mon[96085]: pgmap v20868: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:41.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:41.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:42.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:42.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:43.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:42 smithi098 ceph-mon[112578]: pgmap v20869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:42 smithi016 ceph-mon[96085]: pgmap v20869: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:43.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:43.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:44.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:43 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:16:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:43 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:16:44.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:44.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:45.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:44 smithi098 ceph-mon[112578]: pgmap v20870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:44 smithi016 ceph-mon[96085]: pgmap v20870: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:45.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:45.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:46.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:46.353 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:47.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:47 smithi098 ceph-mon[112578]: pgmap v20871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:47 smithi016 ceph-mon[96085]: pgmap v20871: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:47.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:47.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:48.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:48.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:49.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:49 smithi098 ceph-mon[112578]: pgmap v20872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:49 smithi016 ceph-mon[96085]: pgmap v20872: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:49.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:49.358 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:50.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:50.360 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:51.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:50 smithi098 ceph-mon[112578]: pgmap v20873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:50 smithi016 ceph-mon[96085]: pgmap v20873: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:51.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:51.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:52.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:52.363 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:52 smithi098 ceph-mon[112578]: pgmap v20874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:52 smithi016 ceph-mon[96085]: pgmap v20874: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:53.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:53.365 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:54.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:54.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:55.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:54 smithi098 ceph-mon[112578]: pgmap v20875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:55.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:54 smithi016 ceph-mon[96085]: pgmap v20875: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:55.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:55.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:56.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:56.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:57.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:57 smithi098 ceph-mon[112578]: pgmap v20876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:57 smithi016 ceph-mon[96085]: pgmap v20876: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:57.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:57.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:58.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:58 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:16:58.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:58 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:16:58.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:58.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:59 smithi098 ceph-mon[112578]: pgmap v20877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:59.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:16:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:16:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:59 smithi016 ceph-mon[96085]: pgmap v20877: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:16:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:16:59.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:16:59.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:00.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:00.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:00 smithi098 ceph-mon[112578]: pgmap v20878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:01.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:00 smithi016 ceph-mon[96085]: pgmap v20878: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:01.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:01.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:02.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:02.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:03.379 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:03.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:03 smithi098 ceph-mon[112578]: pgmap v20879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:04.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:17:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:17:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:17:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:17:04.015 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:17:04.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:17:04.016 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:03 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:17:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:03 smithi016 ceph-mon[96085]: pgmap v20879: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:17:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:17:04.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:17:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:17:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:17:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:17:04.031 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:03 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:17:04.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:04.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:05.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:05.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:05 smithi098 ceph-mon[112578]: pgmap v20880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:05 smithi016 ceph-mon[96085]: pgmap v20880: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:06.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:06.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:07.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:07.387 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:08.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:07 smithi098 ceph-mon[112578]: pgmap v20881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:07 smithi016 ceph-mon[96085]: pgmap v20881: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:08.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:08.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:09.389 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:09.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:09.975 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:09 smithi016 ceph-mon[96085]: pgmap v20882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:10.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:09 smithi098 ceph-mon[112578]: pgmap v20882: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:10.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:10.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:10 smithi098 ceph-mon[112578]: pgmap v20883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:10 smithi016 ceph-mon[96085]: pgmap v20883: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:11.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:11.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:12.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:12.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:13.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:13 smithi098 ceph-mon[112578]: pgmap v20884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:13 smithi016 ceph-mon[96085]: pgmap v20884: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:13.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:13.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:17:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:17:14.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:14.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:15 smithi098 ceph-mon[112578]: pgmap v20885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:15 smithi016 ceph-mon[96085]: pgmap v20885: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:15.399 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:15.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:16.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:16.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:17.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:17 smithi098 ceph-mon[112578]: pgmap v20886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:17 smithi016 ceph-mon[96085]: pgmap v20886: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:17.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:17.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:18.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:18.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:19.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:19 smithi098 ceph-mon[112578]: pgmap v20887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:19.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:19 smithi016 ceph-mon[96085]: pgmap v20887: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:19.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:19.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:20.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:20.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:21.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:20 smithi098 ceph-mon[112578]: pgmap v20888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:20 smithi016 ceph-mon[96085]: pgmap v20888: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:21.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:21.410 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:22.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:22.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:23.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:23 smithi098 ceph-mon[112578]: pgmap v20889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:23.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:23 smithi016 ceph-mon[96085]: pgmap v20889: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:23.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:23.412 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:24.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:24.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:25.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:25 smithi098 ceph-mon[112578]: pgmap v20890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:25 smithi016 ceph-mon[96085]: pgmap v20890: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:25.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:25.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:26.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:26.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:27.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:27 smithi098 ceph-mon[112578]: pgmap v20891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:27.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:27 smithi016 ceph-mon[96085]: pgmap v20891: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:27.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:27.419 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:28.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:28.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:29 smithi098 ceph-mon[112578]: pgmap v20892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:17:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:29 smithi016 ceph-mon[96085]: pgmap v20892: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:29.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:17:29.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:29.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:30.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:30.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:31.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:30 smithi098 ceph-mon[112578]: pgmap v20893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:30 smithi016 ceph-mon[96085]: pgmap v20893: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:31.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:31.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:32.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:32.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:33.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:33 smithi098 ceph-mon[112578]: pgmap v20894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:33 smithi016 ceph-mon[96085]: pgmap v20894: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:33.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:33.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:34.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:34.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:35.263 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:35 smithi016 ceph-mon[96085]: pgmap v20895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:35.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:35 smithi098 ceph-mon[112578]: pgmap v20895: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:35.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:35.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:36.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:36.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:37.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:37 smithi016 ceph-mon[96085]: pgmap v20896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:37.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:37.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:37 smithi098 ceph-mon[112578]: pgmap v20896: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:38.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:38.438 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:39.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:39 smithi016 ceph-mon[96085]: pgmap v20897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:39.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:39.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:39 smithi098 ceph-mon[112578]: pgmap v20897: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:40.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:40.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:41.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:40 smithi098 ceph-mon[112578]: pgmap v20898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:40 smithi016 ceph-mon[96085]: pgmap v20898: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:41.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:41.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:42.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:42.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:43 smithi098 ceph-mon[112578]: pgmap v20899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:43.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:43 smithi016 ceph-mon[96085]: pgmap v20899: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:43.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:43.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:44.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:17:44.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:44.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:17:45.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:45 smithi016 ceph-mon[96085]: pgmap v20900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:45.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:45.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:45 smithi098 ceph-mon[112578]: pgmap v20900: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:46.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:46.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:47.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:47 smithi016 ceph-mon[96085]: pgmap v20901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:47.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:47.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:47 smithi098 ceph-mon[112578]: pgmap v20901: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:48.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:48.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:49.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:49 smithi016 ceph-mon[96085]: pgmap v20902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:49.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:49.456 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:49 smithi098 ceph-mon[112578]: pgmap v20902: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:50.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:50.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:50 smithi016 ceph-mon[96085]: pgmap v20903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:50 smithi098 ceph-mon[112578]: pgmap v20903: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:51.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:51.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:52.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:52.461 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:53.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:53 smithi016 ceph-mon[96085]: pgmap v20904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:53.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:53.463 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:53 smithi098 ceph-mon[112578]: pgmap v20904: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:54.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:54.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:55.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:55 smithi016 ceph-mon[96085]: pgmap v20905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:55.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:55.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:55 smithi098 ceph-mon[112578]: pgmap v20905: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:56.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:56.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:57 smithi016 ceph-mon[96085]: pgmap v20906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:57.345 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:57 smithi098 ceph-mon[112578]: pgmap v20906: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:57.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:57.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:58.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:58.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:59 smithi016 ceph-mon[96085]: pgmap v20907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:17:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:17:59.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:17:59.473 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:59 smithi098 ceph-mon[112578]: pgmap v20907: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:17:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:18:00.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:00.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:01.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:00 smithi098 ceph-mon[112578]: pgmap v20908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:00 smithi016 ceph-mon[96085]: pgmap v20908: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:01.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:01.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:02.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:02.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:03.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:03 smithi016 ceph-mon[96085]: pgmap v20909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:03.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:03.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:03 smithi098 ceph-mon[112578]: pgmap v20909: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:18:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:18:04.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:18:04.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:18:04.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:18:04.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:18:04.480 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:04.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:04.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:18:04.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:18:04.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:18:04.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:18:04.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:18:04.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:18:05.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:05.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:06.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:05 smithi098 ceph-mon[112578]: pgmap v20910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:06.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:05 smithi016 ceph-mon[96085]: pgmap v20910: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:06.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:06.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:07.485 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:07.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:07 smithi098 ceph-mon[112578]: pgmap v20911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:08.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:07 smithi016 ceph-mon[96085]: pgmap v20911: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:08.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:08.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:09.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:09.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:10.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:09 smithi098 ceph-mon[112578]: pgmap v20912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:10.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:09 smithi016 ceph-mon[96085]: pgmap v20912: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:10.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:10.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:10 smithi016 ceph-mon[96085]: pgmap v20913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:10 smithi098 ceph-mon[112578]: pgmap v20913: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:11.492 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:11.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:12.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:12.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:13 smithi016 ceph-mon[96085]: pgmap v20914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:13.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:13.496 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:13 smithi098 ceph-mon[112578]: pgmap v20914: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:18:14.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:14.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:18:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:15 smithi016 ceph-mon[96085]: pgmap v20915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:15.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:15.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:15 smithi098 ceph-mon[112578]: pgmap v20915: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:16.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:16.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:17.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:17 smithi016 ceph-mon[96085]: pgmap v20916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:17.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:17.503 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:17 smithi098 ceph-mon[112578]: pgmap v20916: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:18.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:18.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:19.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:19.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:19 smithi098 ceph-mon[112578]: pgmap v20917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:19 smithi016 ceph-mon[96085]: pgmap v20917: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:20.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:20.508 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:21.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:20 smithi016 ceph-mon[96085]: pgmap v20918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:20 smithi098 ceph-mon[112578]: pgmap v20918: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:21.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:21.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:22.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:22.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:23 smithi016 ceph-mon[96085]: pgmap v20919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:23.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:23.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:23 smithi098 ceph-mon[112578]: pgmap v20919: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:24.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:24.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:25.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:25 smithi016 ceph-mon[96085]: pgmap v20920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:25 smithi098 ceph-mon[112578]: pgmap v20920: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:25.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:25.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:26.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:26.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:27 smithi098 ceph-mon[112578]: pgmap v20921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:27.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:27.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:27 smithi016 ceph-mon[96085]: pgmap v20921: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:28.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:28.521 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:29 smithi098 ceph-mon[112578]: pgmap v20922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:18:29.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:29.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:29 smithi016 ceph-mon[96085]: pgmap v20922: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:18:30.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:30.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:30 smithi016 ceph-mon[96085]: pgmap v20923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:30 smithi098 ceph-mon[112578]: pgmap v20923: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:31.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:31.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:32.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:32.528 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:33 smithi016 ceph-mon[96085]: pgmap v20924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:33.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:33 smithi098 ceph-mon[112578]: pgmap v20924: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:33.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:33.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:34.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:34.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:35 smithi098 ceph-mon[112578]: pgmap v20925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:35 smithi016 ceph-mon[96085]: pgmap v20925: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:35.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:35.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:36.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:36.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:37 smithi098 ceph-mon[112578]: pgmap v20926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:37 smithi016 ceph-mon[96085]: pgmap v20926: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:37.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:37.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:38.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:38.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:39.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:39 smithi098 ceph-mon[112578]: pgmap v20927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:39 smithi016 ceph-mon[96085]: pgmap v20927: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:39.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:39.548 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:40.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:40.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:41.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:40 smithi016 ceph-mon[96085]: pgmap v20928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:40 smithi098 ceph-mon[112578]: pgmap v20928: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:41.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:41.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:42.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:42.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:43.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:43 smithi098 ceph-mon[112578]: pgmap v20929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:43 smithi016 ceph-mon[96085]: pgmap v20929: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:43.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:43.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:18:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:18:44.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:44.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:45 smithi098 ceph-mon[112578]: pgmap v20930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:45 smithi016 ceph-mon[96085]: pgmap v20930: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:45.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:45.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:46.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:46.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:47 smithi098 ceph-mon[112578]: pgmap v20931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:47 smithi016 ceph-mon[96085]: pgmap v20931: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:47.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:47.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:48.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:48.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:49 smithi098 ceph-mon[112578]: pgmap v20932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:49 smithi016 ceph-mon[96085]: pgmap v20932: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:49.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:49.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:50.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:50.557 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:51.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:50 smithi016 ceph-mon[96085]: pgmap v20933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:50 smithi098 ceph-mon[112578]: pgmap v20933: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:51.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:51.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:52.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:52.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:53.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:53 smithi098 ceph-mon[112578]: pgmap v20934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:53 smithi016 ceph-mon[96085]: pgmap v20934: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:53.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:53.562 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:54.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:54.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:55 smithi098 ceph-mon[112578]: pgmap v20935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:55 smithi016 ceph-mon[96085]: pgmap v20935: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:55.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:55.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:56.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:56.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:57 smithi098 ceph-mon[112578]: pgmap v20936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:57 smithi016 ceph-mon[96085]: pgmap v20936: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:57.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:57.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:58.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:58.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:59 smithi098 ceph-mon[112578]: pgmap v20937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:18:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:18:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:59 smithi016 ceph-mon[96085]: pgmap v20937: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:18:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:18:59.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:18:59.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:00.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:00.574 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:01.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:00 smithi016 ceph-mon[96085]: pgmap v20938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:00 smithi098 ceph-mon[112578]: pgmap v20938: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:01.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:01.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:02.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:02.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:03 smithi098 ceph-mon[112578]: pgmap v20939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:03 smithi016 ceph-mon[96085]: pgmap v20939: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:03.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:03.579 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:04.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:04 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:19:04.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:04 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:19:04.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:04.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:05 smithi098 ceph-mon[112578]: pgmap v20940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:19:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:19:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:19:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:19:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:19:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:19:05.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:19:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:05 smithi016 ceph-mon[96085]: pgmap v20940: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:19:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:19:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:19:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:19:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:19:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:19:05.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:19:05.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:05.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:06.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:06.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:07 smithi098 ceph-mon[112578]: pgmap v20941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:07 smithi016 ceph-mon[96085]: pgmap v20941: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:07.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:07.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:08.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:08.588 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:09 smithi098 ceph-mon[112578]: pgmap v20942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:09 smithi016 ceph-mon[96085]: pgmap v20942: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:09.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:09.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:10.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:10.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:11.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:10 smithi016 ceph-mon[96085]: pgmap v20943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:10 smithi098 ceph-mon[112578]: pgmap v20943: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:11.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:11.593 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:12.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:12.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:13 smithi098 ceph-mon[112578]: pgmap v20944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:13 smithi016 ceph-mon[96085]: pgmap v20944: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:13.596 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:13.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:19:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:19:14.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:14.598 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:15 smithi098 ceph-mon[112578]: pgmap v20945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:15 smithi016 ceph-mon[96085]: pgmap v20945: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:15.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:15.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:16.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:16.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:17 smithi098 ceph-mon[112578]: pgmap v20946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:17 smithi016 ceph-mon[96085]: pgmap v20946: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:17.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:17.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:18.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:18.605 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:19 smithi098 ceph-mon[112578]: pgmap v20947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:19 smithi016 ceph-mon[96085]: pgmap v20947: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:19.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:19.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:20.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:20.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:20 smithi016 ceph-mon[96085]: pgmap v20948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:20 smithi098 ceph-mon[112578]: pgmap v20948: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:21.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:21.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:22.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:22.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:23 smithi098 ceph-mon[112578]: pgmap v20949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:23 smithi016 ceph-mon[96085]: pgmap v20949: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:23.613 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:23.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:24.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:24.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:25 smithi098 ceph-mon[112578]: pgmap v20950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:25.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:25 smithi016 ceph-mon[96085]: pgmap v20950: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:25.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:25.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:26.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:26.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:27 smithi098 ceph-mon[112578]: pgmap v20951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:27 smithi016 ceph-mon[96085]: pgmap v20951: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:27.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:27.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:28.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:28.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:29 smithi098 ceph-mon[112578]: pgmap v20952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:19:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:29 smithi016 ceph-mon[96085]: pgmap v20952: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:19:29.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:29.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:30.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:30.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:30 smithi016 ceph-mon[96085]: pgmap v20953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:31.266 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:30 smithi098 ceph-mon[112578]: pgmap v20953: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:31.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:31.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:32.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:32.628 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:33.346 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:33 smithi098 ceph-mon[112578]: pgmap v20954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:33 smithi016 ceph-mon[96085]: pgmap v20954: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:33.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:33.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:34.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:34.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:35 smithi098 ceph-mon[112578]: pgmap v20955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:35 smithi016 ceph-mon[96085]: pgmap v20955: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:35.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:35.633 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:36.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:36.635 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:37 smithi098 ceph-mon[112578]: pgmap v20956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:37 smithi016 ceph-mon[96085]: pgmap v20956: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:37.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:37.636 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:38.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:38.638 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:39 smithi098 ceph-mon[112578]: pgmap v20957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:39 smithi016 ceph-mon[96085]: pgmap v20957: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:39.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:39.640 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:40.641 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:40.642 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:40 smithi016 ceph-mon[96085]: pgmap v20958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:41.572 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:40 smithi098 ceph-mon[112578]: pgmap v20958: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:41.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:41.643 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:42.644 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:42.645 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:43.451 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:43 smithi098 ceph-mon[112578]: pgmap v20959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:43 smithi016 ceph-mon[96085]: pgmap v20959: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:43.646 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:43.647 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:19:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:19:44.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:44.648 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:45 smithi098 ceph-mon[112578]: pgmap v20960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:45 smithi016 ceph-mon[96085]: pgmap v20960: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:45.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:45.650 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:46.651 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:46.652 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:47 smithi098 ceph-mon[112578]: pgmap v20961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:47 smithi016 ceph-mon[96085]: pgmap v20961: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:47.653 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:47.654 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:48.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:48.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:49 smithi098 ceph-mon[112578]: pgmap v20962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:49 smithi016 ceph-mon[96085]: pgmap v20962: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:49.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:49.657 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:50.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:50.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:50 smithi016 ceph-mon[96085]: pgmap v20963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:50 smithi098 ceph-mon[112578]: pgmap v20963: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:51.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:51.661 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:52.662 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:52.663 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:53 smithi098 ceph-mon[112578]: pgmap v20964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:53 smithi016 ceph-mon[96085]: pgmap v20964: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:53.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:53.664 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:54.666 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:54.667 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:55 smithi098 ceph-mon[112578]: pgmap v20965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:55 smithi016 ceph-mon[96085]: pgmap v20965: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:55.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:55.668 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:56.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:56.670 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:57.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:57 smithi016 ceph-mon[96085]: pgmap v20966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:57 smithi098 ceph-mon[112578]: pgmap v20966: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:57.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:57.671 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:58.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:58.673 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:59 smithi098 ceph-mon[112578]: pgmap v20967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:19:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:19:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:59 smithi016 ceph-mon[96085]: pgmap v20967: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:19:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:19:59.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:19:59.675 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:00.676 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:00.677 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:00 smithi016 ceph-mon[96085]: overall HEALTH_OK 2023-10-17T08:20:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:00 smithi016 ceph-mon[96085]: pgmap v20968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:00 smithi098 ceph-mon[112578]: overall HEALTH_OK 2023-10-17T08:20:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:00 smithi098 ceph-mon[112578]: pgmap v20968: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:01.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:01.678 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:02.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:02.680 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:03 smithi098 ceph-mon[112578]: pgmap v20969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:03 smithi016 ceph-mon[96085]: pgmap v20969: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:03.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:03.681 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:04.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:04.683 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:05 smithi098 ceph-mon[112578]: pgmap v20970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:05 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:20:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:05 smithi016 ceph-mon[96085]: pgmap v20970: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:05.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:05 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:20:05.684 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:05.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:20:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:20:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:20:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:20:06.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:20:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:20:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:20:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:20:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:20:06.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:20:06.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:06.686 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:07 smithi016 ceph-mon[96085]: pgmap v20971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:07.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:07.688 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:07.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:07 smithi098 ceph-mon[112578]: pgmap v20971: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:08.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:08.689 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:09 smithi016 ceph-mon[96085]: pgmap v20972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:09.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:09.691 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:09.763 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:09 smithi098 ceph-mon[112578]: pgmap v20972: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:10.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:10.693 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:10 smithi016 ceph-mon[96085]: pgmap v20973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:10 smithi098 ceph-mon[112578]: pgmap v20973: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:11.694 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:11.695 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:12.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:12.696 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:13 smithi098 ceph-mon[112578]: pgmap v20974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:13 smithi016 ceph-mon[96085]: pgmap v20974: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:13.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:13.698 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:20:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:20:14.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:14.700 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:15 smithi098 ceph-mon[112578]: pgmap v20975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:15 smithi016 ceph-mon[96085]: pgmap v20975: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:15.701 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:15.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:16.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:16.703 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:17 smithi098 ceph-mon[112578]: pgmap v20976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:17 smithi016 ceph-mon[96085]: pgmap v20976: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:17.704 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:17.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:18.706 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:18.707 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:19 smithi098 ceph-mon[112578]: pgmap v20977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:19 smithi016 ceph-mon[96085]: pgmap v20977: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:19.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:19.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:20.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:20.710 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:20 smithi016 ceph-mon[96085]: pgmap v20978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:20 smithi098 ceph-mon[112578]: pgmap v20978: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:21.711 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:21.712 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:22.713 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:22.714 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:23 smithi098 ceph-mon[112578]: pgmap v20979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:23.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:23 smithi016 ceph-mon[96085]: pgmap v20979: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:23.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:23.715 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:24.716 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:24.717 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:25 smithi098 ceph-mon[112578]: pgmap v20980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:25 smithi016 ceph-mon[96085]: pgmap v20980: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:25.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:25.718 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:26.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:26.720 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:27 smithi098 ceph-mon[112578]: pgmap v20981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:27 smithi016 ceph-mon[96085]: pgmap v20981: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:27.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:27.722 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:28.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:28.723 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:29.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:29 smithi098 ceph-mon[112578]: pgmap v20982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:29.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:20:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:29 smithi016 ceph-mon[96085]: pgmap v20982: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:20:29.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:29.725 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:30.726 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:30.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:30 smithi016 ceph-mon[96085]: pgmap v20983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:30 smithi098 ceph-mon[112578]: pgmap v20983: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:31.728 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:31.729 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:32.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:32.730 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:33 smithi098 ceph-mon[112578]: pgmap v20984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:33 smithi016 ceph-mon[96085]: pgmap v20984: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:33.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:33.732 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:34.733 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:34.734 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:35 smithi098 ceph-mon[112578]: pgmap v20985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:35 smithi016 ceph-mon[96085]: pgmap v20985: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:35.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:35.735 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:36.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:36.737 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:37.337 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:37 smithi016 ceph-mon[96085]: pgmap v20986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:37 smithi098 ceph-mon[112578]: pgmap v20986: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:37.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:37.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:38.740 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:38.741 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:39 smithi098 ceph-mon[112578]: pgmap v20987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:39 smithi016 ceph-mon[96085]: pgmap v20987: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:39.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:39.742 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:40.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:40.744 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:40 smithi016 ceph-mon[96085]: pgmap v20988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:40 smithi098 ceph-mon[112578]: pgmap v20988: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:41.745 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:41.746 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:42.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:42.747 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:43 smithi098 ceph-mon[112578]: pgmap v20989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:43 smithi016 ceph-mon[96085]: pgmap v20989: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:43.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:43.749 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:20:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:20:44.750 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:44.751 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:45 smithi098 ceph-mon[112578]: pgmap v20990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:45 smithi016 ceph-mon[96085]: pgmap v20990: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:45.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:45.752 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:46.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:46.754 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:47.452 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:47 smithi016 ceph-mon[96085]: pgmap v20991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:47 smithi098 ceph-mon[112578]: pgmap v20991: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:47.755 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:47.756 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:48.757 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:48.758 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:49 smithi098 ceph-mon[112578]: pgmap v20992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:49 smithi016 ceph-mon[96085]: pgmap v20992: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:49.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:49.759 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:50.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:50.761 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:50 smithi016 ceph-mon[96085]: pgmap v20993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:50 smithi098 ceph-mon[112578]: pgmap v20993: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:51.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:51.762 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:52.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:52.764 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:53 smithi098 ceph-mon[112578]: pgmap v20994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:53 smithi016 ceph-mon[96085]: pgmap v20994: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:53.765 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:53.766 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:54.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:54.767 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:55 smithi098 ceph-mon[112578]: pgmap v20995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:55 smithi016 ceph-mon[96085]: pgmap v20995: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:55.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:55.769 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:56.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:56.771 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:57 smithi098 ceph-mon[112578]: pgmap v20996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:57 smithi016 ceph-mon[96085]: pgmap v20996: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:57.772 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:57.773 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:58.774 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:58.775 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:59 smithi098 ceph-mon[112578]: pgmap v20997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:20:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:20:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:59 smithi016 ceph-mon[96085]: pgmap v20997: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:20:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:20:59.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:20:59.776 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:00.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:00.778 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:00 smithi016 ceph-mon[96085]: pgmap v20998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:00 smithi098 ceph-mon[112578]: pgmap v20998: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:01.779 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:01.780 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:02.781 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:02.782 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:03 smithi098 ceph-mon[112578]: pgmap v20999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:03 smithi016 ceph-mon[96085]: pgmap v20999: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:03.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:03.783 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:04.784 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:04.785 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:05 smithi098 ceph-mon[112578]: pgmap v21000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:05 smithi016 ceph-mon[96085]: pgmap v21000: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:05.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:05.786 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:21:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:21:06.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:06 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:21:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:21:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:21:06.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:06 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:21:06.787 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:06.788 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:07 smithi098 ceph-mon[112578]: pgmap v21001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:21:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:21:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:21:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:21:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:21:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:07 smithi016 ceph-mon[96085]: pgmap v21001: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:21:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:21:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:21:07.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:21:07.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:21:07.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:07.789 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:08.790 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:08.791 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:09.347 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:09 smithi098 ceph-mon[112578]: pgmap v21002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:09 smithi016 ceph-mon[96085]: pgmap v21002: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:09.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:09.792 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:10.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:10.794 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:10 smithi016 ceph-mon[96085]: pgmap v21003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:10 smithi098 ceph-mon[112578]: pgmap v21003: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:11.795 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:11.796 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:12.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:12.797 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:13 smithi098 ceph-mon[112578]: pgmap v21004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:13 smithi016 ceph-mon[96085]: pgmap v21004: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:13.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:13.799 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:14.399 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:21:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:21:14.800 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:14.801 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:15 smithi098 ceph-mon[112578]: pgmap v21005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:15 smithi016 ceph-mon[96085]: pgmap v21005: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:15.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:15.803 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:16.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:16.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:17 smithi098 ceph-mon[112578]: pgmap v21006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:17 smithi016 ceph-mon[96085]: pgmap v21006: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:17.805 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:17.806 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:18.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:18.807 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:19.452 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:19 smithi098 ceph-mon[112578]: pgmap v21007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:19 smithi016 ceph-mon[96085]: pgmap v21007: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:19.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:19.809 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:20.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:20.810 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:20 smithi016 ceph-mon[96085]: pgmap v21008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:20 smithi098 ceph-mon[112578]: pgmap v21008: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:21.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:21.812 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:22.813 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:22.814 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:23.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:23 smithi016 ceph-mon[96085]: pgmap v21009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:23 smithi098 ceph-mon[112578]: pgmap v21009: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:23.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:23.815 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:24.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:24.817 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:25 smithi098 ceph-mon[112578]: pgmap v21010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:25 smithi016 ceph-mon[96085]: pgmap v21010: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:25.818 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:25.819 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:26.820 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:26.821 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:27 smithi098 ceph-mon[112578]: pgmap v21011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:27 smithi016 ceph-mon[96085]: pgmap v21011: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:27.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:27.822 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:28.823 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:28.824 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:29 smithi098 ceph-mon[112578]: pgmap v21012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:21:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:29 smithi016 ceph-mon[96085]: pgmap v21012: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:21:29.825 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:29.826 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:30.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:30.827 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:30 smithi016 ceph-mon[96085]: pgmap v21013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:30 smithi098 ceph-mon[112578]: pgmap v21013: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:31.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:31.829 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:32.830 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:32.831 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:33.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:33 smithi016 ceph-mon[96085]: pgmap v21014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:33 smithi098 ceph-mon[112578]: pgmap v21014: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:33.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:33.832 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:34.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:34.834 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:35 smithi098 ceph-mon[112578]: pgmap v21015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:35 smithi016 ceph-mon[96085]: pgmap v21015: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:35.835 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:35.836 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:36.837 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:36.838 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:37 smithi098 ceph-mon[112578]: pgmap v21016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:37 smithi016 ceph-mon[96085]: pgmap v21016: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:37.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:37.839 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:38.840 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:38.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:39 smithi098 ceph-mon[112578]: pgmap v21017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:39 smithi016 ceph-mon[96085]: pgmap v21017: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:39.843 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:39.845 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:40.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:40.844 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:40 smithi016 ceph-mon[96085]: pgmap v21018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:40 smithi098 ceph-mon[112578]: pgmap v21018: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:41.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:41.846 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:42.847 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:42.848 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:43 smithi098 ceph-mon[112578]: pgmap v21019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:43 smithi016 ceph-mon[96085]: pgmap v21019: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:43.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:43.849 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:21:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:21:44.850 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:44.851 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:45 smithi098 ceph-mon[112578]: pgmap v21020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:45 smithi016 ceph-mon[96085]: pgmap v21020: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:45.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:45.852 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:46.853 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:46.854 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:47 smithi098 ceph-mon[112578]: pgmap v21021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:47 smithi016 ceph-mon[96085]: pgmap v21021: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:47.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:47.855 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:48.857 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:48.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:49 smithi098 ceph-mon[112578]: pgmap v21022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:49 smithi016 ceph-mon[96085]: pgmap v21022: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:49.858 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:49.859 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:50.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:50.860 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:50 smithi016 ceph-mon[96085]: pgmap v21023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:50 smithi098 ceph-mon[112578]: pgmap v21023: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:51.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:51.862 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:52.863 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:52.864 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:53 smithi098 ceph-mon[112578]: pgmap v21024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:53 smithi016 ceph-mon[96085]: pgmap v21024: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:53.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:53.865 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:54.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:54.867 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:55.521 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:55 smithi098 ceph-mon[112578]: pgmap v21025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:55 smithi016 ceph-mon[96085]: pgmap v21025: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:55.868 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:55.869 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:56.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:56.870 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:57 smithi098 ceph-mon[112578]: pgmap v21026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:57 smithi016 ceph-mon[96085]: pgmap v21026: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:57.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:57.872 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:58.873 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:58.874 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:59 smithi098 ceph-mon[112578]: pgmap v21027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:21:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:21:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:59 smithi016 ceph-mon[96085]: pgmap v21027: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:21:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:21:59.875 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:21:59.876 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:00.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:00.877 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:00 smithi016 ceph-mon[96085]: pgmap v21028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:00 smithi098 ceph-mon[112578]: pgmap v21028: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:01.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:01.879 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:02.880 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:02.881 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:03 smithi098 ceph-mon[112578]: pgmap v21029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:03 smithi016 ceph-mon[96085]: pgmap v21029: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:03.882 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:03.883 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:04.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:04.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:05.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:05 smithi098 ceph-mon[112578]: pgmap v21030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:05 smithi016 ceph-mon[96085]: pgmap v21030: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:05.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:05.886 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:06.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:06.887 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:07 smithi098 ceph-mon[112578]: pgmap v21031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:22:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:22:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:22:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:22:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:22:07.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:22:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:07 smithi016 ceph-mon[96085]: pgmap v21031: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:22:07.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:22:07.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:22:07.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:22:07.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:22:07.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:22:07.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:07.888 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:08.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:08.890 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:09 smithi098 ceph-mon[112578]: pgmap v21032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:09 smithi016 ceph-mon[96085]: pgmap v21032: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:09.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:09.892 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:10.893 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:10.894 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:10 smithi016 ceph-mon[96085]: pgmap v21033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:10 smithi098 ceph-mon[112578]: pgmap v21033: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:11.895 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:11.896 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:12.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:12.897 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:13.436 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:13 smithi016 ceph-mon[96085]: pgmap v21034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:13 smithi098 ceph-mon[112578]: pgmap v21034: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:13.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:13.899 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:22:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:22:14.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:14.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:15 smithi098 ceph-mon[112578]: pgmap v21035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:15 smithi016 ceph-mon[96085]: pgmap v21035: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:15.902 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:15.903 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:16.904 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:16.905 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:17 smithi098 ceph-mon[112578]: pgmap v21036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:17 smithi016 ceph-mon[96085]: pgmap v21036: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:17.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:17.906 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:18.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:18.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:19 smithi098 ceph-mon[112578]: pgmap v21037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:19 smithi016 ceph-mon[96085]: pgmap v21037: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:19.909 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:19.910 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:20.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:20.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:21.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:20 smithi016 ceph-mon[96085]: pgmap v21038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:20 smithi098 ceph-mon[112578]: pgmap v21038: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:21.913 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:21.914 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:22.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:22.915 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:23 smithi098 ceph-mon[112578]: pgmap v21039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:23 smithi016 ceph-mon[96085]: pgmap v21039: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:23.916 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:23.917 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:24.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:24.918 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:25 smithi098 ceph-mon[112578]: pgmap v21040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:25 smithi016 ceph-mon[96085]: pgmap v21040: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:25.919 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:25.920 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:26.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:26.921 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:27 smithi098 ceph-mon[112578]: pgmap v21041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:27 smithi016 ceph-mon[96085]: pgmap v21041: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:27.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:27.923 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:28.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:28.925 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:29 smithi098 ceph-mon[112578]: pgmap v21042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:22:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:29 smithi016 ceph-mon[96085]: pgmap v21042: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:22:29.926 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:29.927 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:30.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:30.928 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:30 smithi016 ceph-mon[96085]: pgmap v21043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:30 smithi098 ceph-mon[112578]: pgmap v21043: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:31.929 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:31.930 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:32.931 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:32.932 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:33 smithi098 ceph-mon[112578]: pgmap v21044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:33 smithi016 ceph-mon[96085]: pgmap v21044: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:33.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:33.933 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:34.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:34.935 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:35 smithi098 ceph-mon[112578]: pgmap v21045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:35 smithi016 ceph-mon[96085]: pgmap v21045: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:35.936 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:35.937 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:36.938 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:36.939 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:37 smithi098 ceph-mon[112578]: pgmap v21046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:37 smithi016 ceph-mon[96085]: pgmap v21046: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:37.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:37.940 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:38.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:38.942 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:39 smithi098 ceph-mon[112578]: pgmap v21047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:39.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:39 smithi016 ceph-mon[96085]: pgmap v21047: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:39.943 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:39.944 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:40.945 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:40.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:41.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:40 smithi016 ceph-mon[96085]: pgmap v21048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:40 smithi098 ceph-mon[112578]: pgmap v21048: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:41.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:41.947 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:42.948 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:42.949 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:43 smithi098 ceph-mon[112578]: pgmap v21049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:43 smithi016 ceph-mon[96085]: pgmap v21049: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:43.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:43.950 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:22:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:22:44.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:44.952 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:45 smithi098 ceph-mon[112578]: pgmap v21050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:45 smithi016 ceph-mon[96085]: pgmap v21050: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:45.953 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:45.954 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:46.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:47.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:47 smithi098 ceph-mon[112578]: pgmap v21051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:47.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:47 smithi016 ceph-mon[96085]: pgmap v21051: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:47.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:47.957 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:48.958 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:48.959 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:49 smithi098 ceph-mon[112578]: pgmap v21052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:49 smithi016 ceph-mon[96085]: pgmap v21052: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:49.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:49.960 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:50.961 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:50.962 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:50 smithi016 ceph-mon[96085]: pgmap v21053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:50 smithi098 ceph-mon[112578]: pgmap v21053: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:51.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:51.963 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:52.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:52.965 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:53 smithi098 ceph-mon[112578]: pgmap v21054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:53 smithi016 ceph-mon[96085]: pgmap v21054: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:53.966 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:53.967 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:54.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:54.968 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:55.455 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:55 smithi098 ceph-mon[112578]: pgmap v21055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:55 smithi016 ceph-mon[96085]: pgmap v21055: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:55.969 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:55.970 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:56.971 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:56.972 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:57 smithi098 ceph-mon[112578]: pgmap v21056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:57 smithi016 ceph-mon[96085]: pgmap v21056: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:57.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:57.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:59 smithi016 ceph-mon[96085]: pgmap v21057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:59.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:22:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:22:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:59 smithi098 ceph-mon[112578]: pgmap v21057: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:22:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:22:59.976 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:22:59.977 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:00.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:00.978 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:00 smithi016 ceph-mon[96085]: pgmap v21058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:00 smithi098 ceph-mon[112578]: pgmap v21058: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:01.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:01.980 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:02.981 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:02.982 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:03 smithi098 ceph-mon[112578]: pgmap v21059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:03 smithi016 ceph-mon[96085]: pgmap v21059: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:03.983 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:03.984 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:04.985 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:04.986 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:05 smithi098 ceph-mon[112578]: pgmap v21060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:05 smithi016 ceph-mon[96085]: pgmap v21060: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:05.987 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:05.988 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:06.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:06.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:07 smithi098 ceph-mon[112578]: pgmap v21061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:07 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:23:07.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:07 smithi016 ceph-mon[96085]: pgmap v21061: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:07 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:23:07.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:07.990 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:23:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:23:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:23:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:23:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:08 smithi098 ceph-mon[112578]: Adjusting osd_memory_target on smithi016 to 1596M 2023-10-17T08:23:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:23:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:23:08.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:23:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:23:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:23:08.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:23:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:23:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:23:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:23:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:23:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:08 smithi016 ceph-mon[96085]: Adjusting osd_memory_target on smithi016 to 1596M 2023-10-17T08:23:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:23:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:23:08.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:23:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:23:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:23:08.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:23:08.991 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:08.992 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:09.764 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:09 smithi098 ceph-mon[112578]: pgmap v21062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:09.780 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:09 smithi016 ceph-mon[96085]: pgmap v21062: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:09.993 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:09.994 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:10.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:10.995 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:11.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:10 smithi098 ceph-mon[112578]: pgmap v21063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:10 smithi016 ceph-mon[96085]: pgmap v21063: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:11.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:11.997 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:12.998 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:12.999 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:13 smithi098 ceph-mon[112578]: pgmap v21064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:13 smithi016 ceph-mon[96085]: pgmap v21064: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:14.000 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:14.001 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:23:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:23:15.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:15.002 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:15 smithi098 ceph-mon[112578]: pgmap v21065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:15 smithi016 ceph-mon[96085]: pgmap v21065: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:16.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:16.004 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:17.005 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:17.006 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:17 smithi098 ceph-mon[112578]: pgmap v21066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:17 smithi016 ceph-mon[96085]: pgmap v21066: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:18.007 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:18.008 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:19.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:19.009 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:19 smithi098 ceph-mon[112578]: pgmap v21067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:19 smithi016 ceph-mon[96085]: pgmap v21067: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:20.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:20.011 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:21.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:21.012 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:21.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:20 smithi098 ceph-mon[112578]: pgmap v21068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:20 smithi016 ceph-mon[96085]: pgmap v21068: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:22.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:22.014 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:23.015 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:23.016 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:23 smithi098 ceph-mon[112578]: pgmap v21069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:23 smithi016 ceph-mon[96085]: pgmap v21069: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:24.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:24.017 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:25.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:25.019 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:25 smithi098 ceph-mon[112578]: pgmap v21070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:25 smithi016 ceph-mon[96085]: pgmap v21070: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:26.020 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:26.021 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:27.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:27.022 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:27 smithi098 ceph-mon[112578]: pgmap v21071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:27 smithi016 ceph-mon[96085]: pgmap v21071: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:28.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:28.024 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:29.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:29.026 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:29 smithi098 ceph-mon[112578]: pgmap v21072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:23:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:29 smithi016 ceph-mon[96085]: pgmap v21072: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:23:30.027 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:30.028 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:31.029 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:31.030 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:30 smithi016 ceph-mon[96085]: pgmap v21073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:30 smithi098 ceph-mon[112578]: pgmap v21073: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:32.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:32.031 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:33.032 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:33.033 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:33.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:33 smithi098 ceph-mon[112578]: pgmap v21074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:33 smithi016 ceph-mon[96085]: pgmap v21074: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:34.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:34.034 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:35.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:35.036 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:35 smithi098 ceph-mon[112578]: pgmap v21075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:35 smithi016 ceph-mon[96085]: pgmap v21075: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:36.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:36.038 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:37.039 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:37.040 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:37 smithi098 ceph-mon[112578]: pgmap v21076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:37 smithi016 ceph-mon[96085]: pgmap v21076: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:38.041 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:38.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:39.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:39.043 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:39.414 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:39 smithi016 ceph-mon[96085]: pgmap v21077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:39 smithi098 ceph-mon[112578]: pgmap v21077: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:40.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:40.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:41.046 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:41.047 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:40 smithi016 ceph-mon[96085]: pgmap v21078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:40 smithi098 ceph-mon[112578]: pgmap v21078: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:42.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:42.048 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:43.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:43.050 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:43 smithi098 ceph-mon[112578]: pgmap v21079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:43 smithi016 ceph-mon[96085]: pgmap v21079: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:44.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:44.052 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:44.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:23:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:23:45.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:45.054 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:45 smithi098 ceph-mon[112578]: pgmap v21080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:45 smithi016 ceph-mon[96085]: pgmap v21080: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:46.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:46.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:47.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:47.057 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:47.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:47 smithi098 ceph-mon[112578]: pgmap v21081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:47 smithi016 ceph-mon[96085]: pgmap v21081: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:48.058 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:48.059 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:49.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:49.060 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:49 smithi098 ceph-mon[112578]: pgmap v21082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:49.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:49 smithi016 ceph-mon[96085]: pgmap v21082: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:50.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:50.062 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:51.063 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:51.064 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:50 smithi016 ceph-mon[96085]: pgmap v21083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:50 smithi098 ceph-mon[112578]: pgmap v21083: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:52.065 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:52.066 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:53.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:53.067 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:53 smithi098 ceph-mon[112578]: pgmap v21084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:53 smithi016 ceph-mon[96085]: pgmap v21084: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:54.068 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:54.069 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:55.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:55.070 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:55 smithi098 ceph-mon[112578]: pgmap v21085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:55 smithi016 ceph-mon[96085]: pgmap v21085: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:56.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:56.072 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:57.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:57.074 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:57 smithi098 ceph-mon[112578]: pgmap v21086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:57 smithi016 ceph-mon[96085]: pgmap v21086: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:58.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:58.076 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:59.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:23:59.077 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:59 smithi098 ceph-mon[112578]: pgmap v21087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:23:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:23:59.532 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:59 smithi016 ceph-mon[96085]: pgmap v21087: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:59.533 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:23:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:24:00.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:00.079 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:01.080 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:01.081 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:01.147 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:00 smithi098 ceph-mon[112578]: pgmap v21088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:00 smithi016 ceph-mon[96085]: pgmap v21088: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:02.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:02.082 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:03.083 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:03.084 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:03 smithi098 ceph-mon[112578]: pgmap v21089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:03 smithi016 ceph-mon[96085]: pgmap v21089: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:04.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:04.085 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:05.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:05.087 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:05 smithi098 ceph-mon[112578]: pgmap v21090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:05 smithi016 ceph-mon[96085]: pgmap v21090: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:06.088 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:06.089 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:07.090 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:07.091 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:07 smithi098 ceph-mon[112578]: pgmap v21091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:07 smithi016 ceph-mon[96085]: pgmap v21091: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:08.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:08.092 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:08.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:08 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:24:08.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:08 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:24:09.093 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:09.094 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:09 smithi098 ceph-mon[112578]: pgmap v21092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:24:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:24:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:24:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:24:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:24:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:09 smithi016 ceph-mon[96085]: pgmap v21092: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:24:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:24:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:24:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:24:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:24:10.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:10.095 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:11.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:11.097 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:10 smithi016 ceph-mon[96085]: pgmap v21093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:11.253 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:10 smithi098 ceph-mon[112578]: pgmap v21093: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:12.098 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:12.099 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:13.100 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:13.101 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:13 smithi098 ceph-mon[112578]: pgmap v21094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:13 smithi016 ceph-mon[96085]: pgmap v21094: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:14.102 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:14.103 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:24:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:24:15.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:15.104 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:15 smithi098 ceph-mon[112578]: pgmap v21095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:15 smithi016 ceph-mon[96085]: pgmap v21095: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:16.105 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:16.106 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:17.107 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:17.108 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:17 smithi098 ceph-mon[112578]: pgmap v21096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:17 smithi016 ceph-mon[96085]: pgmap v21096: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:18.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:18.109 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:19.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:19.111 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:19 smithi098 ceph-mon[112578]: pgmap v21097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:19 smithi016 ceph-mon[96085]: pgmap v21097: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:20.112 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:20.113 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:21.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:21.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:20 smithi016 ceph-mon[96085]: pgmap v21098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:20 smithi098 ceph-mon[112578]: pgmap v21098: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:22.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:22.116 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:23.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:23.118 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:23 smithi098 ceph-mon[112578]: pgmap v21099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:23 smithi016 ceph-mon[96085]: pgmap v21099: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:24.119 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:24.120 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:25.121 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:25.122 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:25.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:25 smithi016 ceph-mon[96085]: pgmap v21100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:25 smithi098 ceph-mon[112578]: pgmap v21100: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:26.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:26.123 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:27.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:27.125 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:27 smithi098 ceph-mon[112578]: pgmap v21101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:27 smithi016 ceph-mon[96085]: pgmap v21101: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:28.126 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:28.127 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:29.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:29.128 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:29 smithi098 ceph-mon[112578]: pgmap v21102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:24:29.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:29 smithi016 ceph-mon[96085]: pgmap v21102: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:24:30.130 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:30.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:31.131 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:31.132 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:31.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:30 smithi016 ceph-mon[96085]: pgmap v21103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:30 smithi098 ceph-mon[112578]: pgmap v21103: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:32.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:32.133 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:33.135 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:33.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:33.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:33 smithi098 ceph-mon[112578]: pgmap v21104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:33 smithi016 ceph-mon[96085]: pgmap v21104: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:34.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:34.136 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:35.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:35.138 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:35 smithi098 ceph-mon[112578]: pgmap v21105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:35 smithi016 ceph-mon[96085]: pgmap v21105: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:36.139 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:36.140 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:37.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:37.141 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:37 smithi098 ceph-mon[112578]: pgmap v21106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:37 smithi016 ceph-mon[96085]: pgmap v21106: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:38.142 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:38.143 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:39.144 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:39.145 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:39 smithi098 ceph-mon[112578]: pgmap v21107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:39.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:39 smithi016 ceph-mon[96085]: pgmap v21107: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:40.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:40.146 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:41.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:41.148 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:40 smithi016 ceph-mon[96085]: pgmap v21108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:40 smithi098 ceph-mon[112578]: pgmap v21108: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:42.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:42.150 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:43.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:43.151 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:43 smithi098 ceph-mon[112578]: pgmap v21109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:43 smithi016 ceph-mon[96085]: pgmap v21109: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:44.152 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:44.153 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:24:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:24:45.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:45.154 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:45 smithi098 ceph-mon[112578]: pgmap v21110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:45 smithi016 ceph-mon[96085]: pgmap v21110: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:46.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:46.156 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:47.157 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:47.158 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:47 smithi098 ceph-mon[112578]: pgmap v21111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:47 smithi016 ceph-mon[96085]: pgmap v21111: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:48.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:48.159 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:49.160 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:49.161 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:49 smithi098 ceph-mon[112578]: pgmap v21112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:49 smithi016 ceph-mon[96085]: pgmap v21112: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:50.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:50.162 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:50 smithi016 ceph-mon[96085]: pgmap v21113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:51.163 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:51.164 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:50 smithi098 ceph-mon[112578]: pgmap v21113: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:52.165 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:52.166 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:53.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:53.167 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:53 smithi098 ceph-mon[112578]: pgmap v21114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:53 smithi016 ceph-mon[96085]: pgmap v21114: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:54.168 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:54.169 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:55.170 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:55.171 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:55.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:55 smithi098 ceph-mon[112578]: pgmap v21115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:55 smithi016 ceph-mon[96085]: pgmap v21115: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:56.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:56.172 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:57.173 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:57.174 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:57 smithi098 ceph-mon[112578]: pgmap v21116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:57 smithi016 ceph-mon[96085]: pgmap v21116: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:58.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:58.175 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:59.176 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:24:59.177 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:59 smithi098 ceph-mon[112578]: pgmap v21117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:24:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:24:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:59 smithi016 ceph-mon[96085]: pgmap v21117: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:24:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:25:00.178 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:00.179 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:00 smithi016 ceph-mon[96085]: pgmap v21118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:01.180 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:01.181 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:00 smithi098 ceph-mon[112578]: pgmap v21118: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:02.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:02.182 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:03.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:03.184 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:03 smithi098 ceph-mon[112578]: pgmap v21119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:03 smithi016 ceph-mon[96085]: pgmap v21119: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:04.185 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:04.186 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:05.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:05.187 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:05 smithi098 ceph-mon[112578]: pgmap v21120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:05 smithi016 ceph-mon[96085]: pgmap v21120: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:06.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:06.189 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:07.190 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:07.191 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:07 smithi098 ceph-mon[112578]: pgmap v21121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:07 smithi016 ceph-mon[96085]: pgmap v21121: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:08.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:08.192 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:09.193 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:09.194 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:09 smithi098 ceph-mon[112578]: pgmap v21122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:25:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:25:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:25:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:25:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:25:09.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:25:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:09 smithi016 ceph-mon[96085]: pgmap v21122: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:25:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:25:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:25:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:25:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:25:09.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:25:10.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:10.195 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:10 smithi016 ceph-mon[96085]: pgmap v21123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:11.196 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:11.197 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:10 smithi098 ceph-mon[112578]: pgmap v21123: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:12.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:12.198 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:13.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:13.200 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:13 smithi098 ceph-mon[112578]: pgmap v21124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:13 smithi016 ceph-mon[96085]: pgmap v21124: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:14.201 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:14.202 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:25:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:25:15.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:15.203 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:15.509 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:15 smithi016 ceph-mon[96085]: pgmap v21125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:15 smithi098 ceph-mon[112578]: pgmap v21125: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:16.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:16.205 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:17.206 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:17.207 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:17.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:17 smithi098 ceph-mon[112578]: pgmap v21126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:17 smithi016 ceph-mon[96085]: pgmap v21126: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:18.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:18.208 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:19.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:19.210 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:19 smithi098 ceph-mon[112578]: pgmap v21127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:19 smithi016 ceph-mon[96085]: pgmap v21127: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:20.211 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:20.212 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:20 smithi016 ceph-mon[96085]: pgmap v21128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:21.213 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:21.214 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:20 smithi098 ceph-mon[112578]: pgmap v21128: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:22.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:22.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:23.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:23.217 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:23 smithi098 ceph-mon[112578]: pgmap v21129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:23 smithi016 ceph-mon[96085]: pgmap v21129: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:24.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:24.218 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:25.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:25.220 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:25 smithi098 ceph-mon[112578]: pgmap v21130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:25 smithi016 ceph-mon[96085]: pgmap v21130: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:26.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:26.221 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:27.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:27.223 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:27.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:27 smithi098 ceph-mon[112578]: pgmap v21131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:27 smithi016 ceph-mon[96085]: pgmap v21131: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:28.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:28.225 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:29.226 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:29.227 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:29.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:29 smithi098 ceph-mon[112578]: pgmap v21132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:25:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:29 smithi016 ceph-mon[96085]: pgmap v21132: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:25:30.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:30.228 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:31.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:30 smithi016 ceph-mon[96085]: pgmap v21133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:31.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:31.230 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:30 smithi098 ceph-mon[112578]: pgmap v21133: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:32.232 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:32.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:33.233 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:33.234 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:33 smithi098 ceph-mon[112578]: pgmap v21134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:33 smithi016 ceph-mon[96085]: pgmap v21134: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:34.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:34.235 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:35.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:35.237 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:35 smithi098 ceph-mon[112578]: pgmap v21135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:35 smithi016 ceph-mon[96085]: pgmap v21135: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:36.238 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:36.239 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:37.240 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:37.241 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:37 smithi098 ceph-mon[112578]: pgmap v21136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:37 smithi016 ceph-mon[96085]: pgmap v21136: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:38.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:38.242 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:39.243 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:39.244 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:39 smithi098 ceph-mon[112578]: pgmap v21137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:39 smithi016 ceph-mon[96085]: pgmap v21137: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:40.245 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:40.246 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:41.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:40 smithi016 ceph-mon[96085]: pgmap v21138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:41.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:41.247 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:40 smithi098 ceph-mon[112578]: pgmap v21138: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:42.248 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:42.249 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:43.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:43.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:43 smithi098 ceph-mon[112578]: pgmap v21139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:43 smithi016 ceph-mon[96085]: pgmap v21139: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:44.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:44.252 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:25:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:25:45.253 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:45.254 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:45 smithi098 ceph-mon[112578]: pgmap v21140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:45 smithi016 ceph-mon[96085]: pgmap v21140: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:46.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:46.255 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:47.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:47.257 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:47 smithi098 ceph-mon[112578]: pgmap v21141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:47 smithi016 ceph-mon[96085]: pgmap v21141: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:48.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:48.259 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:49.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:49.260 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:49.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:49 smithi098 ceph-mon[112578]: pgmap v21142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:49 smithi016 ceph-mon[96085]: pgmap v21142: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:50.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:50.262 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:50 smithi016 ceph-mon[96085]: pgmap v21143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:51.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:50 smithi098 ceph-mon[112578]: pgmap v21143: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:51.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:51.264 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:52.265 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:52.266 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:53.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:53.267 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:53 smithi098 ceph-mon[112578]: pgmap v21144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:53 smithi016 ceph-mon[96085]: pgmap v21144: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:54.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:54.269 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:55.270 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:55.271 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:55 smithi098 ceph-mon[112578]: pgmap v21145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:55 smithi016 ceph-mon[96085]: pgmap v21145: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:56.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:56.272 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:57.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:57.274 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:57 smithi098 ceph-mon[112578]: pgmap v21146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:57 smithi016 ceph-mon[96085]: pgmap v21146: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:58.275 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:58.276 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:59.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:25:59.277 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:59 smithi098 ceph-mon[112578]: pgmap v21147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:25:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:25:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:59 smithi016 ceph-mon[96085]: pgmap v21147: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:25:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:26:00.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:00.279 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:01.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:00 smithi016 ceph-mon[96085]: pgmap v21148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:00 smithi098 ceph-mon[112578]: pgmap v21148: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:01.280 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:01.281 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:02.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:02.282 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:03.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:03.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:03 smithi098 ceph-mon[112578]: pgmap v21149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:03 smithi016 ceph-mon[96085]: pgmap v21149: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:04.285 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:04.286 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:05.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:05.287 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:05 smithi098 ceph-mon[112578]: pgmap v21150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:05 smithi016 ceph-mon[96085]: pgmap v21150: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:06.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:06.289 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:07.290 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:07.291 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:07.464 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:07 smithi098 ceph-mon[112578]: pgmap v21151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:07 smithi016 ceph-mon[96085]: pgmap v21151: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:08.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:08.292 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:09.293 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:09.294 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:09 smithi098 ceph-mon[112578]: pgmap v21152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:09.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:09 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:26:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:09 smithi016 ceph-mon[96085]: pgmap v21152: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:09 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:26:10.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:10.295 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:11.142 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:10 smithi016 ceph-mon[96085]: pgmap v21153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:10 smithi098 ceph-mon[112578]: pgmap v21153: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:11.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:11.297 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:12.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:12.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:26:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:26:13.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:12 smithi098 ceph-mon[112578]: pgmap v21154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:26:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:26:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:26:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:26:13.265 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:12 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:26:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:26:13.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:26:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:12 smithi016 ceph-mon[96085]: pgmap v21154: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:26:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:26:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:26:13.281 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:26:13.282 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:12 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:26:13.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:13.300 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:14.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:26:14.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:26:14.301 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:14.302 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:15.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:14 smithi098 ceph-mon[112578]: pgmap v21155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:15.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:14 smithi016 ceph-mon[96085]: pgmap v21155: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:15.303 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:15.304 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:16.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:16.305 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:17.306 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:17.307 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:17 smithi098 ceph-mon[112578]: pgmap v21156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:17 smithi016 ceph-mon[96085]: pgmap v21156: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:18.308 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:18.309 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:19.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:19.310 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:19 smithi098 ceph-mon[112578]: pgmap v21157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:19 smithi016 ceph-mon[96085]: pgmap v21157: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:20.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:20.312 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:21.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:20 smithi016 ceph-mon[96085]: pgmap v21158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:20 smithi098 ceph-mon[112578]: pgmap v21158: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:21.313 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:21.314 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:22.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:22.315 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:23.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:23.316 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:23 smithi098 ceph-mon[112578]: pgmap v21159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:23 smithi016 ceph-mon[96085]: pgmap v21159: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:24.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:24.318 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:25.319 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:25.320 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:25 smithi098 ceph-mon[112578]: pgmap v21160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:25 smithi016 ceph-mon[96085]: pgmap v21160: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:26.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:26.321 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:27.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:27.323 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:27 smithi098 ceph-mon[112578]: pgmap v21161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:27 smithi016 ceph-mon[96085]: pgmap v21161: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:28.324 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:28.325 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:29.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:29.326 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:29 smithi098 ceph-mon[112578]: pgmap v21162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:26:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:29 smithi016 ceph-mon[96085]: pgmap v21162: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:26:30.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:30.328 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:30 smithi016 ceph-mon[96085]: pgmap v21163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:30 smithi098 ceph-mon[112578]: pgmap v21163: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:31.329 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:31.330 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:32.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:32.331 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:33.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:33.333 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:33.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:33 smithi098 ceph-mon[112578]: pgmap v21164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:33 smithi016 ceph-mon[96085]: pgmap v21164: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:34.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:34.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:35.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:35.336 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:35.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:35 smithi098 ceph-mon[112578]: pgmap v21165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:35 smithi016 ceph-mon[96085]: pgmap v21165: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:36.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:36.338 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:37.339 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:37.340 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:37 smithi098 ceph-mon[112578]: pgmap v21166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:37 smithi016 ceph-mon[96085]: pgmap v21166: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:38.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:38.341 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:39.342 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:39.343 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:39.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:39 smithi098 ceph-mon[112578]: pgmap v21167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:39 smithi016 ceph-mon[96085]: pgmap v21167: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:40.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:40.344 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:41.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:40 smithi016 ceph-mon[96085]: pgmap v21168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:40 smithi098 ceph-mon[112578]: pgmap v21168: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:41.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:41.346 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:42.347 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:42.348 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:43.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:43.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:43.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:43 smithi098 ceph-mon[112578]: pgmap v21169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:43 smithi016 ceph-mon[96085]: pgmap v21169: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:44.350 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:44.351 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:26:45.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:45.352 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:45 smithi098 ceph-mon[112578]: pgmap v21170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:26:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:45 smithi016 ceph-mon[96085]: pgmap v21170: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:46.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:46.354 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:47.355 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:47.356 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:47 smithi098 ceph-mon[112578]: pgmap v21171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:47 smithi016 ceph-mon[96085]: pgmap v21171: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:48.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:48.357 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:49.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:49.359 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:49 smithi098 ceph-mon[112578]: pgmap v21172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:49 smithi016 ceph-mon[96085]: pgmap v21172: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:50.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:50.361 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:51.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:50 smithi016 ceph-mon[96085]: pgmap v21173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:50 smithi098 ceph-mon[112578]: pgmap v21173: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:51.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:51.362 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:52.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:52.364 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:53.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:53.366 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:53.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:53 smithi098 ceph-mon[112578]: pgmap v21174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:53 smithi016 ceph-mon[96085]: pgmap v21174: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:54.367 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:54.368 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:55.369 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:55.370 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:55 smithi098 ceph-mon[112578]: pgmap v21175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:55 smithi016 ceph-mon[96085]: pgmap v21175: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:56.371 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:56.372 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:57.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:57.373 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:57 smithi098 ceph-mon[112578]: pgmap v21176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:57 smithi016 ceph-mon[96085]: pgmap v21176: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:58.374 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:58.375 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:59.376 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:26:59.377 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:59 smithi098 ceph-mon[112578]: pgmap v21177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:26:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:26:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:59 smithi016 ceph-mon[96085]: pgmap v21177: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:26:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:27:00.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:00.378 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:01.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:00 smithi016 ceph-mon[96085]: pgmap v21178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:00 smithi098 ceph-mon[112578]: pgmap v21178: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:01.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:01.380 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:02.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:02.381 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:03.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:03.383 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:03 smithi098 ceph-mon[112578]: pgmap v21179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:03 smithi016 ceph-mon[96085]: pgmap v21179: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:04.384 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:04.385 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:05.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:05.386 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:05 smithi098 ceph-mon[112578]: pgmap v21180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:05 smithi016 ceph-mon[96085]: pgmap v21180: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:06.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:06.388 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:07.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:07.390 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:07 smithi098 ceph-mon[112578]: pgmap v21181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:07 smithi016 ceph-mon[96085]: pgmap v21181: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:08.391 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:08.392 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:09.393 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:09.394 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:09 smithi098 ceph-mon[112578]: pgmap v21182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:09 smithi016 ceph-mon[96085]: pgmap v21182: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:10.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:10.395 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:11.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:10 smithi016 ceph-mon[96085]: pgmap v21183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:11.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:10 smithi098 ceph-mon[112578]: pgmap v21183: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:11.396 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:11.397 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:12.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:12.398 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:13.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:13.400 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:13.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:13 smithi098 ceph-mon[112578]: pgmap v21184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:13 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:27:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:13 smithi016 ceph-mon[96085]: pgmap v21184: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:13 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:27:14.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:14.401 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:27:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:27:15.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:15.402 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:15 smithi098 ceph-mon[112578]: pgmap v21185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:15 smithi016 ceph-mon[96085]: pgmap v21185: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:16.403 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:16.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:17.404 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:17.405 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:17 smithi098 ceph-mon[112578]: pgmap v21186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:27:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:17 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:27:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:17 smithi016 ceph-mon[96085]: pgmap v21186: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:27:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:17 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:27:18.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:18.406 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:27:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:27:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:27:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:27:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:27:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:27:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:27:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:27:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:27:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:27:19.407 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:19.408 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:20.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:19 smithi098 ceph-mon[112578]: pgmap v21187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:20.030 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:19 smithi016 ceph-mon[96085]: pgmap v21187: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:20.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:20.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:21.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:20 smithi016 ceph-mon[96085]: pgmap v21188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:20 smithi098 ceph-mon[112578]: pgmap v21188: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:21.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:21.411 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:22.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:22.413 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:23.414 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:23.415 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:23 smithi098 ceph-mon[112578]: pgmap v21189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:23 smithi016 ceph-mon[96085]: pgmap v21189: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:24.416 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:24.417 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:25.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:25.418 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:25 smithi098 ceph-mon[112578]: pgmap v21190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:25 smithi016 ceph-mon[96085]: pgmap v21190: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:26.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:26.420 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:27.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:27 smithi016 ceph-mon[96085]: pgmap v21191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:27.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:27.421 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:27 smithi098 ceph-mon[112578]: pgmap v21191: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:28.422 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:28.423 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:29.424 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:29.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:29 smithi098 ceph-mon[112578]: pgmap v21192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:27:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:29 smithi016 ceph-mon[96085]: pgmap v21192: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:27:30.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:30.426 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:31.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:30 smithi016 ceph-mon[96085]: pgmap v21193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:30 smithi098 ceph-mon[112578]: pgmap v21193: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:31.427 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:31.428 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:32.429 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:32.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:33.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:33.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:33.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:33 smithi098 ceph-mon[112578]: pgmap v21194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:33 smithi016 ceph-mon[96085]: pgmap v21194: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:34.432 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:34.433 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:35.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:35.434 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:35 smithi098 ceph-mon[112578]: pgmap v21195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:35 smithi016 ceph-mon[96085]: pgmap v21195: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:36.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:36.436 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:37.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:37.437 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:37.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:37 smithi098 ceph-mon[112578]: pgmap v21196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:37.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:37 smithi016 ceph-mon[96085]: pgmap v21196: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:38.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:38.439 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:39.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:39.441 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:39 smithi098 ceph-mon[112578]: pgmap v21197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:39 smithi016 ceph-mon[96085]: pgmap v21197: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:40.442 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:40.443 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:41.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:40 smithi016 ceph-mon[96085]: pgmap v21198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:41.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:40 smithi098 ceph-mon[112578]: pgmap v21198: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:41.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:41.444 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:42.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:42.446 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:43.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:43.447 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:43.457 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:43 smithi098 ceph-mon[112578]: pgmap v21199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:43 smithi016 ceph-mon[96085]: pgmap v21199: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:44.448 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:44.449 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:44.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:27:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:27:45.450 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:45.451 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:45.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:45 smithi098 ceph-mon[112578]: pgmap v21200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:45 smithi016 ceph-mon[96085]: pgmap v21200: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:46.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:46.452 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:47.453 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:47.454 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:47 smithi098 ceph-mon[112578]: pgmap v21201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:47.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:47 smithi016 ceph-mon[96085]: pgmap v21201: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:48.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:48.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:49.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:49.457 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:49 smithi098 ceph-mon[112578]: pgmap v21202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:49 smithi016 ceph-mon[96085]: pgmap v21202: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:50.458 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:50.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:51.155 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:50 smithi016 ceph-mon[96085]: pgmap v21203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:50 smithi098 ceph-mon[112578]: pgmap v21203: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:51.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:51.460 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:52.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:52.462 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:53.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:53.464 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:53 smithi098 ceph-mon[112578]: pgmap v21204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:53.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:53 smithi016 ceph-mon[96085]: pgmap v21204: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:54.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:54.466 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:55.467 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:55.468 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:55 smithi098 ceph-mon[112578]: pgmap v21205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:55 smithi016 ceph-mon[96085]: pgmap v21205: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:56.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:56.469 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:57.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:57.471 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:57.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:57 smithi098 ceph-mon[112578]: pgmap v21206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:57.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:57 smithi016 ceph-mon[96085]: pgmap v21206: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:58.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:58.472 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:59.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:27:59.474 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:59 smithi098 ceph-mon[112578]: pgmap v21207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:27:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:27:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:59 smithi016 ceph-mon[96085]: pgmap v21207: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:27:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:28:00.475 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:00.476 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:01.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:00 smithi098 ceph-mon[112578]: pgmap v21208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:00 smithi016 ceph-mon[96085]: pgmap v21208: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:01.477 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:01.478 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:02.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:02.479 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:03.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:03.481 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:03.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:03 smithi098 ceph-mon[112578]: pgmap v21209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:03 smithi016 ceph-mon[96085]: pgmap v21209: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:04.482 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:04.483 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:05.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:05.484 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:05.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:05 smithi098 ceph-mon[112578]: pgmap v21210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:05 smithi016 ceph-mon[96085]: pgmap v21210: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:06.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:06.486 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:07.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:07 smithi016 ceph-mon[96085]: pgmap v21211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:07.487 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:07.488 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:07 smithi098 ceph-mon[112578]: pgmap v21211: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:08.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:08.489 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:09.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:09.491 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:09 smithi098 ceph-mon[112578]: pgmap v21212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:09 smithi016 ceph-mon[96085]: pgmap v21212: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:10.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:10.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:10 smithi098 ceph-mon[112578]: pgmap v21213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:10 smithi016 ceph-mon[96085]: pgmap v21213: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:11.493 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:11.494 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:12.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:12.495 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:13.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:13.497 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:13 smithi098 ceph-mon[112578]: pgmap v21214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:13 smithi016 ceph-mon[96085]: pgmap v21214: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:14.498 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:14.499 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:14.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:28:14.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:28:15.500 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:15.501 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:15.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:15 smithi098 ceph-mon[112578]: pgmap v21215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:15 smithi016 ceph-mon[96085]: pgmap v21215: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:16.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:16.502 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:17.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:17.504 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:17.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:17 smithi098 ceph-mon[112578]: pgmap v21216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:17 smithi016 ceph-mon[96085]: pgmap v21216: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:18.505 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:18.506 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:18.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:28:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:28:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:28:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:28:18.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:28:18.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:18 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:28:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:28:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:28:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:28:18.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:28:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:28:18.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:18 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:28:19.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:19.507 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:19.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:19 smithi098 ceph-mon[112578]: pgmap v21217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:19.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:19 smithi016 ceph-mon[96085]: pgmap v21217: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:20.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:20.509 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:21.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:20 smithi098 ceph-mon[112578]: pgmap v21218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:20 smithi016 ceph-mon[96085]: pgmap v21218: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:21.510 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:21.511 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:22.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:22.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:23.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:23 smithi098 ceph-mon[112578]: pgmap v21219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:23.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:23.514 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:23 smithi016 ceph-mon[96085]: pgmap v21219: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:24.515 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:24.516 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:25.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:25 smithi098 ceph-mon[112578]: pgmap v21220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:25.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:25.517 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:25 smithi016 ceph-mon[96085]: pgmap v21220: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:26.518 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:26.519 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:27 smithi098 ceph-mon[112578]: pgmap v21221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:27.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:27.520 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:27 smithi016 ceph-mon[96085]: pgmap v21221: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:28.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:28.522 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:29 smithi098 ceph-mon[112578]: pgmap v21222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:28:29.523 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:29.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:29 smithi016 ceph-mon[96085]: pgmap v21222: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:28:30.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:30.526 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:31.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:30 smithi098 ceph-mon[112578]: pgmap v21223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:30 smithi016 ceph-mon[96085]: pgmap v21223: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:31.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:31.527 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:32.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:32.529 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:33.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:33 smithi098 ceph-mon[112578]: pgmap v21224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:33 smithi016 ceph-mon[96085]: pgmap v21224: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:33.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:33.531 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:34.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:34.532 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:35.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:35 smithi098 ceph-mon[112578]: pgmap v21225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:35.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:35 smithi016 ceph-mon[96085]: pgmap v21225: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:35.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:35.534 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:36.535 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:36.536 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:37.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:37 smithi098 ceph-mon[112578]: pgmap v21226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:37.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:37 smithi016 ceph-mon[96085]: pgmap v21226: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:37.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:37.537 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:38.538 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:38.539 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:39.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:39 smithi098 ceph-mon[112578]: pgmap v21227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:39.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:39 smithi016 ceph-mon[96085]: pgmap v21227: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:39.540 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:39.541 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:40.542 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:40.543 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:41.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:40 smithi098 ceph-mon[112578]: pgmap v21228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:41.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:40 smithi016 ceph-mon[96085]: pgmap v21228: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:41.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:41.544 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:42.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:42.546 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:43.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:43 smithi098 ceph-mon[112578]: pgmap v21229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:43.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:43 smithi016 ceph-mon[96085]: pgmap v21229: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:43.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:43.547 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:44.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:44 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:28:44.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:44 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:28:44.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:44.549 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:45.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:45 smithi098 ceph-mon[112578]: pgmap v21230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:45.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:45 smithi016 ceph-mon[96085]: pgmap v21230: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:45.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:45.551 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:46.552 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:46.553 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:47.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:47 smithi098 ceph-mon[112578]: pgmap v21231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:47.529 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:47 smithi016 ceph-mon[96085]: pgmap v21231: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:47.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:47.554 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:48.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:48.556 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:49.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:49 smithi098 ceph-mon[112578]: pgmap v21232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:49.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:49 smithi016 ceph-mon[96085]: pgmap v21232: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:49.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:49.558 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:50.559 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:50.560 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:51.263 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:50 smithi098 ceph-mon[112578]: pgmap v21233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:51.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:50 smithi016 ceph-mon[96085]: pgmap v21233: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:51.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:51.561 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:52.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:52.563 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:53.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:53 smithi016 ceph-mon[96085]: pgmap v21234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:53.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:53 smithi098 ceph-mon[112578]: pgmap v21234: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:53.564 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:53.565 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:54.566 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:54.567 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:55.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:55 smithi098 ceph-mon[112578]: pgmap v21235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:55.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:55 smithi016 ceph-mon[96085]: pgmap v21235: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:55.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:55.568 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:56.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:56.570 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:57.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:57 smithi098 ceph-mon[112578]: pgmap v21236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:57.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:57 smithi016 ceph-mon[96085]: pgmap v21236: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:57.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:57.572 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:58.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:58.573 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:59.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:59 smithi098 ceph-mon[112578]: pgmap v21237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:59.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:28:59 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:28:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:59 smithi016 ceph-mon[96085]: pgmap v21237: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:59.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:28:59 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:28:59.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:28:59.575 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:00.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:00.576 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:01.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:00 smithi098 ceph-mon[112578]: pgmap v21238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:01.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:00 smithi016 ceph-mon[96085]: pgmap v21238: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:01.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:01.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:02.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:02.581 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:03.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:03 smithi098 ceph-mon[112578]: pgmap v21239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:29:03.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:03 smithi016 ceph-mon[96085]: pgmap v21239: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:29:03.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:03.582 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:04.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:04.584 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:05.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:05 smithi098 ceph-mon[112578]: pgmap v21240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:05.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:05 smithi016 ceph-mon[96085]: pgmap v21240: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:05.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:05.585 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:06.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:06.587 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:07 smithi098 ceph-mon[112578]: pgmap v21241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:07.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:07 smithi016 ceph-mon[96085]: pgmap v21241: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:07.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:07.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:08.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:08.590 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:09.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:09 smithi098 ceph-mon[112578]: pgmap v21242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:09.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:09 smithi016 ceph-mon[96085]: pgmap v21242: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:09.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:09.592 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:10.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:10.594 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:11.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:10 smithi098 ceph-mon[112578]: pgmap v21243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:11.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:10 smithi016 ceph-mon[96085]: pgmap v21243: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:11.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:11.595 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:12.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:12.597 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:13.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:13 smithi098 ceph-mon[112578]: pgmap v21244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:29:13.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:13 smithi016 ceph-mon[96085]: pgmap v21244: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:29:13.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:13.599 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:14.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:14 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:29:14.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:14 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:29:14.600 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:14.601 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:15.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:15 smithi098 ceph-mon[112578]: pgmap v21245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:15.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:15 smithi016 ceph-mon[96085]: pgmap v21245: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:15.602 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:15.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:16.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:16.604 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:17.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:17 smithi098 ceph-mon[112578]: pgmap v21246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:17.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:17 smithi016 ceph-mon[96085]: pgmap v21246: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:17.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:17.606 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:18.607 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:18.608 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:19 smithi098 ceph-mon[112578]: pgmap v21247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:29:19.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:29:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:29:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:29:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:29:19.515 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:29:19.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:29:19.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:19 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:29:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:19 smithi016 ceph-mon[96085]: pgmap v21247: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:29:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:29:19.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:29:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:29:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:29:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:29:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:29:19.531 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:19 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' 2023-10-17T08:29:19.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:19.609 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:20.610 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:20.611 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:21.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:20 smithi098 ceph-mon[112578]: pgmap v21248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:21.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:20 smithi016 ceph-mon[96085]: pgmap v21248: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:21.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:21.612 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:22.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:22.614 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:23.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:23 smithi098 ceph-mon[112578]: pgmap v21249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:29:23.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:23 smithi016 ceph-mon[96085]: pgmap v21249: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:29:23.615 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:23.616 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:24.617 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:24.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:25.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:25 smithi098 ceph-mon[112578]: pgmap v21250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:25.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:25 smithi016 ceph-mon[96085]: pgmap v21250: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:25.618 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:25.619 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:26.620 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:26.621 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:27.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:27 smithi098 ceph-mon[112578]: pgmap v21251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:27.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:27 smithi016 ceph-mon[96085]: pgmap v21251: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:27.622 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:27.623 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:28.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:28.624 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:29 smithi098 ceph-mon[112578]: pgmap v21252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:29.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:29 smithi098 ceph-mon[112578]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:29:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:29 smithi016 ceph-mon[96085]: pgmap v21252: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:29.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:29 smithi016 ceph-mon[96085]: from='mgr.14219 172.21.15.16:0/1082443620' entity='mgr.smithi016.mikunp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:29:29.625 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:29.626 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:30.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:30.627 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:31.264 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:30 smithi098 ceph-mon[112578]: pgmap v21253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:31.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:30 smithi016 ceph-mon[96085]: pgmap v21253: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:31.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:31.629 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:32.630 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:32.631 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:33.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Oct 17 08:29:33 smithi098 ceph-mon[112578]: pgmap v21254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:29:33.530 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Oct 17 08:29:33 smithi016 ceph-mon[96085]: pgmap v21254: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:29:33.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:33.632 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:34.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2023-10-17T08:29:34.634 INFO:teuthology.orchestra.run.smithi016.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:35.130 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2023-10-17T08:29:35.131 DEBUG:teuthology.task.console_log:Killing console logger for smithi016 2023-10-17T08:29:35.131 DEBUG:teuthology.task.console_log:Killing console logger for smithi098 2023-10-17T08:29:35.132 DEBUG:teuthology.exit:Finished running handlers